Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
3560adf62075829393743667ff338dd8fd26a5c2
/
drivers
/
pci
/
pci-sysfs.c
6be954d
PCI: Check the node argument passed to cpumask_of_node
by David John
· 15 years ago
bb96540
PCI: show dma_mask bits in /sys
by Yinghai Lu
· 15 years ago
e0cd516
PCI: derive nearby CPUs from device's instead of bus' NUMA information
by Andreas Herrmann
· 16 years ago
711d577
PCI: expose function reset capability in sysfs
by Michael S. Tsirkin
· 15 years ago
cffb2fa
docbooks: add/fix PCI kernel-doc
by Randy Dunlap
· 16 years ago
c2ac7cd
PCI: allow PCI core hotplug to remove PCI root bus
by Alex Chiang
· 16 years ago
296ccb0
PCI: Setup disabled bridges even if buses are added
by Yuji Shimada
· 16 years ago
738a639
PCI: Introduce /sys/bus/pci/devices/.../rescan
by Alex Chiang
· 16 years ago
77c27c7
PCI: Introduce /sys/bus/pci/devices/.../remove
by Alex Chiang
· 16 years ago
705b1aa
PCI: Introduce /sys/bus/pci/rescan
by Alex Chiang
· 16 years ago
217f45d
PCI: expose boot VGA device via sysfs.
by Dave Airlie
· 16 years ago
10a0ef3
PCI/alpha: pci sysfs resources
by Ivan Kokshaysky
· 16 years ago
97c4483
PCI: return error on failure to read PCI ROMs
by Timothy S. Nelson
· 16 years ago
4e9b1c1
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
287d19c
PCI: revise VPD access interface
by Stephen Hemminger
· 16 years ago
fde09c6
PCI: define PCI resource names in an 'enum'
by Yu Zhao
· 16 years ago
92425a4
PCI: Make settable sysfs attributes more consistent
by Trent Piepho
· 16 years ago
e8de148
resource: allow MMIO exclusivity for device drivers
by Arjan van de Ven
· 16 years ago
9eff02e
PCI: check mmap range of /proc/bus/pci files too
by Jesse Barnes
· 16 years ago
3be8305
cpumask: update local_cpus_show to use new cpumask API
by Mike Travis
· 16 years ago
29c0177
cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.
by Rusty Russell
· 16 years ago
88e7df0
PCI: fix range check on mmapped sysfs resource files
by Ed Swierk
· 16 years ago
f19aeb1
PCI: Add ability to mmap legacy_io on some platforms
by Benjamin Herrenschmidt
· 16 years ago
280c73d
PCI: centralize the capabilities code in pci-sysfs.c
by Zhao, Yu
· 16 years ago
557848c
PCI: replace cfg space size (256/4096) by macros.
by Zhao, Yu
· 16 years ago
b5ff7df
Check mapped ranges on sysfs resource files
by Linus Torvalds
· 16 years ago
99cb233
PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.
by Benjamin Li
· 16 years ago
a94c248
PCI: Restrict VPD read permission to root
by Ben Hutchings
· 16 years ago
81d5575
PCI: fixup write combine comment in pci_mmap_resource
by Jesse Barnes
· 16 years ago
45aec1a
x86: PAT export resource_wc in pci sysfs
by venkatesh.pallipadi@intel.com
· 17 years ago
bda0c0a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
94e6108
PCI: Expose PCI VPD through sysfs
by Ben Hutchings
· 17 years ago
7d715a6
PCI: add PCI Express ASPM support
by Shaohua Li
· 17 years ago
39106dc
cpumask: use new cpus_scnprintf function
by Mike Travis
· 17 years ago
cc3a137
Revert "PCI: PCIE ASPM support"
by Greg Kroah-Hartman
· 17 years ago
fd7d1ce
PCI: make pci_bus a struct device
by Greg Kroah-Hartman
· 17 years ago
6c723d5
PCI: PCIE ASPM support
by Shaohua Li
· 17 years ago
151fc5d
PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_put
by Julia Lawall
· 17 years ago
aa0ac36
Remove capability.h from mm.h
by Alexey Dobriyan
· 17 years ago
21ba0f8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
by Linus Torvalds
· 17 years ago
91a6902
sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes
by Zhang Rui
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
a2cd52c
PCI: Make pcibios_add_platform_entries() return errors
by Michael Ellerman
· 17 years ago
575e334
PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()
by Michael Ellerman
· 17 years ago
9890b12
PCI: Free resource files in error path of pci_create_sysfs_dev_files()
by Michael Ellerman
· 18 years ago
40ee9e9
PCI: fix sysfs rom file creation for BIOS ROM shadows
by Jesse Barnes
· 18 years ago
81bb0e1
PCI: Make PCI device numa-node attribute visible in sysfs
by Brice Goglin
· 18 years ago
bae94d0
PCI: switch pci_{enable,disable}_device() to be nestable
by Inaky Perez-Gonzalez
· 18 years ago
d67afe5
[PATCH] pci: don't try to remove sysfs files before they are setup.
by David Miller
· 18 years ago
b19441a
PCI: fix __must_check warnings
by Greg Kroah-Hartman
· 18 years ago
fe97064
MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfs
by Brice Goglin
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e31dd6e
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
by Greg Kroah-Hartman
· 18 years ago
bdee9d9
[PATCH] PCI: Bus Parity Status sysfs interface
by Doug Thompson
· 18 years ago
9f125d3
[PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow userspace (Xorg) to enable devices without doing foul direct access
by Arjan van de Ven
· 19 years ago
f5afe80
[PATCH] PCI: kzalloc() conversion in drivers/pci
by Eric Sesterhenn
· 19 years ago
e04b0ea
[PATCH] PCI: Block config access during BIST
by Brian King
· 19 years ago
656da9d
[PATCH] PCI: convert kcalloc to kzalloc
by Pekka Enberg
· 19 years ago
4327edf
[PATCH] Subject: PATCH: fix numa caused compile warnings
by Alan Cox
· 19 years ago
2311b1f
[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patch
by Michael Ellerman
· 19 years ago
87c8a44
[PATCH] PCI: fix show_modalias() function due to attribute change
by Greg Kroah-Hartman
· 19 years ago
e404e27
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacks
by Yani Ioannou
· 19 years ago
d48593b
[PATCH] Make attributes names const char *
by Dmitry Torokhov
· 20 years ago
9888549
[PATCH] PCI: add modalias sysfs file for pci devices
by Greg KH
· 20 years ago
4c0619a
[PATCH] PCI: fix up word-aligned 16-bit PCI config access through sysfs
by ssant@in.ibm.com
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago