aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ioport.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm/device-public-memory: device memory cache coherent with CPUGravatar Jérôme Glisse 1-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryGravatar Jérôme Glisse 1-0/+1
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsGravatar Alex Williamson 1-0/+4
2016-03-16Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+1
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYGravatar Bjorn Helgaas 1-2/+0
2016-03-09resource: Add remove_resource interfaceGravatar Toshi Kani 1-0/+1
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreGravatar Bjorn Helgaas 1-1/+1
2016-01-30resource: Kill walk_iomem_res()Gravatar Toshi Kani 1-3/+0
2016-01-30resource: Add walk_iomem_res_desc()Gravatar Toshi Kani 1-0/+3
2016-01-30resource: Add I/O resource descriptorGravatar Toshi Kani 1-0/+18
2016-01-30resource: Add System RAM resource typeGravatar Toshi Kani 1-0/+11
2015-10-16ACPI/PCI: Enhance ACPI core to support sparse IO spaceGravatar Jiang Liu 1-0/+1
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsGravatar Jakub Sitnicki 1-8/+0
2014-09-04resources: Add device-managed request/release_resource()Gravatar Thierry Reding 1-0/+5
2014-08-08resource: provide new functions to walk through resourcesGravatar Vivek Goyal 1-0/+6
2014-02-26vsprintf: Add support for IORESOURCE_UNSET in %pRGravatar Bjorn Helgaas 1-1/+1
2014-02-26resource: Add resource_contains()Gravatar Bjorn Helgaas 1-0/+10
2013-04-29resource: add release_mem_region_adjustable()Gravatar Toshi Kani 1-0/+4
2012-09-11resources: Document IORESOURCE_IOGravatar Mark Brown 1-1/+1
2012-09-11resources: Add register address resource typeGravatar Mark Brown 1-0/+1
2012-05-07resources: add resource_overlaps()Gravatar Wei Yang 1-0/+7
2012-02-14PCI: Move struct resource_list to setup-bus.cGravatar Yinghai Lu 1-6/+0
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 1-0/+1
2011-07-30resources: Add lookup_resource()Gravatar Geert Uytterhoeven 1-0/+1
2011-07-25include/linux/ioport.h: new helper to define common struct resource constructsGravatar Uwe Kleine-König 1-0/+30
2010-12-17resources: add arch hook for preventing allocation in reserved areasGravatar Bjorn Helgaas 1-0/+1
2010-12-17Revert "resources: support allocating space within a region from the top down"Gravatar Bjorn Helgaas 1-1/+0
2010-10-26resources: support allocating space within a region from the top downGravatar Bjorn Helgaas 1-0/+1
2010-05-11resource: shared I/O region supportGravatar Alan Cox 1-1/+3
2010-03-23resources: add interfaces that return conflict informationGravatar Bjorn Helgaas 1-0/+2
2010-03-14resource: add window supportGravatar Bjorn Helgaas 1-0/+1
2010-03-14resource: add bus number supportGravatar Bjorn Helgaas 1-0/+1
2010-03-14resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeGravatar Bjorn Helgaas 1-8/+8
2010-02-22resource: add release_child_resourcesGravatar Yinghai Lu 1-0/+1
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-2/+4
2009-12-16resource: constify arg to resource_size() and resource_type()Gravatar Jean Delvare 1-2/+2
2009-09-23walk system ram rangeGravatar KAMEZAWA Hiroyuki 1-0/+4
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitGravatar Yinghai Lu 1-0/+2
2009-01-15resources: fix parameter name and kernel-docGravatar Randy Dunlap 1-1/+2
2009-01-07resource: allow MMIO exclusivity for device driversGravatar Arjan van de Ven 1-3/+8
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSGravatar Magnus Damm 1-1/+6
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Gravatar Ingo Molnar 1-0/+1
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DGravatar Ingo Molnar 1-0/+3
2008-09-26IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Gravatar Suresh Siddha 1-0/+1
2008-09-13include/linux/ioport.h: add missing macro argument for devm_release_* familyGravatar Hiroshi DOYU 1-2/+2
2008-09-04IO resources: add reserve_region_with_split()Gravatar Yinghai Lu 1-0/+3
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionGravatar Linus Torvalds 1-0/+1