1. af69c7f [PATCH] generic HDLC synclink config mismatch fix by Paul Fulghum · 18 years ago
  2. d0ce7d0 [PATCH] remove drivers/char/riscom8.c:baud_table[] by Adrian Bunk · 18 years ago
  3. 652d3a3 [PATCH] char: ip2 remove broken macro by Mariusz Kozlowski · 18 years ago
  4. 36499dc2 [PATCH] synclink_gt: fix init error handling by Akinobu Mita · 18 years ago
  5. 9399575 [PATCH] dz: Fixes to make it work by Maciej W. Rozycki · 18 years ago
  6. 0bf9322 [PATCH] export toshiba SMM support for neofb module by Randy Dunlap · 18 years ago
  7. 403aac9 [PATCH] add return value checking of get_user() in set_vesa_blanking() by Yoichi Yuasa · 18 years ago
  8. da015a6 [PATCH] agp-amd64: section mismatches with HOTPLUG=n by Randy Dunlap · 18 years ago
  9. fed806f [PATCH] allow hwrandom core to be a module by Jan Beulich · 18 years ago
  10. c15bb29 [PATCH] HVCS char driver janitoring: move block of code by Linas Vepstas · 18 years ago
  11. f6337e2 [PATCH] i2lib unused variable cleanup by Mariusz Kozlowski · 18 years ago
  12. 5d469ec [PATCH] Correct misc_register return code handling in several drivers by Neil Horman · 18 years ago
  13. e59e2ae [PATCH] SysRq-X: show blocked tasks by Ingo Molnar · 18 years ago
  14. aa8a8d6 [PATCH] ioremap balanced with iounmap for drivers/char/istallion.c by Amol Lad · 18 years ago
  15. 41bdabb [PATCH] ioremap balanced with iounmap for drivers/char/moxa.c by Amol Lad · 18 years ago
  16. 8684265 [PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.c by Amol Lad · 18 years ago
  17. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  18. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  19. cd54e7e [PATCH] mm: incorrect VM_FAULT_OOM returns from drivers by Nick Piggin · 18 years ago
  20. a1e8537 [PATCH] drm-sis linkage fix by Andrew Morton · 18 years ago
  21. 3e577a8 [PATCH] drivers/{char|isdn}: work_struct-induced breakage by Al Viro · 18 years ago
  22. 4796b71 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  23. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  24. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  25. af2b3b5 [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation by Dominik Brodowski · 18 years ago
  26. 5eb5fc9 [PATCH] cm4000_cs: fix return value check by Akinobu Mita · 18 years ago
  27. 9b8ab9f Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro/bird by Linus Torvalds · 18 years ago
  28. f23f6e0 [PATCH] severing poll.h -> mm.h by Al Viro · 18 years ago
  29. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  30. d916faa Remove long-unmaintained ftape driver subsystem. by Jeff Garzik · 18 years ago
  31. b09b845c [RANDOM]: Annotate random.h IP helpers. by Al Viro · 18 years ago
  32. b6ef977 Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 18 years ago
  33. 9641219 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  34. 4549df8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  35. ebf644c Driver core: change mem class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  36. 04880ed Driver core: convert ppdev code to use struct device by Greg Kroah-Hartman · 18 years ago
  37. 38ca6c3 Driver core: convert raw device code to use struct device by Greg Kroah-Hartman · 18 years ago
  38. 01107d3 Driver core: convert tty core to use struct device by Greg Kroah-Hartman · 18 years ago
  39. 94fbcde Driver core: change misc class_devices to be real devices by Greg Kroah-Hartman · 18 years ago
  40. cd15422 Driver core: convert vc code to use struct device by Greg Kroah-Hartman · 18 years ago
  41. 805952a Driver core: convert vt code to use struct device by Greg Kroah-Hartman · 18 years ago
  42. 6265d62 usb: pcwd_usb free urb cleanup by Mariusz Kozlowski · 18 years ago
  43. bdbf77d Merge ../linux-2.6-watchdog-mm by Wim Van Sebroeck · 18 years ago
  44. 0779bf2 Fix misc .c/.h comment typos by Matt LaPlante · 18 years ago
  45. 3cb2fcc Fix misc Kconfig typos by Matt LaPlante · 18 years ago
  46. 5e66b0b [PATCH] tlclk: fix platform_device_register_simple() error check by Akinobu Mita · 18 years ago
  47. 66c669b [AGP] Allocate AGP pages with GFP_DMA32 by default by Linus Torvalds · 18 years ago
  48. 7d915a3 [AGP] Fix intel 965 AGP memory mapping function by Linus Torvalds · 18 years ago
  49. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  50. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  51. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  52. f0c69c4 [PATCH] ftape: fix printk format warnings by Randy Dunlap · 18 years ago
  53. d5d06ff [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 4 by Wim Van Sebroeck · 18 years ago
  54. 414a6759 [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 3 by Wim Van Sebroeck · 18 years ago
  55. 97846e3 [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 2 by Wim Van Sebroeck · 18 years ago
  56. cd57eea [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 1 by Wim Van Sebroeck · 18 years ago
  57. 825d374 [WATCHDOG] MIPS RM9000 on-chip watchdog device by Thomas Koeller · 18 years ago
  58. b48f545 [PATCH] ipmi: use platform_device_add() instead of platform_device_register() to register device allocated dynamically by Zhang, Yanmin · 18 years ago
  59. c387fd8 [PATCH] Char: isicom, fix close bug by Jiri Slaby · 18 years ago
  60. 7947d2c [PATCH] IPMI: Fix more && typos by Corey Minyard · 18 years ago
  61. 1a4b0fc [PATCH] mspec driver build fix by Jes Sorensen · 18 years ago
  62. e033351 [WATCHDOG] Add iTCO vendor specific support by Wim Van Sebroeck · 18 years ago
  63. 64d9fe6 [PATCH] ipmi_si_intf.c: fix "&& 0xff" typos by Alexey Dobriyan · 18 years ago
  64. 46d52b0 [PATCH] IPMI: retry messages on certain error returns by Corey Minyard · 18 years ago
  65. f3ce6a0 [PATCH] IPMI: Clean up the waiting message queue properly on unload by Corey Minyard · 18 years ago
  66. d13adb6 [PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS by Yvan Seth · 18 years ago
  67. 150ed8e [WATCHDOG] sc1200wdt.c pnp unregister fix. by Akinobu Mita · 18 years ago
  68. 58c6570 [WATCHDOG] sc1200wdt.c pnp unregister fix. by Akinobu Mita · 18 years ago
  69. fd0c5ec [WATCHDOG] config.h removal by Andrew Morton · 18 years ago
  70. 85abb3f drm: ioremap balanced with iounmap for drivers/char/drm by Amol Lad · 18 years ago
  71. 24f73c9 drm: fix error returns, sysfs error handling by Jeff Garzik · 18 years ago
  72. 0d960d2 fix return code in error case. by Dave Jones · 18 years ago
  73. 958de71 drm: mga: set dev_priv_size by Tilman Sauerbeck · 18 years ago
  74. 10eee0f drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savages by Michael Karcher · 18 years ago
  75. a1aa289 drm: radeon: only allow specific type-3 packetss through verifier by Roland Scheidegger · 18 years ago
  76. 6d03a68e Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 18 years ago
  77. 0835caa [WATCHDOG] NS pc87413-wdt Watchdog driver - fixes by Wim Van Sebroeck · 18 years ago
  78. 00b3b3e [WATCHDOG] NS pc87413-wdt Watchdog driver v1.1 by Sven Anders & Marcus Junker · 18 years ago
  79. 946b924 Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart by Linus Torvalds · 18 years ago
  80. 86fbf14 [PATCH] Char: correct pci_get_device changes by Jiri Slaby · 18 years ago
  81. 1cd441f [PATCH] ipmi: fix return codes in failure case by Dave Jones · 18 years ago
  82. 5cacb9f [alim7101] Add pci dev table for auto module loading. by Ben Collins · 18 years ago
  83. 43f8221 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  84. dabad05 [PATCH] epca: prevent panic on tty_register_driver() failure by Akinobu Mita · 18 years ago
  85. 48d1a7e [PATCH] sx: fix user-visible typo (devic) by Alexey Dobriyan · 18 years ago
  86. a4bb2cf [PATCH] drivers/char/specialix.c: fix the baud conversion by Adrian Bunk · 18 years ago
  87. 623a439 [PATCH] synclink: remove PAGE_SIZE reference by Paul Fulghum · 18 years ago
  88. 4d99bfa [PATCH] CONFIG_TELCLOCK depends on X86 by Geert Uytterhoeven · 18 years ago
  89. 9d90daf [PATCH] rio: fix array checking by Alan Cox · 18 years ago
  90. 1808874 [AGPGART] uninorth: Add module param 'aperture' for aperture size by Michel Dänzer · 18 years ago
  91. 789fc0a [WATCHDOG] NS pc87413-wdt Watchdog driver by Sven Anders & Marcus Junker · 18 years ago
  92. e5a301e [PATCH] serial167 __user annotations, NULL noise removal by Al Viro · 18 years ago
  93. cbf40d3 [WATCHDOG] remove experimental on iTCO_wdt.c by Wim Van Sebroeck · 18 years ago
  94. bdcff34 [WATCHDOG] Atmel AT91RM9200 rename. by Andrew Victor · 18 years ago
  95. b8a3ad5 Include proper header file for PFN_DOWN() by Linus Torvalds · 18 years ago
  96. 99a10a6 [PATCH] Fix up mmap_kmem by Franck Bui-Huu · 18 years ago
  97. 8006036 [WATCHDOG] watchdog/iTCO_wdt: fix bug related to gcc uninit warning by Jeff Garzik · 18 years ago
  98. f061c58 [PATCH] i2Output always takes kernel data now by Al Viro · 18 years ago
  99. 5e59393 [PATCH] ipmi: handle sysfs errors by Jeff Garzik · 18 years ago
  100. f33d9bd [PATCH] tpm: fix error handling by Jeff Garzik · 18 years ago