1. 63489e4 sched: count # of queued RT tasks by Steven Rostedt · 18 years ago
  2. 82a1fcb softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks by Ingo Molnar · 18 years ago
  3. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 18 years ago
  4. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 18 years ago
  5. d221938 cpu-hotplug: refcount based cpu hotplug by Gautham R Shenoy · 18 years ago
  6. 6b2d770 sched: group scheduler, fix fairness of cpu bandwidth allocation for task groups by Srivatsa Vaddagiri · 18 years ago
  7. a183561 sched: introduce a mutex and corresponding API to serialize access to doms_curarray by Srivatsa Vaddagiri · 18 years ago
  8. 58e2d4c sched: group scheduling, change how cpu load is calculated by Srivatsa Vaddagiri · 18 years ago
  9. ec2c507 sched: group scheduling, minor fixes by Srivatsa Vaddagiri · 18 years ago
  10. 93f992c sched: group scheduling code cleanup by Srivatsa Vaddagiri · 18 years ago
  11. b842271 sched: remove printk_clock() by Ingo Molnar · 18 years ago
  12. d713f51 sched: fix CONFIG_PRINT_TIME's reliance on sched_clock() by Ingo Molnar · 18 years ago
  13. 32a7600 printk: make printk more robust by not allowing recursion by Ingo Molnar · 18 years ago
  14. 7556afa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 18 years ago
  15. 6ea6dd9 ptrace: Call arch_ptrace_attach() when request=PTRACE_TRACEME by Haavard Skinnemoen · 18 years ago
  16. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 18 years ago
  17. 78a2d90 Kobject: convert remaining kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 18 years ago
  18. 7a6a416 Modules: remove unneeded release function by Greg Kroah-Hartman · 18 years ago
  19. ac3c814 Kobject: convert kernel/module.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 18 years ago
  20. 97c146e sysfs: fix /sys/module/*/holders after sysfs logic change by Kay Sievers · 18 years ago
  21. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 18 years ago
  22. cf15126 Kobject: convert kernel/user.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 18 years ago
  23. e43b919 Kobject: convert kernel/params.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 18 years ago
  24. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 18 years ago
  25. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 18 years ago
  26. eb41d94 fix struct user_info export's sysfs interaction by Kay Sievers · 18 years ago
  27. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 18 years ago
  28. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 18 years ago
  29. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 18 years ago
  30. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 18 years ago
  31. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 18 years ago
  32. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 18 years ago
  33. fabe874 lockdep: fix kernel crash on module unload by Arjan van de Ven · 18 years ago
  34. b2214fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  35. 00e1077 rcu: fix section mismatch by Randy Dunlap · 18 years ago
  36. c61935f sched: group scheduler, set uid share fix by Ingo Molnar · 18 years ago
  37. 48ccf3d timer: fix section mismatch by Randy Dunlap · 18 years ago
  38. 0ec160d hrtimer: fix section mismatch by Randy Dunlap · 18 years ago
  39. 7846803 Fix unbalanced helper_lock in kernel/kmod.c by Nigel Cunningham · 18 years ago
  40. eb13ba8 lockdep: fix workqueue creation API lockdep interaction by Johannes Berg · 18 years ago
  41. 5a26db5 lockdep: fix internal double unlock during self-test by Nick Piggin · 18 years ago
  42. cb2a520 modules: de-mutex more symbol lookup paths in the module code by Rusty Russell · 18 years ago
  43. 417009f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 18 years ago
  44. 84427ea remove task_ppid_nr_ns by Roland McGrath · 18 years ago
  45. 02d5bcc Pull bugzilla-9194 into release branch by Len Brown · 18 years ago
  46. 9f9adec PM: ACPI and APM must not be enabled at the same time by Len Brown · 18 years ago
  47. fcfd50a show_task: real_parent by Roland McGrath · 18 years ago
  48. cdf71a1 futex: Prevent stale futex owner when interrupted/timeout by Thomas Gleixner · 18 years ago
  49. 83a08e7 vmcoreinfo: add the array length of "free_list" for filtering free pages by Ken'ichi Ohmichi · 18 years ago
  50. b59f819 acct: real_parent ppid by Roland McGrath · 18 years ago
  51. 39cd72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  52. b8c9a18 Fix kernel/ptrace.c compile problem (missing "may_attach()") by Linus Torvalds · 18 years ago
  53. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 18 years ago
  54. 90b2628 sched: fix gcc warnings by Ingo Molnar · 18 years ago
  55. fb445ee [SERIAL]: Fix section mismatches in Sun serial console drivers. by David S. Miller · 18 years ago
  56. d172f4e Modules: fix memory leak of module names by Greg Kroah-Hartman · 18 years ago
  57. 2c3b20e9 debug: add end-of-oops marker by Arjan van de Ven · 18 years ago
  58. 67e2be0 sched: rt: account the cpu time during the tick by Peter Zijlstra · 18 years ago
  59. 3e3b391 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 18 years ago
  60. 971e5b35f genirq: revert lazy irq disable for simple irqs by Steven Rostedt · 18 years ago
  61. b4be625 timer: kernel/timer.c section fixes by Adrian Bunk · 18 years ago
  62. cdc6f27 clockevents: fix reprogramming decision in oneshot broadcast by Thomas Gleixner · 18 years ago
  63. 6cbf1c1 sched: do not hurt SCHED_BATCH on wakeup by Ingo Molnar · 18 years ago
  64. 2bacec8 sched: touch softlockup watchdog after idling by Ingo Molnar · 18 years ago
  65. 73c4efd sched: sysctl, proc_dointvec_minmax() expects int values for by Eric Dumazet · 18 years ago
  66. c7af77b sched: mark rwsem functions as __sched for wchan/profiling by Livio Soares · 18 years ago
  67. 051a1d1 sched: fix crash on ia64, introduce task_current() by Dmitry Adamushko · 18 years ago
  68. 64396ac sysctl: fix ax25 checks by Eric W. Biederman · 18 years ago
  69. 368d2c63 Revert "hugetlb: Add hugetlb_dynamic_pool sysctl" by Nishanth Aravamudan · 18 years ago
  70. d1c3fb1 hugetlb: introduce nr_overcommit_hugepages sysctl by Nishanth Aravamudan · 18 years ago
  71. 2c5ea0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 18 years ago
  72. 167b1de clockevents: warn once when program_event() is called with negative expiry by Thomas Gleixner · 18 years ago
  73. 62f0f61 hrtimers: avoid overflow for large relative timeouts by Thomas Gleixner · 18 years ago
  74. 8ced5f6 sched: enable early use of sched_clock() by Ingo Molnar · 18 years ago
  75. 5f9fa8a lockdep: make cli/sti annotation warnings clearer by Ingo Molnar · 18 years ago
  76. 3743d33 Tiny clean-up of OPROFILE/KPROBES configuration by Linus Torvalds · 18 years ago
  77. 00a5825 Fix oprofile configuration breakage by Ralf Baechle · 18 years ago
  78. 7e1fb76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  79. 2cfae27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  80. f1dad16 Avoid potential NULL dereference in unregister_sysctl_table by Pavel Emelyanov · 18 years ago
  81. 5cd1756 fix clone(CLONE_NEWPID) by Eric W. Biederman · 18 years ago
  82. cde898f futex: correctly return -EFAULT not -EINVAL by Thomas Gleixner · 18 years ago
  83. 5456178 lockdep: in_range() fix by Oleg Nesterov · 18 years ago
  84. 8568487 lockdep: fix debug_show_all_locks() by Ingo Molnar · 18 years ago
  85. 41a2d6c sched: style cleanups by Ingo Molnar · 18 years ago
  86. ce6bd42 futex: fix for futex_wait signal stack corruption by Steven Rostedt · 18 years ago
  87. 874a5f8 [SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string. by David S. Miller · 18 years ago
  88. db292ca3 sched: default to more agressive yield for SCHED_BATCH tasks by Ingo Molnar · 18 years ago
  89. 7703493 sched: fix crash in sys_sched_rr_get_interval() by Ingo Molnar · 18 years ago
  90. ca6435f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 18 years ago
  91. b00296f uml: add !UML dependencies by Al Viro · 18 years ago
  92. d842de8 sched: cpu accounting controller (V2) by Srivatsa Vaddagiri · 18 years ago
  93. e6ceb32 wait_task_stopped(): pass correct exit_code to wait_noreap_copyout() by Scott James Remnant · 18 years ago
  94. 9e6c1e6 FRV: fix the extern declaration of kallsyms_num_syms by David Howells · 18 years ago
  95. 32df81c Isolate the UTS namespace's domainname and hostname back by Pavel Emelyanov · 18 years ago
  96. c895078 wait_task_stopped(): don't use task_pid_nr_ns() lockless by Oleg Nesterov · 18 years ago
  97. f95e0d1 sched: clean up kernel/sched_stat.h by Ingo Molnar · 18 years ago
  98. c1a8974 sched: clean up overlong line in kernel/sched_debug.c by Ingo Molnar · 18 years ago
  99. deaf222 sched: clean up, move __sched_text_start/end to sched.h by Ingo Molnar · 18 years ago
  100. 9a4e715 sched: clean up sd_alloc_ctl_cpu_table() definition by Ingo Molnar · 18 years ago