summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* resource: ability to resize an allocated resourceRam Pai2011-07-061-18/+98
* resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas2010-12-171-0/+6
* Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas2010-12-171-94/+4
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-281-16/+135
|\
| * resources: support allocating space within a region from the top downBjorn Helgaas2010-10-261-4/+94
| * resources: handle overflow when aligning start of available areaBjorn Helgaas2010-10-261-8/+13
| * resources: ensure callback doesn't allocate outside available spaceBjorn Helgaas2010-10-261-5/+11
| * resources: factor out resource_clip() to simplify find_resource()Bjorn Helgaas2010-10-261-4/+11
OpenPOWER on IntegriCloud