summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: add comments for ioctlsVyacheslav Dubeyko2014-01-232-1/+418
* fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()Wenliang Fan2014-01-231-0/+8
* fs/pipe.c: skip file_update_time on frozen fsDmitry Monakhov2014-01-231-1/+2
* drivers/rtc/rtc-rx8581.c: add SMBus-only adapters supportAndreas Werner2014-01-231-13/+68
* drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...Geert Uytterhoeven2014-01-231-0/+2
* rtc: max8907: weekday encoding fixesStephen Warren2014-01-231-6/+5
* drivers/rtc/rtc-hym8563.c: staticize local symbolSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helperSachin Kamat2014-01-231-1/+1
* drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failureAndrew Morton2014-01-231-4/+2
* rtc: honor device tree /alias entries when assigning IDsStephen Warren2014-01-231-4/+20
* drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-01-231-4/+1
* drivers/rtc/Kconfig: disable RTC_DRV_CMOS on AtariGeert Uytterhoeven2014-01-231-1/+1
* drivers/rtc/rtc-cmos.c: remove superfluous name castGeert Uytterhoeven2014-01-231-1/+1
* rtc: add hym8563 rtc-driverHeiko Stuebner2014-01-233-0/+618
* dt-bindings: add hym8563 bindingHeiko Stuebner2014-01-232-0/+28
* drivers/rtc/rtc-vr41xx.c: use devm_*() functionsJingoo Han2014-01-231-38/+12
* drivers/rtc/rtc-twl.c: use devm_*() functionsJingoo Han2014-01-231-25/+13
* drivers/rtc/rtc-ds1742.c: add devicetree supportAlexander Shiyan2014-01-232-1/+21
* drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()Fabio Estevam2014-01-231-1/+4
* drivers/rtc/rtc-mxc.c: remove unneeded labelFabio Estevam2014-01-231-4/+1
* drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()Jingoo Han2014-01-231-1/+0
* drivers/rtc/rtc-as3722: use devm for rtc and irq registrationLaxman Dewangan2014-01-231-16/+3
* autofs: fix symlinks aren't checked for expiryIan Kent2014-01-232-0/+18
* autofs: use IS_ROOT to replace root dentry checksRui Xiang2014-01-231-3/+3
* autofs: fix the return value of autofs4_fill_superRui Xiang2014-01-231-5/+8
* autofs4: translate pids to the right namespace for the daemonMiklos Szeredi2014-01-231-2/+14
* autofs4: allow autofs to work outside the initial PID namespaceSukadev Bhattiprolu2014-01-233-13/+43
* init: fix possible format string bugTetsuo Handa2014-01-232-4/+5
* init/main.c: remove unused declaration of tc_init()Geert Uytterhoeven2014-01-231-4/+0
* fs/ramfs: move ramfs_aops to inode.cAxel Lin2014-01-234-15/+7
* fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...Axel Lin2014-01-232-9/+8
* fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELFTodor Minchev2014-01-231-3/+0
* checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches2014-01-231-0/+10
* checkpatch: add DT compatible string documentation checksRob Herring2014-01-231-0/+27
* checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck2014-01-231-3/+1
* checkpatch: add tests for function pointer style misusesJoe Perches2014-01-231-0/+59
* checkpatch: update the FSF/GPL address checkJoe Perches2014-01-231-5/+6
* checkpatch: check for if's with unnecessary parenthesesJoe Perches2014-01-231-0/+14
* checkpatch: improve space before tab --fix optionJoe Perches2014-01-231-2/+4
* checkpatch: add a --fix-inplace optionJoe Perches2014-01-231-1/+9
* checkpatch: attempt to find missing switch/case break;Joe Perches2014-01-231-0/+25
* checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes2014-01-231-0/+6
* checkpatch: warn only on "space before semicolon" at end of lineJoe Perches2014-01-231-1/+1
* checkpatch: more comprehensive split strings warningJoe Perches2014-01-231-8/+4
* firmware/dmi_scan: generalize for use by other archsArd Biesheuvel2014-01-236-15/+24
* test: check copy_to/from_user boundary validationKees Cook2014-01-235-0/+138
* test: add minimal module for verification testingKees Cook2014-01-233-0/+48
* lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras2014-01-231-3/+2
* lib/cmdline.c: fix style issuesFelipe Contreras2014-01-231-5/+4
OpenPOWER on IntegriCloud