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