summaryrefslogtreecommitdiff
path: root/kernel/resource.c
AgeCommit message (Expand)Author
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-19Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...Linus Torvalds
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying
2024-09-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-05-28resource: Export find_resource_space()Ilpo Järvinen
2024-05-28resource: Handle simple alignment inside __find_resource_space()Ilpo Järvinen
2024-05-28resource: Use typedef for alignf callbackIlpo Järvinen
2024-05-28resource: Document find_resource_space() and resource_constraintIlpo Järvinen
2024-05-28resource: Rename find_resource() to find_resource_space()Ilpo Järvinen
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-12-10resource: add walk_system_ram_res_rev()Baoquan He
2023-12-04kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield
2023-10-05resource: Unify next_resource() and next_resource_skip_children()Andy Shevchenko
2023-10-05resource: Reuse for_each_resource() macroAndy Shevchenko
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny
2022-11-10resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams
2022-07-21cxl/acpi: Track CXL resources in iomem_resourceDan Williams
2022-03-23kernel/resource: fix kfree() of bootmem memory againMiaohe Lin
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand
2021-11-09kernel/resource: clean up and optimize iomem_is_exclusive()David Hildenbrand
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple
2021-05-07kernel/resource: fix locking in request_free_mem_regionAlistair Popple
2021-05-07kernel/resource: refactor __request_region to allow external lockingAlistair Popple
2021-05-07kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple
2021-05-07kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand
2021-05-07kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand
2021-05-07kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter
2020-12-15kernel/resource.c: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-17resource: Simplify region_intersects() by reducing conditionalsAndy Shevchenko
2020-10-16kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()David Hildenbrand
2020-10-16mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...David Hildenbrand
2020-10-16kernel/resource: make release_mem_region_adjustable() never failDavid Hildenbrand
2020-10-13resource: report parent to walk_iomem_res_desc() callbackDan Williams
2020-05-27/dev/mem: Revoke mappings when a driver claims the regionDan Williams
2019-09-24mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()David Hildenbrand
2019-08-20resource: add a not device managed request_free_mem_region variantChristoph Hellwig
2019-07-18resource: avoid unnecessary lookups in find_next_iomem_res()Nadav Amit
2019-07-18resource: fix locking in find_next_iomem_res()Nadav Amit
2019-07-02mm: factor out a devm_request_free_mem_region helperChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-19mm/resource: Use resource_overlaps() to simplify region_intersects()Wei Yang
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds