summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmu_context.h
Commit message (Expand)AuthorAgeFilesLines
* x86/pkeys: Properly copy pkey state at fork()Dave Hansen2019-01-151-0/+18
* x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+2
* x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel2018-07-201-5/+0
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-15/+0
|\
| * x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman2018-05-091-10/+0
| * mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman2018-05-091-5/+0
* | x86/pkeys: Do not special case protection key 0Dave Hansen2018-05-141-1/+1
|/
* perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso2018-03-271-2/+3
* x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich2018-02-201-0/+1
* x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski2017-12-231-6/+53
* x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-221-28/+1
* x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-7/+14
* x86/ldt: Rework lockingPeter Zijlstra2017-12-221-0/+2
* arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+2
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski2017-10-141-7/+1
* x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski2017-09-171-2/+19
* x86/mm: Factor out CR3-building codeAndy Lutomirski2017-09-171-4/+11
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-2/+13
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+1
| |\
| * | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski2017-07-251-0/+3
| * | x86/mm: Rework lazy TLB mode and TLB freshness trackingAndy Lutomirski2017-07-051-2/+4
| * | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2017-07-051-0/+6
* | | x86/mm: Fix use-after-free of ldt_structEric Biggers2017-08-251-3/+1
| |/ |/|
* | x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan2017-07-181-1/+1
|/
* x86/ldt: Simplify the LDT switching logicAndy Lutomirski2017-06-221-0/+26
* x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-131-12/+0
* x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-2/+2
* x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-081-2/+2
* x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constantAndy Lutomirski2017-06-051-0/+19
* x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-051-2/+0
* Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-231-0/+12
* x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-181-12/+0
* mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-4/+0
* x86/ldt: Make all size computations unsignedThomas Gleixner2016-12-101-1/+1
* x86/pkeys: Allocation/free syscallsDave Hansen2016-09-091-1/+9
* mm: Implement new pkey_mprotect() system callDave Hansen2016-09-091-5/+10
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2016-04-281-0/+3
* x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2016-04-281-96/+2
* x86/mm: Factor out LDT init from context initDave Hansen2016-02-181-5/+16
* mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen2016-02-181-1/+4
* mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-2/+3
* mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+49
* x86/mm/pkeys: Add arch-specific VMA protection bitsDave Hansen2016-02-181-0/+11
* x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
* x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-111-1/+32
* x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-7/+21
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-5/+49