summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-081-0/+1
|\
| * libnvdimm, e820: Register all pmem resourcesDan Williams2018-06-021-0/+1
* | resource: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-38/+5
|/
* resource: fix integer overflow at reallocationTakashi Iwai2018-04-131-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-5/+5
|\
| * kernel/resource: iomem_is_exclusive can be booleanYaowei Bai2018-02-061-5/+5
* | resource: Set type when reserving new regionsBjorn Helgaas2017-12-181-2/+3
* | resource: Set type of "reserve=" user-specified resourcesBjorn Helgaas2017-12-181-6/+18
|/
* x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pagesTom Lendacky2017-11-071-0/+19
* resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-4/+5
* resource: Consolidate resource walking codeTom Lendacky2017-11-071-27/+25
* /proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds2016-04-141-2/+11
* resource: Export insert_resource and remove_resourceToshi Kani2016-03-091-0/+2
* resource: Add remove_resource interfaceToshi Kani2016-03-091-5/+46
* resource: Change __request_region to inherit from immediate parentToshi Kani2016-03-091-3/+4
* Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-041-2/+3
|\
| * kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot2016-02-201-2/+3
* | resource: Kill walk_iomem_res()Toshi Kani2016-01-301-44/+5
* | resource: Add walk_iomem_res_desc()Toshi Kani2016-01-301-10/+56
* | memremap: Change region_intersects() to take @flags and @descToshi Kani2016-01-301-11/+15
* | resource: Change walk_system_ram() to use System RAM typeToshi Kani2016-01-301-13/+13
* | resource: Add I/O resource descriptorToshi Kani2016-01-301-0/+5
* | resource: Handle resource flags properlyToshi Kani2016-01-301-3/+4
|/
* restrict /dev/mem to idle io memory rangesDan Williams2016-01-091-2/+9
* mm: enhance region_is_ram() to region_intersects()Dan Williams2015-08-101-25/+36
* mm: Fix bugs in region_is_ram()Toshi Kani2015-07-221-3/+3
* kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki2015-04-151-32/+0
* resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu2015-02-051-0/+25
* x86: optimize resource lookups for ioremapMike Travis2014-10-141-0/+36
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-0/+70
|\
| * resources: Add device-managed request/release_resource()Thierry Reding2014-09-041-0/+70
* | resource: fix the case of null pointer accessVivek Goyal2014-08-291-7/+4
|/
* resource: provide new functions to walk through resourcesVivek Goyal2014-08-081-9/+92
* resources: Clarify sanity check messageBjorn Helgaas2014-05-231-5/+2
* kernel/resource.c: make reallocate_resource() staticDaeseok Youn2014-04-031-1/+1
* resources: Set type in __request_region()Bjorn Helgaas2014-03-191-2/+2
* resource: Add resource_contains()Bjorn Helgaas2014-02-261-6/+2
* kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao2013-07-031-1/+0
* ACPI/APEI: Add parameter check before error injectionChen Gong2013-06-061-0/+1
* mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu2013-04-291-13/+55
* resource: add release_mem_region_adjustable()Toshi Kani2013-04-291-0/+103
* resource: add __adjust_resource() for internal useToshi Kani2013-04-291-13/+22
* kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke2012-10-061-12/+38
* resource: make sure requested range is included in the root rangeOctavian Purdila2012-07-301-1/+23
* resources: allow adjust_resource() for resources with no parentYinghai Lu2012-06-131-5/+8
* kernel/resource.c: correct the comment of allocate_resource()Wei Yang2012-05-311-2/+2
* kernel/resource.c: move EXPORT_SYMBOL right after definitionCong Wang2012-02-031-2/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* Resource: fix wrong resource window calculationRam Pai2011-09-291-1/+6
* resources: Add lookup_resource()Geert Uytterhoeven2011-07-301-0/+21
OpenPOWER on IntegriCloud