summaryrefslogtreecommitdiffstats
path: root/fs/proc/kcore.c
AgeCommit message (Expand)AuthorLines
2025-02-10crash: Use note name macrosAkihiko Odaki-6/+6
2024-12-02proc/kcore: use percpu_rw_semaphore for kclist_lockOmar Sandoval-5/+5
2024-12-02proc/kcore: don't walk list on every readOmar Sandoval-35/+35
2024-12-02proc/kcore: mark proc entry as permanentOmar Sandoval-0/+1
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa-0/+1
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac-5/+5
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev-2/+34
2024-09-09proc: Fix typo in the commentYan Zhen-1/+1
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He-1/+1
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter-1/+2
2023-08-04fs/proc/kcore: reinstate bounce buffer for KCORE_TEXT regionsLorenzo Stoakes-3/+27
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-06-09procfs: replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-05-29fs/proc/kcore.c: Pass a pointer to virt_addr_valid()Linus Walleij-1/+1
2023-04-05mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes-21/+23
2023-04-05fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes-18/+18
2023-04-05fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes-12/+5
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-17/+9
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin-1/+1
2022-11-08fs/proc/kcore.c: use hotplug_memory_notifier() directlyLiu Shixin-6/+1
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel-5/+9
2021-06-30fs/proc/kcore: use page_offline_(freeze|thaw)David Hildenbrand-0/+13
2021-06-30fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...David Hildenbrand-1/+13
2021-06-30fs/proc/kcore: pfn_is_ram check only applies to KCORE_RAMDavid Hildenbrand-8/+27
2021-06-30fs/proc/kcore: drop KCORE_REMAP and KCORE_OTHERDavid Hildenbrand-5/+2
2020-12-15arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport-2/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-1/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-7/+6
2019-08-19lockdown: Print current->comm in restriction messagesMatthew Garrett-2/+3
2019-08-19lockdown: Lock down /proc/kcoreDavid Howells-0/+5
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing-1/+1
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song-0/+27
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-09-20fs/proc/kcore.c: fix invalid memory access in multi-page read optimizationDominique Martinet-0/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+5
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval-2/+16
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval-3/+11
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval-209/+141
2018-08-22proc/kcore: hold lock during readOmar Sandoval-30/+40
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval-49/+44
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval-10/+10
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval-4/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval-4/+3
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse-1/+3
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter-2/+5
2018-05-11proc/kcore: don't bounds check against address 0Laura Abbott-7/+16
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang-0/+4
2018-02-06fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()Heiko Carstens-13/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1