| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Check the node argument passed to cpumask_of_node | David John | 2010-01-05 | 1 | -2/+4 |
* | PCI: show dma_mask bits in /sys | Yinghai Lu | 2009-12-05 | 1 | -0/+17 |
* | PCI: derive nearby CPUs from device's instead of bus' NUMA information | Andreas Herrmann | 2009-11-06 | 1 | -0/+8 |
* | PCI: expose function reset capability in sysfs | Michael S. Tsirkin | 2009-09-09 | 1 | -0/+37 |
* | docbooks: add/fix PCI kernel-doc | Randy Dunlap | 2009-04-22 | 1 | -4/+8 |
* | PCI: allow PCI core hotplug to remove PCI root bus | Alex Chiang | 2009-04-06 | 1 | -4/+0 |
* | PCI: Setup disabled bridges even if buses are added | Yuji Shimada | 2009-04-06 | 1 | -1/+1 |
* | PCI: Introduce /sys/bus/pci/devices/.../rescan | Alex Chiang | 2009-03-20 | 1 | -0/+19 |
* | PCI: Introduce /sys/bus/pci/devices/.../remove | Alex Chiang | 2009-03-20 | 1 | -0/+36 |
* | PCI: Introduce /sys/bus/pci/rescan | Alex Chiang | 2009-03-20 | 1 | -0/+26 |
* | PCI: expose boot VGA device via sysfs. | Dave Airlie | 2009-03-20 | 1 | -2/+22 |
* | PCI/alpha: pci sysfs resources | Ivan Kokshaysky | 2009-03-20 | 1 | -2/+17 |
* | PCI: return error on failure to read PCI ROMs | Timothy S. Nelson | 2009-02-05 | 1 | -2/+2 |
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-01-10 | 1 | -6/+6 |
|\ |
|
| * | cpumask: update local_cpus_show to use new cpumask API | Mike Travis | 2009-01-04 | 1 | -6/+6 |
* | | PCI: revise VPD access interface | Stephen Hemminger | 2009-01-07 | 1 | -30/+8 |
* | | PCI: define PCI resource names in an 'enum' | Yu Zhao | 2009-01-07 | 1 | -1/+3 |
* | | PCI: Make settable sysfs attributes more consistent | Trent Piepho | 2009-01-07 | 1 | -20/+28 |
* | | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 2009-01-07 | 1 | -0/+3 |
* | | PCI: check mmap range of /proc/bus/pci files too | Jesse Barnes | 2009-01-07 | 1 | -1/+1 |
|/ |
|
* | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 1 | -2/+2 |
* | PCI: fix range check on mmapped sysfs resource files | Ed Swierk | 2008-11-03 | 1 | -1/+1 |
* | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt | 2008-10-20 | 1 | -5/+88 |
* | PCI: centralize the capabilities code in pci-sysfs.c | Zhao, Yu | 2008-10-20 | 1 | -55/+83 |
* | PCI: replace cfg space size (256/4096) by macros. | Zhao, Yu | 2008-10-20 | 1 | -5/+5 |
* | Check mapped ranges on sysfs resource files | Linus Torvalds | 2008-10-03 | 1 | -0/+19 |
* | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. | Benjamin Li | 2008-07-02 | 1 | -1/+1 |
* | PCI: Restrict VPD read permission to root | Ben Hutchings | 2008-07-01 | 1 | -1/+1 |
* | PCI: fixup write combine comment in pci_mmap_resource | Jesse Barnes | 2008-06-12 | 1 | -1/+0 |
* | x86: PAT export resource_wc in pci sysfs | venkatesh.pallipadi@intel.com | 2008-06-12 | 1 | -22/+62 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-04-22 | 1 | -14/+100 |
|\ |
|
| * | PCI: Expose PCI VPD through sysfs | Ben Hutchings | 2008-04-21 | 1 | -14/+95 |
| * | PCI: add PCI Express ASPM support | Shaohua Li | 2008-04-21 | 1 | -0/+5 |
* | | cpumask: use new cpus_scnprintf function | Mike Travis | 2008-04-19 | 1 | -2/+18 |
|/ |
|
* | Revert "PCI: PCIE ASPM support" | Greg Kroah-Hartman | 2008-02-02 | 1 | -5/+0 |
* | PCI: make pci_bus a struct device | Greg Kroah-Hartman | 2008-02-02 | 1 | -3/+3 |
* | PCI: PCIE ASPM support | Shaohua Li | 2008-02-02 | 1 | -0/+5 |
* | PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_put | Julia Lawall | 2007-11-28 | 1 | -1/+3 |
* | Remove capability.h from mm.h | Alexey Dobriyan | 2007-07-16 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-07-12 | 1 | -1/+10 |
|\ |
|
| * | PCI: Make pcibios_add_platform_entries() return errors | Michael Ellerman | 2007-07-12 | 1 | -3/+7 |
| * | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() | Michael Ellerman | 2007-07-12 | 1 | -0/+5 |
* | | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 2007-07-12 | 1 | -6/+12 |
* | | sysfs: kill unnecessary attribute->owner | Tejun Heo | 2007-07-12 | 1 | -4/+0 |
|/ |
|
* | PCI: Free resource files in error path of pci_create_sysfs_dev_files() | Michael Ellerman | 2007-05-03 | 1 | -1/+3 |
* | PCI: fix sysfs rom file creation for BIOS ROM shadows | Jesse Barnes | 2007-05-03 | 1 | -2/+3 |
* | PCI: Make PCI device numa-node attribute visible in sysfs | Brice Goglin | 2007-02-17 | 1 | -0/+11 |
* | PCI: switch pci_{enable,disable}_device() to be nestable | Inaky Perez-Gonzalez | 2006-12-01 | 1 | -12/+21 |
* | [PATCH] pci: don't try to remove sysfs files before they are setup. | David Miller | 2006-11-13 | 1 | -0/+3 |
* | PCI: fix __must_check warnings | Greg Kroah-Hartman | 2006-09-27 | 1 | -39/+73 |