1. 4665472 [PATCH] drivers/sound/oss: Replace pci_module_init() with pci_register_driver() by Greg Kroah-Hartman · 19 years ago
  2. 9bfab8c [PATCH] drivers/block: Replace pci_module_init() with pci_register_driver() by Richard Knutsson · 19 years ago
  3. d1d6da8 [PATCH] arch: Replace pci_module_init() with pci_register_driver() by Richard Knutsson · 19 years ago
  4. 065c635 [PATCH] PCI Error Recovery: documentation by linas@austin.ibm.com · 19 years ago
  5. 392a1ce [PATCH] PCI Error Recovery: header file patch by linas · 19 years ago
  6. 1927268 [PATCH] PCI: update Toshiba ohci quirk DMI table by Jesse Barnes · 19 years ago
  7. 54c762f [PATCH] PCI: drivers/pci: some cleanups by Adrian Bunk · 19 years ago
  8. c64b5ee [PATCH] acpiphp: only size new bus by Kristen Accardi · 19 years ago
  9. 9f3f468 [PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driver by Greg Kroah-Hartman · 19 years ago
  10. 121082e [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehp_core.c by Jesper Juhl · 19 years ago
  11. c2dea65 [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/pciehprm_acpi.c by Jesper Juhl · 19 years ago
  12. f5c99df [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/rpaphp_pci.c by Jesper Juhl · 19 years ago
  13. efbf62e [PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.c by Jesper Juhl · 19 years ago
  14. 5d135dff [PATCH] PCI: document sysfs rom file interface by Jesse Barnes · 19 years ago
  15. ac7dc65 [PATCH] PCI: Export pci_cfg_space_size by Benjamin Herrenschmidt · 19 years ago
  16. 4988794 [PATCH] PCI: use bus numbers sparsely, if necessary by Dominik Brodowski · 19 years ago
  17. 0eb3bcf [PATCH] pciehp: allow bridged card hotplug by Rajesh Shah · 19 years ago
  18. c7ab337 [PATCH] pciehp: handle sticky power-fault status by Thomas Schaefer · 19 years ago
  19. 9d26512 [PATCH] PCI Quirk: 1K I/O space granularity on Intel P64H2 by Daniel Yeisley · 19 years ago
  20. 81f1544 [PATCH] shpchp: Implement get_address callback by Kenji Kaneshige · 19 years ago
  21. cd5b50b [PATCH] PCI Hotplug/powerpc: more removal of duplicated code by linas@austin.ibm.com · 19 years ago
  22. d681db4 [PATCH] PCI Hotplug/powerpc: remove duplicated code by linas@austin.ibm.com · 19 years ago
  23. 8174551 [PATCH] PCI: irq.c: trivial printk and DBG updates by Daniel Marjamäki · 19 years ago
  24. bd62e27 [PATCH] shpchp: fix improper wait for command completion by Kenji Kaneshige · 19 years ago
  25. f467f61 [PATCH] shpchp: fix improper write to Command Completion Detect bit by Kenji Kaneshige · 19 years ago
  26. 0455986 [PATCH] shpchp: fix improper mmio mapping by Kenji Kaneshige · 19 years ago
  27. 87d6c55 [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit by Kenji Kaneshige · 19 years ago
  28. 6558b6a [PATCH] shpchp: fix improper reference to Slot Avail Regsister by Kenji Kaneshige · 19 years ago
  29. e00e57e [PATCH] shpchp: replace pci_find_slot() with pci_get_slot() by Kenji Kaneshige · 19 years ago
  30. 2555f7b [PATCH] PCI Hotplug: cpqphp_ctrl.c: remove dead code by Adrian Bunk · 19 years ago
  31. 88d69a1 [PATCH] PCI Hotplug: ibmphp_pci.c copy-n-paste fix by Jordan, William P · 19 years ago
  32. 8c9ad50 [PATCH] PCIE: make bus_id for PCI Express devices unique by Sergey Vlasov · 19 years ago
  33. fb37fb9 [PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_dev by Hanna Linder · 19 years ago
  34. 3c94792f [PATCH] PCI: arch: pci_find_device remove (frv/mb93090-mb00/pci-irq.c) by Jiri Slaby · 19 years ago
  35. d08fa1a [PATCH] PCI: pci_find_device remove (sparc64/kernel/ebus.c) by Jiri Slaby · 19 years ago
  36. 619daa2 [PATCH] PCI: pci_find_device remove (frv/mb93090-mb00/pci-frv.c) by Jiri Slaby · 19 years ago
  37. 48d6877 [PATCH] PCI: pci_find_device remove (ppc/platforms/85xx/mpc85xx_cds_common.c) by Jiri Slaby · 19 years ago
  38. cee0295 [PATCH] PCI: pci_find_device remove (ppc/kernel/pci.c) by Jiri Slaby · 19 years ago
  39. 9451725 [PATCH] PCI: pci_find_device remove (alpha/kernel/sys_alcor.c) by Jiri Slaby · 19 years ago
  40. 7d51ceb [PATCH] PCI: pci_find_device remove (alpha/kernel/sys_sio.c) by Jiri Slaby · 19 years ago
  41. 3efd273 [PATCH] pci: call pci_read_irq for bridges by Kristen Accardi · 19 years ago
  42. 514d207 [PATCH] pci: use pin stored in pci_dev by Kristen Accardi · 19 years ago
  43. 8015a01 [PATCH] apci: use pin stored in pci_dev by Kristen Accardi · 19 years ago
  44. ffeff78 [PATCH] pci: store PCI_INTERRUPT_PIN in pci_dev by Kristen Accardi · 19 years ago
  45. 9d4ae72 [ARM] 3070/2: Add __ioremap_pfn() API by Deepak Saxena · 19 years ago
  46. 16ed926 [ARM] Only call set_type method in setup_irq if it's defined by Russell King · 19 years ago
  47. 0a3a98f Merge Linus' tree. by Russell King · 19 years ago
  48. 6150c32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge by Linus Torvalds · 19 years ago
  49. 44637a1 [PATCH] Update cyblafb driver by Knut Petersen · 19 years ago
  50. cab462f V4L/DVB (3307): Some cleanups at I2C modules by Mauro Carvalho Chehab · 19 years ago
  51. 8b78e83 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 19 years ago
  52. cf10b28 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 19 years ago
  53. 14591de [PATCH] netlink oops fix due to incorrect error code by Kirill Korotaev · 19 years ago
  54. 6775177 [PATCH] rcu: uninline __rcu_pending() by Oleg Nesterov · 19 years ago
  55. 0680481 V4L/DVB (3305): Replaces old debug msgs to newer ones by Mauro Carvalho Chehab · 19 years ago
  56. 565f494 V4L/DVB (3303): Both AverTV Studio 303 cards #6 and #36 use the same IR programming. by George Gazurkoff · 19 years ago
  57. 009494e V4L/DVB (3296): Fixes a bug at compat_ioctl32 kernel module by Guy Martin · 19 years ago
  58. 4aa6ba5 V4L/DVB (3295): Add analog support for LifeView FlyDVB Trio. by Peter Missel · 19 years ago
  59. f39624f V4L/DVB (3294): Add Kworld/Vstream Xpert DVB-T card with cx22702 tuner. by Manenti Marco · 19 years ago
  60. b7f355d V4L/DVB (3293): Added digital support for cx88 (cx88-alsa) by Mauro Carvalho Chehab · 19 years ago
  61. 0de7122 V4L/DVB (3292): Fix signed/unsigned bug in brightness handling of cx25840 by Hans Verkuil · 19 years ago
  62. c5099a6 V4L/DVB (3291): Fix signed/unsigned bug in hue handling by Hans Verkuil · 19 years ago
  63. 82a1c35 V4L/DVB (3195): Fix for 64-bit compile warning by Hans Verkuil · 19 years ago
  64. 400b708 V4L/DVB (3194): Revert one 64-bit fix and improved other 64-bit fixes by Peter Beutner · 19 years ago
  65. d8e6acf V4L/DVB (3287): Add DViCO Bluebird firmware to dvb_get_firmware script by Michael Krufky · 19 years ago
  66. e71bb54 V4L/DVB (3282): rename cxusb_bluebird_atsc_properties to cxusb_bluebird_lgh064f_properties by Michael Krufky · 19 years ago
  67. 66190a2 V4L/DVB (3281): av7110 driver: improved recovery from ARM crash and crash detection by Oliver Endriss · 19 years ago
  68. da4ae5a V4L/DVB (3280): Added VIDIOC_QUERYCTRL to saa7115 by Hans Verkuil · 19 years ago
  69. d92c20e V4L/DVB (3279): Added VIDIOC_QUERYCTRL to cx25840. by Hans Verkuil · 19 years ago
  70. fac9e89 V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros. by Hans Verkuil · 19 years ago
  71. 0e7072e V4L/DVB (3277): Fix incorrect filename reference in top comments by Michael Krufky · 19 years ago
  72. 7e8b09e V4L/DVB (3276): Added new diagnositics macros, convert msp3400 to the new macros. by Hans Verkuil · 19 years ago
  73. 53b0a1c V4L/DVB (3275): Split msp3400.c into msp3400-driver.c and msp3400-kthreads.c by Hans Verkuil · 19 years ago
  74. e93fa17 V4L/DVB (3271): more cleanups, simplify volume/balance/bass/treble handling by Hans Verkuil · 19 years ago
  75. 5e453dc V4L/DVB (3269): ioctls cleanups. by Michael Krufky · 19 years ago
  76. e2688f0 Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 19 years ago
  77. 37bdfa0 V4L/DVB (3268): Use combined firmware for DVB-T and ATSC Bluebird FusionHDTV USB models. by Michael Krufky · 19 years ago
  78. effee03 V4L/DVB (3266): Add support for DViCO FusionHDTV5 USB Gold by Michael Krufky · 19 years ago
  79. af36c82 V4L/DVB (3261): msp3400.c cleanup (almost all cosmetic) by Hans Verkuil · 19 years ago
  80. 6ce17c5 V4L/DVB (3260): Using new firmware for the WideView Stick by Patrick Boettcher · 19 years ago
  81. c7f3612 V4L/DVB (3257): Add missing audiochip.h include. by Hans Verkuil · 19 years ago
  82. 3faeeae V4L/DVB (3256): When in radio mode ignore VIDIOC_G_TUNER by Hans Verkuil · 19 years ago
  83. d3900bc V4L/DVB (3255): When in radio mode don't do anything with VIDIOC_G_TUNER. by Hans Verkuil · 19 years ago
  84. 30b54d5 V4L/DVB (3254): Don't reprogram the video standard if it is unchanged. by Hans Verkuil · 19 years ago
  85. 8a85428 V4L/DVB (3253): Add V4L2 commands to tvaudio by Hans Verkuil · 19 years ago
  86. f9a91f0 V4L/DVB (3250): tea5767: move signal strength level to the 0-65535 range by Hans Verkuil · 19 years ago
  87. a8bbf12 V4L/DVB (3249): Generalized cx25840 video/audio input handling by Hans Verkuil · 19 years ago
  88. 3578d3d V4L/DVB (3214): Calculate the saa7115 AMCLK regs instead of using fixed values by Hans Verkuil · 19 years ago
  89. 21fa715 V4L/DVB (3248): Add selected input to saa7115 VIDIOC_LOG_STATUS output. by Hans Verkuil · 19 years ago
  90. fbc46e7 V4L/DVB (3247): Replace AUDC_SET_INPUT with VIDIOC_S_AUDIO in wm8775. by Hans Verkuil · 19 years ago
  91. 9360535 V4L/DVB (3246): Use VIDIOC_S_AUDIO instead of AUDC_SET_INPUT in cs53l32a by Hans Verkuil · 19 years ago
  92. a544521 V4L/DVB (3245): Added some comments about multiple tuner support. by Hans Verkuil · 19 years ago
  93. 66e33de V4L/DVB (3243): add firmware instructions for nxt2002 and nxt2004 by Michael Krufky · 19 years ago
  94. 12e66f6 V4L/DVB (3242): make the firmware dir docs consistent in the v4l-dvb tree. by Ville Skytt\ä · 19 years ago
  95. 90200d2 V4L/DVB (3239): reorganize tuner-simple threshold structure. by Michael Krufky · 19 years ago
  96. 21dcd8c V4L/DVB (3234): Included advanced debug option to tvp5150.c by Mauro Carvalho Chehab · 19 years ago
  97. 9bb13a6 V4L/DVB (3233): Fixed API to set I2S speed control by Mauro Carvalho Chehab · 19 years ago
  98. e1bc80a V4L/DVB (3232): Several improvements at tvp5150 driver by Mauro Carvalho Chehab · 19 years ago
  99. fc40b26 V4L/DVB (3220): Add support for VP-3054 HDTV board by Chris Pascoe · 19 years ago
  100. 50c25ff V4L/DVB (3218): Whitespace cleanups by Michael Krufky · 19 years ago