summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/asm-offsets.c
Commit message (Expand)AuthorAgeFilesLines
* x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-1/+1
* x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-14/+0
* x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang2023-09-111-0/+7
* x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-111-6/+6
* x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-0/+1
* Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-251-0/+6
|\
| * x86/tdx: Add more registers to struct tdx_hypercall_argsKirill A. Shutemov2023-01-271-0/+6
* | crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-061-0/+8
|/
* Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-6/+0
|\
| * KVM: x86: use a separate asm-offsets.c filePaolo Bonzini2022-11-091-6/+0
* | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-0/+3
* | x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-0/+2
|/
* KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf2022-06-271-0/+6
* x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functionsKuppuswamy Sathyanarayanan2022-04-071-0/+8
* x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov2022-04-071-0/+9
* um, x86: bury crypto_tfm_ctx_offsetAl Viro2021-12-211-3/+0
* x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross2021-03-111-5/+0
* x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross2021-03-111-2/+0
* x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar2020-11-181-1/+0
* x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-3/+0
* efi/x86: Avoid using code32_startArvind Sankar2020-03-081-1/+0
* x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-0/+1
* x86/asm: Remove unused TASK_TI_flags from asm-offsets.cSteven Rostedt (VMware)2019-05-241-1/+0
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-1/+2
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-231-3/+2
|\
| * x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-121-2/+0
| * x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-081-1/+2
* | x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-3/+1
* | x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+1
* | x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+2
* | x86/paravirt: Remove unused paravirt bitsJuergen Gross2018-09-031-1/+0
* | x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-7/+5
|/
* x86/entry/32: Enter the kernel via trampoline stackJoerg Roedel2018-07-201-0/+1
* x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.cJoerg Roedel2018-07-201-0/+4
* Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds2018-06-141-1/+1
* x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-0/+4
* x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-221-2/+2
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-3/+2
* x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-171-4/+2
* x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-171-0/+1
* x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-0/+3
* x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* efi: Get and store the secure boot statusDavid Howells2017-02-071-0/+1
* x86: Move thread_info into task_structAndy Lutomirski2016-09-151-3/+1
* x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-1/+0
* sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-0/+6
* x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-151-1/+3
* x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-291-0/+1
* x86/asm-offsets: Remove PARAVIRT_enabledAndy Lutomirski2016-03-081-1/+0