index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2025-02-17
x86/mm: Convert unreachable() to BUG()
Peter Zijlstra
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-13
Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
2024-04-25
x86: mm: accelerate pagefault when badaccess
Kefeng Wang
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2024-04-14
x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
Juergen Gross
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-11
Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-03-11
Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-03-11
Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-03-06
mm/x86: replace p4d_large() with p4d_leaf()
Peter Xu
2024-02-15
x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
Hou Tao
2024-01-31
x86/fred: Make exc_page_fault() work for FRED
H. Peter Anvin (Intel)
2024-01-29
x86/fault: Dump RMP table information when RMP page faults occur
Michael Roth
2024-01-29
x86/traps: Define RMP violation #PF error code
Brijesh Singh
2024-01-26
x86/mm: Get rid of conditional IF flag handling in page fault path
Linus Torvalds
2023-12-29
arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
Suren Baghdasaryan
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-24
mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED
Suren Baghdasaryan
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
2023-07-11
x86/mm: Check shadow stack page fault errors
Rick Edgecombe
2023-06-24
mm: introduce new 'lock_mm_and_find_vma()' page fault helper
Linus Torvalds
2023-04-05
x86/mm: try VMA lock-based page fault handling first
Suren Baghdasaryan
2023-02-02
Revert "x86: kmsan: sync metadata pages on page fault"
Alexander Potapenko
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-03
x86: kmsan: sync metadata pages on page fault
Alexander Potapenko
2022-08-24
x86/mm: Print likely CPU at segfault time
Rik van Riel
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-05
context_tracking: Take IRQ eqs entrypoints over RCU
Frederic Weisbecker
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
2022-04-04
x86/fault: Cast an argument to the proper address space in prefetch()
Lukas Bulwahn
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
2021-10-04
Merge branch x86/cc into x86/core
Borislav Petkov
2021-09-21
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
2021-07-07
Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-06-23
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-04
x86/fault: Don't send SIGSEGV twice on SEGV_PKUERR
Jiashuo Liang
2021-06-01
x86,kprobes: WARN if kprobes tries to handle a fault
Peter Zijlstra
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
2021-02-26
kfence: add test suite
Marco Elver
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2021-02-26
x86, kfence: enable KFENCE for x86
Alexander Potapenko
2021-02-12
Merge branch 'x86/cleanups' into x86/mm
Ingo Molnar
2021-02-10
x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()
Andy Lutomirski
[next]