Age | Commit message (Expand) | Author | Files | Lines |
2022-11-22 | x86/ioremap: Fix page aligned size calculation in __ioremap_caller() | Michael Kelley | 1 | -1/+7 |
2022-11-08 | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level paging | Naoya Horiguchi | 1 | -0/+4 |
2022-10-24 | x86/mm: Do not verify W^X at boot up | Steven Rostedt (Google) | 1 | -0/+4 |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -4/+56 |
2022-10-10 | Merge tag 'x86_mm_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -11/+57 |
2022-10-04 | x86/mm: Ease W^X enforcement back to just a warning | Dave Hansen | 1 | -5/+9 |
2022-10-04 | Merge tag 'x86_cpu_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+10 |
2022-10-03 | x86: kmsan: handle CPU entry area | Alexander Potapenko | 2 | -0/+23 |
2022-10-03 | x86: kmsan: sync metadata pages on page fault | Alexander Potapenko | 1 | -1/+22 |
2022-10-03 | x86: kmsan: disable instrumentation of unsupported code | Alexander Potapenko | 1 | -0/+2 |
2022-10-03 | mm: kmsan: maintain KMSAN metadata for page operations | Alexander Potapenko | 1 | -0/+3 |
2022-10-03 | x86: kmsan: pgtable: reduce vmalloc space | Alexander Potapenko | 1 | -1/+1 |
2022-10-03 | x86/mm: Disable W^X detection and enforcement on 32-bit | Dave Hansen | 1 | -0/+8 |
2022-09-29 | x86/mm: Add prot_sethuge() helper to abstract out _PAGE_PSE handling | Linus Torvalds | 1 | -9/+10 |
2022-09-26 | mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG | Yu Zhao | 1 | -1/+4 |
2022-09-26 | mm/swap: cache maximum swapfile size when init swap | Peter Xu | 1 | -1/+1 |
2022-09-21 | x86/mm/32: Fix W^X detection when page tables do not support NX | Dave Hansen | 1 | -1/+2 |
2022-09-11 | x86/mm: disable instrumentations of mm/pgprot.c | Naohiro Aota | 1 | -0/+3 |
2022-09-02 | Merge branch 'linus' into x86/mm, to refresh the branch | Ingo Molnar | 8 | -51/+111 |
2022-09-01 | x86/mm: Refuse W^X violations | Peter Zijlstra | 1 | -0/+32 |
2022-08-28 | Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+9 |
2022-08-24 | x86/mm: Print likely CPU at segfault time | Rik van Riel | 1 | -0/+10 |
2022-08-19 | x86/mm: Use proper mask when setting PUD mapping | Aaron Lu | 1 | -1/+1 |
2022-08-16 | x86: simplify load_unaligned_zeropad() implementation | Linus Torvalds | 1 | -0/+55 |
2022-08-15 | x86/PAT: Have pat_enabled() properly reflect state when running on Xen | Jan Beulich | 1 | -1/+9 |
2022-08-08 | mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry | Naoya Horiguchi | 1 | -1/+7 |
2022-08-06 | Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2022-08-06 | x86/mm: Rename set_memory_present() to set_memory_p() | Borislav Petkov | 1 | -2/+2 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -43/+34 |
2022-08-04 | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2022-08-03 | x86/numa: Use cpumask_available instead of hardcoded NULL check | Siddh Raman Pant | 1 | -2/+2 |
2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2022-08-01 | Merge tag 'x86_core_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -7/+9 |
2022-08-01 | Merge tag 'x86_mm_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -9/+37 |
2022-08-01 | Merge tag 'x86_cleanups_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2022-08-01 | virtio: replace restricted mem access flag with callback | Juergen Gross | 1 | -2/+2 |
2022-07-21 | x86/extable: Fix ex_handler_msr() print condition | Peter Zijlstra | 1 | -7/+9 |
2022-07-19 | x86/mm/tlb: Ignore f->new_tlb_gen when zero | Nadav Amit | 1 | -3/+12 |
2022-07-17 | x86/mm: move protection_map[] inside the platform | Anshuman Khandual | 2 | -4/+30 |
2022-07-13 | x86/pat: Fix x86_has_pat_wp() | Juergen Gross | 1 | -2/+12 |
2022-07-07 | x86/mm: Refer to the intended config STRICT_DEVMEM in a comment | Lukas Bulwahn | 1 | -1/+1 |
2022-07-05 | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker | 1 | -1/+1 |
2022-06-27 | objtool: Update Retpoline validation | Peter Zijlstra | 1 | -0/+2 |
2022-06-27 | x86/sev: Avoid using __x86_return_thunk | Kim Phillips | 1 | -2/+6 |
2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
2022-06-16 | mm/x86: remove dead code for hugetlbpage.c | Peter Xu | 1 | -39/+0 |
2022-06-07 | x86/pkeys: Clarify PKRU_AD_KEY macro | Ira Weiny | 1 | -6/+9 |
2022-06-07 | x86/mm/tlb: Avoid reading mm_tlb_gen when possible | Nadav Amit | 1 | -1/+17 |
2022-06-06 | virtio: replace arch_has_restricted_virtio_memory_access() | Juergen Gross | 2 | -7/+4 |