summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11ARM: dts: am33xx: update rtc-node compatible propertyJohan Hovold
2014-12-11rtc: omap: add copyright entryJohan Hovold
2014-12-11rtc: omap: fix minor coding style issuesJohan Hovold
2014-12-11rtc: omap: enable wake-up from power offJohan Hovold
2014-12-11rtc: omap: add support for pmic_power_enJohan Hovold
2014-12-11rtc: omap: add helper to read 32-bit registersJohan Hovold
2014-12-11rtc: omap: add helper to read raw bcd timeJohan Hovold
2014-12-11rtc: omap: silence bogus power-up reset message at probeJohan Hovold
2014-12-11rtc: omap: add structured device-type infoJohan Hovold
2014-12-11rtc: omap: remove DRIVER_NAME macroJohan Hovold
2014-12-11rtc: omap: add device abstractionJohan Hovold
2014-12-11rtc: omap: make platform-device id table constJohan Hovold
2014-12-11rtc: omap: use dev_infoJohan Hovold
2014-12-11rtc: omap: remove unused register-base defineJohan Hovold
2014-12-11rtc: omap: fix class-device registrationJohan Hovold
2014-12-11rtc: omap: clean up probe error handlingJohan Hovold
2014-12-11rtc: omap: fix interrupt disable at probeJohan Hovold
2014-12-11rtc: omap: fix missing wakealarm attributeJohan Hovold
2014-12-11rtc: omap: fix clock-source configurationJohan Hovold
2014-12-11drivers/rtc/interface.c: check the validation of rtc_time in __rtc_read_timeHyogi Gim
2014-12-11drivers/rtc/rtc-sirfsoc.c: move hardware initilization earlier in probeGuo Zeng
2014-12-11ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara
2014-12-11init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= failsAndy Lutomirski
2014-12-11fs/binfmt_elf.c: fix internal inconsistency relating to vma dump sizeJungseung Lee
2014-12-11fs/binfmt_misc.c: use GFP_KERNEL instead of GFP_USERAndrew Morton
2014-12-11binfmt_misc: clean up code style a bitMike Frysinger
2014-12-11binfmt_misc: add comments & debug logsMike Frysinger
2014-12-11checkpatch: add ability to --fix (coalesce) string fragments on multiple linesJoe Perches
2014-12-11checkpatch: add --strict "pointer comparison to NULL" testJoe Perches
2014-12-11checkpatch: add test for consecutive string fragmentsJoe Perches
2014-12-11checkpatch: add --strict preference for #defines using BIT(foo)Joe Perches
2014-12-11checkpatch: allow certain SI units with three charactersJulius Werner
2014-12-11checkpatch: Add --strict test for function pointer calling styleJoe Perches
2014-12-11checkpatch: reduce MAINTAINERS update message frequencyJoe Perches
2014-12-11checkpatch: try to avoid mask and shift errorsJoe Perches
2014-12-11checkpatch: fix use via symlink, make missing spelling file non-fatalJoe Perches
2014-12-11checkpatch: improve warning message for "needless if" caseFabio Estevam
2014-12-11checkpatch: improve test for no space after castJoe Perches
2014-12-11checkpatch: add error on use of attribute((weak)) or __weak declarationsJoe Perches
2014-12-11checkpatch: add an error test for no space before commaJoe Perches
2014-12-11lib/lcm.c: lcm(n,0)=lcm(0,n) is 0, not nRasmus Villemoes
2014-12-11lib/lcm.c: ensure correct result whenever it fitsRasmus Villemoes
2014-12-11MAINTAINERS: update ivtv mailing lists as subscriber-onlyJoe Perches
2014-12-11printk: drop logbuf_cpu volatile qualifierAlex Elder
2014-12-11printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches
2014-12-11tile: use pr_warn instead of pr_warningJoe Perches
2014-12-11tile: neaten early_printk usesJoe Perches
2014-12-11printk: remove used-once early_vprintkJoe Perches
2014-12-11kernel: add panic_on_warnPrarit Bhargava
2014-12-11include/linux/file.h: remove get_unused_fd() macroYann Droneaud