summaryrefslogtreecommitdiffstats
path: root/fs/proc/kcore.c
Commit message (Expand)AuthorAgeFilesLines
* proc/kcore: do not try to access unaccepted memoryAdrian Hunter2023-10-041-1/+2
* fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes2023-08-041-3/+27
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij2023-05-291-1/+1
* | procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh2023-06-091-1/+1
|/
* mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-051-21/+23
* fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes2023-04-051-18/+18
* fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes2023-04-051-12/+5
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-17/+9
* memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
* fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+1
* fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
* fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand2021-06-301-0/+13
* fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand2021-06-301-1/+13
* fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand2021-06-301-8/+27
* fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand2021-06-301-5/+2
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2020-12-151-2/+0
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-7/+6
* lockdown: Print current->comm in restriction messagesMatthew Garrett2019-08-191-2/+3
* lockdown: Lock down /proc/kcoreDavid Howells2019-08-191-0/+5
* fs/proc/kcore.c: make kcore_modules staticYueHaibing2019-03-291-1/+1
* x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-0/+27
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet2018-09-201-0/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-2/+5
|\
| * x86: Add entry trampolines to kcoreAdrian Hunter2018-08-141-2/+5
* | proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-221-2/+16
* | proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* | proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* | proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* | proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44
* | proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-221-10/+10
* | proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-221-4/+2
* | proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-221-4/+3
* | fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-221-1/+3
|/
* proc/kcore: don't bounds check against address 0Laura Abbott2018-05-111-7/+16
* vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-0/+4
* fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens2018-02-061-13/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel2017-06-201-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* /proc/kcore: update physical address for kcore ram and textPratyush Anand2017-02-271-1/+4
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa2016-09-201-1/+6
* fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa2016-09-201-10/+14
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-2/+2
* x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-181-2/+2
* fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He2014-10-091-1/+3