summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-9/+15
|\
| * x86: mm: accelerate pagefault when badaccessKefeng Wang2024-04-261-9/+14
| * fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* | Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-141-3/+4
|\ \
| * | x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()Juergen Gross2024-04-141-3/+4
| |/
* / x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds2024-05-011-32/+1
|/
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-8/+8
|\
| * mm/treewide: replace pud_large() with pud_leaf()Peter Xu2024-03-061-2/+2
| * mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu2024-03-061-4/+4
| * mm/x86: replace p4d_large() with p4d_leaf()Peter Xu2024-03-061-2/+2
* | Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-03-121-13/+14
|\ \
| * | x86/mm: Get rid of conditional IF flag handling in page fault pathLinus Torvalds2024-01-261-13/+14
| |/
* | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-121-0/+5
|\ \
| * | x86/fault: Dump RMP table information when RMP page faults occurMichael Roth2024-01-291-0/+4
| * | x86/traps: Define RMP violation #PF error codeBrijesh Singh2024-01-291-0/+1
| |/
* | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-1/+4
|\ \
| * | x86/fred: Make exc_page_fault() work for FREDH. Peter Anvin (Intel)2024-01-311-1/+4
| |/
* / x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao2024-02-161-9/+0
|/
* arch/mm/fault: fix major fault accounting when retrying under per-VMA lockSuren Baghdasaryan2023-12-291-0/+2
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-0/+22
|\
| * x86/mm: Check shadow stack page fault errorsRick Edgecombe2023-07-111-0/+22
* | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-251-1/+2
* | mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)2023-08-181-4/+0
|/
* mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-241-50/+2
* x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan2023-04-061-0/+36
* Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko2023-02-031-22/+1
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-111-1/+22
|\
| * x86: kmsan: sync metadata pages on page faultAlexander Potapenko2022-10-031-1/+22
* | x86/mm: Print likely CPU at segfault timeRik van Riel2022-08-241-0/+10
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-0/+4
|\
| * mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-171-0/+4
* | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
|/
* x86/fault: Cast an argument to the proper address space in prefetch()Lukas Bulwahn2022-04-041-1/+1
* mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-2/+1
* Merge branch x86/cc into x86/coreBorislav Petkov2021-10-041-8/+18
|\
| * x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang2021-09-201-8/+18
* | x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-09-211-10/+10
|/
* Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-1/+1
|\
| * x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2021-06-231-1/+1
* | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-06-281-2/+2
|\ \ | |/ |/|
| * x86,kprobes: WARN if kprobes tries to handle a faultPeter Zijlstra2021-06-011-2/+2
* | x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang2021-06-041-2/+2
|/
* x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* kfence: add test suiteMarco Elver2021-02-261-1/+2
* kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-261-1/+1
* x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-261-0/+5
* Merge branch 'x86/cleanups' into x86/mmIngo Molnar2021-02-121-30/+0
|\
| * x86/vm86/32: Remove VM86_SCREEN_BITMAP supportAndy Lutomirski2021-01-211-30/+0
* | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()Andy Lutomirski2021-02-101-5/+6