aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-0/+36
* PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu2011-05-211-0/+26
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-231-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-03-181-1/+1
|\
| * PCI: sysfs: Fix failure path for addition of "vpd" attributeBen Hutchings2011-02-081-1/+1
* | pci: use security_capable() when checking capablities during config space readChris Wright2011-02-151-1/+2
* | Revert "pci: use security_capable() when checking capablities during config s...Linus Torvalds2011-02-131-2/+1
* | pci: use security_capable() when checking capablities during config space readChris Wright2011-02-111-1/+2
|/
* PCI: sysfs: Update ROM to include default owner write accessAlex Williamson2011-01-141-1/+1
* PCI: fix offset check for sysfs mmapped filesDarrick J. Wong2010-11-161-1/+1
* PCI: sysfs: fix printk warningsRandy Dunlap2010-11-151-1/+2
* PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck2010-11-111-6/+16
* PCI: export SMBIOS provided firmware instance and label to sysfsNarendra K2010-07-301-0/+5
* PCI: Allow read/write access to sysfs I/O port resourcesAlex Williamson2010-07-301-0/+68
* PCI: pci-sysfs: remove casts from void*Kulikov Vasiliy2010-07-301-1/+1
* Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2010-06-111-37/+0
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-211-1/+43
|\
| * PCI: return correct value when writing to the "reset" attributeMichal Schmidt2010-05-111-1/+6
| * PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang2010-05-111-0/+37
* | pci: check caps from sysfs file open to read device dependent config spaceChris Wright2010-05-211-1/+2
* | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-12/+30
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysfs: Initialised pci bus legacy_mem field before useMel Gorman2010-03-191-1/+1
* sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell2010-03-071-2/+2
* sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman2010-03-071-0/+5
* PCI: Check the node argument passed to cpumask_of_nodeDavid John2010-01-041-2/+4
* PCI: show dma_mask bits in /sysYinghai Lu2009-12-041-0/+17
* PCI: derive nearby CPUs from device's instead of bus' NUMA informationAndreas Herrmann2009-11-061-0/+8
* PCI: expose function reset capability in sysfsMichael S. Tsirkin2009-09-091-0/+37
* docbooks: add/fix PCI kernel-docRandy Dunlap2009-04-221-4/+8
* PCI: allow PCI core hotplug to remove PCI root busAlex Chiang2009-04-061-4/+0
* PCI: Setup disabled bridges even if buses are addedYuji Shimada2009-04-061-1/+1
* PCI: Introduce /sys/bus/pci/devices/.../rescanAlex Chiang2009-03-201-0/+19
* PCI: Introduce /sys/bus/pci/devices/.../removeAlex Chiang2009-03-201-0/+36
* PCI: Introduce /sys/bus/pci/rescanAlex Chiang2009-03-201-0/+26
* PCI: expose boot VGA device via sysfs.Dave Airlie2009-03-201-2/+22
* PCI/alpha: pci sysfs resourcesIvan Kokshaysky2009-03-191-2/+17
* PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-041-2/+2
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-101-6/+6
|\
| * cpumask: update local_cpus_show to use new cpumask APIMike Travis2009-01-041-6/+6
* | PCI: revise VPD access interfaceStephen Hemminger2009-01-071-30/+8
* | PCI: define PCI resource names in an 'enum'Yu Zhao2009-01-071-1/+3
* | PCI: Make settable sysfs attributes more consistentTrent Piepho2009-01-071-20/+28
* | resource: allow MMIO exclusivity for device driversArjan van de Ven2009-01-071-0/+3
* | PCI: check mmap range of /proc/bus/pci files tooJesse Barnes2009-01-071-1/+1
|/
* cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-2/+2
* PCI: fix range check on mmapped sysfs resource filesEd Swierk2008-11-031-1/+1
* PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt2008-10-201-5/+88
* PCI: centralize the capabilities code in pci-sysfs.cZhao, Yu2008-10-201-55/+83