aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-4/+0
2007-07-11PCI: Make pcibios_add_platform_entries() return errorsMichael Ellerman1-3/+7
2007-07-11PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries()Michael Ellerman1-0/+5
2007-05-02PCI: Free resource files in error path of pci_create_sysfs_dev_files()Michael Ellerman1-1/+3
2007-05-02PCI: fix sysfs rom file creation for BIOS ROM shadowsJesse Barnes1-2/+3
2007-02-16PCI: Make PCI device numa-node attribute visible in sysfsBrice Goglin1-0/+11
2006-12-01PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez1-12/+21
2006-11-13[PATCH] pci: don't try to remove sysfs files before they are setup.David Miller1-0/+3
2006-09-26PCI: fix __must_check warningsGreg Kroah-Hartman1-39/+73
2006-09-26MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfsBrice Goglin1-0/+41
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-2/+2
2006-06-21[PATCH] PCI: Bus Parity Status sysfs interfaceDoug Thompson1-0/+24
2006-06-21[PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow userspace (Xorg) to enable devices without doing foul direct accessArjan van de Ven1-0/+21
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-2/+1
2005-10-28[PATCH] PCI: Block config access during BISTBrian King1-10/+10
2005-09-22[PATCH] PCI: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-10[PATCH] Subject: PATCH: fix numa caused compile warningsAlan Cox1-3/+7
2005-06-27[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman1-5/+21
2005-06-20[PATCH] PCI: fix show_modalias() function due to attribute changeGreg Kroah-Hartman1-1/+1
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk.c: update device attribute callbacksYani Ioannou1-3/+3
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-6/+7
2005-05-17[PATCH] PCI: add modalias sysfs file for pci devicesGreg KH1-0/+12
2005-05-03[PATCH] PCI: fix up word-aligned 16-bit PCI config access through sysfsssant@in.ibm.com1-24/+58
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+490