Age | Commit message (Expand) | Author |
2016-05-20 | x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code | Andy Lutomirski |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-08 | Merge branch 'linus' into ras/core, to pick up fixes | Ingo Molnar |
2016-03-03 | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen |
2016-02-18 | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen |
2016-02-18 | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen |
2016-02-18 | x86/mm: Expand the exception table logic to allow new handling options | Tony Luck |
2016-02-18 | x86/mm: Fix vmalloc_fault() to handle large pages properly | Toshi Kani |
2015-07-31 | x86/vm86: Clean up vm86.h includes | Brian Gerst |
2015-07-31 | x86/vm86: Move vm86 fields out of 'thread_struct' | Brian Gerst |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski |
2015-03-23 | x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() | Andy Lutomirski |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 | Andy Lutomirski |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2014-12-17 | x86: mm: fix VM_FAULT_RETRY handling | Linus Torvalds |
2014-12-15 | x86: mm: consolidate VM_FAULT_RETRY handling | Linus Torvalds |
2014-12-15 | x86: mm: move mmap_sem unlock from mm_fault_error() to caller | Linus Torvalds |
2014-10-14 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-09-23 | x86: skip check for spurious faults for non-present faults | David Vrabel |
2014-09-19 | sched: Add helper for task stack page overrun checking | Aaron Tomlin |
2014-09-19 | init/main.c: Give init_task a canary | Aaron Tomlin |
2014-09-16 | x86/mm/hotplug: Modify PGD entry when removing memory | Yasuaki Ishimatsu |
2014-08-06 | mm: describe mmap_sem rules for __lock_page_or_retry() and callers | Paul Cassella |
2014-08-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2014-06-12 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2014-06-11 | x86/smep: Be more informative when signalling an SMEP fault | Jiri Kosina |
2014-05-05 | x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO | Andy Lutomirski |
2014-04-24 | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu |
2014-03-31 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-03-06 | x86, trace: Further robustify CR2 handling vs tracing | Peter Zijlstra |
2014-03-05 | Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo | Matt Fleming |
2014-03-04 | x86, trace: Fix CR2 corruption when tracing page faults | Jiri Olsa |
2014-03-04 | x86/mm/pageattr: Always dump the right page table in an oops | Matt Fleming |
2014-02-13 | x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is off | H. Peter Anvin |
2014-01-16 | x86, mm, perf: Allow recursive faults from interrupts | Peter Zijlstra |
2013-11-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2013-11-14 | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-11-12 | x86/dumpstack: Fix printk_address for direct addresses | Jiri Slaby |
2013-11-11 | x86, trace: Change user|kernel_page_fault to page_fault_user|kernel | H. Peter Anvin |
2013-11-08 | x86, trace: Add page fault tracepoints | Seiji Aguchi |
2013-11-08 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi |
2013-10-29 | perf/x86: Further optimize copy_from_user_nmi() | Peter Zijlstra |
2013-09-12 | x86: finish user fault error path with fatal signal | Johannes Weiner |