aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmu_context.h
AgeCommit message (Expand)Author
2 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-03-16x86/mm/iommu/sva: Make LAM and SVA mutually exclusiveKirill A. Shutemov
2023-03-16mm: Expose untagging mask in /proc/$PID/statusKirill A. Shutemov
2023-03-16x86/uaccess: Provide untagged_addr() and remove tags before address checkKirill A. Shutemov
2023-03-16x86/mm: Handle LAM on context switchKirill A. Shutemov
2023-03-16x86: Allow atomic MM_CONTEXT flags settingKirill A. Shutemov
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-10-27x86: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin
2020-10-26x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner
2020-04-24x86/cr4: Sanitize CR4.PCE updateThomas Gleixner
2020-04-24x86/tlb: Uninline __get_current_cr3_fast()Thomas Gleixner
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar
2019-11-27perf/x86: Implement immediate enforcement of /sys/devices/cpu/rdpmc value of 0Anthony Steinhauser
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski
2019-01-15x86/pkeys: Properly copy pkey state at fork()Dave Hansen
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross
2018-07-20x86/ldt: Enable LDT user-mapping for PAEJoerg Roedel
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-05-14x86/pkeys: Do not special case protection key 0Dave Hansen
2018-05-09x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman
2018-05-09mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman
2018-03-27perf/x86: Update rdpmc_always_available static key to the modern APIDavidlohr Bueso
2018-02-20x86/LDT: Avoid warning in 32-bit builds with older gccJan Beulich
2017-12-23x86/pti: Put the LDT in its own PGD if PTI is onAndy Lutomirski
2017-12-22x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen
2017-12-22x86/ldt: Prevent LDT inheritance on execThomas Gleixner
2017-12-22x86/ldt: Rework lockingPeter Zijlstra
2017-12-22arch, mm: Allow arch_dup_mmap() to failThomas Gleixner
2017-12-17locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14x86/mm: Flush more aggressively in lazy TLB modeAndy Lutomirski
2017-09-17x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware codeAndy Lutomirski
2017-09-17x86/mm: Factor out CR3-building codeAndy Lutomirski
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-25x86/mm: Fix use-after-free of ldt_structEric Biggers
2017-07-25x86/mm: Implement PCID based optimization: try to preserve old TLB entries us...Andy Lutomirski