- ea72ce5 x86/kaslr: Expose and use the end of the physical memory address space by Thomas Gleixner · 4 months ago
- 2700225 resource: Export find_resource_space() by Ilpo Järvinen · 7 months ago
- 094c0ce resource: Handle simple alignment inside __find_resource_space() by Ilpo Järvinen · 7 months ago
- 4eed3dd7 resource: Use typedef for alignf callback by Ilpo Järvinen · 7 months ago
- f958625 resource: Document find_resource_space() and resource_constraint by Ilpo Järvinen · 7 months ago
- 8559125 resource: Rename find_resource() to find_resource_space() by Ilpo Järvinen · 7 months ago
- 9f2a635 Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 11 months ago
- 7acf164 resource: add walk_system_ram_res_rev() by Baoquan He · 1 year, 1 month ago
- 659aa050 kernel/resource: Increment by align value in get_free_mem_region() by Alison Schofield · 1 year, 1 month ago
- 10dabdf resource: Unify next_resource() and next_resource_skip_children() by Andy Shevchenko · 1 year, 3 months ago
- 441f0dd resource: Reuse for_each_resource() macro by Andy Shevchenko · 1 year, 3 months ago
- e686c32 dax/kmem: Fix leak of memory-hotplug resources by Dan Williams · 1 year, 10 months ago
- 71a7507 Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 2 years ago
- 2782947 PCI: Allow drivers to request exclusive config regions by Ira Weiny · 2 years, 3 months ago
- 2a4e628 resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info() by Andy Shevchenko · 2 years, 1 month ago
- 14b80582 resource: Introduce alloc_free_mem_region() by Dan Williams · 2 years, 7 months ago
- 974854a cxl/acpi: Track CXL resources in iomem_resource by Dan Williams · 2 years, 5 months ago
- 0cbcc92 kernel/resource: fix kfree() of bootmem memory again by Miaohe Lin · 2 years, 9 months ago
- 359745d proc: remove PDE_DATA() completely by Muchun Song · 2 years, 11 months ago
- a9e7b8d kernel/resource: disallow access to exclusive system RAM regions by David Hildenbrand · 3 years, 1 month ago
- b78dfa0 kernel/resource: clean up and optimize iomem_is_exclusive() by David Hildenbrand · 3 years, 1 month ago
- eb1f065 kernel/resource: fix return code check in __request_free_mem_region by Alistair Popple · 3 years, 7 months ago
- 56fd949 kernel/resource: fix locking in request_free_mem_region by Alistair Popple · 3 years, 7 months ago
- 63cdafe kernel/resource: refactor __request_region to allow external locking by Alistair Popple · 3 years, 7 months ago
- d486ccb kernel/resource: allow region_intersects users to hold resource_lock by Alistair Popple · 3 years, 7 months ago
- 97523a4 kernel/resource: remove first_lvl / siblings_only logic by David Hildenbrand · 3 years, 7 months ago
- 3c9c7975 kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources by David Hildenbrand · 3 years, 7 months ago
- 97f61c8 kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_RAM resources by David Hildenbrand · 3 years, 7 months ago
- 71a1d8e resource: Move devmem revoke code to resource framework by Daniel Vetter · 4 years, 1 month ago
- 3be8da5 kernel/resource.c: fix kernel-doc markups by Mauro Carvalho Chehab · 4 years ago
- 66f4fa3 resource: Simplify region_intersects() by reducing conditionals by Andy Shevchenko · 4 years, 1 month ago
- cb8e3c8 kernel/resource: make iomem_resource implicit in release_mem_region_adjustable() by David Hildenbrand · 4 years, 2 months ago
- 9ca6551 mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources by David Hildenbrand · 4 years, 2 months ago
- ec62d04e kernel/resource: make release_mem_region_adjustable() never fail by David Hildenbrand · 4 years, 2 months ago
- 73fb952 resource: report parent to walk_iomem_res_desc() callback by Dan Williams · 4 years, 2 months ago
- 3234ac6 /dev/mem: Revoke mappings when a driver claims the region by Dan Williams · 4 years, 7 months ago
- 00ff9a9 mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range() by David Hildenbrand · 5 years ago
- 0c38519 resource: add a not device managed request_free_mem_region variant by Christoph Hellwig · 5 years ago
- 7563987 resource: avoid unnecessary lookups in find_next_iomem_res() by Nadav Amit · 5 years ago
- 49f17c2 resource: fix locking in find_next_iomem_res() by Nadav Amit · 5 years ago
- 0092908 mm: factor out a devm_request_free_mem_region helper by Christoph Hellwig · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- f6c6010 mm/resource: Use resource_overlaps() to simplify region_intersects() by Wei Yang · 6 years ago
- f67e3fb4 Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- 2b539ae mm/resource: Let walk_system_ram_range() search child resources by Dave Hansen · 6 years ago
- b926b7f mm/resource: Move HMM pr_debug() deeper into resource code by Dave Hansen · 6 years ago
- 5cd401a mm/resource: Return real error codes from walk failures by Dave Hansen · 6 years ago
- 26b5233 powerpc: Drop page_is_ram() and walk_system_ram_range() by Christophe Leroy · 6 years ago
- 65c7878 kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustable by Oscar Salvador · 6 years ago
- f26621e resource/docs: Complete kernel-doc style function documentation by Borislav Petkov · 6 years ago
- f75d651 resource/docs: Fix new kernel-doc warnings by Randy Dunlap · 6 years ago
- b69c2e2 resource: Clean it up a bit by Borislav Petkov · 6 years ago
- 010a93b resource: Fix find_next_iomem_res() iteration issue by Bjorn Helgaas · 6 years ago
- a98959f resource: Include resource end in walk_*() interfaces by Bjorn Helgaas · 6 years ago
- 7d3bf61 Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- d76401a libnvdimm, e820: Register all pmem resources by Dan Williams · 7 years ago
- 4e292a9 resource: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
- 60bb83b resource: fix integer overflow at reallocation by Takashi Iwai · 7 years ago
- a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 9825b45 kernel/resource: iomem_is_exclusive can be boolean by Yaowei Bai · 7 years ago
- f37e233 resource: Set type when reserving new regions by Bjorn Helgaas · 7 years ago
- ffd2e8d resource: Set type of "reserve=" user-specified resources by Bjorn Helgaas · 7 years ago
- 0e4c12b x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages by Tom Lendacky · 7 years ago
- 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
- 4ac2aed resource: Consolidate resource walking code by Tom Lendacky · 7 years ago
- 51d7b12 /proc/iomem: only expose physical resource addresses to privileged users by Linus Torvalds · 9 years ago
- 8095d0f resource: Export insert_resource and remove_resource by Toshi Kani · 9 years ago
- ff3cc95 resource: Add remove_resource interface by Toshi Kani · 9 years ago
- 4e0d8f7e resource: Change __request_region to inherit from immediate parent by Toshi Kani · 9 years ago
- bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
- 59ceeaa kernel/resource.c: fix muxed resource handling in __request_region() by Simon Guinot · 9 years ago
- a8fc425 resource: Kill walk_iomem_res() by Toshi Kani · 9 years ago
- 3f33647 resource: Add walk_iomem_res_desc() by Toshi Kani · 9 years ago
- 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
- bd7e6cb resource: Change walk_system_ram() to use System RAM type by Toshi Kani · 9 years ago
- 43ee493 resource: Add I/O resource descriptor by Toshi Kani · 9 years ago
- a3650d5 resource: Handle resource flags properly by Toshi Kani · 9 years ago
- 90a545e restrict /dev/mem to idle io memory ranges by Dan Williams · 9 years ago
- 124fe20 mm: enhance region_is_ram() to region_intersects() by Dan Williams · 9 years ago
- 8c38de9 mm: Fix bugs in region_is_ram() by Toshi Kani · 9 years ago
- 96831c0a kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 10 years ago
- 90e9782 resources: Move struct resource_list_entry from ACPI into resource core by Jiang Liu · 10 years ago
- 67cf13c x86: optimize resource lookups for ioremap by Mike Travis · 10 years ago
- 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
- 8d38821 resources: Add device-managed request/release_resource() by Thierry Reding · 10 years ago
- 800df62 resource: fix the case of null pointer access by Vivek Goyal · 10 years ago
- 8c86e70 resource: provide new functions to walk through resources by Vivek Goyal · 10 years ago
- e4c7296 resources: Clarify sanity check message by Bjorn Helgaas · 11 years ago
- 28ab49f kernel/resource.c: make reallocate_resource() static by Daeseok Youn · 11 years ago
- 6404e88 resources: Set type in __request_region() by Bjorn Helgaas · 11 years ago
- 5edb93b resource: Add resource_contains() by Bjorn Helgaas · 11 years ago
- 0786f7b kernel/resource.c: remove the unneeded assignment in function __find_resource by Kevin Hao · 11 years ago
- c5a1303 ACPI/APEI: Add parameter check before error injection by Chen Gong · 12 years ago
- ebff7d8 mem hotunplug: fix kfree() of bootmem memory by Yasuaki Ishimatsu · 12 years ago
- 825f787 resource: add release_mem_region_adjustable() by Toshi Kani · 12 years ago
- ae8e3a9 resource: add __adjust_resource() for internal use by Toshi Kani · 12 years ago
- 4965f56 kernel/resource.c: fix stack overflow in __reserve_region_with_split() by T Makphaibulchoke · 12 years ago
- 65fed8f resource: make sure requested range is included in the root range by Octavian Purdila · 12 years ago
- 82ec90e resources: allow adjust_resource() for resources with no parent by Yinghai Lu · 13 years ago
- ee5e568 kernel/resource.c: correct the comment of allocate_resource() by Wei Yang · 13 years ago