index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
PCI: Remove unused assignments
Bjorn Helgaas
1
-4
/
+0
2022-03-22
PCI: Declare pci_filp_private only when HAVE_PCI_MMAP
Krzysztof Wilczyński
1
-0
/
+2
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-5
/
+5
2021-09-08
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2021-08-21
PCI: Add schedule point in proc_bus_pci_read()
Krzysztof Wilczyński
1
-0
/
+1
2021-07-13
PCI: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-1
/
+1
2021-02-11
PCI: Revoke mappings like devmem
Daniel Vetter
1
-0
/
+1
2021-01-12
PCI: Obey iomem restrictions for procfs mmap
Daniel Vetter
1
-0
/
+5
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-12
/
+13
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
1
-2
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+12
2019-08-20
PCI: Lock down BAR access when the kernel is locked down
Matthew Garrett
1
-2
/
+12
2019-07-03
PCI: Use seq_puts() instead of seq_printf() in show_device()
Markus Elfring
1
-1
/
+1
2019-03-20
PCI: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
1
-15
/
+2
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-04-20
PCI: Add BAR index argument to pci_mmap_page_range()
David Woodhouse
1
-1
/
+1
2017-04-18
PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O space
David Woodhouse
1
-4
/
+7
2017-04-18
PCI: Add arch_can_pci_mmap_wc() macro
David Woodhouse
1
-7
/
+8
2017-04-18
PCI: Only allow WC mmap on prefetchable resources
David Woodhouse
1
-5
/
+8
2017-04-18
PCI: Fix another sanity check bug in /proc/pci mmap
David Woodhouse
1
-2
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-06-17
PCI: Ignore write combining when mapping I/O port space
Bjorn Helgaas
1
-3
/
+6
2014-06-11
PCI: Whitespace cleanup
Ryan Desfosses
1
-9
/
+7
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-1
/
+1
2013-06-29
pci/proc: switch to fixed_size_llseek()
Al Viro
1
-21
/
+2
2013-05-02
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-9
/
+3
2013-05-02
proc: Supply PDE attribute setting accessor functions
David Howells
1
-1
/
+1
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
1
-13
/
+7
2013-02-23
new helper: file_inode(file)
Al Viro
1
-5
/
+5
2012-11-05
PCI/PM: Fix proc config reg access for D3cold and bridge suspending
Huang Ying
1
-0
/
+8
2012-08-22
PCI: Remove unused, commented-out, code
Bjorn Helgaas
1
-19
/
+0
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-11
PCI: fix size checks for mmap() on /proc/bus/pci files
Martin Wilck
1
-1
/
+1
2010-10-16
PCI: kill BKL in /proc/pci
Arnd Bergmann
1
-3
/
+1
2010-07-30
PCI: use for_each_pci_dev()
Kulikov Vasiliy
1
-2
/
+2
2010-07-30
PCI: kernel oops on access to pci proc file while hot-removal
Kenji Kaneshige
1
-2
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-01-07
PCI: define PCI resource names in an 'enum'
Yu Zhao
1
-3
/
+4
2009-01-07
PCI: check mmap range of /proc/bus/pci files too
Jesse Barnes
1
-1
/
+10
2008-07-23
PCI: fixup sparse endianness warnings in proc.c
Harvey Harrison
1
-9
/
+9
2008-06-10
PCI: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-06-10
PCI: Replace deprecated __initcall with device_initcall.
Robert P. J. Day
1
-1
/
+1
2008-04-29
drivers: use non-racy method for proc entries creation (2)
Denis V. Lunev
1
-7
/
+6
2008-04-29
proc: remove proc_bus
Alexey Dobriyan
1
-1
/
+1
2008-02-22
PCI: Fix wrong reference counter check for proc_dir_entry
Kenji Kaneshige
1
-1
/
+1
2008-02-02
PCI: constify function pointer tables
Jan Engelhardt
1
-1
/
+1
[next]