summaryrefslogtreecommitdiff
path: root/kernel/resource.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-21resource: replace open coded variant of DEFINE_RES()Andy Shevchenko1-2/+1
2025-03-21resource: replace open coded variants of DEFINE_RES_*_NAMED()Andy Shevchenko1-7/+2
2025-03-21resource: replace open coded variant of DEFINE_RES_NAMED_DESC()Andy Shevchenko1-5/+1
2025-01-12kernel/resource: simplify API __devm_release_region() implementationZijun Hu1-2/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-27/+39
2024-11-06kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard1-2/+2
2024-11-06resource: avoid unnecessary resource tree walking in __region_intersects()Huang Ying1-4/+22
2024-11-05resource: correct reallocate_resource() documentationIlpo Järvinen1-1/+1
2024-11-05resource: introduce is_type_match() helper and use itAndy Shevchenko1-13/+10
2024-11-05resource: replace open coded resource_intersection()Andy Shevchenko1-9/+6
2024-10-28resource,kexec: walk_system_ram_res_rev must retain resource flagsGregory Price1-3/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+8
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds1-8/+50
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying1-6/+14
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying1-1/+1
2024-09-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-2/+1
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner1-4/+2
2024-05-28resource: Export find_resource_space()Ilpo Järvinen1-22/+4
2024-05-28resource: Handle simple alignment inside __find_resource_space()Ilpo Järvinen1-13/+7
2024-05-28resource: Use typedef for alignf callbackIlpo Järvinen1-6/+2
2024-05-28resource: Document find_resource_space() and resource_constraintIlpo Järvinen1-3/+26
2024-05-28resource: Rename find_resource() to find_resource_space()Ilpo Järvinen1-12/+11
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+57
2023-12-10resource: add walk_system_ram_res_rev()Baoquan He1-0/+57
2023-12-04kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield1-2/+2
2023-10-05resource: Unify next_resource() and next_resource_skip_children()Andy Shevchenko1-13/+6
2023-10-05resource: Reuse for_each_resource() macroAndy Shevchenko1-15/+19
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams1-14/+0
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+7
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-5/+8
2022-11-10resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko1-10/+7
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams1-35/+143
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams1-0/+7
2022-03-23kernel/resource: fix kfree() of bootmem memory againMiaohe Lin1-33/+8
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand1-10/+19
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand1-5/+20
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple1-1/+1
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple1-7/+38
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple1-20/+32
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple1-21/+31
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand1-33/+12
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand1-1/+1
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand1-1/+1
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-1/+97
2020-12-15kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab1-10/+14
2020-11-17resource: Simplify region_intersects() by reducing conditionalsAndy Shevchenko1-5/+5
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand1-3/+2