summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/fault.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-111-1/+1
|\
| * exceptions: detritus removalAl Viro2016-09-271-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-031-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-261-1/+1
* x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-1/+1
* x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-1/+1
* x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski2016-07-151-1/+1
* x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault codeAndy Lutomirski2016-05-201-3/+8
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-22/+128
|\
| * x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen2016-03-031-18/+0
| * mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen2016-02-181-0/+10
| * mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-2/+6
| * x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen2016-02-181-0/+15
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-1/+20
| * x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen2016-02-181-1/+63
| * x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen2016-02-181-22/+28
| * x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen2016-02-181-0/+8
* | Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar2016-03-081-4/+11
|\ \
| * | x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani2016-02-181-4/+11
| |/
* / x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-1/+1
|/
* x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
* x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-311-2/+4
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+3
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-3/+3
* x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski2015-03-231-1/+1
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* x86: mm: fix VM_FAULT_RETRY handlingLinus Torvalds2014-12-171-1/+1
* x86: mm: consolidate VM_FAULT_RETRY handlingLinus Torvalds2014-12-151-28/+30
* x86: mm: move mmap_sem unlock from mm_fault_error() to callerLinus Torvalds2014-12-151-7/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-141-1/+1
|\
| * x86/mm/hotplug: Modify PGD entry when removing memoryYasuaki Ishimatsu2014-09-161-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-4/+1
|\ \
| * | sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-3/+1
| * | init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-2/+1
| |/
* / x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-231-2/+20
|/
* mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-1/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-041-0/+6
|\
| * x86/smep: Be more informative when signalling an SMEP faultJiri Kosina2014-06-111-0/+6
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-11/+18
|\ \ | |/ |/|
| * kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-11/+18
* | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSOAndy Lutomirski2014-05-051-2/+3
|/
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-03-311-1/+6
|\
| * Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingoMatt Fleming2014-03-051-1/+6
| |\
| | * x86/mm/pageattr: Always dump the right page table in an oopsMatt Fleming2014-03-041-1/+6
* | | x86, trace: Further robustify CR2 handling vs tracingPeter Zijlstra2014-03-061-10/+23
|/ /