1. cf15126 Kobject: convert kernel/user.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  2. e43b919 Kobject: convert kernel/params.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  3. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 17 years ago
  4. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  5. eb41d94 fix struct user_info export's sysfs interaction by Kay Sievers · 17 years ago
  6. 386f275 Driver Core: switch all dynamic ksets to kobj_sysfs_ops by Kay Sievers · 17 years ago
  7. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 17 years ago
  8. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  9. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  10. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  11. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  12. fabe874 lockdep: fix kernel crash on module unload by Arjan van de Ven · 16 years ago
  13. d4acd72 [SCSI] sysfs: add filter function to groups by James Bottomley · 17 years ago
  14. b2214fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 16 years ago
  15. 00e1077 rcu: fix section mismatch by Randy Dunlap · 16 years ago
  16. c61935f sched: group scheduler, set uid share fix by Ingo Molnar · 16 years ago
  17. 48ccf3d timer: fix section mismatch by Randy Dunlap · 16 years ago
  18. 0ec160d hrtimer: fix section mismatch by Randy Dunlap · 16 years ago
  19. 7846803 Fix unbalanced helper_lock in kernel/kmod.c by Nigel Cunningham · 16 years ago
  20. eb13ba8 lockdep: fix workqueue creation API lockdep interaction by Johannes Berg · 16 years ago
  21. 5a26db5 lockdep: fix internal double unlock during self-test by Nick Piggin · 16 years ago
  22. cb2a520 modules: de-mutex more symbol lookup paths in the module code by Rusty Russell · 16 years ago
  23. 417009f6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  24. 84427ea remove task_ppid_nr_ns by Roland McGrath · 16 years ago
  25. 02d5bcc Pull bugzilla-9194 into release branch by Len Brown · 16 years ago
  26. 9f9adec PM: ACPI and APM must not be enabled at the same time by Len Brown · 17 years ago
  27. fcfd50a show_task: real_parent by Roland McGrath · 16 years ago
  28. cdf71a1 futex: Prevent stale futex owner when interrupted/timeout by Thomas Gleixner · 16 years ago
  29. 83a08e7 vmcoreinfo: add the array length of "free_list" for filtering free pages by Ken'ichi Ohmichi · 16 years ago
  30. b59f819 acct: real_parent ppid by Roland McGrath · 16 years ago
  31. 39cd72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 16 years ago
  32. b8c9a18 Fix kernel/ptrace.c compile problem (missing "may_attach()") by Linus Torvalds · 16 years ago
  33. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 16 years ago
  34. 90b2628 sched: fix gcc warnings by Ingo Molnar · 17 years ago
  35. fb445ee [SERIAL]: Fix section mismatches in Sun serial console drivers. by David S. Miller · 17 years ago
  36. d172f4e Modules: fix memory leak of module names by Greg Kroah-Hartman · 17 years ago
  37. 2c3b20e9 debug: add end-of-oops marker by Arjan van de Ven · 17 years ago
  38. 67e2be0 sched: rt: account the cpu time during the tick by Peter Zijlstra · 17 years ago
  39. 3e3b391 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  40. 971e5b35f genirq: revert lazy irq disable for simple irqs by Steven Rostedt · 17 years ago
  41. b4be625 timer: kernel/timer.c section fixes by Adrian Bunk · 17 years ago
  42. cdc6f27 clockevents: fix reprogramming decision in oneshot broadcast by Thomas Gleixner · 17 years ago
  43. 6cbf1c1 sched: do not hurt SCHED_BATCH on wakeup by Ingo Molnar · 17 years ago
  44. 2bacec8 sched: touch softlockup watchdog after idling by Ingo Molnar · 17 years ago
  45. 73c4efd sched: sysctl, proc_dointvec_minmax() expects int values for by Eric Dumazet · 17 years ago
  46. c7af77b sched: mark rwsem functions as __sched for wchan/profiling by Livio Soares · 17 years ago
  47. 051a1d1 sched: fix crash on ia64, introduce task_current() by Dmitry Adamushko · 17 years ago
  48. 64396ac sysctl: fix ax25 checks by Eric W. Biederman · 17 years ago
  49. 368d2c63 Revert "hugetlb: Add hugetlb_dynamic_pool sysctl" by Nishanth Aravamudan · 17 years ago
  50. d1c3fb1 hugetlb: introduce nr_overcommit_hugepages sysctl by Nishanth Aravamudan · 17 years ago
  51. 2c5ea0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  52. 167b1de clockevents: warn once when program_event() is called with negative expiry by Thomas Gleixner · 17 years ago
  53. 62f0f61 hrtimers: avoid overflow for large relative timeouts by Thomas Gleixner · 17 years ago
  54. 8ced5f6 sched: enable early use of sched_clock() by Ingo Molnar · 17 years ago
  55. 5f9fa8a lockdep: make cli/sti annotation warnings clearer by Ingo Molnar · 17 years ago
  56. 3743d33 Tiny clean-up of OPROFILE/KPROBES configuration by Linus Torvalds · 17 years ago
  57. 00a5825 Fix oprofile configuration breakage by Ralf Baechle · 17 years ago
  58. 7e1fb76 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  59. 2cfae27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  60. f1dad16 Avoid potential NULL dereference in unregister_sysctl_table by Pavel Emelyanov · 17 years ago
  61. 5cd1756 fix clone(CLONE_NEWPID) by Eric W. Biederman · 17 years ago
  62. cde898f futex: correctly return -EFAULT not -EINVAL by Thomas Gleixner · 17 years ago
  63. 5456178 lockdep: in_range() fix by Oleg Nesterov · 17 years ago
  64. 8568487 lockdep: fix debug_show_all_locks() by Ingo Molnar · 17 years ago
  65. 41a2d6c sched: style cleanups by Ingo Molnar · 17 years ago
  66. ce6bd42 futex: fix for futex_wait signal stack corruption by Steven Rostedt · 17 years ago
  67. 874a5f8 [SYSCTL_CHECK]: Fix typo in KERN_SPARC_SCONS_PWROFF entry string. by David S. Miller · 17 years ago
  68. db292ca sched: default to more agressive yield for SCHED_BATCH tasks by Ingo Molnar · 17 years ago
  69. 7703493 sched: fix crash in sys_sched_rr_get_interval() by Ingo Molnar · 17 years ago
  70. ca6435f Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  71. b00296f uml: add !UML dependencies by Al Viro · 17 years ago
  72. d842de8 sched: cpu accounting controller (V2) by Srivatsa Vaddagiri · 17 years ago
  73. e6ceb32 wait_task_stopped(): pass correct exit_code to wait_noreap_copyout() by Scott James Remnant · 17 years ago
  74. 9e6c1e6 FRV: fix the extern declaration of kallsyms_num_syms by David Howells · 17 years ago
  75. 32df81c Isolate the UTS namespace's domainname and hostname back by Pavel Emelyanov · 17 years ago
  76. c895078 wait_task_stopped(): don't use task_pid_nr_ns() lockless by Oleg Nesterov · 17 years ago
  77. f95e0d1 sched: clean up kernel/sched_stat.h by Ingo Molnar · 17 years ago
  78. c1a8974 sched: clean up overlong line in kernel/sched_debug.c by Ingo Molnar · 17 years ago
  79. deaf222 sched: clean up, move __sched_text_start/end to sched.h by Ingo Molnar · 17 years ago
  80. 9a4e715 sched: clean up sd_alloc_ctl_cpu_table() definition by Ingo Molnar · 17 years ago
  81. d393820 softlockup: fix false positives on CONFIG_NOHZ by Thomas Gleixner · 17 years ago
  82. 8c27eba Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6 by Linus Torvalds · 17 years ago
  83. 0685ab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  84. ff1ea52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  85. f4d53ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  86. f7b9329 sched: bump version of kernel/sched_debug.c by Ingo Molnar · 17 years ago
  87. 722aab0 sched: fix minimum granularity tunings by Zou Nan hai · 17 years ago
  88. bcbe4a0 sched: fix kernel/acct.c comment by Ingo Molnar · 17 years ago
  89. 5e8869b sched: don't forget to unlock uids_mutex on error paths by Pavel Emelyanov · 17 years ago
  90. 52bfb36 time: add ADJ_OFFSET_SS_READ by John Stultz · 17 years ago
  91. 37e3a6a [S390] appldata: remove unused binary sysctls. by Heiko Carstens · 17 years ago
  92. 43ebbf1 [S390] cmm: remove unused binary sysctls. by Heiko Carstens · 17 years ago
  93. 9055fa1 [IPVS]: Move remaining sysctl handlers over to CTL_UNNUMBERED by Simon Horman · 17 years ago
  94. 9e103fa [IPVS]: Fix sysctl warnings about missing strategy in schedulers by Simon Horman · 17 years ago
  95. 611cd55 [IPVS]: Fix sysctl warnings about missing strategy by Christian Borntraeger · 17 years ago
  96. 9a4b970 module: fix and elaborate comments by Matti Linnanvuori · 17 years ago
  97. fa6a1a5 ntp: fix typo that makes sync_cmos_clock erratic by David P. Reed · 17 years ago
  98. 4307d1e x86: ignore the sys_getcpu() tcache parameter by Ingo Molnar · 17 years ago
  99. 3c72f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  100. 9612633 sched: reorder SCHED_FEAT_ bits by Ingo Molnar · 17 years ago