aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+43
2010-05-21pci: check caps from sysfs file open to read device dependent config spaceChris Wright1-1/+2
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-12/+30
2010-05-11PCI: return correct value when writing to the "reset" attributeMichal Schmidt1-1/+6
2010-05-11PCI: create function symlinks in /sys/bus/pci/slots/N/Alex Chiang1-0/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-19sysfs: Initialised pci bus legacy_mem field before useMel Gorman1-1/+1
2010-03-07sysfs: fix for thinko with sysfs_bin_attr_init()Stephen Rothwell1-2/+2
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+5
2010-01-04PCI: Check the node argument passed to cpumask_of_nodeDavid John1-2/+4
2009-12-04PCI: show dma_mask bits in /sysYinghai Lu1-0/+17
2009-11-06PCI: derive nearby CPUs from device's instead of bus' NUMA informationAndreas Herrmann1-0/+8
2009-09-09PCI: expose function reset capability in sysfsMichael S. Tsirkin1-0/+37
2009-04-22docbooks: add/fix PCI kernel-docRandy Dunlap1-4/+8
2009-04-06PCI: allow PCI core hotplug to remove PCI root busAlex Chiang1-4/+0
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada1-1/+1
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../rescanAlex Chiang1-0/+19
2009-03-20PCI: Introduce /sys/bus/pci/devices/.../removeAlex Chiang1-0/+36
2009-03-20PCI: Introduce /sys/bus/pci/rescanAlex Chiang1-0/+26
2009-03-20PCI: expose boot VGA device via sysfs.Dave Airlie1-2/+22
2009-03-19PCI/alpha: pci sysfs resourcesIvan Kokshaysky1-2/+17
2009-02-04PCI: return error on failure to read PCI ROMsTimothy S. Nelson1-2/+2
2009-01-10Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+6
2009-01-07PCI: revise VPD access interfaceStephen Hemminger1-30/+8
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao1-1/+3
2009-01-07PCI: Make settable sysfs attributes more consistentTrent Piepho1-20/+28
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-0/+3
2009-01-07PCI: check mmap range of /proc/bus/pci files tooJesse Barnes1-1/+1
2009-01-04cpumask: update local_cpus_show to use new cpumask APIMike Travis1-6/+6
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers.Rusty Russell1-2/+2
2008-11-03PCI: fix range check on mmapped sysfs resource filesEd Swierk1-1/+1
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt1-5/+88
2008-10-20PCI: centralize the capabilities code in pci-sysfs.cZhao, Yu1-55/+83
2008-10-20PCI: replace cfg space size (256/4096) by macros.Zhao, Yu1-5/+5
2008-10-02Check mapped ranges on sysfs resource filesLinus Torvalds1-0/+19
2008-07-02PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Benjamin Li1-1/+1
2008-07-01PCI: Restrict VPD read permission to rootBen Hutchings1-1/+1
2008-06-12PCI: fixup write combine comment in pci_mmap_resourceJesse Barnes1-1/+0
2008-06-12x86: PAT export resource_wc in pci sysfsvenkatesh.pallipadi@intel.com1-22/+62
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-14/+100
2008-04-20PCI: Expose PCI VPD through sysfsBen Hutchings1-14/+95
2008-04-20PCI: add PCI Express ASPM supportShaohua Li1-0/+5
2008-04-19cpumask: use new cpus_scnprintf functionMike Travis1-2/+18
2008-02-02Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman1-5/+0
2008-02-01PCI: make pci_bus a struct deviceGreg Kroah-Hartman1-3/+3
2008-02-01PCI: PCIE ASPM supportShaohua Li1-0/+5
2007-11-28PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_putJulia Lawall1-1/+3
2007-07-16Remove capability.h from mm.hAlexey Dobriyan1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+10
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-6/+12