aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-9/+7
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-06-29pci/proc: switch to fixed_size_llseek()Al Viro1-21/+2
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-9/+3
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-13/+7
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2012-11-05PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying1-0/+8
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas1-19/+0
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-11PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck1-1/+1
2010-10-15PCI: kill BKL in /proc/pciArnd Bergmann1-3/+1
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy1-2/+2
2010-07-30PCI: kernel oops on access to pci proc file while hot-removalKenji Kaneshige1-2/+0
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
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao1-3/+4
2009-01-07PCI: check mmap range of /proc/bus/pci files tooJesse Barnes1-1/+10
2008-07-22PCI: fixup sparse endianness warnings in proc.cHarvey Harrison1-9/+9
2008-06-10PCI: remove CVS keywordsAdrian Bunk1-2/+0
2008-06-10PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day1-1/+1
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev1-7/+6
2008-04-29proc: remove proc_busAlexey Dobriyan1-1/+1
2008-02-21PCI: Fix wrong reference counter check for proc_dir_entryKenji Kaneshige1-1/+1
2008-02-01PCI: constify function pointer tablesJan Engelhardt1-1/+1
2008-02-01PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud1-3/+8
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk1-4/+0
2007-10-12pci: write file size to inode on proc bus file writeDavid Rientjes1-1/+2
2007-10-12pci: use size stored in proc_dir_entry for proc bus filesDavid Rientjes1-2/+2
2007-07-16Remove capability.h from mm.hAlexey Dobriyan1-1/+1
2007-07-11PCI: unexport pci_proc_attach_deviceAdrian Bunk1-1/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-2/+2
2006-12-08[PATCH] struct path: convert pciJosef Sipek1-4/+4
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-2/+2
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug driversGreg Kroah-Hartman1-11/+5
2006-03-23[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk1-126/+0
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+2
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-09[PATCH] PCI: drivers/pci: some cleanupsAdrian Bunk1-1/+2
2005-10-28[PATCH] PCI: Block config access during BISTBrian King1-14/+14
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk1-10/+2
2005-06-27[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patchMichael Ellerman1-4/+10
2005-05-03[PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.Greg KH1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+619