summaryrefslogtreecommitdiff
path: root/fs/proc/kcore.c
AgeCommit message (Expand)Author
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-08-19lockdown: Print current->comm in restriction messagesMatthew Garrett
2019-08-19lockdown: Lock down /proc/kcoreDavid Howells
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval
2018-08-22proc/kcore: hold lock during readOmar Sandoval
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-20fs/proc: kcore: use kcore_list type to check for vmalloc/module addressArd Biesheuvel
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27/proc/kcore: update physical address for kcore ram and textPratyush Anand
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-20fs/proc/kcore.c: Add bounce buffer for ktext dataJiri Olsa
2016-09-20fs/proc/kcore.c: Make bounce buffer global for readJiri Olsa
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2014-10-09fs/proc/kcore.c: don't add modules range to kcore if it's equal to vmcore rangeBaoquan He
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick