1. e1d1484 sched: reduce balance-tasks overhead by Peter Williams · 18 years ago
  2. a8972cc sched: constify sched.h by Joe Perches · 18 years ago
  3. 9a2e705 Isolate the explicit usage of signal->pgrp by Pavel Emelyanov · 18 years ago
  4. 029190c cpuset sched_load_balance flag by Paul Jackson · 18 years ago
  5. 2f2a3a4 Uninline the task_xid_nr_ns() calls by Pavel Emelyanov · 18 years ago
  6. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 18 years ago
  7. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 18 years ago
  8. 30e49c2 pid namespaces: allow cloning of new namespace by Pavel Emelyanov · 18 years ago
  9. b461cc0 pid namespaces: miscellaneous preparations for pid namespaces by Pavel Emelyanov · 18 years ago
  10. 198fe21 pid namespaces: helpers to find the task by its numerical ids by Pavel Emelyanov · 18 years ago
  11. 7af5729 pid namespaces: helpers to obtain pid numbers by Pavel Emelyanov · 18 years ago
  12. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 18 years ago
  13. a47afb0 pid namespaces: round up the API by Pavel Emelianov · 18 years ago
  14. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 18 years ago
  15. 817929e Task Control Groups: shared cgroup subsystem group arrays by Paul Menage · 18 years ago
  16. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 18 years ago
  17. 54e840d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  18. c66f08b Add scaled time to taskstats based process accounting by Michael Neuling · 18 years ago
  19. 6212e3a Remove struct task_struct::io_wait by Alexey Dobriyan · 18 years ago
  20. 480b943 sched: reduce schedstat variable overhead a bit by Ken Chen · 18 years ago
  21. e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  22. 57c521c ifdef struct task_struct::security by Alexey Dobriyan · 18 years ago
  23. 18796aa task_struct: move ->fpu_counter and ->oomkilladj by Alexey Dobriyan · 18 years ago
  24. 970a864 user.c: #ifdef ->mq_bytes by Alexey Dobriyan · 18 years ago
  25. 42b2dd0 Shrink task_struct if CONFIG_FUTEX=n by Alexey Dobriyan · 18 years ago
  26. 3befe7c Shrink struct task_struct::oomkilladj by Alexey Dobriyan · 18 years ago
  27. 82df397 Add MMF_DUMP_ELF_HEADERS by Roland McGrath · 18 years ago
  28. c4f3b63 softlockup: add a /proc tuning parameter by Ravikiran G Thirumalai · 18 years ago
  29. 3e26c14 mm: dirty balancing for tasks by Peter Zijlstra · 18 years ago
  30. b1a8c17 sched: fix !SYSFS build breakage by Dhaval Giani · 18 years ago
  31. 607717a cpuset: remove sched domain hooks from cpusets by Paul Jackson · 18 years ago
  32. c92ff1b move mm_struct and vm_area_struct by Martin Schwidefsky · 18 years ago
  33. 94886b8 sched: guest CPU accounting: maintain stats in account_system_time() by Laurent Vivier · 18 years ago
  34. 9ac5231 sched: guest CPU accounting: add guest-CPU /proc/<pid>/stat fields by Laurent Vivier · 18 years ago
  35. cc36773 sched: debug, improve migration statistics by Ingo Molnar · 18 years ago
  36. da84d96 sched: reintroduce cache-hot affinity by Ingo Molnar · 18 years ago
  37. 95938a3 sched: prevent wakeup over-scheduling by Mike Galbraith · 18 years ago
  38. 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 18 years ago
  39. 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 18 years ago
  40. af92723 sched: cleanup, remove the TASK_NONINTERACTIVE flag by Mike Galbraith · 18 years ago
  41. 5522d5d sched: mark scheduling classes as const by Ingo Molnar · 18 years ago
  42. 5f6d858e sched: speed up and simplify vslice calculations by Peter Zijlstra · 18 years ago
  43. 2d72376 sched: clean up schedstats, cnt -> count by Ingo Molnar · 18 years ago
  44. 94359f0 sched: undo some of the recent changes by Ingo Molnar · 18 years ago
  45. 67e9fb2 sched: add vslice by Peter Zijlstra · 18 years ago
  46. c18b8a7 sched: remove unneeded tunables by Ingo Molnar · 18 years ago
  47. b8efb56 sched debug: BKL usage statistics by Ingo Molnar · 18 years ago
  48. 24e377a sched: add fair-user scheduler by Srivatsa Vaddagiri · 18 years ago
  49. 9b5b775 sched: clean up code under CONFIG_FAIR_GROUP_SCHED by Srivatsa Vaddagiri · 18 years ago
  50. 83b699e sched: revert recent removal of set_curr_task() by Srivatsa Vaddagiri · 18 years ago
  51. f6b5320 sched: rework enqueue/dequeue_entity() to get rid of set_curr_task() by Dmitry Adamushko · 18 years ago
  52. 4530d7a sched: simplify sched_class::yield_task() by Dmitry Adamushko · 18 years ago
  53. 30cfdcf sched: do not keep current in the tree and get rid of sched_entity::fair_key by Dmitry Adamushko · 18 years ago
  54. bbdba7c sched: remove wait_runtime fields and features by Ingo Molnar · 18 years ago
  55. e22f5bb sched: remove wait_runtime limit by Ingo Molnar · 18 years ago
  56. e9acbff sched: introduce se->vruntime by Ingo Molnar · 18 years ago
  57. 8ebc91d sched: remove stat_gran by Ingo Molnar · 18 years ago
  58. 2bd8e6d sched: use constants if !CONFIG_SCHED_DEBUG by Ingo Molnar · 18 years ago
  59. eba1ed4 sched: debug: track maximum 'slice' by Ingo Molnar · 18 years ago
  60. 169e367 [NETNS]: CLONE_NEWNET don't use the same clone flag as the pid namespace. by Eric W. Biederman · 18 years ago
  61. 9dd776b [NET]: Add network namespace clone & unshare support. by Eric W. Biederman · 18 years ago
  62. 0c2043a Don't do load-average calculations at even 5-second intervals by Linus Torvalds · 18 years ago
  63. b8fceee signalfd simplification by Davide Libenzi · 18 years ago
  64. 1799e35 sched: add /proc/sys/kernel/sched_compat_yield by Ingo Molnar · 18 years ago
  65. 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 18 years ago
  66. 735de22 Convert uid hash to hlist by Pavel Emelyanov · 18 years ago
  67. f6cf891 sched: make the scheduler converge to the ideal latency by Ingo Molnar · 18 years ago
  68. 172ac3d sched: cleanup, sched_granularity -> sched_min_granularity by Ingo Molnar · 18 years ago
  69. 2180508 sched: adaptive scheduler granularity by Peter Zijlstra · 18 years ago
  70. f8700df sched: fix broken SMT/MC optimizations by Suresh Siddha · 18 years ago
  71. 2aa44d0 sched: sched_clock_idle_[sleep|wakeup]_event() by Ingo Molnar · 18 years ago
  72. ee0827d sched: remove the 'u64 now' parameter from ->task_new() by Ingo Molnar · 18 years ago
  73. 31ee529 sched: remove the 'u64 now' parameter from ->put_prev_task() by Ingo Molnar · 18 years ago
  74. fb8d472 sched: remove the 'u64 now' parameter from ->pick_next_task() by Ingo Molnar · 18 years ago
  75. f02231e sched: remove the 'u64 now' parameter from ->dequeue_task() by Ingo Molnar · 18 years ago
  76. fd390f6 sched: remove the 'u64 now' parameter from ->enqueue_task() by Ingo Molnar · 18 years ago
  77. 5cef9ec sched: remove the 'u64 now' parameter from print_cfs_rq() by Ingo Molnar · 18 years ago
  78. a4ac01c sched: fix bug in balance_tasks() by Peter Williams · 18 years ago
  79. 4301065 sched: simplify move_tasks() by Peter Williams · 18 years ago
  80. 94c1822 [PATCH] sched: reduce task_struct size by Ingo Molnar · 18 years ago
  81. cad60d9 [PATCH] sched: ->task_new cleanup by Ingo Molnar · 18 years ago
  82. 362a701 [PATCH] sched: remove cache_hot_time by Ingo Molnar · 18 years ago
  83. d02c7a8 [PATCH] sched: add above_background_load() function by Con Kolivas · 18 years ago
  84. e107be3 [PATCH] sched: arch preempt notifier mechanism by Avi Kivity · 18 years ago
  85. b47e860 [PATCH] sched: increase SCHED_LOAD_SCALE_FUZZ by Ingo Molnar · 18 years ago
  86. e436d80 [PATCH] sched: implement cpu_clock(cpu) high-speed time source by Ingo Molnar · 18 years ago
  87. 3cb4a0b coredump masking: add an interface for core dump filter by Kawai, Hidehiro · 18 years ago
  88. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 18 years ago
  89. 77ec739 user namespace: add unshare by Serge E. Hallyn · 18 years ago
  90. acce292 user namespace: add the framework by Cedric Le Goater · 18 years ago
  91. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 18 years ago
  92. 924b42d Use boot based time for process start time and boot time in /proc by Tomas Janousek · 18 years ago
  93. 6fb43d7 sched: micro-optimize mmdrop() by Ingo Molnar · 18 years ago
  94. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 18 years ago
  95. 7dd5936 sched: remove old cpu accounting field by Ingo Molnar · 18 years ago
  96. 0c57d58 sched: remove batch_task() by Ingo Molnar · 18 years ago
  97. 50e645a sched: remove interactivity types from sched.h by Ingo Molnar · 18 years ago
  98. ad46c2c sched: clean up fastcall uses of sched_fork()/sched_exit() by Ingo Molnar · 18 years ago
  99. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 18 years ago
  100. bb29ab2 sched: x86, track TSC-unstable events by Ingo Molnar · 18 years ago