summaryrefslogtreecommitdiffstats
path: root/arch/x86/realmode/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-25x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross1-2/+6
2022-04-27x86/sev: Add missing __init annotations to SEV init routinesMichael Roth1-1/+1
2022-01-10Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+26
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-0/+26
2021-12-03x86/64/mm: Map all kernel memory into trampoline_pgdJoerg Roedel1-1/+11
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-2/+1
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky1-2/+3
2021-09-03memblock: make memblock_find_in_range method privateMike Rapoport1-1/+1
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport1-6/+8
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar1-1/+1
2020-09-09x86/head/64: Don't call verify_cpu() on starting APsJoerg Roedel1-0/+6
2020-09-09x86/realmode: Setup AP jump tableTom Lendacky1-2/+16
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-11-14x86/kdump: Always reserve the low 1M when the crashkernel option is specifiedLianbo Jiang1-0/+2
2019-03-29x86/realmode: Make set_real_mode_mem() static inlineMatteo Croce1-8/+1
2019-03-27x86/realmode: Don't leak the trampoline kernel addressMatteo Croce1-2/+0
2017-11-07x86/realmode: Don't decrypt trampoline area under SEVTom Lendacky1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-18x86/boot/realmode: Check for memory encryption on the APsTom Lendacky1-0/+4
2017-07-18x86/realmode: Decrypt trampoline area if memory encryption is activeTom Lendacky1-0/+8
2017-06-13x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov1-1/+1
2017-05-08x86: use set_memory.h headerLaura Abbott1-1/+1
2016-08-11x86/boot: Rework reserve_real_mode() to allow multiple triesAndy Lutomirski1-8/+21
2016-08-11x86/boot: Defer setup_real_mode() to early_initcall timeAndy Lutomirski1-3/+12
2016-08-11x86/boot: Synchronize trampoline_cr4_features and mmu_cr4_features directlyAndy Lutomirski1-1/+2
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier1-1/+4
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-1/+1
2013-12-18x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin1-14/+12
2013-02-01Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin1-2/+2
2013-01-29x86, realmode: Separate real_mode reserve and setupYinghai Lu1-12/+20
2013-01-29x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu1-2/+2
2013-01-29x86, realmode: Set real_mode permissions earlyYinghai Lu1-5/+6
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-4/+4
2012-05-16x86, realmode: Change EFER to a single u64 fieldH. Peter Anvin1-4/+3
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin1-0/+116