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
2005-09-23
[PATCH] pci: fixup parent subordinate busnr
Ivan Kokshaysky
1
-1
/
+17
2005-09-22
[PATCH] PCI Hotplug: Fix buffer overrun in rpadlpar_sysfs.c
Linda Xie
1
-2
/
+2
2005-09-22
[PATCH] fix drivers/pci/probe.c warning
Amos Waterland
1
-2
/
+2
2005-09-22
[PATCH] PCI: convert kcalloc to kzalloc
Pekka Enberg
2
-4
/
+4
2005-09-22
[PATCH] PCI: remove unused "scratch"
Bjorn Helgaas
1
-4
/
+0
2005-09-17
[PATCH] shpchp: Use dword accessors for PCI_ROM_ADDRESS
Adam Kropelin
1
-2
/
+1
2005-09-17
[PATCH] pciehp: Use dword accessors for PCI_ROM_ADDRESS
Adam Kropelin
1
-3
/
+1
2005-09-17
[PATCH] ibmphp: Use dword accessors for PCI_ROM_ADDRESS
Adam Kropelin
1
-1
/
+1
2005-09-14
[PATCH] pci: only call pci_restore_bars at boot
John W. Linville
1
-4
/
+12
2005-09-10
[PATCH] Subject: PATCH: fix numa caused compile warnings
Alan Cox
2
-5
/
+11
2005-09-09
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
5
-54
/
+64
2005-09-09
[PATCH] PCI: Small rearrangement of PCI probing code
Paul Mackerras
2
-18
/
+33
2005-09-09
[PATCH] PCI: Unhide SMBus on Compaq Evo N620c
Rumen Ivanov Zarev
1
-0
/
+6
2005-09-09
[PATCH] PCI: Fix PCI bus mastering enable problem in pciehp
Rajesh Shah
1
-4
/
+4
2005-09-09
[PATCH] yenta: share code with PCI core
Dominik Brodowski
1
-2
/
+2
2005-09-09
[PATCH] PCI: move pci core to use add_hotplug_env_var()
Greg Kroah-Hartman
1
-32
/
+21
2005-09-09
Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6
Linus Torvalds
2
-11
/
+17
2005-09-09
[PATCH] PCI: PCI/libata INTx bug fix
Brett M Russ
1
-1
/
+1
2005-09-09
[PATCH] Separate pci bits out of struct device_node
Paul Mackerras
2
-11
/
+17
2005-09-08
[PATCH] PCI/libata INTx cleanup
Brett M Russ
2
-8
/
+28
2005-09-08
[PATCH] PCI: Support PCM PM CAP version 3
Daniel Ritz
2
-8
/
+6
2005-09-08
[PATCH] PCI: Add pci_walk_bus function to PCI core (nonrecursive)
Paul Mackerras
1
-0
/
+48
2005-09-08
[PATCH] PCI Hotplug: SGI hotplug driver fixes
Prarit Bhargava
1
-104
/
+91
2005-09-08
[PATCH] PCI: Fix regression in pci_enable_device_bars
Alan Stern
1
-1
/
+1
2005-09-08
[PATCH] PCI: start paying attention to a lot of pci function return values
Greg Kroah-Hartman
4
-7
/
+17
2005-09-08
[PATCH] Make sparc64 use setup-res.c
David S. Miller
3
-9
/
+9
2005-09-08
[PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it
John W. Linville
2
-5
/
+56
2005-09-08
[PATCH] PCI Hotplug: use bus_slot number for name
Kristen Accardi
2
-2
/
+2
2005-09-08
[PATCH] PCI: remove CONFIG_PCI_NAMES
Adrian Bunk
7
-10495
/
+3
2005-09-08
[PATCH] PCI: Run PCI driver initialization on local node
Andi Kleen
1
-1
/
+30
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Purify hotplug
John Rose
5
-193
/
+104
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Export slot enable
John Rose
3
-14
/
+35
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Remove rpaphp_find_pci
John Rose
3
-61
/
+47
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Change slot pci reference
John Rose
3
-117
/
+75
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Move VIO registration
John Rose
7
-271
/
+88
2005-09-08
[PATCH] PCI Hotplug: rpaphp: Remove unused stuff
John Rose
2
-73
/
+31
2005-09-08
Merge linux-2.6 with linux-acpi-2.6
Len Brown
4
-22
/
+33
2005-09-07
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
Ashok Raj
2
-17
/
+5
2005-09-05
[PATCH] swsusp: switch pm_message_t to struct
Pavel Machek
1
-5
/
+9
2005-09-05
[PATCH] via vt8237 apic bypass deassertion quirk
Karsten Wiese
1
-0
/
+19
2005-09-03
Merge linux-2.6 into linux-acpi-2.6 test
Len Brown
2
-8
/
+18
2005-09-01
[PATCH] Fix PCI ROM mapping
Benjamin Herrenschmidt
1
-7
/
+17
2005-08-30
[PATCH] x86: pci_assign_unassigned_resources() update
Ivan Kokshaysky
1
-1
/
+1
2005-08-26
Auto-update from upstream
Len Brown
2
-2
/
+4
2005-08-26
Ignore disabled ROM resources at setup
Linus Torvalds
1
-1
/
+3
2005-08-26
Only pre-allocate 256 bytes of cardbio IO range
Linus Torvalds
1
-1
/
+1
2005-08-24
[ACPI] delete CONFIG_ACPI_BUS
Len Brown
2
-4
/
+4
2005-08-16
[PATCH] PCI Hotplug: new contact info
Kristen Accardi
20
-20
/
+20
2005-08-16
[PATCH] PCI: fix quirk-6700-fix.patch
Andrew Morton
1
-0
/
+6
2005-08-16
[PATCH] PCI: 6700/6702PXH quirk
Kristen Accardi
3
-2
/
+26
[next]