1. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 12 years ago
  2. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 12 years ago
  3. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 12 years ago
  4. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 12 years ago
  5. 66e5b7e kmod: remove call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  6. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  7. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 12 years ago
  8. 93997f6 KEYS: split call to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  9. f634460 kmod: split call to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  10. 938e4b2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() by Lucas De Marchi · 12 years ago
  11. 17afab1 selftest: add a test case for PTRACE_PEEKSIGINFO by Andrey Vagin · 12 years ago
  12. 84c751b ptrace: add ability to retrieve signals without removing from a queue (v4) by Andrey Vagin · 12 years ago
  13. 865f38a hfsplus: remove duplicated message prefix in hfsplus_block_free() by Vyacheslav Dubeyko · 12 years ago
  14. d7a475d hfsplus: add error propagation to __hfsplus_ext_write_extent() by Alexey Khoroshilov · 12 years ago
  15. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 12 years ago
  16. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 12 years ago
  17. 5f3726f hfsplus: fix warnings in fs/hfsplus/bfind.c by Vyacheslav Dubeyko · 12 years ago
  18. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 12 years ago
  19. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 12 years ago
  20. dc33f5f nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() by Vyacheslav Dubeyko · 12 years ago
  21. 8c26c4e nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption by Vyacheslav Dubeyko · 12 years ago
  22. 9151b398 i2o: check copy_from_user() size parameter by Dan Carpenter · 12 years ago
  23. 79bae42 dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present() by Ben Hutchings · 12 years ago
  24. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 12 years ago
  25. 2535e0d fs: make binfmt support for #! scripts modular and removable by Josh Triplett · 12 years ago
  26. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 12 years ago
  27. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 12 years ago
  28. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 12 years ago
  29. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 12 years ago
  30. 39732ca epoll: trim epitem by one cache line by Eric Wong · 12 years ago
  31. 4a22f16 kernel/timer.c: move some non timer related syscalls to kernel/sys.c by Stephen Rothwell · 12 years ago
  32. 1043f65 kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINE by Stephen Rothwell · 12 years ago
  33. 1a0df59 kernel/compat.c: make do_sysinfo() static by Stephen Rothwell · 12 years ago
  34. 8d82e18 binfmt_misc: reuse string_unescape_inplace() by Andy Shevchenko · 12 years ago
  35. d338b13 dynamic_debug: reuse generic string_unescape function by Andy Shevchenko · 12 years ago
  36. 576d742 staging: speakup: remove custom string_unescape_any_inplace by Andy Shevchenko · 12 years ago
  37. 16c7fa0 lib/string_helpers: introduce generic string_unescape by Andy Shevchenko · 12 years ago
  38. e1d12f3 kernel/smp.c: cleanups by Andrew Morton · 12 years ago
  39. 74e3d1e include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock by Fan Du · 12 years ago
  40. 3440a1c kernel/smp.c: remove 'priv' of call_single_data by liguang · 12 years ago
  41. 1def1dc kernel/smp.c: use '|=' for csd_lock by liguang · 12 years ago
  42. ef3b101 writeback: set worker desc to identify writeback workers in task dumps by Tejun Heo · 12 years ago
  43. 3d1cb20 workqueue: include workqueue info when printing debug dump of a worker task by Tejun Heo · 12 years ago
  44. cd42d55 kthread: implement probe_kthread_data() by Tejun Heo · 12 years ago
  45. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 12 years ago
  46. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  47. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 12 years ago
  48. c90fe6b dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a buffer by Tejun Heo · 12 years ago
  49. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  50. 89e3f23 sparc32: make show_stack() acquire %fp if @_ksp is not specified by Tejun Heo · 12 years ago
  51. a77f2a4 x86: don't show trace beyond show_stack(NULL, NULL) by Tejun Heo · 12 years ago
  52. 7fba2c2 kernel/range.c: subtract_range: fix the broken phrase issued by printk by Lin Feng · 12 years ago
  53. 58c7be8 selftest: add simple test for soft-dirty bit by Pavel Emelyanov · 12 years ago
  54. 835f2f5 staging: zcache: enable zcache to be built/loaded as a module by Dan Magenheimer · 12 years ago
  55. 1ac37be staging: zcache: enable ramster to be built/loaded as a module by Dan Magenheimer · 12 years ago
  56. f42158f zcache/tmem: Better error checking on frontswap_register_ops return value. by Konrad Rzeszutek Wilk · 12 years ago
  57. 10a7a077 xen: tmem: enable Xen tmem shim to be built/loaded as a module by Dan Magenheimer · 12 years ago
  58. ff610a1 mm: cleancache: clean up cleancache_enabled by Bob Liu · 12 years ago
  59. 833f866 cleancache: Make cleancache_init use a pointer for the ops by Konrad Rzeszutek Wilk · 12 years ago
  60. 49a9ab8 mm: cleancache: lazy initialization to allow tmem backends to build/run as modules by Dan Magenheimer · 12 years ago
  61. 4f89849 frontswap: get rid of swap_lock dependency by Minchan Kim · 12 years ago
  62. f066ea2 mm: frontswap: cleanup code by Bob Liu · 12 years ago
  63. 1e01c96 frontswap: make frontswap_init use a pointer for the ops by Konrad Rzeszutek Wilk · 12 years ago
  64. 905cd0e mm: frontswap: lazy initialization to allow tmem backends to build/run as modules by Dan Magenheimer · 12 years ago
  65. 421348f fs/dcache.c: add cond_resched() to shrink_dcache_parent() by Greg Thelen · 12 years ago
  66. b4ea2ea fs/block_dev.c: no need to check inode->i_bdev in bd_forget() by Yan Hong · 12 years ago
  67. 04df32f inotify: invalid mask should return a error number but not set it by Zhao Hongjiang · 12 years ago
  68. ace6128 memory hotplug: fix warnings by Vincent Stehlé · 12 years ago
  69. 677a0b5 drivers/usb/storage/realtek_cr.c: fix build by Andrew Morton · 12 years ago
  70. c9ef713 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  71. 87c1f0f Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 12 years ago
  72. 165bc51 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  73. e282329 Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 12 years ago
  74. 240c3c3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  75. 19b344e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  76. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  77. 5a5a1bf Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  78. 74c7d2f Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 1e2f5b5 Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  80. f9b3bcf Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  81. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. 39b2f86 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  83. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  84. 874f6d1 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. e486b4c Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. 16c85a1 arm64: Use acquire/release semantics instead of explicit DMB by Catalin Marinas · 12 years ago
  88. c47d6a0 arm64: klib: bitops: fix unpredictable stxr usage by Mark Rutland · 12 years ago
  89. 8700c95 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. e097291 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 1f889ec Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 6c24499 tracing: Fix small merge bug by Steven Rostedt · 12 years ago
  94. 500fcbc Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 12 years ago
  95. df90e22 Merge branch 'devel-for-v3.10' into v4l_for_linus by Mauro Carvalho Chehab · 12 years ago
  96. aad797c Merge tag 'v3.9' into v4l_for_linus by Mauro Carvalho Chehab · 12 years ago
  97. ad1b890 Merge branches 'for-3.10/wiimote' and 'for-3.9/upstream-fixes' into for-linus by Jiri Kosina · 12 years ago
  98. 047dff6 Merge branches 'for-3.10/multitouch', 'for-3.10/roccat' and 'for-3.10/upstream' into for-linus by Jiri Kosina · 12 years ago
  99. 72c16d9 Merge branch 'for-3.10/mt-hybrid-finger-pen' into for-linus by Jiri Kosina · 12 years ago
  100. 4f5a810 Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver-transport-cleanups', 'for-3.10/i2c-hid' and 'for-3.10/logitech' into for-linus by Jiri Kosina · 12 years ago