aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c
Commit message (Expand)AuthorAgeFilesLines
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck2010-11-111-1/+1
* PCI: kill BKL in /proc/pciArnd Bergmann2010-10-151-3/+1
* PCI: use for_each_pci_dev()Kulikov Vasiliy2010-07-301-2/+2
* PCI: kernel oops on access to pci proc file while hot-removalKenji Kaneshige2010-07-301-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI: define PCI resource names in an 'enum'Yu Zhao2009-01-071-3/+4
* PCI: check mmap range of /proc/bus/pci files tooJesse Barnes2009-01-071-1/+10
* PCI: fixup sparse endianness warnings in proc.cHarvey Harrison2008-07-221-9/+9
* PCI: remove CVS keywordsAdrian Bunk2008-06-101-2/+0
* PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day2008-06-101-1/+1
* drivers: use non-racy method for proc entries creation (2)Denis V. Lunev2008-04-291-7/+6
* proc: remove proc_busAlexey Dobriyan2008-04-291-1/+1
* PCI: Fix wrong reference counter check for proc_dir_entryKenji Kaneshige2008-02-211-1/+1
* PCI: constify function pointer tablesJan Engelhardt2008-02-011-1/+1
* PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud2008-02-011-3/+8
* PCI: drivers/pci/: remove unused exportsAdrian Bunk2008-02-011-4/+0
* pci: write file size to inode on proc bus file writeDavid Rientjes2007-10-121-1/+2
* pci: use size stored in proc_dir_entry for proc bus filesDavid Rientjes2007-10-121-2/+2
* Remove capability.h from mm.hAlexey Dobriyan2007-07-161-1/+1
* PCI: unexport pci_proc_attach_deviceAdrian Bunk2007-07-111-1/+0
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-2/+2
* [PATCH] struct path: convert pciJosef Sipek2006-12-081-4/+4
* [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
* [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman2006-06-271-11/+5
* [PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk2006-03-231-126/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-01-091-1/+2
|\
| * [PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk2006-01-091-1/+2
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
|/
* [PATCH] PCI: Block config access during BISTBrian King2005-10-281-14/+14
* [PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk2005-09-081-10/+2
* [PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman2005-06-271-4/+10
* [PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.Greg KH2005-05-031-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+619