summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-01-24backlight: lp8788: remove unnecessary parenthesesJingoo Han1-3/+3
2014-01-24backlight: lp855x: remove unnecessary parenthesesJingoo Han1-1/+1
2014-01-24backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han1-1/+1
2014-01-24backlight: tosa: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_lcd_device_register()Jingoo Han1-11/+2
2014-01-24backlight: tosa: use devm_backlight_device_register()Jingoo Han1-4/+3
2014-01-24backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han1-6/+3
2014-01-24backlight: omap1: use devm_backlight_device_register()Jingoo Han1-12/+2
2014-01-24backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_backlight_device_register()Jingoo Han1-12/+3
2014-01-24MAINTAINERS: remove unnecessary EXYNOS DP DRIVER F: patternJingoo Han1-1/+0
2014-01-24MAINTAINERS: describe differences between F: and N: patternsJoe Perches1-0/+5
2014-01-24MAINTAINERS: add an entry for the Macintosh HFSPlus FilesystemGeert Uytterhoeven1-0/+6
2014-01-24get_maintainer: add commit author information to --rolestatsJoe Perches1-6/+85
2014-01-24printk: flush conflicting continuation lineArun KS1-3/+6
2014-01-24vsprintf: add %pad extension for dma_addr_t useJoe Perches2-8/+36
2014-01-24printk/cache: mark printk_once test variable __read_mostlyJoe Perches3-11/+13
2014-01-24dynamic-debug-howto.txt: update since new wildcard supportDu, Changbin1-0/+9
2014-01-24dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin1-5/+10