1. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  2. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  3. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  4. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  5. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  6. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  7. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  8. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  9. 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
  10. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  11. 2aa3a7f preparation for generic kernel_thread() by Al Viro · 12 years ago
  12. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  13. 04e7e95 rcu: Switch task's syscall hooks on context switch by Frederic Weisbecker · 12 years ago
  14. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  15. e1760bd userns: Convert the audit loginuid to be a kuid by Eric W. Biederman · 12 years ago
  16. 37407ea Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations" by Linus Torvalds · 12 years ago
  17. 9f68f67 uprobes: Introduce MMF_RECALC_UPROBES by Oleg Nesterov · 12 years ago
  18. c1cc017 sched/nohz: Clean up select_nohz_load_balancer() by Alex Shi · 12 years ago
  19. f3e9478 sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW by Peter Zijlstra · 12 years ago
  20. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  21. f03542a sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up by Alex Shi · 12 years ago
  22. 300d373 Revert "NMI watchdog: fix for lockup detector breakage on resume" by Rafael J. Wysocki · 12 years ago
  23. 907aed4 mm: allow PF_MEMALLOC from softirq context by Mel Gorman · 12 years ago
  24. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  25. 45226e9 NMI watchdog: fix for lockup detector breakage on resume by Sameer Nanda · 12 years ago
  26. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 12 years ago
  27. 7907163 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  28. 8323f26 sched: Fix race in task_group() by Peter Zijlstra · 12 years ago
  29. 970e178 sched: Improve scalability via 'CPU buddies', which withstand random perturbations by Mike Galbraith · 12 years ago
  30. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  31. 6120d3d get rid of ->scm_work_list by Al Viro · 12 years ago
  32. 67d1214 merge task_work and rcu_head, get rid of separate allocation for keyring case by Al Viro · 12 years ago
  33. 158e164 trim task_work: get rid of hlist by Al Viro · 12 years ago
  34. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  35. ab93eb8 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  36. 5167e8d sched/nohz: Rewrite and fix load-avg computation -- again by Peter Zijlstra · 12 years ago
  37. cba6d0d Revert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" by Paul E. McKenney · 12 years ago
  38. c3e228d Merge tag 'v3.5-rc2' into perf/core by Ingo Molnar · 12 years ago
  39. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  41. 778b032 uprobes: Kill uprobes_srcu/uprobe_srcu_id by Oleg Nesterov · 12 years ago
  42. c117487 sched: Fix domain iteration by Peter Zijlstra · 12 years ago
  43. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  44. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  45. b7f9a11 new helper: sigmask_to_save() by Al Viro · 12 years ago
  46. 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 12 years ago
  47. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  48. 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 12 years ago
  49. 5aaa0b7 sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 12 years ago
  50. 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
  51. f23ca33 keys: kill task_struct->replacement_session_keyring by Oleg Nesterov · 12 years ago
  52. 4d1d61a genirq: reimplement exit_irq_thread() hook via task_work_add() by Oleg Nesterov · 12 years ago
  53. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 12 years ago
  54. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  55. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  57. 8e7fbcb sched: Remove stale power aware scheduling remnants and dysfunctional knobs by Peter Zijlstra · 13 years ago
  58. 04f733b sched/fair: Revert sched-domain iteration breakage by Peter Zijlstra · 12 years ago
  59. 0ce9047 sched/fair: Add some serialization to the sched_domain load-balance walk by Peter Zijlstra · 12 years ago
  60. 489a71b sched: Update documentation and comments by Hiroshi Shimamoto · 12 years ago
  61. 616c310 rcu: Move PREEMPT_RCU preemption to switch_to() invocation by Paul E. McKenney · 12 years ago
  62. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 12 years ago
  63. 932eceb seccomp: kill the seccomp_t typedef by Will Drewry · 12 years ago
  64. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  65. 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
  66. d0bd659 userns: Deprecate and rename the user_namespace reference in the user_struct by Eric W. Biederman · 13 years ago
  67. 57a39aa userns: Kill bogus declaration of function release_uids by Eric W. Biederman · 13 years ago
  68. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  69. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  70. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 12 years ago
  71. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 12 years ago
  72. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. 0bbfcaf Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 5928a2b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  75. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 12 years ago
  76. df8d291 Merge branch 'linus' into irq/core by Thomas Gleixner · 12 years ago
  77. 47258cf Merge tag 'v3.3-rc7' into sched/core by Ingo Molnar · 12 years ago
  78. 4bcdf1d genirq: Get rid of unnecessary irqaction field in task_struct by Alexander Gordeev · 12 years ago
  79. 6e27f63 vfork: kill PF_STARTING by Oleg Nesterov · 12 years ago
  80. 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 12 years ago
  81. d68b46f vfork: make it killable by Oleg Nesterov · 12 years ago
  82. c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 12 years ago
  83. 2e5b5b3 sched: Clean up parameter passing of proc_sched_autogroup_set_nice() by Hiroshi Shimamoto · 12 years ago
  84. 3c7d518 sched/rt: Do not submit new work when PI-blocked by Thomas Gleixner · 13 years ago
  85. c5491ea sched/rt: Add schedule_preempt_disabled() by Thomas Gleixner · 13 years ago
  86. 7e4d960 Merge branch 'linus' into sched/core by Ingo Molnar · 12 years ago
  87. de5bdff sched: Make initial SCHED_RR timeslace DEF_TIMESLICE by Hiroshi Shimamoto · 12 years ago
  88. 1aa03f1 rcu: Simplify unboosting checks by Paul E. McKenney · 13 years ago
  89. 9388dc3 sched: Turn lock_task_sighand() into a static inline by Anton Vorontsov · 12 years ago
  90. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 13 years ago
  91. 4ec4412 sched: Ensure cpu_power periodic update by Vincent Guittot · 13 years ago
  92. 39be350 sched, block: Unify cache detection by Peter Zijlstra · 13 years ago
  93. 2437dcb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  94. fa75728 kernel-doc: fix kernel-doc warnings in sched by Randy Dunlap · 13 years ago
  95. b64b223 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 13 years ago
  96. 7061ca3 sched: Add "const" to is_idle_task() parameter by Paul E. McKenney · 13 years ago
  97. 9402c95 treewide: remove useless NORET_TYPE macro and uses by Joe Perches · 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. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  100. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago