index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
pciehp_hpc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: pciehp: remove number field
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove hpc_ops
Kenji Kaneshige
2009-09-17
1
-43
/
+17
*
PCI: pciehp: remove pci_dev field
Kenji Kaneshige
2009-09-17
1
-8
/
+7
*
PCI: pciehp: remove crit_sect mutex
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove first_slot field
Kenji Kaneshige
2009-09-17
1
-3
/
+2
*
PCI: pciehp: remove slot_device_offset field
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove hp_slot field
Kenji Kaneshige
2009-09-17
1
-5
/
+0
*
PCI: pciehp: remove device field
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove bus field
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove num_slots field
Kenji Kaneshige
2009-09-17
1
-1
/
+0
*
PCI: pciehp: remove slot_list field
Kenji Kaneshige
2009-09-17
1
-13
/
+7
*
PCI hotplug: add support for 5.0G link speed
Kenji Kaneshige
2009-09-09
1
-2
/
+8
*
PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.
Kenji Kaneshige
2009-06-16
1
-31
/
+0
*
PCI: pciehp: enable software notification on empty slots
Kenji Kaneshige
2009-03-19
1
-20
/
+11
*
PCI: pciehp: fix possible endless loop in pcie_isr
Kenji Kaneshige
2009-03-19
1
-1
/
+2
*
PCI: pciehp: Handle interrupts that happen during initialization.
Eric W. Biederman
2009-02-24
1
-8
/
+7
*
PCI: pciehp: cleanup register and field definitions
Kenji Kaneshige
2009-01-07
1
-229
/
+99
*
PCI: pciehp: ignore undefined bit in link status register
Kenji Kaneshige
2009-01-07
1
-2
/
+1
*
PCI hotplug: pciehp: message refinement
Taku Izumi
2008-10-23
1
-26
/
+17
*
PCI hotplug: pciehp: poll data link layer link active
Kenji Kaneshige
2008-10-22
1
-1
/
+54
*
PCI hotplug: pciehp: fix possible memory leak in pcie_init
Kenji Kaneshige
2008-10-22
1
-2
/
+2
*
PCI: pciehp: remove 'name' parameter
Alex Chiang
2008-10-22
1
-1
/
+0
*
PCI: pciehp: replace printk with dev_printk
Taku Izumi
2008-10-20
1
-84
/
+113
*
PCI: pciehp: fix irq initialization
Kenji Kaneshige
2008-10-20
1
-2
/
+3
*
PCI: fix pciehp_free_irq()
Adrian Bunk
2008-09-10
1
-1
/
+1
*
PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...
Alex Chiang
2008-08-21
1
-10
/
+1
*
PCI hotplug: fix typo in pcie hotplug output
Jesse Barnes
2008-07-28
1
-1
/
+1
*
pciehp: remove needless command completed interrupt setting
Kenji Kaneshige
2008-06-27
1
-7
/
+3
*
pciehp: fix interrupt initialization
Kenji Kaneshige
2008-06-27
1
-66
/
+113
*
pciehp: remove inline from command related functions
Kenji Kaneshige
2008-06-25
1
-2
/
+2
*
pciehp: change command polling frequency
Kenji Kaneshige
2008-06-25
1
-2
/
+2
*
pciehp: cleanup pcie_poll_cmd
Kenji Kaneshige
2008-06-25
1
-11
/
+14
*
pciehp: fix typo in hpc_release_ctlr
Kenji Kaneshige
2008-06-25
1
-1
/
+1
*
pciehp: removes redundant NULL write to slot status register
Kenji Kaneshige
2008-06-10
1
-1
/
+1
*
pciehp: fixes typo in dbg_ctrl() in pciehp_hpc.c
Kenji Kaneshige
2008-06-10
1
-1
/
+1
*
shpchp: check firmware before taking control
Kenji Kaneshige
2008-06-10
1
-69
/
+0
*
pciehp: block signals while waiting for command completion
Kenji Kaneshige
2008-06-10
1
-12
/
+4
*
pciehp: evaluate _OSC/OSHP before controller init
Kenji Kaneshige
2008-06-10
1
-15
/
+2
*
pciehp: move msleep after power off
Kenji Kaneshige
2008-05-27
1
-7
/
+0
*
pciehp: poll cmd completion if hotplug interrupt is disabled
Kenji Kaneshige
2008-05-27
1
-4
/
+38
*
pciehp: fix slow probing
Kenji Kaneshige
2008-05-27
1
-7
/
+33
*
pciehp: fix NULL dereference in interrupt handler
Kenji Kaneshige
2008-05-27
1
-14
/
+28
*
pciehp: fix error message about getting hotplug control
Kenji Kaneshige
2008-04-29
1
-1
/
+1
*
pciehp: Fix command write
Kenji Kaneshige
2008-04-25
1
-1
/
+4
*
make pciehp_acpi_get_hp_hw_control_from_firmware()
Adrian Bunk
2008-04-25
1
-1
/
+1
*
pciehp: Clean up pcie_init()
Kenji Kaneshige
2008-04-25
1
-110
/
+88
*
pciehp: Mask hotplug interrupt at controller release
Kenji Kaneshige
2008-04-25
1
-0
/
+4
*
pciehp: Remove useless hotplug interrupt enabling
Kenji Kaneshige
2008-04-25
1
-46
/
+8
*
pciehp: Fix wrong slot capability check
Kenji Kaneshige
2008-04-25
1
-4
/
+4
*
pciehp: Fix wrong slot control register access
Kenji Kaneshige
2008-04-25
1
-112
/
+38
[next]