summaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)Author
2018-06-27x86/mm: Clean up the printk()s in show_fault_oops()Dmitry Vyukov
2018-06-26x86/mm: Get rid of KERN_CONT in show_fault_oops()Dmitry Vyukov
2018-06-04Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov
2018-04-26x86/fault: Dump user opcode bytes on fatal faultsBorislav Petkov
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-02Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-04-02Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-03-15x86/mm: Remove pointless checks in vmalloc_faultToshi Kani
2018-03-14Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner
2018-03-14x86/mm: Fix vmalloc_fault to use pXd_largeToshi Kani
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar
2018-03-08x86/fault: Do not print IP in show_fault_oops()Borislav Petkov
2018-02-20x86/mm: Remove stale comment about KMEMCHECKJann Horn
2018-02-16x86/mm: Replace compile-time checks for 5-level paging with runtime-time checksKirill A. Shutemov
2018-01-26x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernelsAndy Lutomirski
2018-01-14x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman
2017-12-19Do not hash userspace addresses in fault handlersKees Cook
2017-12-05x86: don't hash faulting address in oops printoutLinus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01x86/mm: Relocate page fault error codes to traps.hRicardo Neri
2017-11-01x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka
2017-09-25x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31x86/mm: Use pr_cont() in dump_pagetable()Jan Beulich
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner
2017-08-29x86/traps: Simplify pagefault tracing logicThomas Gleixner
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski
2017-03-14x86/mm/vmalloc: Add 5-level paging supportKirill A. Shutemov
2017-03-14x86/mm: Convert trivial cases of page table walk to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-15x86/mm: Drop unused argument 'removed' from sync_global_pgds()Kirill A. Shutemov
2016-10-25x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf
2016-10-11Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-09-27exceptions: detritus removalAl Viro
2016-09-20x86: Migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-09-09x86/pkeys: Add fault handling for PF_PK page fault bitDave Hansen
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski
2016-05-20x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski