aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ioport.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-10resource: add walk_system_ram_res_rev()Baoquan He1-0/+3
2023-10-05resource: Constify resource crosscheck APIsAndy Shevchenko1-6/+6
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-0/+2
2022-11-10resource: Convert DEFINE_RES_NAMED() to be compound literalAndy Shevchenko1-1/+1
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+2
2022-10-04ACPI: resources: Add wake_capable parameter to acpi_dev_irq_flagsRaul E Rangel1-1/+2
2022-09-09resource: add define macro for register address resourcesColin Foster1-0/+5
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams1-0/+2
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams1-0/+1
2022-02-10kernel/resource: Introduce request_mem_region_muxed()Terry Bowman1-0/+2
2021-04-26Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2021-04-08resource: Prevent irqresource_disabled() from erasing flagsAngela Czubak1-1/+1
2021-04-08asm-generic/io.h: Add a non-posted variant of ioremap()Hector Martin1-0/+1
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-5/+1
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-7/+27
2020-12-11resource: Add irqresource_disabled()John Garry1-0/+7
2020-11-17resource: Introduce resource_intersection() for overlapping resourcesAndy Shevchenko1-0/+10
2020-11-17resource: Introduce resource_union() for overlapping resourcesAndy Shevchenko1-1/+12
2020-11-17resource: Group resource_overlaps() with other inline helpersAndy Shevchenko1-6/+5
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand1-2/+1
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand1-0/+4
2020-10-16kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand1-1/+3
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand1-2/+2
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2020-06-04mm/memory_hotplug: introduce add_memory_driver_managed()David Hildenbrand1-0/+1
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams1-0/+6
2019-11-07x86/efi: EFI soft reservation to E820 enumerationDan Williams1-0/+1
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig1-0/+2
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-2/+3
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig1-0/+2
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-1/+0
2019-06-20x86/mm: Rework ioremap resource mapping determinationLianbo Jiang1-0/+9
2019-06-20x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang1-0/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanYaowei Bai1-1/+1
2017-11-07x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky1-0/+3
2017-11-07resource: Provide resource struct in resource walk callbackTom Lendacky1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-0/+1
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+1
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson1-0/+4
2016-03-16Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas1-2/+0
2016-03-09resource: Add remove_resource interfaceToshi Kani1-0/+1
2016-03-08PCI: Set ROM shadow location in arch code, not in PCI coreBjorn Helgaas1-1/+1
2016-01-30resource: Kill walk_iomem_res()Toshi Kani1-3/+0
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani1-0/+3
2016-01-30resource: Add I/O resource descriptorToshi Kani1-0/+18
2016-01-30resource: Add System RAM resource typeToshi Kani1-0/+11
2015-10-16ACPI/PCI: Enhance ACPI core to support sparse IO spaceJiang Liu1-0/+1
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki1-8/+0
2014-09-04resources: Add device-managed request/release_resource()Thierry Reding1-0/+5
2014-08-08resource: provide new functions to walk through resourcesVivek Goyal1-0/+6
2014-02-26vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas1-1/+1
2014-02-26resource: Add resource_contains()Bjorn Helgaas1-0/+10
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani1-0/+4
2012-09-11resources: Document IORESOURCE_IOMark Brown1-1/+1
2012-09-11resources: Add register address resource typeMark Brown1-0/+1
2012-05-07resources: add resource_overlaps()Wei Yang1-0/+7
2012-02-14PCI: Move struct resource_list to setup-bus.cYinghai Lu1-6/+0
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-0/+1
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven1-0/+1
2011-07-25include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König1-0/+30
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas1-0/+1
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas1-1/+0
2010-10-26resources: support allocating space within a region from the top downBjorn Helgaas1-0/+1
2010-05-11resource: shared I/O region supportAlan Cox1-1/+3
2010-03-23resources: add interfaces that return conflict informationBjorn Helgaas1-0/+2
2010-03-14resource: add window supportBjorn Helgaas1-0/+1
2010-03-14resource: add bus number supportBjorn Helgaas1-0/+1
2010-03-14resource: expand IORESOURCE_TYPE_BITS to make room for bus resource typeBjorn Helgaas1-8/+8
2010-02-22resource: add release_child_resourcesYinghai Lu1-0/+1
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+4
2009-12-16resource: constify arg to resource_size() and resource_type()Jean Delvare1-2/+2
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-0/+4
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu1-0/+2
2009-01-15resources: fix parameter name and kernel-docRandy Dunlap1-1/+2
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-3/+8
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2008-10-16resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm1-1/+6
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar1-0/+1
2008-10-11Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-DIngo Molnar1-0/+3
2008-09-26IO resources, x86: ioremap sanity check to catch mapping requests exceeding t...Suresh Siddha1-0/+1
2008-09-13include/linux/ioport.h: add missing macro argument for devm_release_* familyHiroshi DOYU1-2/+2
2008-09-04IO resources: add reserve_region_with_split()Yinghai Lu1-0/+3
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds1-0/+1
2008-07-30resource: add resource_size()Magnus Damm1-0/+4
2008-07-16PNP: support optional IRQ resourcesBjorn Helgaas1-0/+1
2008-07-16PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEMBjorn Helgaas1-0/+4
2008-06-11pnpacpi: fix IRQ flag decodingBjorn Helgaas1-3/+3
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-1/+4
2008-01-30x86: remove extern declarations for code, data, bss resourcesBernhard Walle1-0/+2
2007-10-16memory unplug: memory hotplug cleanupKAMEZAWA Hiroyuki1-3/+0
2007-04-28libata/IDE: remove combined mode quirkJeff Garzik1-1/+0
2007-02-09devres: device resource managementTejun Heo1-0/+20
2006-12-20PCI legacy resource fixRalf Baechle1-0/+3
2006-12-01Altix: Initial ACPI support - ROM shadowing.John Keller1-0/+1
2006-07-12[PATCH] The scheduled unexport of insert_resourceAdrian Bunk1-1/+1
2006-07-03[PATCH] PNPACPI: support shareable interruptsBjorn Helgaas1-0/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-11/+16
2006-06-27[PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki1-0/+3
2006-06-27[PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman1-10/+13
2006-06-27[PATCH] 64bit resource: introduce resource_size_t for the start and end of st...Greg Kroah-Hartman1-1/+3
2005-11-07[PATCH] __deprecated_for_modules: insert_resourceAdrian Bunk1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+127