Age | Commit message (Expand) | Author | Files | Lines |
2009-01-07 | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 1 | -0/+3 |
2009-01-07 | PCI: check mmap range of /proc/bus/pci files too | Jesse Barnes | 1 | -1/+1 |
2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 1 | -2/+2 |
2008-11-04 | PCI: fix range check on mmapped sysfs resource files | Ed Swierk | 1 | -1/+1 |
2008-10-20 | PCI: Add ability to mmap legacy_io on some platforms | Benjamin Herrenschmidt | 1 | -5/+88 |
2008-10-20 | PCI: centralize the capabilities code in pci-sysfs.c | Zhao, Yu | 1 | -55/+83 |
2008-10-20 | PCI: replace cfg space size (256/4096) by macros. | Zhao, Yu | 1 | -5/+5 |
2008-10-03 | Check mapped ranges on sysfs resource files | Linus Torvalds | 1 | -0/+19 |
2008-07-02 | PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev. | Benjamin Li | 1 | -1/+1 |
2008-07-01 | PCI: Restrict VPD read permission to root | Ben Hutchings | 1 | -1/+1 |
2008-06-13 | PCI: fixup write combine comment in pci_mmap_resource | Jesse Barnes | 1 | -1/+0 |
2008-06-12 | x86: PAT export resource_wc in pci sysfs | venkatesh.pallipadi@intel.com | 1 | -22/+62 |
2008-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -14/+100 |
2008-04-21 | PCI: Expose PCI VPD through sysfs | Ben Hutchings | 1 | -14/+95 |
2008-04-21 | PCI: add PCI Express ASPM support | Shaohua Li | 1 | -0/+5 |
2008-04-19 | cpumask: use new cpus_scnprintf function | Mike Travis | 1 | -2/+18 |
2008-02-02 | Revert "PCI: PCIE ASPM support" | Greg Kroah-Hartman | 1 | -5/+0 |
2008-02-02 | PCI: make pci_bus a struct device | Greg Kroah-Hartman | 1 | -3/+3 |
2008-02-02 | PCI: PCIE ASPM support | Shaohua Li | 1 | -0/+5 |
2007-11-29 | PCI: drivers/pci/pci-sysfs.c: Add missing pci_dev_put | Julia Lawall | 1 | -1/+3 |
2007-07-16 | Remove capability.h from mm.h | Alexey Dobriyan | 1 | -1/+1 |
2007-07-13 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -1/+10 |
2007-07-12 | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 1 | -6/+12 |
2007-07-12 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 1 | -4/+0 |
2007-07-12 | PCI: Make pcibios_add_platform_entries() return errors | Michael Ellerman | 1 | -3/+7 |
2007-07-12 | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() | Michael Ellerman | 1 | -0/+5 |
2007-05-03 | PCI: Free resource files in error path of pci_create_sysfs_dev_files() | Michael Ellerman | 1 | -1/+3 |
2007-05-03 | PCI: fix sysfs rom file creation for BIOS ROM shadows | Jesse Barnes | 1 | -2/+3 |
2007-02-17 | PCI: Make PCI device numa-node attribute visible in sysfs | Brice Goglin | 1 | -0/+11 |
2006-12-02 | PCI: switch pci_{enable,disable}_device() to be nestable | Inaky Perez-Gonzalez | 1 | -12/+21 |
2006-11-13 | [PATCH] pci: don't try to remove sysfs files before they are setup. | David Miller | 1 | -0/+3 |
2006-09-27 | PCI: fix __must_check warnings | Greg Kroah-Hartman | 1 | -39/+73 |
2006-09-27 | MSI: Export the PCI_BUS_FLAGS_NO_MSI flag in sysfs | Brice Goglin | 1 | -0/+41 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-27 | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 1 | -2/+2 |
2006-06-21 | [PATCH] PCI: Bus Parity Status sysfs interface | Doug Thompson | 1 | -0/+24 |
2006-06-21 | [PATCH] PCI: Add a "enable" sysfs attribute to the pci devices to allow users... | Arjan van de Ven | 1 | -0/+21 |
2006-03-24 | [PATCH] PCI: kzalloc() conversion in drivers/pci | Eric Sesterhenn | 1 | -2/+1 |
2005-10-29 | [PATCH] PCI: Block config access during BIST | Brian King | 1 | -10/+10 |
2005-09-22 | [PATCH] PCI: convert kcalloc to kzalloc | Pekka Enberg | 1 | -1/+1 |
2005-09-10 | [PATCH] Subject: PATCH: fix numa caused compile warnings | Alan Cox | 1 | -3/+7 |
2005-06-28 | [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patch | Michael Ellerman | 1 | -5/+21 |
2005-06-21 | [PATCH] PCI: fix show_modalias() function due to attribute change | Greg Kroah-Hartman | 1 | -1/+1 |
2005-06-21 | [PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk... | Yani Ioannou | 1 | -3/+3 |
2005-06-21 | [PATCH] Make attributes names const char * | Dmitry Torokhov | 1 | -6/+7 |
2005-05-18 | [PATCH] PCI: add modalias sysfs file for pci devices | Greg KH | 1 | -0/+12 |
2005-05-04 | [PATCH] PCI: fix up word-aligned 16-bit PCI config access through sysfs | ssant@in.ibm.com | 1 | -24/+58 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+490 |