1. 7f1c616 microblaze: don't bother with SIGTRAP in setup_rt_frame() by Al Viro · 12 years ago
  2. 548916e mn10300: don't bother with SIGTRAP in setup_frame() by Al Viro · 12 years ago
  3. 7fa6239 frv: no need to raise SIGTRAP in setup_frame() by Al Viro · 12 years ago
  4. 969ae0b x86: get rid of duplicate code in case of CONFIG_VM86 by Al Viro · 12 years ago
  5. fe9d7fe unicore32: remove pointless test by Al Viro · 12 years ago
  6. ff89357 h8300: trim _TIF_WORK_MASK by Al Viro · 12 years ago
  7. 64482bd parisc: decide whether to go to slow path (tracesys) based on thread flags by Al Viro · 12 years ago
  8. e3b880c parisc: don't bother looping in do_signal() by Al Viro · 12 years ago
  9. 00df111 parisc: fix double restarts by Al Viro · 12 years ago
  10. 8ca8230 bury the rest of TIF_IRET by Al Viro · 12 years ago
  11. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  12. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  13. 87b0e71 unicore32: unobfuscate _TIF_WORK_MASK by Al Viro · 12 years ago
  14. ac19fe5 mips: NOTIFY_RESUME is not needed in TIF masks by Al Viro · 12 years ago
  15. 45111b5 mips: merge the identical "return from syscall" per-ABI code by Al Viro · 12 years ago
  16. f925725 mips: unobfuscate _TIF..._MASK by Al Viro · 12 years ago
  17. bfc8364 mips: prevent hitting do_notify_resume() with !user_mode(regs) by Al Viro · 12 years ago
  18. cf88024 ia64: can't reach do_signal() when returning to kernel mode by Al Viro · 12 years ago
  19. af445f4 score: fix bogus restarts on sigreturn() by Al Viro · 12 years ago
  20. 6fdb6fb mn10300: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 12 years ago
  21. 13d112e xtensa: can't get to do_notify_resume() when user_mode(regs) is not true by Al Viro · 12 years ago
  22. 5687580 c6x: switch to generic kernel_thread() by Al Viro · 12 years ago
  23. 680a145 c6x: switch to generic sys_execve by Mark Salter · 12 years ago
  24. 39fcf44 c6x: switch to generic kernel_execve by Mark Salter · 12 years ago
  25. 46f1506 c6x: add ret_from_kernel_thread(), simplify kernel_thread() by Mark Salter · 12 years ago
  26. 61b7fbc mn10300: convert to generic kernel_thread() by Al Viro · 12 years ago
  27. 6e75421 mn10300: switch to generic kernel_execve() by Al Viro · 12 years ago
  28. 8f1597e mn10300: switch to generic sys_execve() by Al Viro · 12 years ago
  29. 255461c mn10300: split ret_from_fork, simplify kernel_thread() by Al Viro · 12 years ago
  30. 49ed339 frv: switch to generic kernel_thread() by Al Viro · 12 years ago
  31. 019f96a frv: switch to generic kernel_execve by Al Viro · 12 years ago
  32. 460daba frv: switch to generic sys_execve() by Al Viro · 12 years ago
  33. 02ce496 frv: split ret_from_fork, simplify kernel_thread() a lot by Al Viro · 12 years ago
  34. d878d6d m68k: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  35. 533e690 m68k: split ret_from_fork(), simplify kernel_thread() by Al Viro · 12 years ago
  36. 0973c68 m68k: always set stack frame format for ColdFire on thread start by Greg Ungerer · 12 years ago
  37. be6abfa7 powerpc: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  38. 58254e1 powerpc: split ret_from_fork by Al Viro · 12 years ago
  39. f322220 s390: convert to generic kernel_execve() by Al Viro · 12 years ago
  40. f9a7e02 s390: switch to generic kernel_thread() by Al Viro · 12 years ago
  41. 37fe5d4 s390: fold kernel_thread_helper() into ret_from_fork() by Al Viro · 12 years ago
  42. 65f22a9 s390: fold execve_tail() into start_thread(), convert to generic sys_execve() by Al Viro · 12 years ago
  43. 1f02ab4 um: switch to generic kernel_thread() by Al Viro · 12 years ago
  44. 6783eaa2 x86, um/x86: switch to generic sys_execve and kernel_execve by Al Viro · 12 years ago
  45. 7076aad x86: split ret_from_fork by Al Viro · 12 years ago
  46. 44f4b56 alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  47. cba1ec7 alpha: switch to generic kernel_thread() by Al Viro · 12 years ago
  48. 756144f alpha: switch to generic sys_execve() by Al Viro · 12 years ago
  49. a63c97a arm: get rid of execve wrapper, switch to generic execve() implementation by Al Viro · 12 years ago
  50. bfd170d arm: optimized current_pt_regs() by Al Viro · 12 years ago
  51. 583d632 arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  52. 9e14f82 arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk] by Al Viro · 12 years ago
  53. 38b983b generic sys_execve() by Al Viro · 12 years ago
  54. 282124d generic kernel_execve() by Al Viro · 12 years ago
  55. a3460a5 new helper: current_pt_regs() by Al Viro · 12 years ago
  56. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  57. a4d94ff um: kill thread->forking by Al Viro · 12 years ago
  58. 8e2c85a um: let signal_delivered() do SIGTRAP on singlestepping into handler by Al Viro · 12 years ago
  59. 344569a um: don't leak floating point state and segment registers on execve() by Al Viro · 12 years ago
  60. ab286b2 um: take cleaning singlestep to start_thread() by Al Viro · 12 years ago
  61. 1cedd69 don't bother exporting kernel_execve() by Al Viro · 12 years ago
  62. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  63. ddd03a1 get rid of generic instances of asm/exec.h by Al Viro · 12 years ago
  64. e76623d x86: get rid of TIF_IRET hackery by Al Viro · 12 years ago
  65. c46de22 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  66. 077fee0 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 12 years ago
  67. 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
  68. 4b92c17 Merge tag 'md-3.6-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  69. 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
  70. 6889125 cpufreq/powernow-k8: workqueue user shouldn't migrate the kworker to another CPU by Tejun Heo · 12 years ago
  71. ed48ece workqueue: reimplement work_on_cpu() using system_wq by Tejun Heo · 12 years ago
  72. 6dafab6 md: make sure metadata is updated when spares are activated or removed. by NeilBrown · 12 years ago
  73. e5c8647 md/raid5: fix calculate of 'degraded' when a replacement becomes active. by NeilBrown · 12 years ago
  74. a852d7b Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE." by NeilBrown · 12 years ago
  75. 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
  76. b161dfa6 vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill() by Miklos Szeredi · 12 years ago
  77. 2453f5f cciss: fix handling of protocol error by Stephen M. Cameron · 12 years ago
  78. 2bd6efa blk: add an upper sanity check on partition adding by Alan Cox · 12 years ago
  79. 5e071e2 sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling. by Al Viro · 12 years ago
  80. 077664a sh: pfc: Release spinlock in sh_pfc_gpio_request_enable() error path by Laurent Pinchart · 12 years ago
  81. 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
  82. 960bd11b workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn() by Lai Jiangshan · 12 years ago
  83. 08077ca Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  84. f14851a memory hotplug: fix section info double registration bug by qiuxishi · 12 years ago
  85. 0ba8f2d mm/page_alloc: fix the page address of higher page's buddy calculation by Li Haifeng · 12 years ago
  86. 8dcebaa9 drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probe by Kevin Hilman · 12 years ago
  87. 9a858dc compiler.h: add __visible by Andi Kleen · 12 years ago
  88. 579035dc pid-namespace: limit value of ns_last_pid to (0, max_pid) by Andrew Vagin · 12 years ago
  89. 35c448a include/net/sock.h: squelch compiler warning in sk_rmem_schedule() by Chuck Lever · 12 years ago
  90. 8ba00bb slub: consider pfmemalloc_match() in get_partial_node() by Joonsoo Kim · 12 years ago
  91. d014dc2 slab: fix starting index for finding another object by Joonsoo Kim · 12 years ago
  92. 30c29be slab: do ClearSlabPfmemalloc() for all pages of slab by Mel Gorman · 12 years ago
  93. fded4e0 nbd: clear waiting_queue on shutdown by Paul Clements · 12 years ago
  94. e9b7d7c MAINTAINERS: fix TXT maintainer list and source repo path by Gang Wei · 12 years ago
  95. 05cf963 mm/ia64: fix a memory block size bug by Jianguo Wu · 12 years ago
  96. 18b48d5 memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread fails by Wen Congyang · 12 years ago
  97. 2ade0b7 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  98. 6bf6104 fs/proc: fix potential unregister_sysctl_table hang by Francesco Ruggeri · 12 years ago
  99. 5698bd7 Linux 3.6-rc6 by Linus Torvalds · 12 years ago
  100. 73f8be2 Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago