summaryrefslogtreecommitdiff
path: root/arch/x86/mm/fault.c
AgeCommit message (Expand)Author
2018-01-23x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman
2017-11-30x86/mm: fix use-after-free of vma during userfaultfd faultVlastimil Babka
2017-10-05x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour
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
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar
2016-03-03x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-12-17x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds
2014-12-15x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds
2014-12-15x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds
2014-10-14Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-23x86: skip check for spurious faults for non-present faultsDavid Vrabel
2014-09-19sched: Add helper for task stack page overrun checkingAaron Tomlin
2014-09-19init/main.c: Give init_task a canaryAaron Tomlin
2014-09-16x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu
2014-08-06mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-08-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-06-11x86/smep: Be more informative when signalling an SMEP faultJiri Kosina
2014-05-05x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds