aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c
AgeCommit message (Expand)Author
2019-03-20PCI: Mark expected switch fall-throughsGustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-03-19PCI: Tidy commentsBjorn Helgaas
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse
2017-04-18PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse
2017-04-18PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse
2017-04-18PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-06-17PCI: Ignore write combining when mapping I/O port spaceBjorn Helgaas
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-06-29pci/proc: switch to fixed_size_llseek()Al Viro
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-11-05PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-11PCI: fix size checks for mmap() on /proc/bus/pci filesMartin Wilck
2010-10-15PCI: kill BKL in /proc/pciArnd Bergmann
2010-07-30PCI: use for_each_pci_dev()Kulikov Vasiliy
2010-07-30PCI: kernel oops on access to pci proc file while hot-removalKenji Kaneshige
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-01-07PCI: define PCI resource names in an 'enum'Yu Zhao
2009-01-07PCI: check mmap range of /proc/bus/pci files tooJesse Barnes
2008-07-22PCI: fixup sparse endianness warnings in proc.cHarvey Harrison
2008-06-10PCI: remove CVS keywordsAdrian Bunk
2008-06-10PCI: Replace deprecated __initcall with device_initcall.Robert P. J. Day
2008-04-29drivers: use non-racy method for proc entries creation (2)Denis V. Lunev
2008-04-29proc: remove proc_busAlexey Dobriyan
2008-02-21PCI: Fix wrong reference counter check for proc_dir_entryKenji Kaneshige
2008-02-01PCI: constify function pointer tablesJan Engelhardt
2008-02-01PCI: Convert drivers/pci/proc.c to use unlocked_ioctlMathieu Segaud
2008-02-01PCI: drivers/pci/: remove unused exportsAdrian Bunk
2007-10-12pci: write file size to inode on proc bus file writeDavid Rientjes
2007-10-12pci: use size stored in proc_dir_entry for proc bus filesDavid Rientjes
2007-07-16Remove capability.h from mm.hAlexey Dobriyan
2007-07-11PCI: unexport pci_proc_attach_deviceAdrian Bunk
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2006-12-08[PATCH] struct path: convert pciJosef Sipek
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman
2006-03-23[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen