| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm: Save debug registers when loading a temporary mm | Nadav Amit | 2019-04-30 | 1 | -0/+23 |
* | x86/mm: Introduce temporary mm structs | Andy Lutomirski | 2019-04-30 | 1 | -0/+33 |
* | x86/pkeys: Properly copy pkey state at fork() | Dave Hansen | 2019-01-15 | 1 | -0/+18 |
* | x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -2/+2 |
* | x86/ldt: Enable LDT user-mapping for PAE | Joerg Roedel | 2018-07-20 | 1 | -5/+0 |
* | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-06-07 | 1 | -15/+0 |
|\ |
|
| * | x86/pkeys: Move vma_pkey() into asm/pkeys.h | Michael Ellerman | 2018-05-09 | 1 | -10/+0 |
| * | mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.h | Michael Ellerman | 2018-05-09 | 1 | -5/+0 |
* | | x86/pkeys: Do not special case protection key 0 | Dave Hansen | 2018-05-14 | 1 | -1/+1 |
|/ |
|
* | perf/x86: Update rdpmc_always_available static key to the modern API | Davidlohr Bueso | 2018-03-27 | 1 | -2/+3 |
* | x86/LDT: Avoid warning in 32-bit builds with older gcc | Jan Beulich | 2018-02-20 | 1 | -0/+1 |
* | x86/pti: Put the LDT in its own PGD if PTI is on | Andy Lutomirski | 2017-12-23 | 1 | -6/+53 |
* | x86/mm: Move the CR3 construction functions to tlbflush.h | Dave Hansen | 2017-12-22 | 1 | -28/+1 |
* | x86/ldt: Prevent LDT inheritance on exec | Thomas Gleixner | 2017-12-22 | 1 | -7/+14 |
* | x86/ldt: Rework locking | Peter Zijlstra | 2017-12-22 | 1 | -0/+2 |
* | arch, mm: Allow arch_dup_mmap() to fail | Thomas Gleixner | 2017-12-22 | 1 | -2/+2 |
* | locking/barriers: Convert users of lockless_dereference() to READ_ONCE() | Will Deacon | 2017-12-17 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/mm: Flush more aggressively in lazy TLB mode | Andy Lutomirski | 2017-10-14 | 1 | -7/+1 |
* | x86/mm/64: Stop using CR3.PCID == 0 in ASID-aware code | Andy Lutomirski | 2017-09-17 | 1 | -2/+19 |
* | x86/mm: Factor out CR3-building code | Andy Lutomirski | 2017-09-17 | 1 | -4/+11 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-09-04 | 1 | -2/+13 |
|\ |
|
| * | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 2017-08-26 | 1 | -1/+1 |
| |\ |
|
| * | | x86/mm: Implement PCID based optimization: try to preserve old TLB entries us... | Andy Lutomirski | 2017-07-25 | 1 | -0/+3 |
| * | | x86/mm: Rework lazy TLB mode and TLB freshness tracking | Andy Lutomirski | 2017-07-05 | 1 | -2/+4 |
| * | | x86/mm: Give each mm TLB flush generation a unique ID | Andy Lutomirski | 2017-07-05 | 1 | -0/+6 |
* | | | x86/mm: Fix use-after-free of ldt_struct | Eric Biggers | 2017-08-25 | 1 | -3/+1 |
| |/
|/| |
|
* | | x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNT | Roman Kagan | 2017-07-18 | 1 | -1/+1 |
|/ |
|
* | x86/ldt: Simplify the LDT switching logic | Andy Lutomirski | 2017-06-22 | 1 | -0/+26 |
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-06-13 | 1 | -12/+0 |
* | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski | 2017-06-13 | 1 | -2/+2 |
* | x86/ldt: Rename ldt_struct::size to ::nr_entries | Borislav Petkov | 2017-06-08 | 1 | -2/+2 |
* | x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant | Andy Lutomirski | 2017-06-05 | 1 | -0/+19 |
* | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code | Andy Lutomirski | 2017-06-05 | 1 | -2/+0 |
* | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa... | Ingo Molnar | 2017-04-23 | 1 | -0/+12 |
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation | Kirill A. Shutemov | 2017-03-18 | 1 | -12/+0 |
* | mm/gup: Drop the arch_pte_access_permitted() MMU callback | Kirill A. Shutemov | 2017-03-18 | 1 | -4/+0 |
* | x86/ldt: Make all size computations unsigned | Thomas Gleixner | 2016-12-10 | 1 | -1/+1 |
* | x86/pkeys: Allocation/free syscalls | Dave Hansen | 2016-09-09 | 1 | -1/+9 |
* | mm: Implement new pkey_mprotect() system call | Dave Hansen | 2016-09-09 | 1 | -5/+10 |
* | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 1 | -1/+1 |
* | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 2016-04-28 | 1 | -0/+3 |
* | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 2016-04-28 | 1 | -96/+2 |
* | x86/mm: Factor out LDT init from context init | Dave Hansen | 2016-02-18 | 1 | -5/+16 |
* | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 1 | -1/+4 |
* | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 2016-02-18 | 1 | -2/+3 |
* | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 1 | -0/+49 |
* | x86/mm/pkeys: Add arch-specific VMA protection bits | Dave Hansen | 2016-02-18 | 1 | -0/+11 |
* | x86/mm: Improve switch_mm() barrier comments | Andy Lutomirski | 2016-01-13 | 1 | -7/+8 |
* | x86/mm: Add barriers and document switch_mm()-vs-flush synchronization | Andy Lutomirski | 2016-01-11 | 1 | -1/+32 |