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
2009-01-07
PCI: Don't carp about BAR allocation failures in quiet boot
Ingo Molnar
1
-2
/
+2
2009-01-07
PCI hotplug: aerdrv: fix a typo in error message
Hidetoshi Seto
1
-1
/
+1
2009-01-07
PCI: handle PCI state saving with interrupts disabled
Rafael J. Wysocki
3
-22
/
+55
2009-01-07
PCI: extend on the ICH motherboard IO decode quirk list
Linus Torvalds
1
-15
/
+90
2009-01-07
PCI: Suspend and resume PCI Express ports with interrupts disabled
Rafael J. Wysocki
1
-6
/
+6
2009-01-07
PCI: pci-stub module to reserve pci device
Chris Wright
3
-0
/
+58
2009-01-07
PCI: allow pci driver to support only dynids
Chris Wright
1
-9
/
+11
2009-01-07
PCI/ACPI: acpiphp: Identify more removable slots
Matthew Garrett
1
-15
/
+17
2009-01-07
pci-acpi: Cleanup _OSC evaluation code
Taku Izumi
1
-17
/
+14
2009-01-07
PCI/ACPI: Remove unnecessary _OSC evaluation for control request
Taku Izumi
1
-0
/
+4
2009-01-07
PCI: revert additional _OSC evaluation
Taku Izumi
1
-13
/
+17
2009-01-07
drivers/pci/hotplug: Add missing pci_dev_get
Julia Lawall
1
-0
/
+1
2009-01-07
resource: allow MMIO exclusivity for device drivers
Arjan van de Ven
2
-12
/
+98
2009-01-07
ACPI/PCI: remove obsolete _OSC capability support functions
Andrew Patterson
1
-25
/
+0
2009-01-07
ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added
Andrew Patterson
3
-24
/
+11
2009-01-07
ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added
Andrew Patterson
1
-1
/
+0
2009-01-07
ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added
Andrew Patterson
1
-18
/
+9
2009-01-07
ACPI/PCI: PCI extended config _OSC support called when root bridge added
Andrew Patterson
1
-0
/
+13
2009-01-07
ACPI/PCI: call _OSC support during root bridge discovery
Andrew Patterson
1
-5
/
+19
2009-01-07
PCI: Add legacy_io/mem to all busses
Benjamin Herrenschmidt
1
-0
/
+4
2009-01-07
PCI: Extend pci_reset_function() to support PCI Advanced Features
Sheng Yang
1
-0
/
+41
2009-01-07
PCI: Refactor pci_reset_function()
Sheng Yang
1
-26
/
+40
2009-01-07
PCI: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
5
-7
/
+7
2009-01-07
PCI: fixup whitespace in quirks.c
Jesse Barnes
1
-2
/
+3
2009-01-07
PCI hotplug: pciehp: remove unnecessary wait after turning power off
Kenji Kaneshige
1
-14
/
+12
2009-01-07
PCI: check mmap range of /proc/bus/pci files too
Jesse Barnes
3
-2
/
+15
2009-01-06
PCI: Rework default handling of suspend and resume
Rafael J. Wysocki
1
-31
/
+63
2009-01-06
PM: Simplify the new suspend/hibernation framework for devices
Rafael J. Wysocki
1
-28
/
+18
2009-01-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...
Linus Torvalds
2
-144
/
+846
2009-01-03
intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICES
Mike Day
1
-1
/
+1
2009-01-03
VT-d: remove now unused intel_iommu_found function
Joerg Roedel
1
-6
/
+0
2009-01-03
VT-d: register functions for the IOMMU API
Joerg Roedel
1
-0
/
+15
2009-01-03
VT-d: adapt domain iova_to_phys function for IOMMU API
Joerg Roedel
1
-3
/
+4
2009-01-03
VT-d: adapt domain map and unmap functions for IOMMU API
Joerg Roedel
1
-13
/
+20
2009-01-03
VT-d: adapt device attach and detach functions for IOMMU API
Joerg Roedel
1
-12
/
+15
2009-01-03
VT-d: adapt domain init and destroy functions for IOMMU API
Joerg Roedel
1
-15
/
+18
2009-01-03
Check agaw is sufficient for mapped memory
Weidong Han
1
-0
/
+61
2009-01-03
Change intel iommu APIs of virtual machine domain
Weidong Han
1
-70
/
+59
2009-01-03
Change domain_context_mapping_one for virtual machine domain
Weidong Han
1
-3
/
+52
2009-01-03
Allocation and free functions of virtual machine domain
Weidong Han
1
-2
/
+105
2009-01-03
Add domain_flush_cache
Weidong Han
1
-17
/
+26
2009-01-03
Add/remove domain device info for virtual machine domain
Weidong Han
1
-5
/
+166
2009-01-03
Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINE
Weidong Han
1
-0
/
+7
2009-01-03
iommu coherency
Weidong Han
1
-0
/
+24
2009-01-03
calculate agaw for each iommu
Weidong Han
2
-0
/
+32
2009-01-03
iommu bitmap instead of iommu pointer in dmar_domain
Weidong Han
1
-30
/
+67
2009-01-03
Get iommu from g_iommus for deferred flush
Weidong Han
1
-3
/
+4
2009-01-03
Add global iommu list
Weidong Han
1
-0
/
+25
2009-01-03
change P2P domain flags
Weidong Han
1
-3
/
+5
2009-01-03
Initialize domain flags to 0
Weidong Han
1
-0
/
+1
[next]