summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-24fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan1-0/+8
2014-01-24fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov1-1/+2
2014-01-24drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner1-13/+68
2014-01-24drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven1-0/+2
2014-01-24rtc: max8907: weekday encoding fixesStephen Warren1-6/+5
2014-01-24drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat1-1/+1
2014-01-24drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-24drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat1-1/+1
2014-01-24drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton1-4/+2
2014-01-24rtc: honor device tree /alias entries when assigning IDsStephen Warren1-4/+20
2014-01-24drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2014-01-24drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven1-1/+1
2014-01-24drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven1-1/+1
2014-01-24rtc: add hym8563 rtc-driverHeiko Stuebner3-0/+618
2014-01-24dt-bindings: add hym8563 bindingHeiko Stuebner2-0/+28
2014-01-24drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han1-38/+12
2014-01-24drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han1-25/+13
2014-01-24drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2-1/+21
2014-01-24drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam1-1/+4
2014-01-24drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam1-4/+1
2014-01-24drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han1-1/+0
2014-01-24drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan1-16/+3
2014-01-24autofs: fix symlinks aren't checked for expiryIan Kent2-0/+18
2014-01-24autofs: use IS_ROOT to replace root dentry checksRui Xiang1-3/+3
2014-01-24autofs: fix the return value of autofs4_fill_superRui Xiang1-5/+8
2014-01-24autofs4: translate pids to the right namespace for the daemonMiklos Szeredi1-2/+14
2014-01-24autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu3-13/+43
2014-01-24init: fix possible format string bugTetsuo Handa2-4/+5
2014-01-24init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven1-4/+0
2014-01-24fs/ramfs: move ramfs_aops to inode.cAxel Lin4-15/+7
2014-01-24fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2-9/+8
2014-01-24fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev1-3/+0
2014-01-24checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches1-0/+10
2014-01-24checkpatch: add DT compatible string documentation checksRob Herring1-0/+27
2014-01-24checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck1-3/+1
2014-01-24checkpatch: add tests for function pointer style misusesJoe Perches1-0/+59
2014-01-24checkpatch: update the FSF/GPL address checkJoe Perches1-5/+6
2014-01-24checkpatch: check for if's with unnecessary parenthesesJoe Perches1-0/+14
2014-01-24checkpatch: improve space before tab --fix optionJoe Perches1-2/+4
2014-01-24checkpatch: add a --fix-inplace optionJoe Perches1-1/+9
2014-01-24checkpatch: attempt to find missing switch/case break;Joe Perches1-0/+25
2014-01-24checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes1-0/+6
2014-01-24checkpatch: warn only on "space before semicolon" at end of lineJoe Perches1-1/+1
2014-01-24checkpatch: more comprehensive split strings warningJoe Perches1-8/+4
2014-01-24firmware/dmi_scan: generalize for use by other archsArd Biesheuvel6-15/+24
2014-01-24test: check copy_to/from_user boundary validationKees Cook5-0/+138
2014-01-24test: add minimal module for verification testingKees Cook3-0/+48
2014-01-24lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras1-3/+2
2014-01-24lib/cmdline.c: fix style issuesFelipe Contreras1-5/+4
2014-01-24lib/kstrtox.c: remove redundant cleanupFelipe Contreras1-1/+0