| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-26 | Merge tag 'x86-debug-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+1 |
| 2025-05-16 | x86/tracing, x86/mm: Move page fault tracepoints to generic | Nam Cao | 1 | -1/+1 |
| 2025-05-16 | x86/tracing, x86/mm: Remove redundant trace_pagefault_key | Nam Cao | 1 | -3/+0 |
| 2025-04-01 | x86/mm: Stop prefetching current->mm->mmap_lock on page faults | Mateusz Guzik | 1 | -3/+0 |
| 2025-01-31 | Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
| 2024-12-20 | x86/mm: Remove unnecessary include of <linux/extable.h> | Sebastian Andrzej Siewior | 1 | -1/+0 |
| 2024-12-17 | x86/mm: Convert unreachable() to BUG() | Peter Zijlstra | 1 | -1/+1 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+15 |
| 2024-05-13 | Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+4 |
| 2024-05-01 | x86/mm: Remove broken vsyscall emulation code from the page fault code | Linus Torvalds | 1 | -32/+1 |
| 2024-04-25 | x86: mm: accelerate pagefault when badaccess | Kefeng Wang | 1 | -9/+14 |
| 2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
| 2024-04-14 | x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops() | Juergen Gross | 1 | -3/+4 |
| 2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+8 |
| 2024-03-11 | Merge tag 'x86_mm_for_6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -13/+14 |
| 2024-03-11 | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+5 |
| 2024-03-11 | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+4 |
| 2024-03-06 | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu | 1 | -2/+2 |
| 2024-03-06 | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu | 1 | -4/+4 |
| 2024-03-06 | mm/x86: replace p4d_large() with p4d_leaf() | Peter Xu | 1 | -2/+2 |
| 2024-02-15 | x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h | Hou Tao | 1 | -9/+0 |
| 2024-01-31 | x86/fred: Make exc_page_fault() work for FRED | H. Peter Anvin (Intel) | 1 | -1/+4 |
| 2024-01-29 | x86/fault: Dump RMP table information when RMP page faults occur | Michael Roth | 1 | -0/+4 |
| 2024-01-29 | x86/traps: Define RMP violation #PF error code | Brijesh Singh | 1 | -0/+1 |
| 2024-01-26 | x86/mm: Get rid of conditional IF flag handling in page fault path | Linus Torvalds | 1 | -13/+14 |
| 2023-12-29 | arch/mm/fault: fix major fault accounting when retrying under per-VMA lock | Suren Baghdasaryan | 1 | -0/+2 |
| 2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+22 |
| 2023-08-24 | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETED | Suren Baghdasaryan | 1 | -1/+2 |
| 2023-08-18 | mm: remove CONFIG_PER_VMA_LOCK ifdefs | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2023-07-11 | x86/mm: Check shadow stack page fault errors | Rick Edgecombe | 1 | -0/+22 |
| 2023-06-24 | mm: introduce new 'lock_mm_and_find_vma()' page fault helper | Linus Torvalds | 1 | -50/+2 |
| 2023-04-05 | x86/mm: try VMA lock-based page fault handling first | Suren Baghdasaryan | 1 | -0/+36 |
| 2023-02-02 | Revert "x86: kmsan: sync metadata pages on page fault" | Alexander Potapenko | 1 | -22/+1 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+22 |
| 2022-10-03 | x86: kmsan: sync metadata pages on page fault | Alexander Potapenko | 1 | -1/+22 |
| 2022-08-24 | x86/mm: Print likely CPU at segfault time | Rik van Riel | 1 | -0/+10 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+4 |
| 2022-07-05 | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 1 | -1/+1 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-04-04 | x86/fault: Cast an argument to the proper address space in prefetch() | Lukas Bulwahn | 1 | -1/+1 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -2/+1 |
| 2021-10-04 | Merge branch x86/cc into x86/core | Borislav Petkov | 1 | -8/+18 |
| 2021-09-21 | x86/mm/64: Improve stack overflow warnings | Peter Zijlstra | 1 | -10/+10 |
| 2021-09-20 | x86/fault: Fix wrong signal when vsyscall fails with pkey | Jiashuo Liang | 1 | -8/+18 |
| 2021-07-07 | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2021-06-28 | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
| 2021-06-23 | x86/cpu: Sanitize X86_FEATURE_OSPKE | Thomas Gleixner | 1 | -1/+1 |
| 2021-06-04 | x86/fault: Don't send SIGSEGV twice on SEGV_PKUERR | Jiashuo Liang | 1 | -2/+2 |
| 2021-06-01 | x86,kprobes: WARN if kprobes tries to handle a fault | Peter Zijlstra | 1 | -2/+2 |
| 2021-03-21 | x86: Fix various typos in comments, take #2 | Ingo Molnar | 1 | -1/+1 |
| 2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2021-02-26 | kfence: add test suite | Marco Elver | 1 | -1/+2 |
| 2021-02-26 | kfence: use pt_regs to generate stack trace on faults | Marco Elver | 1 | -1/+1 |
| 2021-02-26 | x86, kfence: enable KFENCE for x86 | Alexander Potapenko | 1 | -0/+5 |
| 2021-02-12 | Merge branch 'x86/cleanups' into x86/mm | Ingo Molnar | 1 | -30/+0 |
| 2021-02-10 | x86/{fault,efi}: Fix and rename efi_recover_from_page_fault() | Andy Lutomirski | 1 | -5/+6 |
| 2021-02-10 | x86/fault: Don't run fixups for SMAP violations | Andy Lutomirski | 1 | -3/+6 |
| 2021-02-10 | x86/fault: Don't look for extable entries for SMEP violations | Andy Lutomirski | 1 | -2/+2 |
| 2021-02-10 | x86/fault: Rename no_context() to kernelmode_fixup_or_oops() | Andy Lutomirski | 1 | -18/+10 |
| 2021-02-10 | x86/fault: Bypass no_context() for implicit kernel faults from usermode | Andy Lutomirski | 1 | -27/+32 |
| 2021-02-10 | x86/fault: Split the OOPS code out from no_context() | Andy Lutomirski | 1 | -54/+62 |
| 2021-02-10 | x86/fault: Improve kernel-executing-user-memory handling | Andy Lutomirski | 1 | -3/+18 |
| 2021-02-10 | x86/fault: Correct a few user vs kernel checks wrt WRUSS | Andy Lutomirski | 1 | -4/+11 |
| 2021-02-10 | x86/fault: Document the locking in the fault_signal_pending() path | Andy Lutomirski | 1 | -1/+4 |
| 2021-02-10 | x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault() | Andy Lutomirski | 1 | -5/+7 |
| 2021-02-10 | x86/fault: Fold mm_fault_error() into do_user_addr_fault() | Andy Lutomirski | 1 | -52/+45 |
| 2021-02-10 | x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUs | Andy Lutomirski | 1 | -0/+13 |
| 2021-02-10 | x86/fault: Fix AMD erratum #91 errata fixup for user code | Andy Lutomirski | 1 | -10/+17 |
| 2021-01-21 | x86/vm86/32: Remove VM86_SCREEN_BITMAP support | Andy Lutomirski | 1 | -30/+0 |
| 2020-11-18 | x86/traps: Attempt to fixup exceptions in vDSO before signaling | Sean Christopherson | 1 | -0/+7 |
| 2020-11-18 | x86/fault: Add a helper function to sanitize error code | Sean Christopherson | 1 | -12/+14 |
| 2020-11-17 | x86/mm: Signal SIGSEGV with PF_SGX | Sean Christopherson | 1 | -0/+12 |
| 2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -5/+8 |
| 2020-10-21 | x86/kvm: Update the comment about asynchronous page fault in exc_page_fault() | Vitaly Kuznetsov | 1 | -5/+8 |
| 2020-10-12 | Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2020-10-07 | x86/mce: Decode a kernel instruction to determine if it is copying from user | Tony Luck | 1 | -1/+1 |
| 2020-09-03 | x86/mm/32: Bring back vmalloc faulting on x86_32 | Joerg Roedel | 1 | -0/+78 |
| 2020-08-12 | mm/x86: use general page fault accounting | Peter Xu | 1 | -15/+2 |
| 2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+1 |
| 2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
| 2020-07-24 | x86/entry: Cleanup idtentry_enter/exit | Thomas Gleixner | 1 | -3/+3 |
| 2020-07-06 | x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit() | Andy Lutomirski | 1 | -3/+3 |
| 2020-06-18 | maccess: rename probe_kernel_address to get_kernel_nofault | Christoph Hellwig | 1 | -3/+3 |
| 2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-11 | x86/idt: Consolidate idt functionality | Thomas Gleixner | 1 | -12/+4 |
| 2020-06-11 | x86/entry: Switch page fault exception to IDTENTRY_RAW | Thomas Gleixner | 1 | -21/+48 |
| 2020-06-11 | x86/entry: Convert Invalid Opcode exception to IDTENTRY | Thomas Gleixner | 1 | -1/+1 |
| 2020-06-11 | x86/traps: Make interrupt enable/disable symmetric in C code | Thomas Gleixner | 1 | -2/+13 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -6/+6 |
| 2020-06-09 | mmap locking API: rename mmap_sem to mmap_lock | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -4/+4 |
| 2020-06-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+19 |
| 2020-06-02 | x86/mm: remove vmalloc faulting | Joerg Roedel | 1 | -134/+0 |
| 2020-06-02 | mm: remove vmalloc_sync_(un)mappings() | Joerg Roedel | 1 | -37/+0 |
| 2020-06-02 | x86/mm/32: implement arch_sync_kernel_mappings() | Joerg Roedel | 1 | -9/+16 |
| 2020-05-19 | x86/kvm: Handle async page faults directly through do_page_fault() | Andy Lutomirski | 1 | -0/+19 |
| 2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-02 | mm: allow VM_FAULT_RETRY for multiple times | Peter Xu | 1 | -2/+0 |
| 2020-04-02 | mm: introduce FAULT_FLAG_DEFAULT | Peter Xu | 1 | -1/+1 |
| 2020-04-02 | x86/mm: use helper fault_signal_pending() | Peter Xu | 1 | -15/+13 |
| 2020-03-21 | x86/mm: split vmalloc_sync_all() | Joerg Roedel | 1 | -2/+24 |
| 2020-01-28 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -27/+12 |
| 2020-01-07 | x86/context-tracking: Remove exception_enter/exit() from do_page_fault() | Frederic Weisbecker | 1 | -27/+12 |
| 2019-12-10 | mm, x86/mm: Untangle address space layout definitions from basic pgtable type... | Ingo Molnar | 1 | -0/+1 |
| 2019-11-26 | x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all() | Joerg Roedel | 1 | -1/+1 |
| 2019-07-22 | x86/mm: Sync also unmappings in vmalloc_sync_all() | Joerg Roedel | 1 | -8/+5 |
| 2019-07-22 | x86/mm: Check for pfn instead of page in vmalloc_sync_one() | Joerg Roedel | 1 | -1/+1 |
| 2019-07-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -19/+11 |
| 2019-07-17 | x86/mm, tracing: Fix CR2 corruption | Peter Zijlstra | 1 | -19/+11 |
| 2019-07-16 | mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() | Anshuman Khandual | 1 | -19/+2 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+5 |
| 2019-06-28 | x86/vsyscall: Document odd SIGSEGV error code for vsyscalls | Andy Lutomirski | 1 | -0/+7 |
| 2019-06-28 | x86/vsyscall: Show something useful on a read fault | Andy Lutomirski | 1 | -6/+5 |
| 2019-06-03 | signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbus | Eric W. Biederman | 1 | -2/+1 |
| 2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -4/+3 |
| 2019-05-29 | signal: Explicitly call force_sig_fault on current | Eric W. Biederman | 1 | -3/+3 |
| 2019-05-27 | signal: Remove task parameter from force_sig_mceerr | Eric W. Biederman | 1 | -1/+1 |
| 2019-05-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -37/+18 |
| 2019-04-24 | x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault() | Jiri Kosina | 1 | -2/+0 |
| 2019-04-21 | x86/fault: Make fault messages more succinct | Borislav Petkov | 1 | -3/+3 |
| 2019-04-19 | x86/fault: Decode and print #PF oops in human readable form | Sean Christopherson | 1 | -31/+11 |
| 2019-04-19 | x86/fault: Reword initial BUG message for unhandled page faults | Sean Christopherson | 1 | -3/+6 |
| 2019-04-17 | x86/traps: Use cpu_entry_area instead of orig_ist | Thomas Gleixner | 1 | -1/+2 |
| 2019-04-17 | x86/exceptions: Make IST index zero based | Thomas Gleixner | 1 | -1/+1 |
| 2019-03-07 | mm: create the new vm_fault_t type | Souptick Joarder | 1 | -1/+1 |
| 2019-01-29 | x86/fault: Fix sign-extend unintended sign extension | Colin Ian King | 1 | -1/+1 |
| 2018-11-22 | x86/fault: Clean up the page fault oops decoder a bit | Ingo Molnar | 1 | -15/+23 |
| 2018-11-22 | x86/fault: Decode page fault OOPSes better | Andy Lutomirski | 1 | -0/+84 |
| 2018-11-22 | x86/fault: Don't try to recover from an implicit supervisor access | Andy Lutomirski | 1 | -0/+10 |
| 2018-11-22 | x86/fault: Remove sw_error_code | Andy Lutomirski | 1 | -39/+11 |
| 2018-11-20 | x86/fault: Don't set thread.cr2, etc before OOPSing | Andy Lutomirski | 1 | -8/+0 |
| 2018-11-20 | x86/fault: Make error_code sanitization more robust | Andy Lutomirski | 1 | -9/+21 |
| 2018-11-20 | x86/fault: Improve the condition for signalling vs OOPSing | Andy Lutomirski | 1 | -1/+1 |
| 2018-11-20 | x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accesses | Andy Lutomirski | 1 | -3/+6 |
| 2018-11-20 | x86/fault: Fold smap_violation() into do_user_addr_fault() | Andy Lutomirski | 1 | -17/+6 |
| 2018-11-20 | x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out | Andy Lutomirski | 1 | -4/+1 |
| 2018-11-20 | x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlock | Andy Lutomirski | 1 | -5/+2 |
| 2018-11-12 | x86/mm/fault: Allow stack access below %rsp | Waiman Long | 1 | -12/+0 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
| 2018-10-24 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -109/+58 |
| 2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -99/+189 |
| 2018-10-23 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -12/+14 |
| 2018-10-21 | x86/mm: Kill stray kernel fault handling comment | Dave Hansen | 1 | -1/+0 |
| 2018-10-09 | x86/mm: Remove spurious fault pkey check | Dave Hansen | 1 | -6/+7 |
| 2018-10-09 | x86/mm/vsyscall: Consider vsyscall page part of user address space | Dave Hansen | 1 | -13/+25 |
| 2018-10-09 | x86/mm: Add vsyscall address helper | Dave Hansen | 1 | -1/+10 |
| 2018-10-09 | x86/mm: Fix exception table comments | Dave Hansen | 1 | -13/+15 |
| 2018-10-09 | x86/mm: Add clarifying comments for user addr space | Dave Hansen | 1 | -0/+8 |
| 2018-10-09 | x86/mm: Break out user address space handling | Dave Hansen | 1 | -19/+28 |
| 2018-10-09 | x86/mm: Break out kernel address space handling | Dave Hansen | 1 | -39/+62 |
| 2018-10-09 | x86/mm: Clarify hardware vs. software "error_code" | Dave Hansen | 1 | -25/+52 |
| 2018-09-26 | efi/x86: Handle page faults occurring while running EFI runtime services | Sai Praneeth | 1 | -0/+9 |
| 2018-09-21 | signal/x86: Pass pkey by value | Eric W. Biederman | 1 | -7/+7 |
| 2018-09-21 | signal/x86: Replace force_sig_info_fault with force_sig_fault | Eric W. Biederman | 1 | -19/+4 |
| 2018-09-21 | signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore | Eric W. Biederman | 1 | -52/+24 |
| 2018-09-21 | signal/x86: Pass pkey not vma into __bad_area | Eric W. Biederman | 1 | -12/+8 |
| 2018-09-21 | signal/x86: Don't compute pkey in __do_page_fault | Eric W. Biederman | 1 | -4/+0 |
| 2018-09-21 | signal/x86: Remove pkey parameter from mm_fault_error | Eric W. Biederman | 1 | -2/+2 |
| 2018-09-21 | signal/x86: Remove the pkey parameter from do_sigbus | Eric W. Biederman | 1 | -3/+3 |
| 2018-09-21 | signal/x86: Remove pkey parameter from bad_area_nosemaphore | Eric W. Biederman | 1 | -7/+7 |
| 2018-09-19 | signal/x86: Move MCE error reporting out of force_sig_info_fault | Eric W. Biederman | 1 | -13/+13 |
| 2018-09-03 | x86/fault: Plumb error code and fault address through to fault handlers | Jann Horn | 1 | -1/+1 |
| 2018-09-03 | x86/kprobes: Refactor kprobes_fault() like kprobe_exceptions_notify() | Jann Horn | 1 | -11/+13 |
| 2018-08-31 | x86/dumpstack: Don't dump kernel memory based on usermode RIP | Jann Horn | 1 | -1/+1 |
| 2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -2/+3 |
| 2018-07-30 | x86/mm: Remove in_nmi() warning from vmalloc_fault() | Joerg Roedel | 1 | -2/+0 |
| 2018-06-27 | x86/mm: Clean up the printk()s in show_fault_oops() | Dmitry Vyukov | 1 | -7/+4 |
| 2018-06-26 | x86/mm: Get rid of KERN_CONT in show_fault_oops() | Dmitry Vyukov | 1 | -7/+3 |
| 2018-06-04 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+5 |
| 2018-06-04 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
| 2018-05-19 | x86/mm: Stop pretending pgtable_l5_enabled is a variable | Kirill A. Shutemov | 1 | -2/+2 |
| 2018-04-26 | x86/fault: Dump user opcode bytes on fatal faults | Borislav Petkov | 1 | -2/+5 |
| 2018-04-25 | signal: Ensure every siginfo we send has all bits initialized | Eric W. Biederman | 1 | -0/+1 |
| 2018-04-02 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -41/+19 |
| 2018-04-02 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
| 2018-03-15 | x86/mm: Remove pointless checks in vmalloc_fault | Toshi Kani | 1 | -39/+17 |
| 2018-03-14 | Merge branch 'x86/urgent' into x86/mm to pick up dependencies | Thomas Gleixner | 1 | -3/+3 |
| 2018-03-14 | x86/mm: Fix vmalloc_fault to use pXd_large | Toshi Kani | 1 | -3/+3 |
| 2018-03-12 | Merge branch 'x86/pti' into x86/mm, to pick up dependencies | Ingo Molnar | 1 | -4/+0 |
| 2018-03-08 | x86/fault: Do not print IP in show_fault_oops() | Borislav Petkov | 1 | -1/+0 |
| 2018-02-20 | x86/mm: Remove stale comment about KMEMCHECK | Jann Horn | 1 | -4/+0 |
| 2018-02-16 | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks | Kirill A. Shutemov | 1 | -2/+2 |
| 2018-01-26 | x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels | Andy Lutomirski | 1 | -13/+9 |
| 2018-01-14 | x86/mm/pkeys: Fix fill_sig_info_pkey | Eric W. Biederman | 1 | -3/+4 |
| 2017-12-19 | Do not hash userspace addresses in fault handlers | Kees Cook | 1 | -1/+1 |
| 2017-12-05 | x86: don't hash faulting address in oops printout | Linus Torvalds | 1 | -1/+1 |
| 2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -6/+0 |
| 2017-11-07 | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts | Ingo Molnar | 1 | -1/+11 |
| 2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | x86/mm: Relocate page fault error codes to traps.h | Ricardo Neri | 1 | -54/+34 |
| 2017-11-01 | x86/mm: fix use-after-free of vma during userfaultfd fault | Vlastimil Babka | 1 | -1/+10 |
| 2017-09-25 | x86/mm: Fix fault error path using unsafe vma pointer | Laurent Dufour | 1 | -23/+24 |
| 2017-09-23 | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf | 1 | -2/+1 |
| 2017-09-04 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -36/+13 |
| 2017-08-31 | x86/mm: Use pr_cont() in dump_pagetable() | Jan Beulich | 1 | -11/+15 |
| 2017-08-29 | x86/tracing: Disentangle pagefault and resched IPI tracing key | Thomas Gleixner | 1 | -1/+1 |
| 2017-08-29 | x86/traps: Simplify pagefault tracing logic | Thomas Gleixner | 1 | -36/+13 |
| 2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 1 | -5/+5 |
| 2017-03-14 | x86/mm/vmalloc: Add 5-level paging support | Kirill A. Shutemov | 1 | -3/+24 |