1. fb45550 make sure that kernel_thread() callbacks call do_exit() themselves by Al Viro · 12 years ago
  2. d6b2123 make sure that we always have a return path from kernel_execve() by Al Viro · 12 years ago
  3. ecf89e5 ppc: eeh_event should just use kthread_run() by Al Viro · 12 years ago
  4. ba4df28 don't bother with kernel_thread/kernel_execve for launching linuxrc by Al Viro · 12 years ago
  5. cb45076 alpha: get rid of switch_stack argument of do_work_pending() by Al Viro · 12 years ago
  6. d9d0738 alpha: don't bother passing switch_stack separately from regs by Al Viro · 12 years ago
  7. 6972d6f alpha: take SIGPENDING/NOTIFY_RESUME loop into signal.c by Al Viro · 12 years ago
  8. 7721d3c alpha: simplify TIF_NEED_RESCHED handling by Al Viro · 12 years ago
  9. 12f79be alpha: don't open-code trace_report_syscall_{enter,exit} by Al Viro · 12 years ago
  10. 3cffdc8 Uninclude linux/freezer.h by Richard Weinberger · 12 years ago
  11. d70745b m32r: trim masks by Al Viro · 12 years ago
  12. 971ceb1 avr32: trim masks by Al Viro · 12 years ago
  13. a925328 tile: don't bother with SIGTRAP in setup_frame by Al Viro · 12 years ago
  14. 7f1c616 microblaze: don't bother with SIGTRAP in setup_rt_frame() by Al Viro · 12 years ago
  15. 548916e mn10300: don't bother with SIGTRAP in setup_frame() by Al Viro · 12 years ago
  16. 7fa6239 frv: no need to raise SIGTRAP in setup_frame() by Al Viro · 12 years ago
  17. 969ae0b x86: get rid of duplicate code in case of CONFIG_VM86 by Al Viro · 12 years ago
  18. fe9d7fe unicore32: remove pointless test by Al Viro · 12 years ago
  19. ff89357 h8300: trim _TIF_WORK_MASK by Al Viro · 12 years ago
  20. 64482bd parisc: decide whether to go to slow path (tracesys) based on thread flags by Al Viro · 12 years ago
  21. e3b880c parisc: don't bother looping in do_signal() by Al Viro · 12 years ago
  22. 00df111 parisc: fix double restarts by Al Viro · 12 years ago
  23. 8ca8230 bury the rest of TIF_IRET by Al Viro · 12 years ago
  24. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  25. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  26. 87b0e71 unicore32: unobfuscate _TIF_WORK_MASK by Al Viro · 12 years ago
  27. ac19fe5 mips: NOTIFY_RESUME is not needed in TIF masks by Al Viro · 12 years ago
  28. 45111b5 mips: merge the identical "return from syscall" per-ABI code by Al Viro · 12 years ago
  29. f925725 mips: unobfuscate _TIF..._MASK by Al Viro · 12 years ago
  30. bfc8364 mips: prevent hitting do_notify_resume() with !user_mode(regs) by Al Viro · 12 years ago
  31. cf88024 ia64: can't reach do_signal() when returning to kernel mode by Al Viro · 12 years ago
  32. af445f4 score: fix bogus restarts on sigreturn() by Al Viro · 12 years ago
  33. 6fdb6fb mn10300: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 12 years ago
  34. 13d112e xtensa: can't get to do_notify_resume() when user_mode(regs) is not true by Al Viro · 12 years ago
  35. 5687580 c6x: switch to generic kernel_thread() by Al Viro · 12 years ago
  36. 680a145 c6x: switch to generic sys_execve by Mark Salter · 12 years ago
  37. 39fcf44 c6x: switch to generic kernel_execve by Mark Salter · 12 years ago
  38. 46f1506 c6x: add ret_from_kernel_thread(), simplify kernel_thread() by Mark Salter · 12 years ago
  39. 61b7fbc mn10300: convert to generic kernel_thread() by Al Viro · 12 years ago
  40. 6e75421 mn10300: switch to generic kernel_execve() by Al Viro · 12 years ago
  41. 8f1597e mn10300: switch to generic sys_execve() by Al Viro · 12 years ago
  42. 255461c mn10300: split ret_from_fork, simplify kernel_thread() by Al Viro · 12 years ago
  43. 49ed339 frv: switch to generic kernel_thread() by Al Viro · 12 years ago
  44. 019f96a frv: switch to generic kernel_execve by Al Viro · 12 years ago
  45. 460daba frv: switch to generic sys_execve() by Al Viro · 12 years ago
  46. 02ce496 frv: split ret_from_fork, simplify kernel_thread() a lot by Al Viro · 12 years ago
  47. d878d6d m68k: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  48. 533e690 m68k: split ret_from_fork(), simplify kernel_thread() by Al Viro · 12 years ago
  49. 0973c68 m68k: always set stack frame format for ColdFire on thread start by Greg Ungerer · 12 years ago
  50. be6abfa powerpc: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  51. 58254e1 powerpc: split ret_from_fork by Al Viro · 12 years ago
  52. f322220 s390: convert to generic kernel_execve() by Al Viro · 12 years ago
  53. f9a7e02 s390: switch to generic kernel_thread() by Al Viro · 12 years ago
  54. 37fe5d4 s390: fold kernel_thread_helper() into ret_from_fork() by Al Viro · 12 years ago
  55. 65f22a9 s390: fold execve_tail() into start_thread(), convert to generic sys_execve() by Al Viro · 12 years ago
  56. 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
  57. 6783eaa x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  58. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  59. 44f4b56 alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  60. cba1ec7 alpha: switch to generic kernel_thread() by Al Viro · 12 years ago
  61. 756144f alpha: switch to generic sys_execve() by Al Viro · 12 years ago
  62. a63c97a arm: get rid of execve wrapper, switch to generic execve() implementation by Al Viro · 12 years ago
  63. bfd170d arm: optimized current_pt_regs() by Al Viro · 12 years ago
  64. 583d632 arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  65. 9e14f82 arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] by Al Viro · 12 years ago
  66. 38b983b generic sys_execve() by Al Viro · 12 years ago
  67. 282124d generic kernel_execve() by Al Viro · 12 years ago
  68. a3460a5 new helper: current_pt_regs() by Al Viro · 12 years ago
  69. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  70. a4d94ff um: kill thread->forking by Al Viro · 12 years ago
  71. 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  72. 344569a um: don't leak floating point state and segment registers on execve() by Al Viro · 12 years ago
  73. ab286b2 um: take cleaning singlestep to start_thread() by Al Viro · 12 years ago
  74. 1cedd69 don't bother exporting kernel_execve() by Al Viro · 12 years ago
  75. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  76. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  77. e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
  78. c46de22 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  79. 077fee0 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  80. cf42d54 Merge tag 'rpmsg-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg by Linus Torvalds · 12 years ago
  81. 4b92c17 Merge tag 'md-3.6-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  82. c5c473e Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  83. 6889125 cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU by Tejun Heo · 12 years ago
  84. ed48ece workqueue: reimplement work_on_cpu() using system_wq by Tejun Heo · 12 years ago
  85. 6dafab6 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 12 years ago
  86. e5c8647 md/raid5: fix calculate of 'degraded' when a replacement becomes active. by NeilBrown · 12 years ago
  87. a852d7b Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE." by NeilBrown · 12 years ago
  88. 925a6f0 Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 12 years ago
  89. b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
  90. 2453f5f cciss: fix handling of protocol error by Stephen M. Cameron · 12 years ago
  91. 2bd6efa blk: add an upper sanity check on partition adding by Alan Cox · 12 years ago
  92. 5e071e2 sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling. by Al Viro · 12 years ago
  93. 077664a sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path by Laurent Pinchart · 12 years ago
  94. 4651afb Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  95. 960bd11 workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() by Lai Jiangshan · 12 years ago
  96. 08077ca Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  97. f14851a memory hotplug: fix section info double registration bug by qiuxishi · 12 years ago
  98. 0ba8f2d mm/page_alloc: fix the page address of higher page's buddy calculation by Li Haifeng · 12 years ago
  99. 8dcebaa9 drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe by Kevin Hilman · 12 years ago
  100. 9a858dc compiler.h: add __visible by Andi Kleen · 12 years ago