| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-04-30 | 1 | -1/+1 |
|\ |
|
| * | x86, cpu: Convert F00F bug detection | Borislav Petkov | 2013-04-02 | 1 | -1/+1 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-04-30 | 1 | -3/+5 |
|\ \ |
|
| * | | context_tracking: Restore correct previous context state on exception exit | Frederic Weisbecker | 2013-03-07 | 1 | -2/+4 |
| * | | context_tracking: Move exception handling to generic code | Frederic Weisbecker | 2013-03-07 | 1 | -1/+1 |
| |/ |
|
* | | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates | Samu Kallio | 2013-04-10 | 1 | -2/+4 |
|/ |
|
* | Revert "x86, mm: Make spurious_fault check explicitly check explicitly check ... | Andrea Arcangeli | 2013-02-24 | 1 | -7/+1 |
* | x86: Do not leak kernel page mapping locations | Kees Cook | 2013-02-07 | 1 | -3/+5 |
* | mm, oom: remove statically defined arch functions of same name | David Rientjes | 2012-12-12 | 1 | -15/+8 |
* | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 2012-11-30 | 1 | -1/+1 |
* | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-10-01 | 1 | -0/+18 |
|\ |
|
| * | x86, smap: A page fault due to SMAP is an oops | H. Peter Anvin | 2012-09-21 | 1 | -0/+18 |
* | | x86: Exception hooks for userspace RCU extended QS | Frederic Weisbecker | 2012-09-26 | 1 | -2/+11 |
|/ |
|
* | userns: Store uid and gid values in struct cred with kuid_t and kgid_t types | Eric W. Biederman | 2012-05-03 | 1 | -1/+1 |
* | x86: Rename trap_no to trap_nr in thread_struct | Srikar Dronamraju | 2012-03-13 | 1 | -5/+5 |
* | bugs, x86: Fix printk levels for panic, softlockups and stack dumps | Prarit Bhargava | 2012-01-26 | 1 | -2/+2 |
* | x86-64: Set siginfo and context on vsyscall emulation faults | Andy Lutomirski | 2011-12-05 | 1 | -6/+16 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-28 | 1 | -1/+1 |
|\ |
|
| * | x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.c | H. Peter Anvin | 2011-08-16 | 1 | -0/+1 |
* | | x86-64: Don't apply destructive erratum workaround on unaffected CPUs | Jan Beulich | 2011-09-28 | 1 | -1/+7 |
* | | x86: fix mm/fault.c build | Randy Dunlap | 2011-08-15 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 | 1 | -1/+13 |
|\ |
|
| * | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-10 | 1 | -0/+12 |
| * | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-04 | 1 | -1/+1 |
* | | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 2011-07-01 | 1 | -3/+3 |
|/ |
|
* | x86: Move do_page_fault()'s error path under unlikely() | KOSAKI Motohiro | 2011-05-26 | 1 | -15/+20 |
* | x86,mm: make pagefault killable | KOSAKI Motohiro | 2011-05-25 | 1 | -1/+11 |
* | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2011-05-20 | 1 | -0/+1 |
* | x86/mm: Fix pgd_lock deadlock | Andrea Arcangeli | 2011-03-10 | 1 | -4/+3 |
* | x86/mm: Handle mm_fault_error() in kernel space | Andrey Vagin | 2011-03-10 | 1 | -0/+7 |
* | x86: access_error API cleanup | Michel Lespinasse | 2010-10-26 | 1 | -3/+3 |
* | mm: retry page fault when blocking on disk transfer | Michel Lespinasse | 2010-10-26 | 1 | -12/+26 |
* | Merge branch 'hwpoison-hugepages' into hwpoison | Andi Kleen | 2010-10-22 | 1 | -6/+13 |
|\ |
|
| * | x86: HWPOISON: Report correct address granuality for huge hwpoison faults | Andi Kleen | 2010-10-08 | 1 | -6/+13 |
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-10-21 | 1 | -25/+18 |
|\ \ |
|
| * | | x86, mm: Fix incorrect data type in vmalloc_sync_all() | Borislav Petkov | 2010-10-20 | 1 | -1/+1 |
| * | | x86, mm: Hold mm->page_table_lock while doing vmalloc_sync | Jeremy Fitzhardinge | 2010-10-19 | 1 | -1/+10 |
| * | | x86, mm: Make spurious_fault check explicitly check the PRESENT bit | Shaohua Li | 2010-08-26 | 1 | -1/+7 |
| * | | x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions | Haicheng Li | 2010-08-26 | 1 | -23/+1 |
| |/ |
|
* | | x86: Barf when vmalloc and kmemcheck faults happen in NMI | Frederic Weisbecker | 2010-10-14 | 1 | -0/+4 |
|/ |
|
* | x86: don't send SIGBUS for kernel page faults | Linus Torvalds | 2010-08-13 | 1 | -1/+3 |
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-05 | 1 | -1/+1 |
|\ |
|
| * | x86: Suppress stack overrun message for init_task | Jan Beulich | 2009-11-23 | 1 | -1/+1 |
* | | Merge commit 'v2.6.32-rc5' into perf/probes | Ingo Molnar | 2009-10-17 | 1 | -4/+15 |
|\ \
| |/ |
|
| * | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 1 | -4/+15 |
| |\ |
|
| | * | HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 | Andi Kleen | 2009-09-16 | 1 | -4/+15 |
* | | | Merge commit 'linus/master' into tracing/kprobes | Frederic Weisbecker | 2009-09-23 | 1 | -34/+25 |
|\ \ \
| |/ / |
|
| * | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -4/+4 |
| |/ |
|
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-09-14 | 1 | -30/+21 |
| |\ |
|