- 3d2fc4c x86: fix seq_file iteration for pat/memtype.c by NeilBrown · 4 years ago
- bc8fbc5 kfence: add test suite by Marco Elver · 4 years ago
- d438fab kfence: use pt_regs to generate stack trace on faults by Marco Elver · 4 years ago
- 1dc0da6 x86, kfence: enable KFENCE for x86 by Alexander Potapenko · 4 years ago
- ae821d2 Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- b9cdab6 Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
- 40c1fa5 Merge branch 'x86/cleanups' into x86/mm by Ingo Molnar · 4 years, 1 month ago
- c46f522 x86/{fault,efi}: Fix and rename efi_recover_from_page_fault() by Andy Lutomirski · 4 years, 1 month ago
- ca24728 x86/fault: Don't run fixups for SMAP violations by Andy Lutomirski · 4 years, 1 month ago
- 66fcd98 x86/fault: Don't look for extable entries for SMEP violations by Andy Lutomirski · 4 years, 1 month ago
- 6456a2a x86/fault: Rename no_context() to kernelmode_fixup_or_oops() by Andy Lutomirski · 4 years, 1 month ago
- 5042d40 x86/fault: Bypass no_context() for implicit kernel faults from usermode by Andy Lutomirski · 4 years, 1 month ago
- 2cc624b x86/fault: Split the OOPS code out from no_context() by Andy Lutomirski · 4 years, 1 month ago
- 03c81ea x86/fault: Improve kernel-executing-user-memory handling by Andy Lutomirski · 4 years, 1 month ago
- 56e62cd2 x86/fault: Correct a few user vs kernel checks wrt WRUSS by Andy Lutomirski · 4 years, 1 month ago
- ef2544f x86/fault: Document the locking in the fault_signal_pending() path by Andy Lutomirski · 4 years, 1 month ago
- f42a40f x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault() by Andy Lutomirski · 4 years, 1 month ago
- ec35271 x86/fault: Fold mm_fault_error() into do_user_addr_fault() by Andy Lutomirski · 4 years, 1 month ago
- d24df8e x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUs by Andy Lutomirski · 4 years, 1 month ago
- 35f1c89 x86/fault: Fix AMD erratum #91 errata fixup for user code by Andy Lutomirski · 4 years, 1 month ago
- ccd85d9 KVM: SVM: Treat SVM as unsupported when running as an SEV guest by Sean Christopherson · 4 years, 1 month ago
- 62a08a71 x86/sev-es: Do not unroll string I/O for SEV-ES guests by Tom Lendacky · 4 years, 1 month ago
- 8ece53e x86/vm86/32: Remove VM86_SCREEN_BITMAP support by Andy Lutomirski · 4 years, 1 month ago
- b86cb29 x86: Remove definition of DEBUG by Tom Rix · 4 years, 2 months ago
- d1c5246 x86/mm: Fix leak of pmd ptlock by Dan Williams · 4 years, 3 months ago
- 167dcfc x86/mm: Increase pgt_buf size for 5-level page tables by Lorenzo Stoakes · 4 years, 3 months ago
- 007c74e Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 4 years, 3 months ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
- 32a0de8 arch, mm: make kernel_page_present() always available by Mike Rapoport · 4 years, 3 months ago
- 5d6ad66 arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC by Mike Rapoport · 4 years, 3 months ago
- edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 405f868 Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 54d7948 Merge tag 'x86_mm_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 5583ff6 Merge tag 'x86_sgx_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- e998879 x86,swiotlb: Adjust SWIOTLB bounce buffer size for SEV guests by Ashish Kalra · 4 years, 3 months ago
- 29ac40cb x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WP by Arvind Sankar · 4 years, 4 months ago
- a493d1c x86/membarrier: Get rid of a dubious optimization by Andy Lutomirski · 4 years, 3 months ago
- a927bd6 mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports by Dan Williams · 4 years, 3 months ago
- bab202a x86/mm: Declare 'start' variable where it is used by Lukas Bulwahn · 4 years, 5 months ago
- 334872a x86/traps: Attempt to fixup exceptions in vDSO before signaling by Sean Christopherson · 4 years, 4 months ago
- cd072da x86/fault: Add a helper function to sanitize error code by Sean Christopherson · 4 years, 4 months ago
- 74faeee x86/mm: Signal SIGSEGV with PF_SGX by Sean Christopherson · 4 years, 4 months ago
- 351191a io-mapping: Cleanup atomic iomap by Thomas Gleixner · 4 years, 4 months ago
- 157e118 x86/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 4 months ago
- c9f0953 x86/head/64: Check SEV encryption before switching to kernel page-table by Joerg Roedel · 4 years, 4 months ago
- 1fcd009 x86/mm/ident_map: Check for errors from ident_pud_init() by Arvind Sankar · 4 years, 4 months ago
- 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 4 months ago
- f9a705a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 4 months ago
- 66af4f5 x86/kvm: Update the comment about asynchronous page fault in exc_page_fault() by Vitaly Kuznetsov · 4 years, 5 months ago
- cf1d2b4 Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 5 months ago
- da9803d Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- cc6de168 memblock: use separate iterators for memory and reserved regions by Mike Rapoport · 4 years, 5 months ago
- a035b6b mm/memory_hotplug: introduce default phys_to_target_node() implementation by Dan Williams · 4 years, 5 months ago
- 3b0d310 x86/numa: add 'nohmat' option by Dan Williams · 4 years, 5 months ago
- 2dd57d3 x86/numa: cleanup configuration dependent command-line options by Dan Williams · 4 years, 5 months ago
- c1b4ec8 Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 8b6591f Merge tag 'x86_platform_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 92a0610 Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- ca1b669 Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 3006381 x86/mce: Decode a kernel instruction to determine if it is copying from user by Tony Luck · 4 years, 5 months ago
- 278b917 x86/mce: Add _ASM_EXTABLE_CPY for copy user access by Youquan Song · 4 years, 5 months ago
- a05d54c x86/mce: Provide method to find out the type of an exception handler by Tony Luck · 4 years, 5 months ago
- 39297dd x86/platform/uv: Remove UV BAU TLB Shootdown Handler by Mike Travis · 4 years, 5 months ago
- 73bf738 x86: Support Generic Initiator only proximity domains by Jonathan Cameron · 4 years, 5 months ago
- 75d1cc0 x86/mm/pat: Don't flush cache if hardware enforces cache coherency across encryption domnains by Krish Sadhukhan · 4 years, 6 months ago
- 6b27edd7 x86/dumpstack/64: Add noinstr version of get_stack_info() by Joerg Roedel · 4 years, 6 months ago
- 1aa9aa8 x86/sev-es: Setup GHCB-based boot #VC handler by Joerg Roedel · 4 years, 6 months ago
- c685eb0 x86/sev-es: Print SEV-ES info into the kernel log by Joerg Roedel · 4 years, 6 months ago
- b57de6c x86/sev-es: Add SEV-ES Feature Detection by Joerg Roedel · 4 years, 6 months ago
- ccae0f3 x86, fakenuma: Fix invalid starting node ID by Huang Ying · 4 years, 6 months ago
- 4819e15 x86/mm/32: Bring back vmalloc faulting on x86_32 by Joerg Roedel · 4 years, 6 months ago
- b69bea8 Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 6 months ago
- bf9282d cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic by Peter Zijlstra · 4 years, 7 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 7a27ef5 x86/mm/64: Update comment in preallocate_vmalloc_pages() by Joerg Roedel · 4 years, 7 months ago
- 58a18fe x86/mm/64: Do not sync vmalloc/ioremap mappings by Joerg Roedel · 4 years, 7 months ago
- 968614f mm/x86: use general page fault accounting by Peter Xu · 4 years, 7 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 7 months ago
- d622ece mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid() by Jia He · 4 years, 7 months ago
- fe124c9 x86/mm: use max memory block size on bare metal by Daniel Jordan · 4 years, 7 months ago
- 97d052e Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
- c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 7 months ago
- 56993b4 mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf() by Anshuman Khandual · 4 years, 7 months ago
- 1d9cfee mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages() by Anshuman Khandual · 4 years, 7 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 7 months ago
- 995909a x86/mm/64: Do not dereference non-present PGD entries by Joerg Roedel · 4 years, 7 months ago
- 7b4ea94 Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings" by Linus Torvalds · 4 years, 7 months ago
- 0cd39f4 locking/seqlock, headers: Untangle the spaghetti monster by Peter Zijlstra · 4 years, 7 months ago
- 125cfa0 Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 7 months ago
- e96ec8c Merge tag 'x86-mm-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 37e8822 Merge tag 'x86-cleanups-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 63722bb Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core by Ingo Molnar · 4 years, 7 months ago
- 2b32ab0 x86/mm/64: Make sync_global_pgds() static by Joerg Roedel · 4 years, 7 months ago
- 8bb9bf2 x86/mm/64: Do not sync vmalloc/ioremap mappings by Joerg Roedel · 4 years, 7 months ago
- 6eb82f9 x86/mm: Pre-allocate P4D/PUD pages for vmalloc area by Joerg Roedel · 4 years, 7 months ago
- 2d65685 Merge branch 'x86/urgent' into x86/cleanups by Ingo Molnar · 4 years, 7 months ago
- a27a0a5 x86/entry: Cleanup idtentry_enter/exit by Thomas Gleixner · 4 years, 7 months ago