aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2022-06-09x86: Fix return value of __setup handlersRandy Dunlap
2022-03-16x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson
2022-03-16x86/boot: Fix memremap of setup_indirect structuresRoss Philipson
2021-11-18x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov
2021-11-18x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky
2021-11-18x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.cTom Lendacky
2021-09-22x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport
2021-09-22x86/pat: Pass valid address to sanitize_phys()Jeff Moyer
2021-06-23x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky
2021-06-23x86/mm: Avoid truncating memblocks for SGX memoryFan Du
2021-06-10x86/sev: Check SME/SEV support in CPUID firstPu Wen
2021-05-11x86/sev: Do not require Hypervisor CPUID bit for SEV guestsJoerg Roedel
2021-03-30x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata
2021-03-04x86: fix seq_file iteration for pat/memtype.cNeilBrown
2021-03-04x86/fault: Fix AMD erratum #91 errata fixup for user codeAndy Lutomirski
2021-02-10KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson
2021-01-12x86/mm: Fix leak of pmd ptlockDan Williams
2020-12-30x86/mm/ident_map: Check for errors from ident_pud_init()Arvind Sankar
2020-12-10x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar
2020-12-09x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams
2020-10-29x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-21x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()Vitaly Kuznetsov
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13mm/memory_hotplug: introduce default phys_to_target_node() implementationDan Williams
2020-10-13x86/numa: add 'nohmat' optionDan Williams
2020-10-13x86/numa: cleanup configuration dependent command-line optionsDan Williams
2020-10-12Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'x86_platform_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-12Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis
2020-10-02x86: Support Generic Initiator only proximity domainsJonathan Cameron
2020-09-18x86/mm/pat: Don't flush cache if hardware enforces cache coherency across enc...Krish Sadhukhan
2020-09-09x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel
2020-09-09x86/sev-es: Setup GHCB-based boot #VC handlerJoerg Roedel
2020-09-08x86/sev-es: Print SEV-ES info into the kernel logJoerg Roedel
2020-09-07x86/sev-es: Add SEV-ES Feature DetectionJoerg Roedel
2020-09-04x86, fakenuma: Fix invalid starting node IDHuang Ying
2020-09-03x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva