index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
2006-12-01
23
-216
/
+263
|
\
|
*
PCI: ibmphp_pci.c: fix NULL dereference
Adrian Bunk
2006-12-01
1
-2
/
+2
|
*
pciehp: remove unnecessary pci_disable_msi
Kenji Kaneshige
2006-12-01
1
-2
/
+0
|
*
pciehp: remove unnecessary free_irq
Kenji Kaneshige
2006-12-01
1
-6
/
+1
|
*
PCI: rpaphp: change device tree examination
John Rose
2006-12-01
2
-2
/
+2
|
*
PCI: Change memory allocation for acpiphp slots
Rolf Eike Beer
2006-12-01
2
-32
/
+7
|
*
i2c-i801: SMBus patch for Intel ICH9
Jason Gaston
2006-12-01
2
-0
/
+3
|
*
PCI: pci_{enable,disable}_device() nestable ports
Inaky Perez-Gonzalez
2006-12-01
1
-9
/
+6
|
*
PCI: switch pci_{enable,disable}_device() to be nestable
Inaky Perez-Gonzalez
2006-12-01
4
-21
/
+57
|
*
PCI: Block on access to temporarily unavailable pci device
Matthew Wilcox
2006-12-01
1
-28
/
+47
|
*
pci: fix __pci_register_driver error handling
Akinobu Mita
2006-12-01
1
-2
/
+5
|
*
pci: clear osc support flags if no _OSC method
Kristen Carlson Accardi
2006-12-01
1
-1
/
+9
|
*
acpiphp: fix missing acpiphp_glue_exit()
Akinobu Mita
2006-12-01
1
-1
/
+3
|
*
acpiphp: fix use of list_for_each macro
Akinobu Mita
2006-12-01
1
-6
/
+2
|
*
Altix: Initial ACPI support - ROM shadowing.
John Keller
2006-12-01
1
-3
/
+6
|
*
Altix: SN ACPI hotplug support.
John Keller
2006-12-01
1
-22
/
+13
|
*
PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWI
Matthew Wilcox
2006-12-01
1
-13
/
+18
|
*
PCI: Use pci_generic_prep_mwi on sparc64
Matthew Wilcox
2006-12-01
1
-1
/
+7
|
*
PCI: quirks: fix the festering mess that claims to handle IDE quirks
Alan Cox
2006-12-01
2
-56
/
+30
|
*
PCI: save/restore PCI-X state
Stephen Hemminger
2006-12-01
1
-0
/
+44
|
*
PCI: Make some MSI-X #defines generic
Michael Ellerman
2006-12-01
1
-8
/
+0
|
*
PCI: Let PCI_MULTITHREAD_PROBE not be broken
Greg Kroah-Hartman
2006-12-01
1
-1
/
+1
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-12-01
29
-442
/
+798
|
\
\
|
*
|
Driver core: platform_driver_probe(), can save codespace
David Brownell
2006-12-01
1
-0
/
+48
|
*
|
driver core: Use klist_remove() in device_move()
Cornelia Huck
2006-12-01
1
-2
/
+2
|
*
|
driver core: Introduce device_move(): move a device to a new parent.
Cornelia Huck
2006-12-01
1
-0
/
+92
|
*
|
Driver core: make drivers/base/core.c:setup_parent() static
Adrian Bunk
2006-12-01
1
-2
/
+2
|
*
|
driver core: Introduce device_find_child().
Cornelia Huck
2006-12-01
1
-0
/
+33
|
*
|
cpu topology: consider sysfs_create_group return value
Heiko Carstens
2006-12-01
1
-23
/
+32
|
*
|
Driver core: Call platform_notify_remove later
Benjamin Herrenschmidt
2006-12-01
1
-1
/
+1
|
*
|
ACPI: Change ACPI to use dev_archdata instead of firmware_data
Benjamin Herrenschmidt
2006-12-01
1
-9
/
+11
|
*
|
Driver core: change mem class_devices to be real devices
Greg Kroah-Hartman
2006-12-01
1
-4
/
+4
|
*
|
Driver core: convert fb code to use struct device
Greg Kroah-Hartman
2006-12-01
2
-80
/
+99
|
*
|
Driver core: convert firmware code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-62
/
+57
|
*
|
Driver core: convert mmc code to use struct device
Greg Kroah-Hartman
2006-12-01
3
-15
/
+15
|
*
|
Driver core: convert ppdev code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-3
/
+3
|
*
|
Driver core: convert PPP code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-2
/
+2
|
*
|
I2C: convert i2c-dev to use struct device instead of struct class_device
Greg Kroah-Hartman
2006-12-01
1
-13
/
+13
|
*
|
Driver core: convert raw device code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-6
/
+6
|
*
|
Driver core: convert tty core to use struct device
Greg Kroah-Hartman
2006-12-01
5
-25
/
+27
|
*
|
Driver core: change misc class_devices to be real devices
Greg Kroah-Hartman
2006-12-01
4
-30
/
+25
|
*
|
Driver core: convert vc code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-8
/
+8
|
*
|
Driver core: convert vt code to use struct device
Greg Kroah-Hartman
2006-12-01
1
-42
/
+39
|
*
|
CONFIG_SYSFS_DEPRECATED - class symlinks
Kay Sievers
2006-12-01
1
-51
/
+98
|
*
|
CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables
Kay Sievers
2006-12-01
1
-0
/
+4
|
*
|
CONFIG_SYSFS_DEPRECATED - device symlinks
Kay Sievers
2006-12-01
1
-4
/
+14
|
*
|
CONFIG_SYSFS_DEPRECATED - bus symlinks
Kay Sievers
2006-12-01
1
-3
/
+17
|
*
|
Driver core: make old versions of udev work properly
Greg Kroah-Hartman
2006-12-01
1
-14
/
+45
|
*
|
Driver Core: Move virtual_device_parent() to core.c
Greg Kroah-Hartman
2006-12-01
2
-17
/
+17
|
*
|
Driver core: fix "driver" symlink timing
Kay Sievers
2006-12-01
1
-30
/
+52
[next]