index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-02
Check mapped ranges on sysfs resource files
Linus Torvalds
1
-0
/
+19
2008-09-16
PCI: fix compiler warnings in pci_get_subsys()
Greg KH
1
-3
/
+3
2008-09-16
PCI: Fix pcie_aspm=force
Sitsofe Wheeler
1
-1
/
+1
2008-09-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
5
-8
/
+47
2008-09-12
PCI: re-add debug prints for unmodified BARs
Yinghai Lu
1
-4
/
+11
2008-09-10
PCI: fix pciehp_free_irq()
Adrian Bunk
1
-1
/
+1
2008-09-09
PCI Hotplug: fakephp: fix deadlock... again
Alex Chiang
1
-3
/
+3
2008-09-09
PCI: Fix printk warnings in setup-bus.c
Johann Felix Soden
1
-1
/
+5
2008-09-09
PCI: Fix printk warnings in probe.c
Johann Felix Soden
1
-3
/
+8
2008-09-09
PCI/iommu: blacklist DMAR on Intel G31/G33 chipsets
David Woodhouse
1
-0
/
+23
2008-09-04
PCI: fix pbus_size_mem() resource alignment for CardBus controllers
Linus Torvalds
1
-2
/
+3
2008-08-21
PCI: fix reference leak in pci_get_dev_by_id()
Greg KH
1
-0
/
+2
2008-08-21
PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...
Alex Chiang
1
-19
/
+15
2008-08-21
PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...
Alex Chiang
3
-18
/
+15
2008-08-18
Merge branch 'x86-merge' into for-linus
Jesse Barnes
2
-0
/
+38
2008-08-18
PCI: add acpi_find_root_bridge_handle
Jiri Slaby
2
-10
/
+2
2008-08-18
PCI: acpi_pcihp: run _OSC on a root bridge
Jiri Slaby
1
-12
/
+29
2008-08-18
Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jesse Barnes
2
-0
/
+38
2008-08-07
PCI: Limit VPD length for Broadcom 5708S
Dean Hildebrand
1
-1
/
+3
2008-08-07
PCI PM: Export pci_pme_active to drivers
Rafael J. Wysocki
1
-1
/
+2
2008-08-07
PCI: check the return value of device_create_bin_file() in pci_create_bus()
Simon Horman
1
-16
/
+38
2008-08-07
PCI: fully restore MSI state at resume time
Jesse Barnes
1
-3
/
+2
2008-08-07
PCI: add Broadcom 5708S to VPD length quirk
Eric Dumazet
1
-1
/
+4
2008-07-28
PCI: add D3 power state avoidance quirk
Alan Cox
2
-0
/
+17
2008-07-28
PCI: add an option to allow ASPM enabled forcibly
Shaohua Li
1
-6
/
+14
2008-07-28
PCI: disable ASPM on pre-1.1 PCIe devices
Shaohua Li
2
-1
/
+15
2008-07-28
PCI: disable ASPM per ACPI FADT setting
Shaohua Li
2
-0
/
+12
2008-07-28
PCI MSI: Don't disable MSIs if the mask bit isn't supported
Matthew Wilcox
1
-3
/
+12
2008-07-28
PCI: handle 64-bit resources better on 32-bit machines
Matthew Wilcox
1
-2
/
+2
2008-07-28
PCI: rewrite PCI BAR reading code
Matthew Wilcox
1
-119
/
+123
2008-07-28
PCI: document pci_target_state
Jesse Barnes
1
-0
/
+6
2008-07-28
PCI hotplug: fix typo in pcie hotplug output
Jesse Barnes
1
-1
/
+1
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
3
-22
/
+34
2008-07-22
PCI: fixup sparse endianness warnings in proc.c
Harvey Harrison
1
-9
/
+9
2008-07-22
PCI PM: make more PCI PM core functionality available to drivers
Rafael J. Wysocki
1
-10
/
+24
2008-07-22
PCI/DMAR: don't assume presence of RMRRs
Yong Wang
1
-3
/
+1
2008-07-21
driver core: remove KOBJ_NAME_LEN define
Kay Sievers
1
-2
/
+2
2008-07-21
pci kernel-doc fatal error
Randy Dunlap
1
-4
/
+2
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
1
-1
/
+1
2008-07-18
Merge branch 'linus' into pci-for-jesse
Ingo Molnar
41
-1146
/
+1889
2008-07-16
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
39
-1111
/
+1786
2008-07-16
PCI ACPI: Drop the second argument of platform_pci_choose_state
Rafael J. Wysocki
3
-6
/
+4
2008-07-16
ACPI PM: acpi_pm_device_sleep_state() cleanup
David Brownell
1
-2
/
+1
2008-07-16
PCI: remove unnecessary volatile in PCIe hotplug struct controller
Ming Lei
1
-1
/
+1
2008-07-14
PCI: include linux/pm_wakeup.h for device_set_wakeup_capable
Stephen Rothwell
1
-0
/
+1
2008-07-14
PCI PM: Fix pci_prepare_to_sleep
Rafael J. Wysocki
1
-2
/
+2
2008-07-11
x86: make only GART code include gart.h
FUJITA Tomonori
1
-1
/
+1
2008-07-08
RFC x86: try to remove arch_get_ram_range
Yinghai Lu
1
-14
/
+37
2008-07-07
PCI: Simplify PCI device PM code
Rafael J. Wysocki
1
-66
/
+52
2008-07-07
PCI PM: Introduce pci_prepare_to_sleep and pci_back_from_sleep
Rafael J. Wysocki
1
-0
/
+83
[next]