1. aa409e0 MN10300: Make the kernel jump into gdbstub on a BUG by David Howells · 16 years ago
  2. 5efe92c MN10300: Introduce barriers to replace removed volatiles in gdbstub by David Howells · 16 years ago
  3. 2b79aac MN10300: Call update_process_times() outside of the xtime_lock by David Howells · 16 years ago
  4. e855e5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  5. 37c514e Add missing init section definitions by Sam Ravnborg · 16 years ago
  6. b1d2675 kbuild: fix reversed symbol name order in modpost by Geert Uytterhoeven · 16 years ago
  7. b7f9c11 IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc() by Roland Dreier · 16 years ago
  8. ec229e5 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out by Pradeep Satyanarayana · 16 years ago
  9. 00e962c Revert "SLUB: Alternate fast paths using cmpxchg_local" by Linus Torvalds · 16 years ago
  10. aa3f980 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 16 years ago
  11. f6c4276 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  12. 9ef38ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
  13. cf91b82 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-genirq by Linus Torvalds · 16 years ago
  14. b694092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  15. 07ce198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  16. 4bc87e6 Smack: unlabeled outgoing ambient packets by Casey Schaufler · 16 years ago
  17. e5fa443 [S390] qdio: FCP/SCSI write I/O stagnates on LPAR by Ursula Braun · 16 years ago
  18. d5b02b3 [S390] Fix futex_atomic_cmpxchg_std inline assembly. by Heiko Carstens · 16 years ago
  19. 39f73b2 [S390] dcss: Fix Unlikely(x) != y by Roel Kluin · 16 years ago
  20. d082d3c [S390] sclp: clean up send/receive naming scheme by Peter Oberparleiter · 16 years ago
  21. 06cb92f [S390] etr: fix compile error on !SMP by Heiko Carstens · 16 years ago
  22. b32ecdb [S390] qdio: fix qdio_activate timeout handling. by Heiko Carstens · 16 years ago
  23. 591bb4f [S390] Initialize per cpu lowcores on cpu hotplug. by Heiko Carstens · 16 years ago
  24. a22fb7f [S390] find bit corner case. by Martin Schwidefsky · 16 years ago
  25. 03513bc [S390] dasd: fix locking in __dasd_device_process_final_queue by Stefan Weinhuber · 16 years ago
  26. 11ab244 [S390] Make sure enabled wait psw is loaded in default_idle. by Heiko Carstens · 16 years ago
  27. 057c5cb [S390] Let NR_CPUS default to 32/64 on s390/s390x. by Heiko Carstens · 16 years ago
  28. 4c62972 [S390] cio: Do timed recovery on workqueue. by Cornelia Huck · 16 years ago
  29. 486d0a0 [S390] cio: Remember to initialize recovery_lock. by Cornelia Huck · 16 years ago
  30. fa2fc7f libata: implement drain buffers by James Bottomley · 16 years ago
  31. dde2020 libata: eliminate the home grown dma padding in favour of by James Bottomley · 16 years ago
  32. db0a2e0 block: clear drain buffer if draining for write command by Tejun Heo · 16 years ago
  33. 2fb98e8 block: implement request_queue->dma_drain_needed by Tejun Heo · 16 years ago
  34. 6b00769 block: add request->raw_data_len by Tejun Heo · 16 years ago
  35. 40b01b9 block: update bio according to DMA alignment padding by Tejun Heo · 16 years ago
  36. 56c819d libata: update ATAPI overflow draining by Tejun Heo · 16 years ago
  37. 89d694b genirq: do not leave interupts enabled on free_irq by Thomas Gleixner · 16 years ago
  38. 188fd89 genirq: spurious.c: use time_* macros by S.Caglar Onur · 16 years ago
  39. e164094 elevator: make elevator_get() attempt to load the appropriate module by Jens Axboe · 16 years ago
  40. ffc4e75 cfq-iosched: add hlist for browsing parallel to the radix tree by Jens Axboe · 16 years ago
  41. 84e9e03 block: make blk_rq_map_user() clear ->bio if it unmaps it by Jens Axboe · 16 years ago
  42. 86b6c7a fs/block_dev.c: remove #if 0'ed code by Adrian Bunk · 16 years ago
  43. 4c54ac6 make struct def_blk_aops static by Adrian Bunk · 16 years ago
  44. 52ff4ca make blk_settings_init() static by Adrian Bunk · 16 years ago
  45. 1334159 make blk_ioc_init() static by Adrian Bunk · 16 years ago
  46. 5ece6c5 make blk-core.c:request_cachep static again by Adrian Bunk · 16 years ago
  47. f6d091e [SPARC64]: Add regs_return_value(). by David S. Miller · 16 years ago
  48. a442585 [NIU]: Bump driver version and release date. by David S. Miller · 16 years ago
  49. 3b5bced [NIU]: Fix BMAC alternate MAC address indexing. by Matheos Worku · 16 years ago
  50. 3172936 net: fix kernel-doc warnings in header files by Randy Dunlap · 16 years ago
  51. 2df96af [IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route. by Pavel Emelyanov · 16 years ago
  52. 9937ded [IPV6]: dst_entry leak in ip4ip6_err. (resend) by Denis V. Lunev · 16 years ago
  53. 8ac62dc bluetooth: do not move child device other than rfcomm by Dave Young · 16 years ago
  54. 0cd63c8 bluetooth: put hci dev after del conn by Dave Young · 16 years ago
  55. 9a4c854 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  56. b0abcfc Audit: use == not = in if statements by Eric Paris · 16 years ago
  57. 8f789c4 [NET]: Elminate spurious print_mac() calls. by David S. Miller · 16 years ago
  58. 14e04c3 ide-cd: fix missing residual count setting in DMA mode by Kiyoshi Ueda · 16 years ago
  59. 0e7d8d48 ht6560b: force prefetch for some devices by Jan Evert van Grootheest · 16 years ago
  60. 1a1990f ht6560b can only do up to PIO mode 4 by Jan Evert van Grootheest · 16 years ago
  61. f401fd5 linux/hdsmart.h: fix goofups (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  62. 84f7e45 via82cxxx: add new PCI id for cx700 by Andrew Smith · 16 years ago
  63. d684b21 falconide: locking bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  64. ef70916 MAINTAINERS: update ide-cd maintainer's email address by Borislav Petkov · 16 years ago
  65. b152fcd ide/libata: ST310211A has buggy HPA too by Mikko Rapeli · 16 years ago
  66. 899e1bc ide: Add missing base addresses for falconide and macide by Geert Uytterhoeven · 16 years ago
  67. 8c5b4a3f [SPARC64]: Kill pcic_present(). by David S. Miller · 16 years ago
  68. f702c58 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  69. 0165d7f Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  70. 20ef0f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 16 years ago
  71. 9960c90 Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 16 years ago
  72. 0eddf03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  73. 86b7cbc Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 16 years ago
  74. 230b548 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 16 years ago
  75. 667bc38 [SPARC]: Kill 'prom_palette'. by David S. Miller · 16 years ago
  76. 30b3cfe [ATYFB]: Kill 'prom_palette' sparc code. by David S. Miller · 16 years ago
  77. 101788b [SPARC64]: Kill 'prom_keyboard'. by David S. Miller · 16 years ago
  78. 1d5509a [SPARC]: Kill extern decl of 'panic_setup'. by David S. Miller · 16 years ago
  79. 9a2f258 [SPARC64]: Delete 'boot_flags'. by David S. Miller · 16 years ago
  80. a3d4170 [SPARC64]: Kill unused function 'kernel_enter_debugger'. by David S. Miller · 16 years ago
  81. f6c540c x86: fix lguest build failure by Rusty Russell · 16 years ago
  82. b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 16 years ago
  83. f34b439 x86: CPA: avoid double checking of alias ranges by Thomas Gleixner · 16 years ago
  84. af96e44 x86: CPA no alias checking for _NX by Thomas Gleixner · 16 years ago
  85. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 16 years ago
  86. c31c7d4 x86: CPA, fix alias checks by Thomas Gleixner · 16 years ago
  87. 51af33e RDMA/nes: Fix possible array overrun by Roland Dreier · 16 years ago
  88. 7f4da47 [WATCHDOG] HP ProLiant WatchDog driver by Thomas Mingarelli · 17 years ago
  89. bb59b55 [WATCHDOG] blackfin Watchdog driver: relocate all strings used in __init functions to __initdata by Mike Frysinger · 17 years ago
  90. 6ea8115 [WATCHDOG] Convert mtx1 wdt to be a platform device and use generic GPIO API by Florian Fainelli · 17 years ago
  91. 75c752e [WATCHDOG] Add support for SB1 hardware watchdog by Andrew Sharp · 17 years ago
  92. 6165894 V4L/DVB (7219): zoran: Fix namespace conflicts with Zoran 'GPIO_MAX' enum by Mauro Carvalho Chehab · 16 years ago
  93. ea35e3a V4L/DVB (7205): tuner-xc2028 depends on FW_LOADER by Paul Mundt · 16 years ago
  94. baff6cd V4L/DVB (7201): cx88-mpeg: Fix race condition in variable access by Ricardo Cerqueira · 16 years ago
  95. 40ae91a V4L/DVB (7200): Fix FM firmware loading by Mauro Carvalho Chehab · 16 years ago
  96. 83db33a V4L/DVB (7198): V4L, include ioctl.h in videodev headers by Jiri Slaby · 16 years ago
  97. 7c01880 V4L/DVB (7197): bttv: Fix overlay divide error by Robert Fitzsimons · 16 years ago
  98. c9fe1d6 V4L/DVB (7195): xc5000: fix build error when built as module by Tony Breeds · 16 years ago
  99. 27d0fe1 V4L/DVB (7194): cx88-mpeg: Allow concurrent access to cx88-mpeg devices by Roland Stoll · 16 years ago
  100. 968fb08 V4L/DVB (7193): tveeprom: Add proper tuner mapping for hauppauge eeprom id 133 by Ricardo Cerqueira · 17 years ago