index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
resource.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
1
-2
/
+2
*
kernel/resource: disallow access to exclusive system RAM regions
David Hildenbrand
2021-11-09
1
-10
/
+19
*
kernel/resource: clean up and optimize iomem_is_exclusive()
David Hildenbrand
2021-11-09
1
-5
/
+20
*
kernel/resource: fix return code check in __request_free_mem_region
Alistair Popple
2021-05-14
1
-1
/
+1
*
kernel/resource: fix locking in request_free_mem_region
Alistair Popple
2021-05-07
1
-7
/
+38
*
kernel/resource: refactor __request_region to allow external locking
Alistair Popple
2021-05-07
1
-20
/
+32
*
kernel/resource: allow region_intersects users to hold resource_lock
Alistair Popple
2021-05-07
1
-21
/
+31
*
kernel/resource: remove first_lvl / siblings_only logic
David Hildenbrand
2021-05-07
1
-33
/
+12
*
kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
David Hildenbrand
2021-05-07
1
-1
/
+1
*
kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...
David Hildenbrand
2021-05-07
1
-1
/
+1
*
resource: Move devmem revoke code to resource framework
Daniel Vetter
2021-01-12
1
-1
/
+97
*
kernel/resource.c: fix kernel-doc markups
Mauro Carvalho Chehab
2020-12-15
1
-10
/
+14
*
resource: Simplify region_intersects() by reducing conditionals
Andy Shevchenko
2020-11-17
1
-5
/
+5
*
kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
David Hildenbrand
2020-10-16
1
-3
/
+2
*
mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...
David Hildenbrand
2020-10-16
1
-0
/
+60
*
kernel/resource: make release_mem_region_adjustable() never fail
David Hildenbrand
2020-10-16
1
-21
/
+28
*
resource: report parent to walk_iomem_res_desc() callback
Dan Williams
2020-10-13
1
-4
/
+7
*
/dev/mem: Revoke mappings when a driver claims the region
Dan Williams
2020-05-27
1
-0
/
+5
*
mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()
David Hildenbrand
2019-09-24
1
-2
/
+2
*
resource: add a not device managed request_free_mem_region variant
Christoph Hellwig
2019-08-20
1
-14
/
+31
*
resource: avoid unnecessary lookups in find_next_iomem_res()
Nadav Amit
2019-07-18
1
-7
/
+22
*
resource: fix locking in find_next_iomem_res()
Nadav Amit
2019-07-18
1
-10
/
+10
*
mm: factor out a devm_request_free_mem_region helper
Christoph Hellwig
2019-07-02
1
-0
/
+39
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
mm/resource: Use resource_overlaps() to simplify region_intersects()
Wei Yang
2019-04-19
1
-6
/
+5
*
Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...
Linus Torvalds
2019-03-16
1
-3
/
+15
|
\
|
*
mm/resource: Let walk_system_ram_range() search child resources
Dave Hansen
2019-02-28
1
-1
/
+4
|
*
mm/resource: Move HMM pr_debug() deeper into resource code
Dave Hansen
2019-02-28
1
-0
/
+9
|
*
mm/resource: Return real error codes from walk failures
Dave Hansen
2019-02-28
1
-2
/
+2
*
|
powerpc: Drop page_is_ram() and walk_system_ram_range()
Christophe Leroy
2019-02-04
1
-4
/
+0
|
/
*
kernel, resource: check for IORESOURCE_SYSRAM in release_mem_region_adjustable
Oscar Salvador
2018-12-28
1
-0
/
+15
*
resource/docs: Complete kernel-doc style function documentation
Borislav Petkov
2018-11-07
1
-9
/
+14
*
resource/docs: Fix new kernel-doc warnings
Randy Dunlap
2018-11-05
1
-3
/
+7
*
resource: Clean it up a bit
Borislav Petkov
2018-10-09
1
-29
/
+26
*
resource: Fix find_next_iomem_res() iteration issue
Bjorn Helgaas
2018-10-09
1
-54
/
+42
*
resource: Include resource end in walk_*() interfaces
Bjorn Helgaas
2018-10-09
1
-2
/
+2
*
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-08
1
-0
/
+1
|
\
|
*
libnvdimm, e820: Register all pmem resources
Dan Williams
2018-06-02
1
-0
/
+1
*
|
resource: switch to proc_create_seq_data
Christoph Hellwig
2018-05-16
1
-38
/
+5
|
/
*
resource: fix integer overflow at reallocation
Takashi Iwai
2018-04-13
1
-1
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-02-06
1
-5
/
+5
|
\
|
*
kernel/resource: iomem_is_exclusive can be boolean
Yaowei Bai
2018-02-06
1
-5
/
+5
*
|
resource: Set type when reserving new regions
Bjorn Helgaas
2017-12-18
1
-2
/
+3
*
|
resource: Set type of "reserve=" user-specified resources
Bjorn Helgaas
2017-12-18
1
-6
/
+18
|
/
*
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
2017-11-07
1
-0
/
+19
*
resource: Provide resource struct in resource walk callback
Tom Lendacky
2017-11-07
1
-4
/
+5
*
resource: Consolidate resource walking code
Tom Lendacky
2017-11-07
1
-27
/
+25
*
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
2016-04-14
1
-2
/
+11
*
resource: Export insert_resource and remove_resource
Toshi Kani
2016-03-09
1
-0
/
+2
*
resource: Add remove_resource interface
Toshi Kani
2016-03-09
1
-5
/
+46
[next]