Commit Graph

23455 Commits (10e705f83c3e796893a70fb872895ba604901166)
 

Author SHA1 Message Date
Adrian Bunk ec068072f0 [PATCH] fix W1_MASTER_DS9490_BRIDGE dependencies 19 years ago
Adrian Bunk a9fb1c7b95 [PATCH] w1: misc cleanups 19 years ago
Evgeniy Polyakov baf12ae29a [PATCH] W1: Add the DS2482 I2C-to-w1 bridge driver. 19 years ago
Evgeniy Polyakov bd529cfb40 [PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code into 'w1/slaves' 19 years ago
Evgeniy Polyakov ccd6994000 [PATCH] W1: Change the type 'unsigned long' member of 'struct w1_bus_master' to 'void *'. 19 years ago
Linus Torvalds a1a051b187 Merge git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6 19 years ago
Linus Torvalds aca361c1a0 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 19 years ago
Linus Torvalds cec6062037 Merge branch 'blktrace' of git://brick.kernel.dk/data/git/linux-2.6-block 19 years ago
Linus Torvalds 88f07ffb63 Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb 19 years ago
Linus Torvalds b6585dedac Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 19 years ago
Linus Torvalds a3ea9b584e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 19 years ago
Linus Torvalds 554f593d6c Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 19 years ago
Linus Torvalds debf798b1e Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 19 years ago
MUNEDA Takahiro b2e6e3ba7d [PATCH] acpiphp: fix acpi_path_name 19 years ago
Kristen Accardi dc6712d126 [PATCH] ibmphp: remove TRUE and FALSE 19 years ago
Kristen Accardi 783c49fc50 [PATCH] PCI Hotplug: add common acpi functions to core 19 years ago
Eric Sesterhenn f5afe8064f [PATCH] PCI: kzalloc() conversion in drivers/pci 19 years ago
Kenji Kaneshige 7c8f25da12 [PATCH] acpiphp: Scan slots under the nested P2P bridge 19 years ago
John Keller 8e77af6a9a [PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPB 19 years ago
Kenji Kaneshige 0afabe9065 [PATCH] shpchp: cleanup bus speed handling 19 years ago
Jeff Garzik 3c990e9219 [PATCH] PCI: fix pci_request_region[s] arg 19 years ago
Matthew Wilcox 309e57df7b [PATCH] PCI: Provide a boot parameter to disable MSI 19 years ago
Adrian Bunk 5eeca8e688 [PATCH] PCI: the scheduled removal of PCI_LEGACY_PROC 19 years ago
Adrian Bunk 1305e9184a [PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead code 19 years ago
MUNEDA Takahiro 0cccd0c206 [PATCH] acpiphp: fix bridge handle 19 years ago
MUNEDA Takahiro e27da38141 [PATCH] acpiphp - slot management fix - V4 19 years ago
Kristen Accardi 63e5f248c4 [PATCH] acpi: remove dock event handling from ibm_acpi 19 years ago
Kristen Accardi 20416ea540 [PATCH] acpiphp: add dock event handling 19 years ago
Kristen Accardi ceaba66305 [PATCH] acpi: export acpi_bus_trim 19 years ago
Kristen Accardi 15a1ae7487 [PATCH] acpiphp: add new bus to acpi 19 years ago
Alan Stern b89b7ea05a [PATCH] PCI: Move pci_dev_put outside a spinlock 19 years ago
Bernhard Kaindl 8c4b2cf9af [PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fix 19 years ago
Grant Grundler a0454b40ee [PATCH] PCI: fix problems with MSI-X on ia64 19 years ago
Linus Torvalds b408cbc704 [PATCH] PCI: resource address mismatch 19 years ago
Shaohua Li 75cde0e257 [PATCH] PCI: remove msi save/restore code in specific driver 19 years ago
Michael S. Tsirkin 6e325a62a0 [PATCH] PCI: make MSI quirk inheritable from the pci bus 19 years ago
Bauke Jan Douma e5548e960f [PATCH] PCI: quirk for asus a8v and a8v delux motherboards 19 years ago
tomek@koprowski.org 3c0a654e39 [PATCH] PCI: SMBus unhide on HP Compaq nx6110 19 years ago
Brian Gerst 50defa1cca [PATCH] PCI: Add pci_device_shutdown to pci_bus_type 19 years ago
Kenji Kaneshige e6b82b13c4 [PATCH] shpchp: adapt to pci driver model 19 years ago
Kenji Kaneshige a246fa4e9f [PATCH] shpchp: Fix slot state handling 19 years ago
Kenji Kaneshige f7391f5325 [PATCH] shpchp: event handling rework 19 years ago
Kenji Kaneshige 68c0b67149 [PATCH] shpchp: Remove unused wait_for_ctrl_irq 19 years ago
Kenji Kaneshige 09e1218ecc [PATCH] shpchp: Remove unused pci_bus member from controller structure 19 years ago
Ralf Baechle bbe8f9a3e7 [PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning from pci_scan_bridge. 19 years ago
Andi Kleen 92c05fc1a3 [PATCH] PCI: Give PCI config access initialization a defined ordering 19 years ago
Kenji Kaneshige e4e73041ec [PATCH] shpchp - Fix incorrect return value of interrupt handler 19 years ago
Kenji Kaneshige bbe779db9f [PATCH] shpchp - move slot name into struct slot 19 years ago
Kenji Kaneshige 8abebe13f9 [PATCH] shpchp - removed unncessary 'magic' member from slot 19 years ago
Kenji Kaneshige 57c95c0d1c [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() 19 years ago