1. 5c0d5d2 [PATCH] missing license tag in intermodule by Dave Jones · 19 years ago
  2. bd576c9 [PATCH] sched: only print migration_cost once per boot by Chuck Ebbert · 19 years ago
  3. 88a2a4ac [PATCH] percpu data: only iterate over possible CPUs by Eric Dumazet · 19 years ago
  4. 514a01b [PATCH] uninline __sigqueue_free() by Andrew Morton · 19 years ago
  5. fe85a99 [PATCH] cpuset: fix sparse warning by Randy Dunlap · 19 years ago
  6. 88fc389 [PATCH] Normalize timespec for negative values in ns_to_timespec by George Anzinger · 19 years ago
  7. 54e8ce4 [PATCH] Tell kallsyms_lookup_name() to ignore type U entries by Keith Owens · 19 years ago
  8. 278ff95 [PATCH] Kprobes: Fix deadlock in function-return probes by Ananth N Mavinakayanahalli · 19 years ago
  9. e65cefe [PATCH] kernel/kprobes.c: fix a warning #ifndef ARCH_SUPPORTS_KRETPROBES by Adrian Bunk · 19 years ago
  10. 59ed2f5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 19 years ago
  11. 2a11ff0 [PATCH] zone_reclaim: configurable off node allocation period. by Christoph Lameter · 19 years ago
  12. c84db23 [PATCH] zone_reclaim: minor fixes by Christoph Lameter · 19 years ago
  13. f7b8988 [PATCH] swsusp: do not change log level during suspend/resume by Rafael J. Wysocki · 19 years ago
  14. 2f7016d [PATCH] sys_sched_getaffinity() & hotplug by Jack Steiner · 19 years ago
  15. 493f01d [PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create() by Adrian Bunk · 19 years ago
  16. 952bbc8 [PATCH] hrtimers: set correct initial expiry time for relative SIGEV_NONE timers by Thomas Gleixner · 19 years ago
  17. 66188fa [PATCH] hrtimers: add back lost credit lines by Thomas Gleixner · 19 years ago
  18. 7978672 [PATCH] hrtimers: cleanups and simplifications by George Anzinger · 19 years ago
  19. ff60a5d [PATCH] hrtimers: fix posix-timer requeue race by akpm@osdl.org · 19 years ago
  20. a16a1c0 [PATCH] hrtimers: fix oldvalue return in setitimer by Thomas Gleixner · 19 years ago
  21. b6557fb [PATCH] hrtimers: fix possible use of NULL pointer in posix-timers by Thomas Gleixner · 19 years ago
  22. bc1978d [PATCH] hrtimers: fixup itimer conversion by Thomas Gleixner · 19 years ago
  23. 853609b [PATCH] swsusp: use bytes as image size units by Rafael J. Wysocki · 19 years ago
  24. 3fa97c9 [PATCH] "Fix uidhash_lock <-> RXU deadlock" fix by Andrew Morton · 19 years ago
  25. adac166 [PATCH] rcu_torture_lock deadlock fix by Ingo Molnar · 19 years ago
  26. 4021cb2 [PATCH] fix uidhash_lock <-> RCU deadlock by Ingo Molnar · 19 years ago
  27. 70b4d63 [PATCH] Fix boot-time slowdown for measure_migration_cost by Ingo Molnar · 19 years ago
  28. 951069e Don't try to "validate" a non-existing timeval. by Linus Torvalds · 19 years ago
  29. 9fdb62a [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into release by Len Brown · 19 years ago
  30. 715b49e [PATCH] EDAC: atomic scrub operations by Alan Cox · 19 years ago
  31. 150256d [PATCH] Generic sys_rt_sigsuspend() by David Woodhouse · 19 years ago
  32. c21761f [PATCH] fix sched_setscheduler semantics by Jason Baron · 19 years ago
  33. 1743660 [PATCH] Zone reclaim: proc override by Christoph Lameter · 19 years ago
  34. ea13dbc [PATCH] kernel/hrtimer.c sparse warning fix by Ingo Molnar · 19 years ago
  35. fd27919 [PATCH] build kernel/intermodule.c only when required by Adrian Bunk · 19 years ago
  36. 8dca6f3 [PATCH] hrtimer comment tweak by Jonathan Corbet · 19 years ago
  37. 3f02d07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  38. 505970b [PATCH] cpuset oom lock fix by Paul Jackson · 19 years ago
  39. 0152fb3 [PATCH] s390: spinlock fixes by Martin Schwidefsky · 19 years ago
  40. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  41. b0a9499 [PATCH] sched: add new SCHED_BATCH policy by Ingo Molnar · 19 years ago
  42. 624dffc correct email address of Manfred Spraul by Christian Kujau · 19 years ago
  43. 750c902 SOFTWARE_SUSPEND: fix a typo in the dependencies by Adrian Bunk · 19 years ago
  44. 661dd5c Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/hrtimer-2.6 by Linus Torvalds · 19 years ago
  45. d7102e9 [PATCH] sched: filter affine wakeups by akpm@osdl.org · 19 years ago
  46. 198e2f1 [PATCH] scheduler cache-hot-autodetect by akpm@osdl.org · 19 years ago
  47. c9db4fa [hrtimer] Enforce resolution as lower limit of intervals by Thomas Gleixner · 19 years ago
  48. e278763 [hrtimer] Change resolution storage to ktime_t format by Thomas Gleixner · 19 years ago
  49. 288867e [hrtimer] Remove listhead from hrtimer struct by Thomas Gleixner · 19 years ago
  50. 5fd63b3 [PATCH] x86_64: Inclusion of ScaleMP vSMP architecture patches - vsmp_align by Ravikiran G Thirumalai · 19 years ago
  51. 4cef0c6 [PATCH] x86_64: Make the cpu_*_maps in kernel/sched.c read mostly by Andi Kleen · 19 years ago
  52. c59ede7 [PATCH] move capable() to capability.h by Randy.Dunlap · 19 years ago
  53. e16885c [PATCH] uninline capable() by Ingo Molnar · 19 years ago
  54. df019b1 [PATCH] kprobes: fix unloading of self probed module by Keshavamurthy Anil S · 19 years ago
  55. a4fc7ab [PATCH] fix/simplify mutex debugging code by David Woodhouse · 19 years ago
  56. 0270664 [PATCH] mutex: trivial whitespace cleanups by Ingo Molnar · 19 years ago
  57. c544bdb [PATCH] mark mutex_lock*() as might_sleep() by Ingo Molnar · 19 years ago
  58. 73165b8 [PATCH] fix i386 mutex fastpath on FRAME_POINTER && !DEBUG_MUTEXES by Ingo Molnar · 19 years ago
  59. 042c904 [PATCH] remove unnecessary asm/mutex.h from kernel/mutex-debug.c by Ingo Molnar · 19 years ago
  60. a9c8281 [PATCH] rcu: fix hotplug-cpu ->donelist leak by Oleg Nesterov · 19 years ago
  61. 69a0b31 [PATCH] rcu: join rcu_ctrlblk and rcu_state by Oleg Nesterov · 19 years ago
  62. d974837 [PATCH] kernel/resource.c: __check_region(): remove pointless __deprecated by Adrian Bunk · 19 years ago
  63. 3795e16 [PATCH] Decrease number of pointer derefs in exit.c by Jesper Juhl · 19 years ago
  64. a0d5006 [PATCH] Kprobes: conversion from kcalloc to kzalloc by Keshavamurthy Anil S · 19 years ago
  65. 0498b63 [PATCH] kprobes: fix build breakage by Ananth N Mavinakayanahalli · 19 years ago
  66. e597c29 [PATCH] kprobes: arch_remove_kprobe by Anil S Keshavamurthy · 19 years ago
  67. f709b12 [PATCH] kprobes-changed-from-using-spinlock-to-mutex fix by Keshavamurthy Anil S · 19 years ago
  68. 49a2a1b [PATCH] kprobes: changed from using spinlock to mutex by Anil S Keshavamurthy · 19 years ago
  69. 2d14e39 [PATCH] kprobes: enable funcions only for required arch by Anil S Keshavamurthy · 19 years ago
  70. d1c0b8f [PATCH] Remove getnstimestamp() by Matt Helsley · 19 years ago
  71. 69778e3 [PATCH] Export ktime_get_ts() by Matt Helsley · 19 years ago
  72. becf8b5 [PATCH] hrtimer: convert posix timers completely by Thomas Gleixner · 19 years ago
  73. 97735f2 [PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API by Thomas Gleixner · 19 years ago
  74. 6ba1b91 [PATCH] hrtimer: switch sys_nanosleep to hrtimer by Thomas Gleixner · 19 years ago
  75. 10c94ec [PATCH] hrtimer: create hrtimer nanosleep API by Thomas Gleixner · 19 years ago
  76. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 19 years ago
  77. c0a3132 [PATCH] hrtimer: hrtimer core code by Thomas Gleixner · 19 years ago
  78. f8f46da [PATCH] hrtimer: introduce nsec_t type and conversion functions by Thomas Gleixner · 19 years ago
  79. 718bcce [PATCH] hrtimer: validate timespec of do_sys_settimeofday by Thomas Gleixner · 19 years ago
  80. 5f82b2b [PATCH] hrtimer: create and use timespec_valid macro by Thomas Gleixner · 19 years ago
  81. a924b04 [PATCH] hrtimer: make clockid_t arguments const by Thomas Gleixner · 19 years ago
  82. 199e705 [PATCH] hrtimer: export deinlined mktime by Andrew Morton · 19 years ago
  83. f481890 [PATCH] hrtimer: clean up mktime and make arguments const by Ingo Molnar · 19 years ago
  84. 753be62 [PATCH] hrtimer: deinline mktime and set_normalized_timespec by Thomas Gleixner · 19 years ago
  85. 67924be [PATCH] hrtimer: remove duplicate div_long_long_rem implementation by Thomas Gleixner · 19 years ago
  86. 3a0f69d [PATCH] common compat_sys_timer_create by Christoph Hellwig · 19 years ago
  87. 4ae362b [PATCH] kdump: read previous kernel's memory by Vivek Goyal · 19 years ago
  88. e996e58 [PATCH] kdump: save registers early (inline functions) by Vivek Goyal · 19 years ago
  89. 51be560 [PATCH] kdump: export per cpu crash notes pointer through sysfs by Vivek Goyal · 19 years ago
  90. cc57165 [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registers by Vivek Goyal · 19 years ago
  91. ed653a6 [PATCH] Remove set_fs() in stop_machine() by akpm@osdl.org · 19 years ago
  92. 80c0531 Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 by Linus Torvalds · 19 years ago
  93. dbc1651 [PATCH] rcu: don't set ->next_pending in rcu_start_batch() by Oleg Nesterov · 19 years ago
  94. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  95. de5097c [PATCH] mutex subsystem, more debugging code by Ingo Molnar · 19 years ago
  96. 408894e [PATCH] mutex subsystem, debugging code by Ingo Molnar · 19 years ago
  97. 6053ee3 [PATCH] mutex subsystem, core by Ingo Molnar · 19 years ago
  98. 6150c32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  99. 6775177 [PATCH] rcu: uninline __rcu_pending() by Oleg Nesterov · 19 years ago
  100. 64ca900 [PATCH] Make vm86 support optional by Matt Mackall · 19 years ago