index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ripemd.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-15
PCI: Simplify IOV implementation and fix reference count races
Jiang Liu
1
-35
/
+24
2013-06-15
PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()
Jiang Liu
1
-1
/
+0
2013-06-15
unicore32/PCI: Remove redundant call of pci_bus_add_devices()
Jiang Liu
1
-5
/
+0
2013-06-15
m68k/PCI: Remove redundant call of pci_bus_add_devices()
Jiang Liu
1
-1
/
+0
2013-06-15
PCI / ACPI / PM: Use correct power state strings in messages
Rafael J. Wysocki
1
-3
/
+3
2013-06-10
PCI: Fix comment typo for pcie_pme_remove()
Yijing Wang
1
-1
/
+1
2013-06-08
PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()
Jiang Liu
1
-13
/
+13
2013-06-07
PCI: Fix refcount issue in pci_create_root_bus() error recovery path
Jiang Liu
1
-6
/
+8
2013-06-07
ia64/PCI: Clean up pci_scan_root_bus() usage
Jiang Liu
1
-10
/
+1
2013-06-06
PCI/AER: Reset link for devices below Root Port or Downstream Port
Betty Dall
1
-8
/
+9
2013-06-06
ACPI / APEI: Force fatal AER severity when component has been reset
Betty Dall
1
-0
/
+10
2013-06-06
PCI/AER: Remove "extern" from function declarations
Betty Dall
1
-8
/
+8
2013-06-06
PCI/AER: Move AER severity defines to aer.h
Betty Dall
2
-4
/
+4
2013-06-06
PCI/AER: Set dev->__aer_firmware_first only for matching devices
Bjorn Helgaas
1
-4
/
+4
2013-06-06
PCI/AER: Factor out HEST device type matching
Bjorn Helgaas
1
-18
/
+17
2013-06-06
PCI/AER: Don't parse HEST table for non-PCIe devices
Bjorn Helgaas
1
-2
/
+4
2013-06-05
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
7
-12
/
+13
2013-06-05
PCI: Hide remove and rescan sysfs interfaces for SR-IOV virtual functions
Jiang Liu
1
-2
/
+28
2013-06-05
PCI: Add pcibios_release_device()
Sebastian Ott
3
-0
/
+12
2013-06-03
x86/MSI: Conserve interrupt resources when using multiple-MSIs
Alexander Gordeev
1
-5
/
+7
2013-06-03
i2c-piix4: Add AMD CZ SMBus device ID
Shane Huang
3
-2
/
+4
2013-06-03
ahci: Add AMD CZ SATA device ID
Shane Huang
2
-0
/
+3
2013-06-03
PCI: Put Hudson-2 device IDs together
Shane Huang
1
-2
/
+2
2013-06-02
PCI: Replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-9
/
+9
2013-05-31
PCI: Finish SR-IOV VF setup before adding the device
Xudong Hao
1
-3
/
+2
2013-05-29
PCI: Fix comment typo for PCI_EXP_LNKCAP_CLKPM
Yijing Wang
1
-1
/
+1
2013-05-29
PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possible
Jiang Liu
1
-32
/
+27
2013-05-29
PCI/ACPI: Remove unused global list acpi_pci_roots
Jiang Liu
2
-19
/
+1
2013-05-29
PCI/ACPI: Introduce "handle" local for economy of expression
Jiang Liu
1
-5
/
+6
2013-05-29
PCI/ACPI: Combine duplicate adjacent "if" tests
Jiang Liu
1
-3
/
+2
2013-05-28
PCI: Allocate only as many MSI vectors as requested by driver
Alexander Gordeev
2
-2
/
+9
2013-05-28
PCI: Replace printks with appropriate pr_*()
Yijing Wang
1
-2
/
+2
2013-05-28
PCI: Fix kerneldoc for pci_disable_link_state()
Yijing Wang
1
-4
/
+9
2013-05-28
x86/PCI: Increase info->res_num before checking pci_use_crs
Yijing Wang
1
-5
/
+2
2013-05-28
PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()
Wang Sheng-Hui
1
-1
/
+1
2013-05-28
PCI: Convert ioapic.c to module_pci_driver
Libo Chen
1
-12
/
+1
2013-05-28
PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()
Gu Zheng
2
-2
/
+10
2013-05-28
PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count
Jiang Liu
2
-0
/
+17
2013-05-25
PCI: Unset resource if initial BAR value is invalid
Kevin Hao
1
-1
/
+21
2013-05-25
PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()
Kevin Hao
1
-3
/
+2
2013-05-25
PCI: Add 0x prefix to BAR register position in __pci_read_base()
Kevin Hao
1
-2
/
+2
2013-05-21
PCI/ASPM: Warn when driver asks to disable ASPM, but we can't do it
Bjorn Helgaas
1
-3
/
+13
2013-05-21
sparc/PCI: Use PCI_UNKNOWN for unknown power state
Bjorn Helgaas
1
-1
/
+1
2013-05-17
powerpc/PCI: Use PCI_UNKNOWN for unknown power state
Bjorn Helgaas
1
-1
/
+1
2013-05-15
PCI/ACPI: Check acpi_resource_to_address64() return value
Bjorn Helgaas
1
-4
/
+3
2013-05-15
PCI: Work around Ivytown NTB BAR size issue
Jon Mason
1
-0
/
+25
2013-05-12
Linux 3.10-rc1
v3.10-rc1
Linus Torvalds
1
-2
/
+2
2013-05-10
[SCSI] qla2xxx: Update firmware link in Kconfig file.
Chad Dupuis
1
-1
/
+3
2013-05-10
[SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used
Mike Christie
3
-55
/
+49
2013-05-10
[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...
James Bottomley
24
-165
/
+160
[next]