summaryrefslogtreecommitdiffstats
path: root/drivers/pci/proc.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Revoke mappings like devmemDaniel Vetter2021-02-111-0/+1
* PCI: Obey iomem restrictions for procfs mmapDaniel Vetter2021-01-121-0/+5
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-12/+13
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-2/+2
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-2/+12
|\
| * PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-191-2/+12
* | PCI: Use seq_puts() instead of seq_printf() in show_device()Markus Elfring2019-07-021-1/+1
|/
* PCI: Mark expected switch fall-throughsGustavo A. R. Silva2019-03-201-0/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-15/+2
* PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+1
* PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-4/+7
* PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse2017-04-181-7/+8
* PCI: Only allow WC mmap on prefetchable resourcesDavid Woodhouse2017-04-181-5/+8
* PCI: Fix another sanity check bug in /proc/pci mmapDavid Woodhouse2017-04-181-2/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* PCI: Ignore write combining when mapping I/O port spaceBjorn Helgaas2016-06-171-3/+6
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-9/+7
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* pci/proc: switch to fixed_size_llseek()Al Viro2013-06-291-21/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-9/+3
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-13/+7
* new helper: file_inode(file)Al Viro2013-02-221-5/+5
* PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-051-0/+8
* PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-19/+0
* 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