aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/cpu_entry_area.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-0/+7
2020-09-09x86/dumpstack/64: Add noinstr version of get_stack_info()Joerg Roedel1-1/+2
2020-06-11x86/entry: Remove DBn stacksPeter Zijlstra1-1/+0
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
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov1-3/+1
2019-11-26x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski1-1/+13
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make the CPU_ENTRY_AREA_PAGES assert preciseIngo Molnar1-1/+3
2019-11-16x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner1-0/+8
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner1-1/+3
2019-04-17x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner1-0/+4
2019-04-17x86/cpu_entry_area: Prepare for IST guard pagesThomas Gleixner1-7/+30
2019-04-17x86/exceptions: Add structs for exception stacksThomas Gleixner1-5/+3
2019-04-17x86/cpu_entry_area: Cleanup setup functionsThomas Gleixner1-10/+9
2019-02-08x86/cpu_entry_area: Move percpu_setup_debug_store() to __init sectionSergey Senozhatsky1-1/+1
2018-09-12x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski1-36/+0
2018-08-14x86: Add entry trampolines to kcoreAdrian Hunter1-0/+10
2018-08-14kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin1-0/+23
2018-04-12x86/pti: Enable global pages for shared areasDave Hansen1-1/+13
2018-03-01x86/cpu_entry_area: Sync cpu_entry_area to initial_page_tableThomas Gleixner1-0/+6
2017-12-23x86/cpu_entry_area: Add debugstore entries to cpu_entry_areaThomas Gleixner1-0/+27
2017-12-23x86/cpu_entry_area: Prevent wraparound in setup_cpu_entry_area_ptes() on 32bitThomas Gleixner1-1/+2
2017-12-22x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner1-16/+50
2017-12-22x86/cpu_entry_area: Move it to a separate unitThomas Gleixner1-0/+104