index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
proc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
proc: Supply a function to remove a proc entry by PDE
David Howells
1
-9
/
+3
2013-05-01
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-22
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-15
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-22
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-21
PCI: Fix wrong reference counter check for proc_dir_entry
Kenji Kaneshige
1
-1
/
+1
2008-02-01
PCI: constify function pointer tables
Jan Engelhardt
1
-1
/
+1
2008-02-01
PCI: Convert drivers/pci/proc.c to use unlocked_ioctl
Mathieu Segaud
1
-3
/
+8
2008-02-01
PCI: drivers/pci/: remove unused exports
Adrian Bunk
1
-4
/
+0
2007-10-12
pci: write file size to inode on proc bus file write
David Rientjes
1
-1
/
+2
2007-10-12
pci: use size stored in proc_dir_entry for proc bus files
David Rientjes
1
-2
/
+2
2007-07-16
Remove capability.h from mm.h
Alexey Dobriyan
1
-1
/
+1
2007-07-11
PCI: unexport pci_proc_attach_device
Adrian Bunk
1
-1
/
+0
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-02-12
[PATCH] mark struct file_operations const 5
Arjan van de Ven
1
-2
/
+2
2006-12-08
[PATCH] struct path: convert pci
Josef Sipek
1
-4
/
+4
2006-06-27
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
1
-2
/
+2
2006-06-27
[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...
Greg Kroah-Hartman
1
-11
/
+5
2006-03-23
[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROC
Adrian Bunk
1
-126
/
+0
2006-01-09
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6
Linus Torvalds
1
-1
/
+2
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
1
-2
/
+2
2006-01-09
[PATCH] PCI: drivers/pci: some cleanups
Adrian Bunk
1
-1
/
+2
2005-10-28
[PATCH] PCI: Block config access during BIST
Brian King
1
-14
/
+14
2005-09-08
[PATCH] PCI: remove CONFIG_PCI_NAMES
Adrian Bunk
1
-10
/
+2
2005-06-27
[PATCH] PCI: fix-pci-mmap-on-ppc-and-ppc64.patch
Michael Ellerman
1
-4
/
+10
2005-05-03
[PATCH] PCI: Clean up a lot of sparse "Should it be static?" warnings.
Greg KH
1
-0
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+619