1. 5d7cbfd IB/srp: Wrap OUI checking for workarounds in helper functions by Roland Dreier · 17 years ago
  2. 699924b RDMA/cxgb3: Always call low level send function via cxgb3_ofld_send() by Steve Wise · 17 years ago
  3. 92ddc44 IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.c by Dotan Barak · 17 years ago
  4. bfb3ea1 IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h> by Dotan Barak · 17 years ago
  5. e8b398d IB: Include <linux/list.h> from <rdma/ib_mad.h> by Dotan Barak · 17 years ago
  6. 38d5af9 IB/mad: Fix address handle leak in mad_rmpp by Sean Hefty · 17 years ago
  7. 8fc394b IB/mad: agent_send_response() should be void by Hal Rosenstock · 17 years ago
  8. 86dfbec IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  9. 445d680 IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler() by Hal Rosenstock · 17 years ago
  10. 5399891 IB/sa: Don't need to check for default P_Key twice by Roland Dreier · 17 years ago
  11. 36026ec IB/core: Ignore membership bit in ib_find_pkey() by Moni Shoua · 17 years ago
  12. 7a883ea Merge git://git.infradead.org/~dwmw2/mtd-2.6.23 by Linus Torvalds · 17 years ago
  13. 628506c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  14. 515495a [MTD] [NAND] nand_base.c: fix type of eccpos pointer by Ben Dooks · 17 years ago
  15. a4265f8 [MTD] [NAND] at91_nand rdy_pin fix by Ivan Kuten · 17 years ago
  16. 06a7643 [MTD] [NAND] fix race in nand_base.c by Artem Bityutskiy · 17 years ago
  17. 9d7b4b5 [MTD] [NAND] Fix refactoring of EDB7312 hwcontrol function. by Roland Stigge · 17 years ago
  18. 47af05d [MTD] Fix potential leak in rfd_ftl_add_mtd by Florin Malita · 17 years ago
  19. b8e3ec3 [JFFS2] Print correct node offset when complaining about broken data CRC by David Woodhouse · 17 years ago
  20. 7b68770 [JFFS2] Fix suspend failure with JFFS2 GC thread. by David Woodhouse · 17 years ago
  21. 71c2339 [JFFS2] Deletion dirents should be REF_NORMAL, not REF_PRISTINE. by David Woodhouse · 17 years ago
  22. 5bd5c03 [JFFS2] Prevent oops after 'node added in wrong place' debug check by Joakim Tjernlund · 17 years ago
  23. 370504c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  24. 160d6aa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 17 years ago
  25. c3887cd [x86 setup] Document grub < 0.93 as broken by H. Peter Anvin · 17 years ago
  26. 463c9a9 [x86 setup] EDD: add missing =m constraint by H. Peter Anvin · 17 years ago
  27. e6e0871 Net/Security: fix memory leaks from security_secid_to_secctx() by Paul Moore · 17 years ago
  28. 088999e SELinux: remove redundant pointer checks before calling kfree() by Paul Moore · 17 years ago
  29. 9534f71 SELinux: restore proper NetLabel caching behavior by Paul Moore · 17 years ago
  30. 94c1822 [PATCH] sched: reduce task_struct size by Ingo Molnar · 17 years ago
  31. 6cfb0d5 [PATCH] sched: reduce debug code by Ingo Molnar · 17 years ago
  32. 8179ca23 [PATCH] sched: use schedstat_set() API by Ingo Molnar · 17 years ago
  33. c3c7011 [PATCH] sched: add schedstat_set() API by Ingo Molnar · 17 years ago
  34. 9c21724 [PATCH] sched: move load-calculation functions by Ingo Molnar · 17 years ago
  35. cad60d9 [PATCH] sched: ->task_new cleanup by Ingo Molnar · 17 years ago
  36. 4e6f96f [PATCH] sched: uninline inc/dec_nr_running() by Ingo Molnar · 17 years ago
  37. cb1c4fc [PATCH] sched: uninline calc_delta_mine() by Ingo Molnar · 17 years ago
  38. ecf691d [PATCH] sched: calc_delta_mine(): use fixed limit by Ingo Molnar · 17 years ago
  39. 5a4f3ea [PATCH] sched: tidy up left over smpnice code by Peter Williams · 17 years ago
  40. 362a701 [PATCH] sched: remove cache_hot_time by Ingo Molnar · 17 years ago
  41. 59acc08 [x86 setup] video setup: Fix VBE DDC reading by Antonino A. Daplas · 17 years ago
  42. 22f675f HID: Never call hid_free_buffers() when usbhid_device has been freed by Jiri Kosina · 17 years ago
  43. cda5ecf USB HID: fix memory leak of usbhid_device by Jiri Kosina · 17 years ago
  44. de1a7b0 USB HID: fix a possible NULL pointer dereference when we fail to allocate memory by Jesper Juhl · 17 years ago
  45. 04a9b7f USB HID: add ASUS LCM to the blacklist by Christian Lamparter · 17 years ago
  46. 9fdcfed USB HID: Add all Logitech Harmonies to blacklist by Phil Dibowitz · 17 years ago
  47. 2dea64b USB HID: update description of USBHID in MAINTAINERS by Jiri Kosina · 17 years ago
  48. 3e1928e HID: remove the Applie IR sensor from the hid_blacklist by Tino Keitel · 17 years ago
  49. 1ed4395 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  50. 878701d Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  51. 0466887 FRV: Enable the MB86943 PCI arbiter correctly by David Howells · 17 years ago
  52. b562548 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  53. 0fc4969 genirq: temporary fix for level-triggered IRQ resend by Thomas Gleixner · 17 years ago
  54. fd0cbdd Fix WARN_ON() on bitfield ops for all other archs by Heiko Carstens · 17 years ago
  55. 3fcece6 scc_pata: PIO fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  56. 0c8de52 piix/slc90e66: fix PIO1 handling in ->speedproc method (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  57. 8b6b33b jmicron: PIO fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  58. 68aaf81 it8213: PIO fixes (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  59. bc0b0b5 cs5535: PIO fixes by Bartlomiej Zolnierkiewicz · 17 years ago
  60. 0702243 cs5520: fix PIO auto-tuning in ->ide_dma_check method by Bartlomiej Zolnierkiewicz · 17 years ago
  61. 41ead3c drivers/scsi/ide-scsi.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  62. cc60d8b drivers/ide/arm/icside.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  63. ab05796 ide: eliminate warnings in ide-tape.c by Stephen Rothwell · 17 years ago
  64. b37c6b8 ide: fix runtogether printk's in cmd64x IDE driver by Meelis Roos · 17 years ago
  65. 1955f68 sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops by David Lamparter · 17 years ago
  66. 8663fd6 alim15x3: Correct HP detect by Bartlomiej Zolnierkiewicz · 17 years ago
  67. 32a70a8 ide: Fix an overrun found in the CS5535 IDE driver by Jordan Crouse · 17 years ago
  68. b718f91 [IA64] ITC: Reduce rating for ITC clock if ITCs are drifty by Christoph Lameter · 17 years ago
  69. 40d4857 [IA64] SN2: Fix up sn2_rtc clock by Christoph Lameter · 17 years ago
  70. 224685c [IA64] Fix wrong access to irq_desc[] in iosapic_register_intr(). by Kenji Kaneshige · 17 years ago
  71. 4761c06 pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsets by Bartlomiej Zolnierkiewicz · 17 years ago
  72. 5d6aca8 libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQ by Tejun Heo · 17 years ago
  73. 7abe79c ata_piix: add Tecra M3 to broken suspend blacklist by Tejun Heo · 17 years ago
  74. 8c3832e ata_piix: implement piix_borken_suspend() by Tejun Heo · 17 years ago
  75. 0b62e13 pci: rename __pci_reenable_device() to pci_reenable_device() by Tejun Heo · 17 years ago
  76. 6fdc99a libata-sff; Unbreak non DMA capable controllers again by Alan Cox · 17 years ago
  77. dbf0c89 pata_cmd64x: Correct the speed ranges by Alan Cox · 17 years ago
  78. 8d4fbcf Fix WARN_ON() on bitfield ops by Linus Torvalds · 17 years ago
  79. 2f63251 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 17 years ago
  80. d6dd9e9 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  81. dd9cd6d Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6 by Linus Torvalds · 17 years ago
  82. 128a2bc ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again) by Len Brown · 17 years ago
  83. fc34f6c Fix up "remove the arm26 port" by Andrew Morton · 17 years ago
  84. 8ddf83f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  85. 0d6caa1 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  86. 88c8199 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  87. 0439208 rtc-m48t59 driver NO_IRQ mode fixup by Mark Zhan · 17 years ago
  88. bb35fb2 Use menuconfig objects: RTC by Jan Engelhardt · 17 years ago
  89. 732781d Remove 'isdn_* is defined but unused' warnings by Charlie Shepherd · 17 years ago
  90. 082c8cb spi device setup gets better error checking by David Brownell · 17 years ago
  91. 2604288 spi kerneldoc update by David Brownell · 17 years ago
  92. db7526f fix integer overflow warning in i2o_block by Meelis Roos · 17 years ago
  93. ad4a5bb ip2main warning fix by Andrew Morton · 17 years ago
  94. ca76d2d UDF: fix UID and GID mount option ignorance by Cyrill Gorcunov · 17 years ago
  95. f2912a1 cciss: fix memory leak by Jesper Juhl · 17 years ago
  96. ff0cfc6 Kconfig: remove top level menu "Code maturity level options" by Al Boldi · 17 years ago
  97. 8e48591 Videopix Frame Grabber: Fix unreleased lock in vfc_debug() by Matthias Kaehlcke · 17 years ago
  98. 0af1a45 rename setlease to generic_setlease by Christoph Hellwig · 17 years ago
  99. 86d0004 sb1250-duart: __maybe_unused, etc. fixes by Maciej W. Rozycki · 17 years ago
  100. dd22a68 x86_64: include asm/bugs.h in bugs.c for check_bugs prototype by Josh Triplett · 17 years ago