aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmu_context.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+2
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel1-5/+0
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-15/+0
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen1-1/+1
2018-05-09x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman1-10/+0
2018-05-09mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman1-5/+0
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso1-2/+3
2018-02-20x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich1-0/+1
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski1-6/+53
2017-12-22x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen1-28/+1
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-7/+14
2017-12-22x86/ldt: Rework lockingPeter Zijlstra1-0/+2
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner1-2/+2
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski1-7/+1
2017-09-17x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski1-2/+19
2017-09-17x86/mm: Factor out CR3-building codeAndy Lutomirski1-4/+11
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+13
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-1/+1
2017-08-25x86/mm: Fix use-after-free of ldt_structEric Biggers1-3/+1
2017-07-25x86/mm: Implement PCID based optimization: try to preserve old TLB entries using PCIDAndy Lutomirski1-0/+3
2017-07-18x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan1-1/+1
2017-07-05x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski1-2/+4
2017-07-05x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski1-0/+6
2017-06-22x86/ldt: Simplify the LDT switching logicAndy Lutomirski1-0/+26
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov1-12/+0
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski1-2/+2
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov1-2/+2
2017-06-05x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski1-0/+19
2017-06-05x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski1-2/+0
2017-04-23Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation"Ingo Molnar1-0/+12
2017-03-18x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov1-12/+0
2017-03-18mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov1-4/+0
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner1-1/+1
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-1/+9
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen1-5/+10
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-1/+1
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski1-0/+3
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski1-96/+2
2016-02-18x86/mm: Factor out LDT init from context initDave Hansen1-5/+16
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen1-1/+4
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen1-2/+3
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen1-0/+49
2016-02-18x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen1-0/+11
2016-01-13x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-01-11x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski1-1/+32
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski1-7/+21
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski1-5/+49
2015-07-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra1-1/+1