summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn2018-08-311-1/+1
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-2/+3
* x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel2018-07-301-2/+0
* x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov2018-06-271-7/+4
* x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov2018-06-261-7/+3
* Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-051-2/+5
|\
| * x86/fault: Dump user opcode bytes on fatal faultsBorislav Petkov2018-04-261-2/+5
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-2/+2
|\ \
| * | x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-2/+2
| |/
* / signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-031-41/+19
|\
| * x86/mm: Remove pointless checks in vmalloc_faultToshi Kani2018-03-151-39/+17
| * Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-141-3/+3
| |\
| * \ Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-4/+0
| |\ \
| * | | x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov2018-02-161-2/+2
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-031-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/fault: Do not print IP in show_fault_oops()Borislav Petkov2018-03-081-1/+0
| | |/ | |/|
* / | x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani2018-03-141-3/+3
|/ /
* / x86/mm: Remove stale comment about KMEMCHECKJann Horn2018-02-201-4/+0
|/
* x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski2018-01-261-13/+9
* x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-141-3/+4
* Do not hash userspace addresses in fault handlersKees Cook2017-12-201-1/+1
* x86: don't hash faulting address in oops printoutLinus Torvalds2017-12-061-1/+1
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-6/+0
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-1/+11
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| * | x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka2017-11-011-1/+10
| |/
* / x86/mm: Relocate page fault error codes to traps.hRicardo Neri2017-11-011-54/+34
|/
* x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-2/+1
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-36/+13
|\
| * x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-291-1/+1
| * x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-36/+13
* | x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich2017-08-311-11/+15
|/
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-5/+5
* x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov2017-03-141-3/+24
* x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov2017-03-141-6/+33
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86/mm: Drop unused argument 'removed' from sync_global_pgds()Kirill A. Shutemov2016-12-151-1/+1
* x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf2016-10-251-2/+1
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-121-1/+1
|\
| * exceptions: detritus removalAl Viro2016-09-281-1/+1
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-101-0/+9
|\ \
| * | x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen2016-09-091-0/+9
| |/
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-041-1/+1
|\ \
| * | x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
| |/
* / x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski2016-09-081-0/+32
|/
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-1/+1
* x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-1/+1