aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-03PCI: Return int from pciconfig_read() syscallKrzysztof Wilczyński1-2/+1
2021-08-03PCI: Return ~0 data on pciconfig_read() CAP_SYS_ADMIN failureKrzysztof Wilczyński1-1/+3
2021-01-27PCI: Align checking of syscall user config accessorsHeiner Kallweit1-5/+5
2019-08-19PCI: Lock down BAR access when the kernel is locked downMatthew Garrett1-1/+3
2018-03-19PCI: Tidy commentsBjorn Helgaas1-6/+3
2018-01-17PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-1/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-01-14[CVE-2009-0029] System call wrappers part 26Heiko Carstens1-8/+4
2008-02-01PCI: remove unneeded lock_kernel() in drivers/pci/syscall.c.Diego Woitasen1-5/+0
2007-07-11pci syscall.c: Switch to refcounting APIAlan Cox1-9/+11
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2005-10-28[PATCH] PCI: Block config access during BISTBrian King1-7/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+145