1. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 12 years ago
  2. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 12 years ago
  3. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  4. b1e0318 sys_clone() needs asmlinkage_protect by Al Viro · 12 years ago
  5. 8382fca pidns: Outlaw thread creation after unshare(CLONE_NEWPID) by Eric W. Biederman · 12 years ago
  6. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  7. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  8. 2ad306b fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs by Glauber Costa · 12 years ago
  9. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  10. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  11. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  12. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  13. f57d54b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  14. 5bca230 mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node by Mel Gorman · 12 years ago
  15. e80d666 flagday: kill pt_regs argument of do_fork() by Al Viro · 12 years ago
  16. 18c26c2 death to idle_regs() by Al Viro · 12 years ago
  17. 62e791c don't pass regs to copy_process() by Al Viro · 12 years ago
  18. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  19. d212504 generic sys_fork / sys_vfork / sys_clone by Al Viro · 12 years ago
  20. d37f761d cputime: Consolidate cputime adjustment code by Frederic Weisbecker · 12 years ago
  21. b2e0d987 userns: Implement unshare of the user namespace by Eric W. Biederman · 12 years ago
  22. 5eaf563 userns: Allow unprivileged users to create user namespaces. by Eric W. Biederman · 13 years ago
  23. 50804fe pidns: Support unsharing the pid namespace. by Eric W. Biederman · 15 years ago
  24. 1c4042c pidns: Consolidate initialzation of special init task state by Eric W. Biederman · 14 years ago
  25. 0a01f2c pidns: Make the pidns proc mount/umount logic obvious. by Eric W. Biederman · 12 years ago
  26. 17cf22c pidns: Use task_active_pid_ns where appropriate by Eric W. Biederman · 15 years ago
  27. 32cdba1 uprobes: Use percpu_rw_semaphore to fix register/unregister vs dup_mmap() race by Oleg Nesterov · 12 years ago
  28. 5edee61 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 12 years ago
  29. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  30. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  31. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  32. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  33. e9714ac mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas by Konstantin Khlebnikov · 12 years ago
  34. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  35. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  36. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  37. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  38. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  39. f3e9478 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 12 years ago
  40. 61559a8 uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() by Oleg Nesterov · 12 years ago
  41. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  42. f1a45d0 uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap by Oleg Nesterov · 12 years ago
  43. c7a3a88 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails by Oleg Nesterov · 12 years ago
  44. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  45. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  46. f19b9f7 fork: fix error handling in dup_task() by Akinobu Mita · 12 years ago
  47. 87bec58 revert "sched: Fix fork() error path to not crash" by Andrew Morton · 12 years ago
  48. b2412b7 fork: use vma_pages() to simplify the code by Huang Shijie · 12 years ago
  49. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  50. 158e164 trim task_work: get rid of hlist by Al Viro · 12 years ago
  51. 164c33c sched: Fix fork() error path to not crash by Salman Qazi · 12 years ago
  52. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 12 years ago
  53. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 12 years ago
  54. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  55. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  56. f7505d64 fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters by Konstantin Khlebnikov · 12 years ago
  57. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  58. 7edc8b0 mm/fork: fix overflow in vma length when copying mmap on clone by Siddhesh Poyarekar · 12 years ago
  59. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago
  60. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  61. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 13 years ago
  62. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  63. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  64. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  65. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  66. 5e2bf01 namespaces, pid_ns: fix leakage on fork() failure by Mike Galbraith · 13 years ago
  67. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 13 years ago
  68. 0d15d74 fork: Provide kmemcache based thread_info allocator by Thomas Gleixner · 13 years ago
  69. 4110180 fork: Provide weak arch_release_[task_struct|thread_info] functions by Thomas Gleixner · 13 years ago
  70. 2889f60 fork: Move thread info gfp flags to header by Thomas Gleixner · 13 years ago
  71. 6c0a9fa fork: Remove the weak insanity by Thomas Gleixner · 13 years ago
  72. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 13 years ago
  73. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 13 years ago
  74. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 13 years ago
  75. 682968e uprobes/core: Optimize probe hits with the help of a counter by Srikar Dronamraju · 13 years ago
  76. d4b3b63 uprobes/core: Allocate XOL slots for uprobes use by Srikar Dronamraju · 13 years ago
  77. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 13 years ago
  78. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  79. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 13 years ago
  80. c3f0327 mm: add rss counters consistency check by Konstantin Khlebnikov · 13 years ago
  81. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  82. 5f8aadd CLONE_PARENT shouldn't allow to set ->exit_signal by Oleg Nesterov · 13 years ago
  83. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 13 years ago
  84. 3d48749 block: ioc_task_link() can't fail by Tejun Heo · 13 years ago
  85. 6e27f63 vfork: kill PF_STARTING by Oleg Nesterov · 13 years ago
  86. 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 13 years ago
  87. d68b46f vfork: make it killable by Oleg Nesterov · 13 years ago
  88. c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 13 years ago
  89. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 13 years ago
  90. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 13 years ago
  91. 3ec1e88 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  92. 1a2a4d0 security: create task_free security callback by Kees Cook · 13 years ago
  93. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  94. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 13 years ago
  95. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  96. 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 13 years ago
  97. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  98. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  99. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 13 years ago
  100. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago