1. 2e1f383 kernel/sys.c: k_getrusage() can use while_each_thread() by Oleg Nesterov · 10 years ago
  2. 185ee40 fs/proc/array.c: change do_task_stat() to use while_each_thread() by Oleg Nesterov · 10 years ago
  3. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 10 years ago
  4. 63e46b9 exec: move the final allow_write_access/fput into free_bprm() by Oleg Nesterov · 10 years ago
  5. 9e00cdb exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic by Oleg Nesterov · 10 years ago
  6. 83f62a2 exec:check_unsafe_exec: use while_each_thread() rather than next_thread() by Oleg Nesterov · 10 years ago
  7. 68ce670 kernel/fork.c: remove redundant NULL check in dup_mm() by Daeseok Youn · 10 years ago
  8. 5d59e18 kernel/fork.c: fix coding style issues by Daeseok Youn · 10 years ago
  9. ff252c1 kernel/fork.c: make dup_mm() static by DaeSeok Youn · 10 years ago
  10. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 10 years ago
  11. 3d93116 fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns by Axel Lin · 10 years ago
  12. c1d867a fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists. by Dave Jones · 10 years ago
  13. cdf7e8d proc: set attributes of pde using accessor functions by Rui Xiang · 10 years ago
  14. 9f6e963 proc: fix ->f_pos overflows in first_tid() by Oleg Nesterov · 10 years ago
  15. d855a4b proc: don't (ab)use ->group_leader in proc_task_readdir() paths by Oleg Nesterov · 10 years ago
  16. c986c14 proc: change first_tid() to use while_each_thread() rather than next_thread() by Oleg Nesterov · 10 years ago
  17. 940fe47 proc: fix the potential use-after-free in first_tid() by Oleg Nesterov · 10 years ago
  18. 74e3720 proc: cleanup/simplify get_task_state/task_state_array by Oleg Nesterov · 10 years ago
  19. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 10 years ago
  20. 7288e11 coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY by Oleg Nesterov · 10 years ago
  21. abacd2f coredump: set_dumpable: fix the theoretical race with itself by Oleg Nesterov · 10 years ago
  22. f3c73a9 Documentation/cpu-hotplug.txt: fix a typo in example code by Sangjung Woo · 10 years ago
  23. 4a47415 Kconfig: update flightly outdated CONFIG_SMP documentation by Robert Graffham · 10 years ago
  24. 50114c1 Documentation/filesystems/00-INDEX: updates by Fabian Frederick · 10 years ago
  25. f5abc8e Documentation/blockdev/ramdisk.txt: updates by Fabian Frederick · 10 years ago
  26. c108373 Documentation/filesystems/sysfs.txt: fix device_attribute declaration by Andre Richter · 10 years ago
  27. d74a054 hfsplus: remove hfsplus_file_lookup() by Sougata Santra · 10 years ago
  28. d623a94 nilfs2: add comments for ioctls by Vyacheslav Dubeyko · 10 years ago
  29. 4b15d61 fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy() by Wenliang Fan · 10 years ago
  30. 7e775f4 fs/pipe.c: skip file_update_time on frozen fs by Dmitry Monakhov · 10 years ago
  31. d643a49 drivers/rtc/rtc-rx8581.c: add SMBus-only adapters support by Andreas Werner · 10 years ago
  32. 11ba5a1 drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_SLEEP by Geert Uytterhoeven · 10 years ago
  33. 75ea799 rtc: max8907: weekday encoding fixes by Stephen Warren · 10 years ago
  34. 28ed893 drivers/rtc/rtc-hym8563.c: staticize local symbol by Sachin Kamat · 10 years ago
  35. 156e352 drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helper by Sachin Kamat · 10 years ago
  36. 5516f09 drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper by Sachin Kamat · 10 years ago
  37. 24b3447 drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure by Andrew Morton · 10 years ago
  38. 9d2b7e5 rtc: honor device tree /alias entries when assigning IDs by Stephen Warren · 10 years ago
  39. 7ab26cd drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 10 years ago
  40. 41c9dbf drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari by Geert Uytterhoeven · 10 years ago
  41. c823a20 drivers/rtc/rtc-cmos.c: remove superfluous name cast by Geert Uytterhoeven · 10 years ago
  42. dcaf038 rtc: add hym8563 rtc-driver by Heiko Stuebner · 10 years ago
  43. b7ed189 dt-bindings: add hym8563 binding by Heiko Stuebner · 10 years ago
  44. bf6ce1a drivers/rtc/rtc-vr41xx.c: use devm_*() functions by Jingoo Han · 10 years ago
  45. f53eeb8 drivers/rtc/rtc-twl.c: use devm_*() functions by Jingoo Han · 10 years ago
  46. 663b352 drivers/rtc/rtc-ds1742.c: add devicetree support by Alexander Shiyan · 10 years ago
  47. 1b3d224 drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable() by Fabio Estevam · 10 years ago
  48. fbd5e75 drivers/rtc/rtc-mxc.c: remove unneeded label by Fabio Estevam · 10 years ago
  49. a3e6ad6 drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata() by Jingoo Han · 10 years ago
  50. 75465c4 drivers/rtc/rtc-as3722: use devm for rtc and irq registration by Laxman Dewangan · 10 years ago
  51. 8dc51fe autofs: fix symlinks aren't checked for expiry by Ian Kent · 10 years ago
  52. c24930a autofs: use IS_ROOT to replace root dentry checks by Rui Xiang · 10 years ago
  53. da29b75 autofs: fix the return value of autofs4_fill_super by Rui Xiang · 10 years ago
  54. fbff087 autofs4: translate pids to the right namespace for the daemon by Miklos Szeredi · 10 years ago
  55. 6eaba35 autofs4: allow autofs to work outside the initial PID namespace by Sukadev Bhattiprolu · 10 years ago
  56. 499a458 init: fix possible format string bug by Tetsuo Handa · 10 years ago
  57. 128e3f4 init/main.c: remove unused declaration of tc_init() by Geert Uytterhoeven · 10 years ago
  58. 87e06aa fs/ramfs: move ramfs_aops to inode.c by Axel Lin · 10 years ago
  59. 0fa9aa2 fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_mmap() static by Axel Lin · 10 years ago
  60. 7a5f4f1 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF by Todor Minchev · 10 years ago
  61. 98a9bba checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) by Joe Perches · 10 years ago
  62. bff5da4 checkpatch: add DT compatible string documentation checks by Rob Herring · 10 years ago
  63. 109d8cb checkpatch: only flag FSF address, not gnu.org URL by Alexander Duyck · 10 years ago
  64. 31070b5 checkpatch: add tests for function pointer style misuses by Joe Perches · 10 years ago
  65. 3e2232f checkpatch: update the FSF/GPL address check by Joe Perches · 10 years ago
  66. 189248d checkpatch: check for if's with unnecessary parentheses by Joe Perches · 10 years ago
  67. c76f4cb checkpatch: improve space before tab --fix option by Joe Perches · 10 years ago
  68. 9624b8d checkpatch: add a --fix-inplace option by Joe Perches · 10 years ago
  69. c34c09a checkpatch: attempt to find missing switch/case break; by Joe Perches · 10 years ago
  70. 7e4915e checkpatch: add warning of future __GFP_NOFAIL use by David Rientjes · 10 years ago
  71. d2e248e checkpatch: warn only on "space before semicolon" at end of line by Joe Perches · 10 years ago
  72. 8c5fcd2 checkpatch: more comprehensive split strings warning by Joe Perches · 10 years ago
  73. cf07440 firmware/dmi_scan: generalize for use by other archs by Ard Biesheuvel · 10 years ago
  74. 3e2a4c1 test: check copy_to/from_user boundary validation by Kees Cook · 10 years ago
  75. 93e9ef8 test: add minimal module for verification testing by Kees Cook · 10 years ago
  76. ff6f9bb lib/cmdline.c: declare exported symbols immediately by Felipe Contreras · 10 years ago
  77. 9fd4305 lib/cmdline.c: fix style issues by Felipe Contreras · 10 years ago
  78. ae2924a lib/kstrtox.c: remove redundant cleanup by Felipe Contreras · 10 years ago
  79. 68585c4 backlight: lp8788: remove unnecessary parentheses by Jingoo Han · 10 years ago
  80. 2ce2386 backlight: lp855x: remove unnecessary parentheses by Jingoo Han · 10 years ago
  81. 81f5cdc backlight: kb3886_bl: fix incorrect placement of __initdata marker by Jingoo Han · 10 years ago
  82. 0f53449 backlight: tosa: use devm_lcd_device_register() by Jingoo Han · 10 years ago
  83. 7dd7807 backlight: l4f00242t03: use devm_lcd_device_register() by Jingoo Han · 10 years ago
  84. 964598f backlight: jornada720: use devm_lcd_device_register() by Jingoo Han · 10 years ago
  85. ffb1f6c backlight: tosa: use devm_backlight_device_register() by Jingoo Han · 10 years ago
  86. 443956f backlight: ot200_bl: use devm_backlight_device_register() by Jingoo Han · 10 years ago
  87. c76d102 backlight: omap1: use devm_backlight_device_register() by Jingoo Han · 10 years ago
  88. 0561c17 backlight: hp680_bl: use devm_backlight_device_register() by Jingoo Han · 10 years ago
  89. 0ec585d backlight: jornada720: use devm_backlight_device_register() by Jingoo Han · 10 years ago
  90. 1cc4561 MAINTAINERS: remove unnecessary EXYNOS DP DRIVER F: pattern by Jingoo Han · 10 years ago
  91. 6ab88e0 MAINTAINERS: describe differences between F: and N: patterns by Joe Perches · 10 years ago
  92. ef575f4 MAINTAINERS: add an entry for the Macintosh HFSPlus Filesystem by Geert Uytterhoeven · 10 years ago
  93. c9ecefe get_maintainer: add commit author information to --rolestats by Joe Perches · 10 years ago
  94. 1d3fa37 printk: flush conflicting continuation line by Arun KS · 10 years ago
  95. aaf0762 vsprintf: add %pad extension for dma_addr_t use by Joe Perches · 10 years ago
  96. c28aa1f printk/cache: mark printk_once test variable __read_mostly by Joe Perches · 10 years ago
  97. 8f073bd dynamic-debug-howto.txt: update since new wildcard support by Du, Changbin · 10 years ago
  98. 578b1e0 dynamic_debug: add wildcard support to filter files/functions/modules by Du, Changbin · 10 years ago
  99. a3d2cca lib/parser.c: put EXPORT_SYMBOLs in the conventional place by Andrew Morton · 10 years ago
  100. aace050 lib/parser.c: add match_wildcard() function by Du, Changbin · 10 years ago