summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-24rtc: max8907: weekday encoding fixesStephen Warren
2014-01-24drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat
2014-01-24drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat
2014-01-24drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat
2014-01-24drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton
2014-01-24rtc: honor device tree /alias entries when assigning IDsStephen Warren
2014-01-24drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2014-01-24drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven
2014-01-24drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven
2014-01-24rtc: add hym8563 rtc-driverHeiko Stuebner
2014-01-24dt-bindings: add hym8563 bindingHeiko Stuebner
2014-01-24drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han
2014-01-24drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han
2014-01-24drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan
2014-01-24drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam
2014-01-24drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam
2014-01-24drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han
2014-01-24drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan
2014-01-24autofs: fix symlinks aren't checked for expiryIan Kent
2014-01-24autofs: use IS_ROOT to replace root dentry checksRui Xiang
2014-01-24autofs: fix the return value of autofs4_fill_superRui Xiang
2014-01-24autofs4: translate pids to the right namespace for the daemonMiklos Szeredi
2014-01-24autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu
2014-01-24init: fix possible format string bugTetsuo Handa
2014-01-24init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven
2014-01-24fs/ramfs: move ramfs_aops to inode.cAxel Lin
2014-01-24fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin
2014-01-24fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev
2014-01-24checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches
2014-01-24checkpatch: add DT compatible string documentation checksRob Herring
2014-01-24checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck
2014-01-24checkpatch: add tests for function pointer style misusesJoe Perches
2014-01-24checkpatch: update the FSF/GPL address checkJoe Perches
2014-01-24checkpatch: check for if's with unnecessary parenthesesJoe Perches
2014-01-24checkpatch: improve space before tab --fix optionJoe Perches
2014-01-24checkpatch: add a --fix-inplace optionJoe Perches
2014-01-24checkpatch: attempt to find missing switch/case break;Joe Perches
2014-01-24checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes
2014-01-24checkpatch: warn only on "space before semicolon" at end of lineJoe Perches
2014-01-24checkpatch: more comprehensive split strings warningJoe Perches
2014-01-24firmware/dmi_scan: generalize for use by other archsArd Biesheuvel
2014-01-24test: check copy_to/from_user boundary validationKees Cook
2014-01-24test: add minimal module for verification testingKees Cook
2014-01-24lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras
2014-01-24lib/cmdline.c: fix style issuesFelipe Contreras
2014-01-24lib/kstrtox.c: remove redundant cleanupFelipe Contreras
2014-01-24backlight: lp8788: remove unnecessary parenthesesJingoo Han
2014-01-24backlight: lp855x: remove unnecessary parenthesesJingoo Han
2014-01-24backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han
2014-01-24backlight: tosa: use devm_lcd_device_register()Jingoo Han