1. 3e51f33 sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCK by Peter Zijlstra · 16 years ago
  2. 88f458e sysctl: allow embedded targets to disable sysctl_check.c by Holger Schurig · 16 years ago
  3. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 16 years ago
  4. dc7d552 kgdb: core by Jason Wessel · 16 years ago
  5. 64ac24e Generic semaphore implementation by Matthew Wilcox · 16 years ago
  6. bdc8078 avoid overflows in kernel/time.c by H. Peter Anvin · 16 years ago
  7. 74bd59b namespaces: cleanup the code managed with PID_NS option by Pavel Emelyanov · 16 years ago
  8. aee16ce namespaces: cleanup the code managed with the USER_NS option by Pavel Emelyanov · 16 years ago
  9. 58bfdd6d namespaces: move the UTS namespace under UTS_NS option by Pavel Emelyanov · 16 years ago
  10. e552b66 Memory controller: resource counters by Pavel Emelianov · 16 years ago
  11. f011e2e latency.c: use QoS infrastructure by Mark Gross · 16 years ago
  12. d82b351 pm qos infrastructure and interface by Mark Gross · 16 years ago
  13. dfacd68 kobject: Always build in kernel/ksysfs.o. by Paul Mundt · 16 years ago
  14. 6dab277 x86: add a simple backtrace test module by Arjan van de Ven · 16 years ago
  15. 8c1c935 x86: kprobes: add kprobes smoke tests that run on boot by Ananth N Mavinakayanahalli · 16 years ago
  16. 9745512 sched: latencytop support by Arjan van de Ven · 16 years ago
  17. e260be6 Preempt-RCU: implementation by Paul E. McKenney · 16 years ago
  18. 01c1c66 Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c by Paul E. McKenney · 16 years ago
  19. cfb5285 revert "Task Control Groups: example CPU accounting subsystem" by Andrew Morton · 17 years ago
  20. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  21. c1cb8e4 sysctl: Don't compile sysctl_check when !CONFIG_SYSCTL by Eric W. Biederman · 17 years ago
  22. 8256e47 Linux Kernel Markers by Mathieu Desnoyers · 17 years ago
  23. 858d72e cgroups: implement namespace tracking subsystem by Serge E. Hallyn · 17 years ago
  24. 006cb99 Task Control Groups: simple task cgroup debug info subsystem by Paul Menage · 17 years ago
  25. 62d0df6 Task Control Groups: example CPU accounting subsystem by Paul Menage · 17 years ago
  26. ddbcc7e Task Control Groups: basic task cgroup framework by Paul Menage · 17 years ago
  27. fe9d4f5 Add kernel/notifier.c by Alexey Dobriyan · 17 years ago
  28. fc6cd25 sysctl: Error on bad sysctl tables by Eric W. Biederman · 17 years ago
  29. acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
  30. 7d69a1f remove CONFIG_UTS_NS and CONFIG_IPC_NS by Cedric Le Goater · 17 years ago
  31. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  32. 39732ac [PATCH] sysctl: move utsname sysctls to their own file by Eric W. Biederman · 17 years ago
  33. d1526e2 Remove stack unwinder for now by Linus Torvalds · 18 years ago
  34. 621934e [PATCH] srcu-3: RCU variant permitting read-side blocking by Paul E. McKenney · 18 years ago
  35. 4865ecf [PATCH] namespaces: utsname: implement utsname namespaces by Serge E. Hallyn · 18 years ago
  36. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago
  37. f3cef7a [PATCH] csa: basic accounting over taskstats by Jay Lan · 18 years ago
  38. 5c87579 [PATCH] maximum latency tracking infrastructure by Arjan van de Ven · 18 years ago
  39. c757249 [PATCH] per-task-delay-accounting: taskstats interface by Shailabh Nagar · 18 years ago
  40. ca74e92 [PATCH] per-task-delay-accounting: setup by Shailabh Nagar · 18 years ago
  41. 8a25d5d [PATCH] lockdep: prove spinlock rwlock locking correctness by Ingo Molnar · 18 years ago
  42. 4ea2176 [PATCH] lockdep: prove rwsem locking correctness by Ingo Molnar · 18 years ago
  43. a8f24a3 [PATCH] lockdep: procfs by Ingo Molnar · 18 years ago
  44. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 18 years ago
  45. 8637c09 [PATCH] lockdep: stacktrace subsystem, core by Ingo Molnar · 18 years ago
  46. 61a8712 [PATCH] pi-futex: rt mutex tester by Thomas Gleixner · 18 years ago
  47. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  48. 23f78d4a [PATCH] pi-futex: rt mutex core by Ingo Molnar · 18 years ago
  49. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  50. 4552d5d [PATCH] x86_64: reliable stack trace support by Jan Beulich · 18 years ago
  51. ad59617 [PATCH] Time: Use clocksource infrastructure for update_wall_time by john stultz · 18 years ago
  52. 6f18a02 Finally remove the obnoxious inter_module_xxx() by David Woodhouse · 18 years ago
  53. 34f192c [PATCH] lightweight robust futexes: compat by Ingo Molnar · 18 years ago
  54. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 18 years ago
  55. b86ff981 [PATCH] relay: migrate from relayfs to a generic relay API by Jens Axboe · 18 years ago
  56. fe7752b [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL by David Woodhouse · 19 years ago
  57. fd27919 [PATCH] build kernel/intermodule.c only when required by Adrian Bunk · 18 years ago
  58. c0a3132 [PATCH] hrtimer: hrtimer core code by Thomas Gleixner · 18 years ago
  59. 4ae362b [PATCH] kdump: read previous kernel's memory by Vivek Goyal · 18 years ago
  60. 408894e [PATCH] mutex subsystem, debugging code by Ingo Molnar · 18 years ago
  61. 6053ee3 [PATCH] mutex subsystem, core by Ingo Molnar · 18 years ago
  62. a241ec6 [PATCH] RCU torture-testing kernel module by Paul E. McKenney · 19 years ago
  63. 4276d32 [PATCH] Remove redundant configs.o by Brian Gerst · 19 years ago
  64. fb1c8f9 [PATCH] spinlock consolidation by Ingo Molnar · 19 years ago
  65. 8446f1d [PATCH] detect soft lockups by Ingo Molnar · 19 years ago
  66. 60e64d4 [PATCH] kdump: Routines for copying dump pages by Vivek Goyal · 19 years ago
  67. dc009d9 [PATCH] kexec: add kexec syscalls by Eric W. Biederman · 19 years ago
  68. 7d12e52 [PATCH] ppc64: remove hidden -fno-omit-frame-pointer for schedule.c by Anton Blanchard · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago