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
*
pciehp - fix wrong return value
Kenji Kaneshige
2006-09-26
1
-6
/
+6
*
acpiphp: add support for ioapic hot-remove
Satoru Takeuchi
2006-09-26
2
-14
/
+92
*
PCI: assign ioapic resource at hotplug
Satoru Takeuchi
2006-09-26
1
-3
/
+10
*
acpiphp: disable bridges
Satoru Takeuchi
2006-09-26
1
-1
/
+16
*
acpiphp: stop bus device before acpi_bus_trim
Satoru Takeuchi
2006-09-26
1
-0
/
+3
*
PCI: add pci_stop_bus_device
Satoru Takeuchi
2006-09-26
1
-1
/
+36
*
acpiphp: do not initialize existing ioapics
Satoru Takeuchi
2006-09-26
1
-1
/
+3
*
acpiphp: initialize ioapics before starting devices
Satoru Takeuchi
2006-09-26
1
-1
/
+1
*
acpiphp: set hpp values before starting devices
Satoru Takeuchi
2006-09-26
1
-1
/
+1
*
PCI Hotplug: cleanup pcihp skeleton code.
Satoru Takeuchi
2006-09-26
1
-6
/
+3
*
PCI: Restore PCI Express capability registers after PM event
Michael S. Tsirkin
2006-09-26
1
-0
/
+50
*
PCI: drivers/pci/hotplug/acpiphp_glue.c: make a function static
Adrian Bunk
2006-09-26
1
-1
/
+1
*
PCI: Multiprobe sanitizer
Alan Cox
2006-09-26
1
-1
/
+5
*
PCI: fix __must_check warnings
Greg Kroah-Hartman
2006-09-26
8
-61
/
+137
*
PCI Hotplug: fix __must_check warnings
Greg Kroah-Hartman
2006-09-26
2
-33
/
+128
*
SHPCHP: fix __must_check warnings
Greg Kroah-Hartman
2006-09-26
3
-4
/
+8
*
PCI-Express AER implemetation: pcie_portdrv error handler
Zhang, Yanmin
2006-09-26
1
-21
/
+175
*
PCI-Express AER implemetation: AER core and aerdriver
Zhang, Yanmin
2006-09-26
9
-0
/
+1568
*
PCI-Express AER implemetation: export pcie_port_bus_type
Zhang, Yanmin
2006-09-26
1
-0
/
+1
*
PCIE: check and return bus_register errors
Randy Dunlap
2006-09-26
3
-5
/
+11
*
MSI: Blacklist PCI-E chipsets depending on Hypertransport MSI capability
Brice Goglin
2006-09-26
1
-0
/
+59
*
MSI: Rename PCI_CAP_ID_HT_IRQCONF into PCI_CAP_ID_HT
Brice Goglin
2006-09-26
1
-3
/
+2
*
MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfs
Brice Goglin
2006-09-26
1
-0
/
+41
*
MSI: Factorize common code in pci_msi_supported()
Brice Goglin
2006-09-26
1
-20
/
+31
*
MSI: Cleanup existing MSI quirks
Brice Goglin
2006-09-26
2
-16
/
+31
*
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2006-09-26
2
-5
/
+4
|
\
|
*
[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...
Andi Kleen
2006-09-26
1
-3
/
+2
|
*
[PATCH] Don't print virtual address in HPET initialization
Andi Kleen
2006-09-26
1
-2
/
+2
*
|
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2006-09-26
27
-224
/
+720
|
\
\
|
*
|
Driver core: Remove unneeded routines from driver core
Alan Stern
2006-09-25
2
-32
/
+2
|
*
|
Driver core: Fix potential deadlock in driver core
Alan Stern
2006-09-25
2
-2
/
+8
|
*
|
PCI: enable driver multi-threaded probe
Greg Kroah-Hartman
2006-09-25
2
-0
/
+36
|
*
|
Driver Core: add ability for drivers to do a threaded probe
Greg Kroah-Hartman
2006-09-25
1
-27
/
+81
|
*
|
drivers/base: check errors
Andrew Morton
2006-09-25
3
-46
/
+100
|
*
|
drivers/base: Platform notify needs to occur before drivers attach to the device
Brian Walsh
2006-09-25
1
-4
/
+4
|
*
|
Driver core: fixed add_bind_files() definition
Yoichi Yuasa
2006-09-25
1
-1
/
+1
|
*
|
Driver core: fix comments in drivers/base/power/resume.c
Dmitry Torokhov
2006-09-25
1
-4
/
+4
|
*
|
sysfs_remove_bin_file: no return value, dump_stack on error
Randy.Dunlap
2006-09-25
1
-3
/
+1
|
*
|
Driver core: add ability for devices to create and remove bin files
Greg Kroah-Hartman
2006-09-25
1
-0
/
+26
|
*
|
Class: add support for class interfaces for devices
Greg Kroah-Hartman
2006-09-25
2
-1
/
+23
|
*
|
Driver core: create devices/virtual/ tree
Greg Kroah-Hartman
2006-09-25
2
-0
/
+24
|
*
|
Driver core: add device_rename function
Greg Kroah-Hartman
2006-09-25
1
-0
/
+55
|
*
|
Driver core: add ability for classes to handle devices properly
Greg Kroah-Hartman
2006-09-25
1
-0
/
+53
|
*
|
Driver core: allow devices in classes to have no parent
Greg Kroah-Hartman
2006-09-25
1
-10
/
+11
|
*
|
Driver core: add groups support to struct device
Greg Kroah-Hartman
2006-09-25
1
-0
/
+34
|
*
|
PM: platform_bus and late_suspend/early_resume
David Brownell
2006-09-25
1
-2
/
+28
|
*
|
PM: device_suspend/resume may sleep
Pavel Machek
2006-09-25
2
-0
/
+2
|
*
|
PM: no suspend_prepare() phase
David Brownell
2006-09-25
2
-41
/
+0
|
*
|
PM: add kconfig option for deprecated .../power/state files
David Brownell
2006-09-25
1
-0
/
+6
|
*
|
PM: update docs for writing .../power/state
David Brownell
2006-09-25
1
-10
/
+19
[next]