aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/proc.c
AgeCommit message (Expand)Author
2022-03-22PCI: Remove unused assignmentsBjorn Helgaas
2022-03-22PCI: Declare pci_filp_private only when HAVE_PCI_MMAPKrzysztof Wilczyński
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-08-20PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński
2021-07-13PCI: Fix fall-through warning for ClangGustavo A. R. Silva
2021-02-11PCI: Revoke mappings like devmemDaniel Vetter
2021-01-12PCI: Obey iomem restrictions for procfs mmapDaniel Vetter
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett
2019-07-02PCI: Use seq_puts() instead of seq_printf() in show_device()Markus Elfring
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