Age | Commit message (Expand) | Author | Files | Lines |
2017-08-25 | x86/mm: Fix use-after-free of ldt_struct | Eric Biggers | 1 | -3/+1 |
2017-07-18 | x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNT | Roman Kagan | 1 | -1/+1 |
2017-06-22 | x86/ldt: Simplify the LDT switching logic | Andy Lutomirski | 1 | -0/+26 |
2017-06-13 | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 1 | -12/+0 |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 1 | -2/+2 |
2017-06-08 | x86/ldt: Rename ldt_struct::size to ::nr_entries | Borislav Petkov | 1 | -2/+2 |
2017-06-05 | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant | Andy Lutomirski | 1 | -0/+19 |
2017-06-05 | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 1 | -2/+0 |
2017-04-23 | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa... | Ingo Molnar | 1 | -0/+12 |
2017-03-18 | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 1 | -12/+0 |
2017-03-18 | mm/gup: Drop the arch_pte_access_permitted() MMU callback | Kirill A. Shutemov | 1 | -4/+0 |
2016-12-10 | x86/ldt: Make all size computations unsigned | Thomas Gleixner | 1 | -1/+1 |
2016-09-09 | x86/pkeys: Allocation/free syscalls | Dave Hansen | 1 | -1/+9 |
2016-09-09 | mm: Implement new pkey_mprotect() system call | Dave Hansen | 1 | -5/+10 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -1/+1 |
2016-04-28 | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 1 | -0/+3 |
2016-04-28 | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 1 | -96/+2 |
2016-02-18 | x86/mm: Factor out LDT init from context init | Dave Hansen | 1 | -5/+16 |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 1 | -1/+4 |
2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 1 | -2/+3 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 1 | -0/+49 |
2016-02-18 | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 1 | -0/+11 |
2016-01-13 | x86/mm: Improve switch_mm() barrier comments | Andy Lutomirski | 1 | -7/+8 |
2016-01-11 | x86/mm: Add barriers and document switch_mm()-vs-flush synchronization | Andy Lutomirski | 1 | -1/+32 |
2015-07-31 | x86/ldt: Make modify_ldt() optional | Andy Lutomirski | 1 | -7/+21 |
2015-07-31 | x86/ldt: Make modify_ldt synchronous | Andy Lutomirski | 1 | -5/+49 |
2015-07-10 | x86, perf: Fix static_key bug in load_mm_cr4() | Peter Zijlstra | 1 | -1/+1 |
2015-06-09 | x86: Make is_64bit_mm() widely available | Dave Hansen | 1 | -0/+13 |
2015-02-04 | perf/x86: Add /sys/devices/cpu/rdpmc=2 to allow rdpmc for all tasks | Andy Lutomirski | 1 | -1/+4 |
2015-02-04 | perf/x86: Only allow rdpmc if a perf_event is mapped | Andy Lutomirski | 1 | -0/+16 |
2015-02-04 | x86: Add a comment clarifying LDT context switching | Andy Lutomirski | 1 | -6/+8 |
2015-01-22 | x86, mpx: Fix potential performance issue on unmaps | Dave Hansen | 1 | -1/+19 |
2014-12-10 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+10 |
2014-11-19 | x86: Cleanly separate use of asm-generic/mm_hooks.h | Dave Hansen | 1 | -2/+11 |
2014-11-18 | x86, mpx: Cleanup unused bound tables | Dave Hansen | 1 | -0/+6 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 1 | -0/+7 |
2014-10-28 | sched/x86: Add a comment clarifying LDT context switching | Andy Lutomirski | 1 | -1/+10 |
2014-07-31 | x86/mm: Add tracepoints for TLB flushes | Dave Hansen | 1 | -0/+6 |
2013-08-01 | sched/x86: Optimize switch_mm() for multi-threaded workloads | Rik van Riel | 1 | -7/+13 |
2012-05-14 | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 1 | -6/+6 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-02-03 | x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s... | Suresh Siddha | 1 | -2/+3 |
2009-09-24 | cpumask: use mm_cpumask() wrapper: x86 | Rusty Russell | 1 | -3/+3 |
2009-02-10 | x86: make lazy %gs optional on x86_32 | Tejun Heo | 1 | -1/+1 |
2009-02-10 | x86: add %gs accessors for x86_32 | Tejun Heo | 1 | -1/+1 |
2009-01-21 | x86: merge mmu_context.h | Brian Gerst | 1 | -4/+59 |
2008-10-22 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -3/+3 |
2008-10-22 | x86, um: ... and asm-x86 move | Al Viro | 1 | -0/+37 |