Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2040cf9f59037aa8aec749363e69ead165b67b43
/
arch
/
x86
/
mm
/
fault.c
9a62d20
x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()
by Joerg Roedel
· 5 years ago
8e998fc
x86/mm: Sync also unmappings in vmalloc_sync_all()
by Joerg Roedel
· 5 years ago
51b75b5
x86/mm: Check for pfn instead of page in vmalloc_sync_one()
by Joerg Roedel
· 5 years ago
c6dd78f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
a0d14b8
x86/mm, tracing: Fix CR2 corruption
by Peter Zijlstra
· 6 years ago
b98cca4
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
by Anshuman Khandual
· 6 years ago
5ad18b2
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
e0a446c
x86/vsyscall: Document odd SIGSEGV error code for vsyscalls
by Andy Lutomirski
· 6 years ago
918ce32
x86/vsyscall: Show something useful on a read fault
by Andy Lutomirski
· 6 years ago
318759b
signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbus
by Eric W. Biederman
· 6 years ago
2e1661d2
signal: Remove the task parameter from force_sig_fault
by Eric W. Biederman
· 6 years ago
351b682
signal: Explicitly call force_sig_fault on current
by Eric W. Biederman
· 6 years ago
f8eac90
signal: Remove task parameter from force_sig_mceerr
by Eric W. Biederman
· 6 years ago
0bc40e5
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a65c88e
x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()
by Jiri Kosina
· 6 years ago
ea2f8d6
x86/fault: Make fault messages more succinct
by Borislav Petkov
· 6 years ago
18ea35c5
x86/fault: Decode and print #PF oops in human readable form
by Sean Christopherson
· 6 years ago
f28b11a
x86/fault: Reword initial BUG message for unhandled page faults
by Sean Christopherson
· 6 years ago
d876b67
x86/traps: Use cpu_entry_area instead of orig_ist
by Thomas Gleixner
· 6 years ago
8f34c5b
x86/exceptions: Make IST index zero based
by Thomas Gleixner
· 6 years ago
3d35390
mm: create the new vm_fault_t type
by Souptick Joarder
· 6 years ago
5ccd352
x86/fault: Fix sign-extend unintended sign extension
by Colin Ian King
· 6 years ago
a2aa52a
x86/fault: Clean up the page fault oops decoder a bit
by Ingo Molnar
· 6 years ago
a1a371c
x86/fault: Decode page fault OOPSes better
by Andy Lutomirski
· 6 years ago
ebb53e2
x86/fault: Don't try to recover from an implicit supervisor access
by Andy Lutomirski
· 6 years ago
0ed32f1
x86/fault: Remove sw_error_code
by Andy Lutomirski
· 6 years ago
1ad33f5
x86/fault: Don't set thread.cr2, etc before OOPSing
by Andy Lutomirski
· 6 years ago
e49d3cb
x86/fault: Make error_code sanitization more robust
by Andy Lutomirski
· 6 years ago
6ea59b0
x86/fault: Improve the condition for signalling vs OOPSing
by Andy Lutomirski
· 6 years ago
e50928d
x86/fault: Fix SMAP #PF handling buglet for implicit supervisor accesses
by Andy Lutomirski
· 6 years ago
a15781b
x86/fault: Fold smap_violation() into do_user_addr_fault()
by Andy Lutomirski
· 6 years ago
dae0a10
x86/cpufeatures, x86/fault: Mark SMAP as disabled when configured out
by Andy Lutomirski
· 6 years ago
6344be6
x86/fault: Check user_mode(regs) when avoiding an mmap_sem deadlock
by Andy Lutomirski
· 6 years ago
1d8ca3b
x86/mm/fault: Allow stack access below %rsp
by Waiman Long
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
99792e0
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0200fbd
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1620414
x86/mm: Kill stray kernel fault handling comment
by Dave Hansen
· 6 years ago
367e3f1
x86/mm: Remove spurious fault pkey check
by Dave Hansen
· 6 years ago
3ae0ad9
x86/mm/vsyscall: Consider vsyscall page part of user address space
by Dave Hansen
· 6 years ago
02e983b
x86/mm: Add vsyscall address helper
by Dave Hansen
· 6 years ago
8825974
x86/mm: Fix exception table comments
by Dave Hansen
· 6 years ago
5b0c2ca
x86/mm: Add clarifying comments for user addr space
by Dave Hansen
· 6 years ago
aa37c51
x86/mm: Break out user address space handling
by Dave Hansen
· 6 years ago
8fed620
x86/mm: Break out kernel address space handling
by Dave Hansen
· 6 years ago
164477c
x86/mm: Clarify hardware vs. software "error_code"
by Dave Hansen
· 6 years ago
3425d93
efi/x86: Handle page faults occurring while running EFI runtime services
by Sai Praneeth
· 6 years ago
419ceeb
signal/x86: Pass pkey by value
by Eric W. Biederman
· 6 years ago
b4fd52f
signal/x86: Replace force_sig_info_fault with force_sig_fault
by Eric W. Biederman
· 6 years ago
9db812d
signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphore
by Eric W. Biederman
· 6 years ago
aba1ecd
signal/x86: Pass pkey not vma into __bad_area
by Eric W. Biederman
· 6 years ago
988bbc7b
signal/x86: Don't compute pkey in __do_page_fault
by Eric W. Biederman
· 6 years ago
25c102d
signal/x86: Remove pkey parameter from mm_fault_error
by Eric W. Biederman
· 6 years ago
27274f7
signal/x86: Remove the pkey parameter from do_sigbus
by Eric W. Biederman
· 6 years ago
768fd9c
signal/x86: Remove pkey parameter from bad_area_nosemaphore
by Eric W. Biederman
· 6 years ago
40e5539
signal/x86: Move MCE error reporting out of force_sig_info_fault
by Eric W. Biederman
· 7 years ago
81fd9c1
x86/fault: Plumb error code and fault address through to fault handlers
by Jann Horn
· 6 years ago
a980c0e
x86/kprobes: Refactor kprobes_fault() like kprobe_exceptions_notify()
by Jann Horn
· 6 years ago
342db04
x86/dumpstack: Don't dump kernel memory based on usermode RIP
by Jann Horn
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
6863ea0
x86/mm: Remove in_nmi() warning from vmalloc_fault()
by Joerg Roedel
· 6 years ago
d79d0d8
x86/mm: Clean up the printk()s in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
4188f06
x86/mm: Get rid of KERN_CONT in show_fault_oops()
by Dmitry Vyukov
· 7 years ago
8316385
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
5cef8c2
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ed7588d
x86/mm: Stop pretending pgtable_l5_enabled is a variable
by Kirill A. Shutemov
· 7 years ago
ba54d85
x86/fault: Dump user opcode bytes on fatal faults
by Borislav Petkov
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
d22fff8
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
986b37c
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
565977a
x86/mm: Remove pointless checks in vmalloc_fault
by Toshi Kani
· 7 years ago
745dd37
Merge branch 'x86/urgent' into x86/mm to pick up dependencies
by Thomas Gleixner
· 7 years ago
18a9552
x86/mm: Fix vmalloc_fault to use pXd_large
by Toshi Kani
· 7 years ago
3c76db7
Merge branch 'x86/pti' into x86/mm, to pick up dependencies
by Ingo Molnar
· 7 years ago
9558080
x86/fault: Do not print IP in show_fault_oops()
by Borislav Petkov
· 7 years ago
3b3a926
x86/mm: Remove stale comment about KMEMCHECK
by Jann Horn
· 7 years ago
91f606a
x86/mm: Replace compile-time checks for 5-level paging with runtime-time checks
by Kirill A. Shutemov
· 7 years ago
36b3a77
x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels
by Andy Lutomirski
· 7 years ago
beacd6f
x86/mm/pkeys: Fix fill_sig_info_pkey
by Eric W. Biederman
· 7 years ago
10a7e9d
Do not hash userspace addresses in fault handlers
by Kees Cook
· 7 years ago
328b4ed
x86: don't hash faulting address in oops printout
by Linus Torvalds
· 7 years ago
4950276
kmemcheck: remove annotations
by Levin, Alexander (Sasha Levin)
· 7 years ago
b3d9a13
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
by Ingo Molnar
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1067f03
x86/mm: Relocate page fault error codes to traps.h
by Ricardo Neri
· 7 years ago
cb0631f
x86/mm: fix use-after-free of vma during userfaultfd fault
by Vlastimil Babka
· 7 years ago
a3c4fb7
x86/mm: Fix fault error path using unsafe vma pointer
by Laurent Dufour
· 7 years ago
f5caf62
x86/asm: Fix inline asm call constraints for Clang
by Josh Poimboeuf
· 7 years ago
24e700e
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
39e48d9
x86/mm: Use pr_cont() in dump_pagetable()
by Jan Beulich
· 7 years ago
8095474
x86/tracing: Disentangle pagefault and resched IPI tracing key
by Thomas Gleixner
· 7 years ago
11a7ffb
x86/traps: Simplify pagefault tracing logic
by Thomas Gleixner
· 7 years ago
6c690ee
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
by Andy Lutomirski
· 8 years ago
b50858c
x86/mm/vmalloc: Add 5-level paging support
by Kirill A. Shutemov
· 8 years ago
e0c4f67
x86/mm: Convert trivial cases of page table walk to 5-level paging
by Kirill A. Shutemov
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
5372e15
x86/mm: Drop unused argument 'removed' from sync_global_pgds()
by Kirill A. Shutemov
· 8 years ago
bb5e5ce
x86/dumpstack: Remove kernel text addresses from stack dump
by Josh Poimboeuf
· 8 years ago
Next »