aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsGravatar Yinghai Lu 1-0/+36
2011-05-21PCI: add rescan to /sys/.../pci_bus/.../Gravatar Yinghai Lu 1-0/+26
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23userns: security: make capabilities relative to the user namespaceGravatar Serge E. Hallyn 1-1/+1
2011-03-18Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+1
2011-02-15pci: use security_capable() when checking capablities during config space readGravatar Chris Wright 1-1/+2
2011-02-13Revert "pci: use security_capable() when checking capablities during config s...Gravatar Linus Torvalds 1-2/+1
2011-02-11pci: use security_capable() when checking capablities during config space readGravatar Chris Wright 1-1/+2
2011-02-08PCI: sysfs: Fix failure path for addition of "vpd" attributeGravatar Ben Hutchings 1-1/+1
2011-01-14PCI: sysfs: Update ROM to include default owner write accessGravatar Alex Williamson 1-1/+1
2010-11-16PCI: fix offset check for sysfs mmapped filesGravatar Darrick J. Wong 1-1/+1
2010-11-15PCI: sysfs: fix printk warningsGravatar Randy Dunlap 1-1/+2
2010-11-11PCI: fix size checks for mmap() on /proc/bus/pci filesGravatar Martin Wilck 1-6/+16
2010-07-30PCI: export SMBIOS provided firmware instance and label to sysfsGravatar Narendra K 1-0/+5
2010-07-30PCI: Allow read/write access to sysfs I/O port resourcesGravatar Alex Williamson 1-0/+68
2010-07-30PCI: pci-sysfs: remove casts from void*Gravatar Kulikov Vasiliy 1-1/+1
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Gravatar Jesse Barnes 1-37/+0
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-1/+43
2010-05-21pci: check caps from sysfs file open to read device dependent config spaceGravatar Chris Wright 1-1/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksGravatar Chris Wright 1-12/+30
2010-05-11PCI: return correct value when writing to the "reset" attributeGravatar Michal Schmidt 1-1/+6
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Gravatar Alex Chiang 1-0/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useGravatar Mel Gorman 1-1/+1
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Gravatar Stephen Rothwell 1-2/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesGravatar Eric W. Biederman 1-0/+5
2010-01-04PCI: Check the node argument passed to cpumask_of_nodeGravatar David John 1-2/+4
2009-12-04PCI: show dma_mask bits in /sysGravatar Yinghai Lu 1-0/+17
2009-11-06PCI: derive nearby CPUs from device's instead of bus' NUMA informationGravatar Andreas Herrmann 1-0/+8
2009-09-09PCI: expose function reset capability in sysfsGravatar Michael S. Tsirkin 1-0/+37
2009-04-22docbooks: add/fix PCI kernel-docGravatar Randy Dunlap 1-4/+8
2009-04-06PCI: allow PCI core hotplug to remove PCI root busGravatar Alex Chiang 1-4/+0
2009-04-06PCI: Setup disabled bridges even if buses are addedGravatar Yuji Shimada 1-1/+1
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../rescanGravatar Alex Chiang 1-0/+19
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../removeGravatar Alex Chiang 1-0/+36
2009-03-20PCI: Introduce /sys/bus/pci/rescanGravatar Alex Chiang 1-0/+26
2009-03-20PCI: expose boot VGA device via sysfs.Gravatar Dave Airlie 1-2/+22
2009-03-19PCI/alpha: pci sysfs resourcesGravatar Ivan Kokshaysky 1-2/+17
2009-02-04PCI: return error on failure to read PCI ROMsGravatar Timothy S. Nelson 1-2/+2
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-6/+6
2009-01-07PCI: revise VPD access interfaceGravatar Stephen Hemminger 1-30/+8
2009-01-07PCI: define PCI resource names in an 'enum'Gravatar Yu Zhao 1-1/+3
2009-01-07PCI: Make settable sysfs attributes more consistentGravatar Trent Piepho 1-20/+28
2009-01-07resource: allow MMIO exclusivity for device driversGravatar Arjan van de Ven 1-0/+3
2009-01-07PCI: check mmap range of /proc/bus/pci files tooGravatar Jesse Barnes 1-1/+1
2009-01-04cpumask: update local_cpus_show to use new cpumask APIGravatar Mike Travis 1-6/+6
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Gravatar Rusty Russell 1-2/+2
2008-11-03PCI: fix range check on mmapped sysfs resource filesGravatar Ed Swierk 1-1/+1
2008-10-20PCI: Add ability to mmap legacy_io on some platformsGravatar Benjamin Herrenschmidt 1-5/+88
2008-10-20PCI: centralize the capabilities code in pci-sysfs.cGravatar Zhao, Yu 1-55/+83