1. e49859e pidns: remove now unused find_pid function. by Pavel Emelyanov · 16 years ago
  2. 19b0cfc pidns: remove now unused kill_proc function by Pavel Emelyanov · 16 years ago
  3. 246bb0b kill PF_BORROWED_MM in favour of PF_KTHREAD by Oleg Nesterov · 16 years ago
  4. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  5. 364d3c1 ptrace: give more respect to SIGKILL by Oleg Nesterov · 16 years ago
  6. 8b05c7e add a helper function to test if an object is on the stack by FUJITA Tomonori · 16 years ago
  7. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  8. d7b6de1 Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  9. 1b427c1 sched: fix build error, provide partition_sched_domains() unconditionally by Ingo Molnar · 16 years ago
  10. f470021 ptrace children revamp by Roland McGrath · 17 years ago
  11. ebb12db Freezer: Introduce PF_FREEZER_NOSIG by Rafael J. Wysocki · 16 years ago
  12. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  13. 948769a Merge branch 'sched/new-API-sched_setscheduler' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  14. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  15. 361833e Merge branch 'sched/clock' into sched/devel by Ingo Molnar · 16 years ago
  16. af52a90 sched_clock: stop maximum check on NO HZ by Steven Rostedt · 16 years ago
  17. 2398f2c sched: update shares on wakeup by Peter Zijlstra · 16 years ago
  18. b6a86c7 sched: fix sched_domain aggregation by Peter Zijlstra · 16 years ago
  19. c09595f sched: revert revert of: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 16 years ago
  20. 961ccdd sched: add new API sched_setscheduler_nocheck: add a flag to control access checks by Rusty Russell · 16 years ago
  21. 8bbd54d Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  22. e765ee9 Merge branch 'linus' into tracing/ftrace by Ingo Molnar · 16 years ago
  23. f9e8e07 Merge branch 'linus' into sched-devel by Ingo Molnar · 16 years ago
  24. 9985b0b sched: prevent bound kthreads from changing cpus_allowed by David Rientjes · 16 years ago
  25. 16882c1 sched: fix TASK_WAKEKILL vs SIGKILL race by Oleg Nesterov · 16 years ago
  26. 1f11eb6 sched: fix cpupri hotplug support by Gregory Haskins · 16 years ago
  27. c7aceab sched: reorder task_struct to reduce padding on 64bit builds by Richard Kennedy · 16 years ago
  28. 554ec22 namespacecheck: more sched.c fixes by Ingo Molnar · 16 years ago
  29. 6715930 Merge commit 'linus/master' into sched-fixes-for-linus by Ingo Molnar · 16 years ago
  30. 6363ca5 revert ("sched: fair-group: SMP-nice for group scheduling") by Ingo Molnar · 16 years ago
  31. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 16 years ago
  32. 9383d96 softlockup: fix softlockup_thresh unaligned access and disable detection at runtime by Dimitri Sivanich · 16 years ago
  33. 9c44bc0 softlockup: allow panic on lockup by Ingo Molnar · 16 years ago
  34. 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 16 years ago
  35. 88a4216 ftrace: sched special by Ingo Molnar · 16 years ago
  36. 1a3c303 ftrace: fix __trace_special() by Ingo Molnar · 16 years ago
  37. 017730c ftrace: fix wakeups by Ingo Molnar · 16 years ago
  38. 4e65551 ftrace: sched tracer, trace full rbtree by Ingo Molnar · 16 years ago
  39. 8ac0fca ftrace: sched tracer fix by Ingo Molnar · 16 years ago
  40. 7c731e0 ftrace: make the task state char-string visible to all by Steven Rostedt · 16 years ago
  41. bd3bff9 sched: add latency tracer callbacks to the scheduler by Ingo Molnar · 16 years ago
  42. c714a53 Make 'cond_resched()' nullification depend on PREEMPT_BKL by Linus Torvalds · 16 years ago
  43. 9404ef0 Fix up 'need_resched()' definition by Linus Torvalds · 16 years ago
  44. c3921ab Add new 'cond_resched_bkl()' helper function by Linus Torvalds · 16 years ago
  45. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 16 years ago
  46. 690229a sched: make clock sync tunable by architecture code by Ingo Molnar · 16 years ago
  47. 8ae121a sched: fix RT task-wakeup logic by Gregory Haskins · 16 years ago
  48. 5cd2045 Deprecate find_task_by_pid() by Pavel Emelyanov · 16 years ago
  49. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  50. fae5fa4 signals: fix /sbin/init protection from unwanted signals by Oleg Nesterov · 16 years ago
  51. ac5c215 signals: join send_sigqueue() with send_group_sigqueue() by Oleg Nesterov · 16 years ago
  52. e442055 signals: re-assign CLD_CONTINUED notification from the sender to reciever by Oleg Nesterov · 16 years ago
  53. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  54. 3898b1b capabilities: implement per-process securebits by Andrew G. Morgan · 16 years ago
  55. 402b086 s390: KVM preparation: provide hook to enable pgstes in user pagetable by Carsten Otte · 17 years ago
  56. 8c9843e [POWERPC] Add thread_info_cache_init() weak hook by Benjamin Herrenschmidt · 16 years ago
  57. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  58. 4a55bd5 sched: fair-group: de-couple load-balancing from the rb-trees by Peter Zijlstra · 16 years ago
  59. 58d6c2d sched: rt-group: optimize dequeue_rt_stack by Peter Zijlstra · 16 years ago
  60. 18d95a2 sched: fair-group: SMP-nice for group scheduling by Peter Zijlstra · 16 years ago
  61. 1d3504f sched, cpuset: customize sched domains, core by Hidetoshi Seto · 17 years ago
  62. eff766a sched: fix the task_group hierarchy for UID grouping by Peter Zijlstra · 16 years ago
  63. ec7dc8a sched: allow the group scheduler to have multiple levels by Dhaval Giani · 16 years ago
  64. cd8ba7c sched: add new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  65. b53e921 generic: reduce stack pressure in sched_affinity by Mike Travis · 17 years ago
  66. d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 16 years ago
  67. 50df5d6 sched: remove sysctl_sched_batch_wakeup_granularity by Ingo Molnar · 17 years ago
  68. 5a6483f include: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
  69. 06d8308 NOHZ: reevaluate idle sleep length after add_timer_on() by Thomas Gleixner · 17 years ago
  70. 9aefd0a sched: add exported arch_reinit_sched_domains() to header file. by Heiko Carstens · 17 years ago
  71. 4ae7d5c sched: improve affine wakeups by Ingo Molnar · 17 years ago
  72. 810b381 sched: retain vruntime by Peter Zijlstra · 17 years ago
  73. 62fb185 sched: revert load_balance_monitor() changes by Peter Zijlstra · 17 years ago
  74. 3fca96e Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep by Linus Torvalds · 17 years ago
  75. bdb9441 lockdep: increase MAX_LOCK_DEPTH by Peter Zijlstra · 17 years ago
  76. 2d07b25 sched: add declaration of sched_tail to sched.h by Harvey Harrison · 17 years ago
  77. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 17 years ago
  78. 052f1dc sched: rt-group: make rt groups scheduling configurable by Peter Zijlstra · 17 years ago
  79. 9f0c1e5 sched: rt-group: interface by Peter Zijlstra · 17 years ago
  80. 146a505 Get rid of the kill_pgrp_info() function by Pavel Emelyanov · 17 years ago
  81. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 17 years ago
  82. 44c4e1b pid: Extend/Fix pid_vnr by Eric W. Biederman · 17 years ago
  83. 8520d7c teach set_special_pids() to use struct pid by Oleg Nesterov · 17 years ago
  84. 78fb746 Memory controller: accounting setup by Pavel Emelianov · 17 years ago
  85. 1bf4734 kernel/sys.c: get rid of expensive divides in groups_sort() by Eric Dumazet · 17 years ago
  86. 3b7391d capabilities: introduce per-process capability bounding set by Serge E. Hallyn · 17 years ago
  87. 8245525 maps4: rework TASK_SIZE macros by Dave Hansen · 17 years ago
  88. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 17 years ago
  89. 59714d6 get_task_comm(): return the result by Andrew Morton · 17 years ago
  90. 4746ec5 [AUDIT] add session id to audit messages by Eric Paris · 17 years ago
  91. bfef93a [PATCH] get rid of loginuid races by Al Viro · 17 years ago
  92. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  93. 95c354f spinlock: lockbreak cleanup by Nick Piggin · 17 years ago
  94. fadad878 kernel: add CLONE_IO to specifically request sharing of IO contexts by Jens Axboe · 17 years ago
  95. fd0928d ioprio: move io priority from task_struct to io_context by Jens Axboe · 17 years ago
  96. 6d08259 sched: keep total / count stats in addition to the max for by Arjan van de Ven · 17 years ago
  97. 286100a sched, futex: detach sched.h and futex.h by Alexey Dobriyan · 17 years ago
  98. 9073908 softlockup: fix signedness by Ingo Molnar · 17 years ago
  99. 9745512 sched: latencytop support by Arjan van de Ven · 17 years ago
  100. 48d5e25 sched: rt throttling vs no_hz by Peter Zijlstra · 17 years ago