1. f4f154f [PATCH] fault injection: process filtering for fault-injection capabilities by Akinobu Mita · 18 years ago
  2. c17bb49 [PATCH] fault-injection capability for disk IO by Akinobu Mita · 18 years ago
  3. 933e312 [PATCH] fault-injection capability for alloc_pages() by Akinobu Mita · 18 years ago
  4. 8a8b650 [PATCH] fault-injection capability for kmalloc by Akinobu Mita · 18 years ago
  5. 6ff1cb3 [PATCH] fault-injection capabilities infrastructure by Akinobu Mita · 18 years ago
  6. 906d66d [PATCH] crc32: replace bitreverse by bitrev32 by Akinobu Mita · 18 years ago
  7. a5cfc1e [PATCH] bit reverse library by Akinobu Mita · 18 years ago
  8. 91768d6 [PATCH] Generic BUG for i386 by Jeremy Fitzhardinge · 18 years ago
  9. 7664c5a [PATCH] Generic BUG implementation by Jeremy Fitzhardinge · 18 years ago
  10. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  11. 2ee91f1 [PATCH] lockdep: show more details about self-test failures by Ingo Molnar · 18 years ago
  12. 702a28b [PATCH] lib functions: always build hweight for loadable modules by Randy Dunlap · 18 years ago
  13. 4668edc [PATCH] kernel core: replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  14. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  15. 22f2e28 [PATCH] get_options to allow a hypenated range for isolcpus by Derek Fults · 18 years ago
  16. 8f63fdb [PATCH] More list debugging context by Dave Jones · 18 years ago
  17. d3b8b6e [PATCH] kconfig: PRINTK_TIME depends on PRINTK by Randy Dunlap · 18 years ago
  18. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  19. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  20. bb81a09 [PATCH] x86: all cpu backtrace by Andrew Morton · 18 years ago
  21. 15a4cb9 Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  22. f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
  23. 34ba8a5 [PATCH] Arch provides generic iomap missing accessors by Linus Torvalds · 18 years ago
  24. 4549df8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  25. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  26. 03a67a4 Fix typos in doc and comments by Jan Engelhardt · 18 years ago
  27. 9ca0e54 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  28. 6e6d9fa [PATCH] strstrip remove last blank fix by Michael Holzheu · 18 years ago
  29. 75e31aa [ARM] 3909/1: Disable UWIND_INFO for ARM (again) by Kevin Hilman · 18 years ago
  30. 6220ec7 [PATCH] highest_possible_node_id() linkage fix by Andrew Morton · 18 years ago
  31. 43f8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  32. 5c49637 [PATCH] remove carta_random32 by Andrew Morton · 18 years ago
  33. aaa248f [PATCH] rename net_random to random32 by Stephen Hemminger · 18 years ago
  34. 1b95817 [PATCH] uml shouldn't do HEADERS_CHECK by Al Viro · 18 years ago
  35. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  36. e0ab292 [PATCH] Add carta_random32() library routine by Stephane Eranian · 18 years ago
  37. 0f836e5f [PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_check' by David Woodhouse · 18 years ago
  38. dea20a3 [PATCH] Disable DETECT_SOFTLOCKUP for s390 by Heiko Carstens · 18 years ago
  39. 4dfbb9d Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() by Peter Zijlstra · 18 years ago
  40. 80fc9f5 Input: add missing exports to fix modular build by Dmitry Torokhov · 18 years ago
  41. 20241ad [PATCH] gfp annotations: radix_tree_root by Al Viro · 18 years ago
  42. efbc52f [PATCH] irq_reqs: export __irq_regs by Andrew Morton · 18 years ago
  43. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  44. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  45. d3717bd [PATCH] low performance of lib/sort.c by keios · 18 years ago
  46. 135ab6e [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references by Arnd Bergmann · 18 years ago
  47. 6760856 [PATCH] introduce kernel_execve by Arnd Bergmann · 18 years ago
  48. 0f532f3 [PATCH] cpumask: add highest_possible_node_id by Greg Banks · 18 years ago
  49. 8bb31b9 [PATCH] Linux Kernel Dump Test Module by Ankita Garg · 18 years ago
  50. a58cbd7 [PATCH] make genpool allocator adhere to kernel-doc standards by Dean Nelson · 18 years ago
  51. 322acc9 [PATCH] LIB: add gen_pool_destroy() by Steve Wise · 18 years ago
  52. db71daa [PATCH] Generic ioremap_page_range: flush_cache_vmap by Haavard Skinnemoen · 18 years ago
  53. 74588d8 [PATCH] Generic ioremap_page_range: implementation by Haavard Skinnemoen · 18 years ago
  54. ab8e92e [PATCH] list_del-debug fix by Andrew Morton · 18 years ago
  55. 10fd48f [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev by Jens Axboe · 18 years ago
  56. 1497b27 [PATCH] lib/ts_fsm.c: constify structs by Andreas Mohr · 18 years ago
  57. fdf8cb0 [PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common() by Andreas Mohr · 18 years ago
  58. c22f008b [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop by Chuck Ebbert · 18 years ago
  59. df89a86 [PATCH] list_del debug check by Manfred Spraul · 18 years ago
  60. 199a9af [PATCH] Debug variants of linked list macros by Dave Jones · 18 years ago
  61. 49c3f80 sh: Enable verbose BUG() support. by Paul Mundt · 18 years ago
  62. 2549b32 sh: Use generic CONFIG_FRAME_POINTER. by Paul Mundt · 18 years ago
  63. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  64. dd77a4e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  65. 5f97f7f [PATCH] avr32 architecture by Haavard Skinnemoen · 18 years ago
  66. 0136611 [PATCH] optimize hweight64 for x86_64 by Andi Kleen · 18 years ago
  67. 3b8d1fe [PATCH] Don't force frame pointers for lockdep by Andi Kleen · 18 years ago
  68. 7e9f4b2 Driver core: Don't call put methods while holding a spinlock by Alan Stern · 18 years ago
  69. cebc04b add CONFIG_ENABLE_MUST_CHECK by Andrew Morton · 18 years ago
  70. 1018801 kobject: must_check fixes by Randy Dunlap · 18 years ago
  71. a83fbf6 [PATCH] fix missing ifdefs in syscall classes hookup for generic targets by Al Viro · 18 years ago
  72. e65e1fc [PATCH] syscall class hookup for all normal targets by Al Viro · 18 years ago
  73. 3ffaa8c [TEXTSEARCH]: Fix Boyer Moore initialization bug by Michael Rash · 18 years ago
  74. 72f0b4e [PATCH] disable debugging version of write_lock() by Andrew Morton · 18 years ago
  75. 5669021 PCI: docking station: remove dock uevents by Kristen Carlson Accardi · 18 years ago
  76. 31925c8 [PATCH] Fix ppc32 zImage inflate by Peter Korsgaard · 18 years ago
  77. 517e7aa [PATCH] let the the lockdep options depend on DEBUG_KERNEL by Adrian Bunk · 18 years ago
  78. c259cc2 [PATCH] Convert idr's internal locking to _irqsave variant by Roland Dreier · 18 years ago
  79. 4d9f34a [PATCH] lockdep: kconfig by Ingo Molnar · 18 years ago
  80. 8a25d5d [PATCH] lockdep: prove spinlock rwlock locking correctness by Ingo Molnar · 18 years ago
  81. 4ea2176 [PATCH] lockdep: prove rwsem locking correctness by Ingo Molnar · 18 years ago
  82. 6c9076e [PATCH] lockdep: allow read_lock() recursion of same class by Ingo Molnar · 18 years ago
  83. fbb9ce95 [PATCH] lockdep: core by Ingo Molnar · 18 years ago
  84. cae2ed9 [PATCH] lockdep: locking API self tests by Ingo Molnar · 18 years ago
  85. cbbd1fa [PATCH] lockdep: s390 CONFIG_FRAME_POINTER support by Heiko Carstens · 18 years ago
  86. 8637c09 [PATCH] lockdep: stacktrace subsystem, core by Ingo Molnar · 18 years ago
  87. 9a11b49a [PATCH] lockdep: better lock debugging by Ingo Molnar · 18 years ago
  88. fb7e424 [PATCH] lockdep: remove mutex deadlock checking code by Ingo Molnar · 18 years ago
  89. c4e0511 [PATCH] lockdep: clean up rwsems by Ingo Molnar · 18 years ago
  90. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  91. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  92. d120cfb merge linus into release branch by Len Brown · 18 years ago
  93. 0a6047e Fix vsnprintf off-by-one bug by Linus Torvalds · 18 years ago
  94. f71d20e [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL by Arjan van de Ven · 18 years ago
  95. a1583d3 [PATCH] fix rt-mutex defaults and dependencies by Roman Zippel · 18 years ago
  96. 61a8712 [PATCH] pi-futex: rt mutex tester by Thomas Gleixner · 18 years ago
  97. e7eebaf [PATCH] pi-futex: rt mutex debug by Ingo Molnar · 18 years ago
  98. 77ba89c [PATCH] pi-futex: add plist implementation by Ingo Molnar · 18 years ago
  99. b762450 [PATCH] zlib inflate: fix function definitions by Randy Dunlap · 18 years ago
  100. a6a888b KEVENT: add new uevent for dock by Kristen Accardi · 18 years ago