index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
resource.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
resource: replace open coded variant of DEFINE_RES()
Andy Shevchenko
1
-2
/
+1
2025-03-21
resource: replace open coded variants of DEFINE_RES_*_NAMED()
Andy Shevchenko
1
-7
/
+2
2025-03-21
resource: replace open coded variant of DEFINE_RES_NAMED_DESC()
Andy Shevchenko
1
-5
/
+1
2025-01-12
kernel/resource: simplify API __devm_release_region() implementation
Zijun Hu
1
-2
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-27
/
+39
2024-11-06
kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
John Hubbard
1
-2
/
+2
2024-11-06
resource: avoid unnecessary resource tree walking in __region_intersects()
Huang Ying
1
-4
/
+22
2024-11-05
resource: correct reallocate_resource() documentation
Ilpo Järvinen
1
-1
/
+1
2024-11-05
resource: introduce is_type_match() helper and use it
Andy Shevchenko
1
-13
/
+10
2024-11-05
resource: replace open coded resource_intersection()
Andy Shevchenko
1
-9
/
+6
2024-10-28
resource,kexec: walk_system_ram_res_rev must retain resource flags
Gregory Price
1
-3
/
+1
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+8
2024-09-19
Merge tag 'mm-hotfixes-stable-2024-09-19-00-31' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-8
/
+50
2024-09-17
resource, kunit: add test case for region_intersects()
Huang Ying
1
-6
/
+14
2024-09-17
resource: make alloc_free_mem_region() works for iomem_resource
Huang Ying
1
-1
/
+1
2024-09-17
resource: fix region_intersects() vs add_memory_driver_managed()
Huang Ying
1
-8
/
+50
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-2
/
+1
2024-08-20
x86/kaslr: Expose and use the end of the physical memory address space
Thomas Gleixner
1
-4
/
+2
2024-05-28
resource: Export find_resource_space()
Ilpo Järvinen
1
-22
/
+4
2024-05-28
resource: Handle simple alignment inside __find_resource_space()
Ilpo Järvinen
1
-13
/
+7
2024-05-28
resource: Use typedef for alignf callback
Ilpo Järvinen
1
-6
/
+2
2024-05-28
resource: Document find_resource_space() and resource_constraint
Ilpo Järvinen
1
-3
/
+26
2024-05-28
resource: Rename find_resource() to find_resource_space()
Ilpo Järvinen
1
-12
/
+11
2024-01-09
Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+57
2023-12-10
resource: add walk_system_ram_res_rev()
Baoquan He
1
-0
/
+57
2023-12-04
kernel/resource: Increment by align value in get_free_mem_region()
Alison Schofield
1
-2
/
+2
2023-10-05
resource: Unify next_resource() and next_resource_skip_children()
Andy Shevchenko
1
-13
/
+6
2023-10-05
resource: Reuse for_each_resource() macro
Andy Shevchenko
1
-15
/
+19
2023-02-17
dax/kmem: Fix leak of memory-hotplug resources
Dan Williams
1
-14
/
+0
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+7
2022-11-14
PCI: Allow drivers to request exclusive config regions
Ira Weiny
1
-5
/
+8
2022-11-10
resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()
Andy Shevchenko
1
-10
/
+7
2022-07-21
resource: Introduce alloc_free_mem_region()
Dan Williams
1
-35
/
+143
2022-07-21
cxl/acpi: Track CXL resources in iomem_resource
Dan Williams
1
-0
/
+7
2022-03-23
kernel/resource: fix kfree() of bootmem memory again
Miaohe Lin
1
-33
/
+8
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-2
/
+2
2021-11-09
kernel/resource: disallow access to exclusive system RAM regions
David Hildenbrand
1
-10
/
+19
2021-11-09
kernel/resource: clean up and optimize iomem_is_exclusive()
David Hildenbrand
1
-5
/
+20
2021-05-14
kernel/resource: fix return code check in __request_free_mem_region
Alistair Popple
1
-1
/
+1
2021-05-07
kernel/resource: fix locking in request_free_mem_region
Alistair Popple
1
-7
/
+38
2021-05-07
kernel/resource: refactor __request_region to allow external locking
Alistair Popple
1
-20
/
+32
2021-05-07
kernel/resource: allow region_intersects users to hold resource_lock
Alistair Popple
1
-21
/
+31
2021-05-07
kernel/resource: remove first_lvl / siblings_only logic
David Hildenbrand
1
-33
/
+12
2021-05-07
kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
David Hildenbrand
1
-1
/
+1
2021-05-07
kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...
David Hildenbrand
1
-1
/
+1
2021-01-12
resource: Move devmem revoke code to resource framework
Daniel Vetter
1
-1
/
+97
2020-12-15
kernel/resource.c: fix kernel-doc markups
Mauro Carvalho Chehab
1
-10
/
+14
2020-11-17
resource: Simplify region_intersects() by reducing conditionals
Andy Shevchenko
1
-5
/
+5
2020-10-16
kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
David Hildenbrand
1
-3
/
+2
[next]