aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2016-03-09resource: Export insert_resource and remove_resourceToshi Kani1-0/+2
2016-03-09resource: Add remove_resource interfaceToshi Kani1-5/+46
2016-03-09resource: Change __request_region to inherit from immediate parentToshi Kani1-3/+4
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1-2/+3
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-01-30resource: Kill walk_iomem_res()Toshi Kani1-44/+5
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani1-10/+56
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani1-11/+15
2016-01-30resource: Change walk_system_ram() to use System RAM typeToshi Kani1-13/+13
2016-01-30resource: Add I/O resource descriptorToshi Kani1-0/+5
2016-01-30resource: Handle resource flags properlyToshi Kani1-3/+4
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams1-2/+9
2015-08-10mm: enhance region_is_ram() to region_intersects()Dan Williams1-25/+36
2015-07-22mm: Fix bugs in region_is_ram()Toshi Kani1-3/+3
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki1-32/+0
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu1-0/+25
2014-10-14x86: optimize resource lookups for ioremapMike Travis1-0/+36
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+70
2014-09-04resources: Add device-managed request/release_resource()Thierry Reding1-0/+70
2014-08-29resource: fix the case of null pointer accessVivek Goyal1-7/+4
2014-08-08resource: provide new functions to walk through resourcesVivek Goyal1-9/+92
2014-05-23resources: Clarify sanity check messageBjorn Helgaas1-5/+2
2014-04-03kernel/resource.c: make reallocate_resource() staticDaeseok Youn1-1/+1
2014-03-19resources: Set type in __request_region()Bjorn Helgaas1-2/+2
2014-02-26resource: Add resource_contains()Bjorn Helgaas1-6/+2
2013-07-03kernel/resource.c: remove the unneeded assignment in function __find_resourceKevin Hao1-1/+0
2013-06-06ACPI/APEI: Add parameter check before error injectionChen Gong1-0/+1
2013-04-29mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu1-13/+55
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani1-0/+103
2013-04-29resource: add __adjust_resource() for internal useToshi Kani1-13/+22
2012-10-06kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2012-07-30resource: make sure requested range is included in the root rangeOctavian Purdila1-1/+23
2012-06-13resources: allow adjust_resource() for resources with no parentYinghai Lu1-5/+8
2012-05-31kernel/resource.c: correct the comment of allocate_resource()Wei Yang1-2/+2
2012-02-03kernel/resource.c: move EXPORT_SYMBOL right after definitionCong Wang1-2/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-09-29Resource: fix wrong resource window calculationRam Pai1-1/+6
2011-07-30resources: Add lookup_resource()Geert Uytterhoeven1-0/+21
2011-07-06resource: ability to resize an allocated resourceRam Pai1-18/+98
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas1-0/+6
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas1-94/+4
2010-10-28Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-16/+135
2010-10-27kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie1-0/+2
2010-10-26resources: support allocating space within a region from the top downBjorn Helgaas1-4/+94
2010-10-26resources: handle overflow when aligning start of available areaBjorn Helgaas1-8/+13
2010-10-26resources: ensure callback doesn't allocate outside available spaceBjorn Helgaas1-5/+11
2010-10-26resources: factor out resource_clip() to simplify find_resource()Bjorn Helgaas1-4/+11
2010-10-26resources: add a default alignf to simplify find_resource()Bjorn Helgaas1-2/+13
2010-05-11resource: shared I/O region supportAlan Cox1-1/+15