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
/
include
/
linux
/
ioport.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-16
kernel/resource.c: remove deprecated __check_region() and friends
Jakub Sitnicki
1
-8
/
+0
2014-09-05
resources: Add device-managed request/release_resource()
Thierry Reding
1
-0
/
+5
2014-08-09
resource: provide new functions to walk through resources
Vivek Goyal
1
-0
/
+6
2014-02-27
vsprintf: Add support for IORESOURCE_UNSET in %pR
Bjorn Helgaas
1
-1
/
+1
2014-02-27
resource: Add resource_contains()
Bjorn Helgaas
1
-0
/
+10
2013-04-30
resource: add release_mem_region_adjustable()
Toshi Kani
1
-0
/
+4
2012-09-11
resources: Document IORESOURCE_IO
Mark Brown
1
-1
/
+1
2012-09-11
resources: Add register address resource type
Mark Brown
1
-0
/
+1
2012-05-07
resources: add resource_overlaps()
Wei Yang
1
-0
/
+7
2012-02-14
PCI: Move struct resource_list to setup-bus.c
Yinghai Lu
1
-6
/
+0
2011-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
1
-0
/
+1
2011-07-30
resources: Add lookup_resource()
Geert Uytterhoeven
1
-0
/
+1
2011-07-26
include/linux/ioport.h: new helper to define common struct resource constructs
Uwe Kleine-König
1
-0
/
+30
2010-12-17
resources: add arch hook for preventing allocation in reserved areas
Bjorn Helgaas
1
-0
/
+1
2010-12-17
Revert "resources: support allocating space within a region from the top down"
Bjorn Helgaas
1
-1
/
+0
2010-10-27
resources: support allocating space within a region from the top down
Bjorn Helgaas
1
-0
/
+1
2010-05-11
resource: shared I/O region support
Alan Cox
1
-1
/
+3
2010-03-23
resources: add interfaces that return conflict information
Bjorn Helgaas
1
-0
/
+2
2010-03-15
resource: add window support
Bjorn Helgaas
1
-0
/
+1
2010-03-15
resource: add bus number support
Bjorn Helgaas
1
-0
/
+1
2010-03-15
resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type
Bjorn Helgaas
1
-8
/
+8
2010-02-23
resource: add release_child_resources
Yinghai Lu
1
-0
/
+1
2010-02-23
resource/PCI: mark struct resource as const
Dominik Brodowski
1
-1
/
+1
2010-02-23
resource/PCI: align functions now return start of resource
Dominik Brodowski
1
-2
/
+4
2009-12-16
resource: constify arg to resource_size() and resource_type()
Jean Delvare
1
-2
/
+2
2009-09-23
walk system ram range
KAMEZAWA Hiroyuki
1
-0
/
+4
2009-06-11
PCI/x86: don't assume prefetchable ranges are 64bit
Yinghai Lu
1
-0
/
+2
2009-01-16
resources: fix parameter name and kernel-doc
Randy Dunlap
1
-1
/
+2
2009-01-07
resource: allow MMIO exclusivity for device drivers
Arjan van de Ven
1
-3
/
+8
2008-10-17
Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2008-10-16
resource: add resource_type() and IORESOURCE_TYPE_BITS
Magnus Damm
1
-1
/
+6
2008-10-15
Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...
Ingo Molnar
1
-0
/
+1
2008-10-11
Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D
Ingo Molnar
1
-0
/
+3
2008-09-26
IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...
Suresh Siddha
1
-0
/
+1
2008-09-14
include/linux/ioport.h: add missing macro argument for devm_release_* family
Hiroshi DOYU
1
-2
/
+2
2008-09-04
IO resources: add reserve_region_with_split()
Yinghai Lu
1
-0
/
+3
2008-08-30
Resource handling: add 'insert_resource_expand_to_fit()' function
Linus Torvalds
1
-0
/
+1
2008-07-30
resource: add resource_size()
Magnus Damm
1
-0
/
+4
2008-07-17
PNP: support optional IRQ resources
Bjorn Helgaas
1
-0
/
+1
2008-07-17
PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM
Bjorn Helgaas
1
-0
/
+4
2008-06-12
pnpacpi: fix IRQ flag decoding
Bjorn Helgaas
1
-3
/
+3
2008-04-21
PCI: clean up resource alignment management
Ivan Kokshaysky
1
-1
/
+4
2008-01-30
x86: remove extern declarations for code, data, bss resources
Bernhard Walle
1
-0
/
+2
2007-10-16
memory unplug: memory hotplug cleanup
KAMEZAWA Hiroyuki
1
-3
/
+0
2007-04-28
libata/IDE: remove combined mode quirk
Jeff Garzik
1
-1
/
+0
2007-02-10
devres: device resource management
Tejun Heo
1
-0
/
+20
2006-12-20
PCI legacy resource fix
Ralf Baechle
1
-0
/
+3
2006-12-02
Altix: Initial ACPI support - ROM shadowing.
John Keller
1
-0
/
+1
2006-07-13
[PATCH] The scheduled unexport of insert_resource
Adrian Bunk
1
-1
/
+1
2006-07-04
[PATCH] PNPACPI: support shareable interrupts
Bjorn Helgaas
1
-0
/
+1
[next]