aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/asm-offsets_64.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17x86: Fixup asm-offsets duplicateGravatar Peter Zijlstra (Intel) 1-1/+1
2022-04-02KVM: x86: Support the vCPU preemption check with nopvspin and realtime hintGravatar Li RongQing 1-2/+2
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callGravatar Juergen Gross 1-2/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEGravatar Juergen Gross 1-1/+0
2020-06-11x86/entry: Remove DBn stacksGravatar Peter Zijlstra 1-3/+0
2020-03-21x86/entry: Move max syscall number calculation to syscallhdr.shGravatar Brian Gerst 1-36/+0
2019-09-17Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableGravatar Andy Lutomirski 1-0/+20
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksGravatar Andrew Cooper 1-1/+0
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesGravatar Andy Lutomirski 1-1/+1
2019-04-17x86/exceptions: Split debug IST stackGravatar Thomas Gleixner 1-0/+2
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaGravatar Juergen Gross 1-1/+1
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaGravatar Juergen Gross 1-0/+2
2018-09-03x86/paravirt: Use a single ops structureGravatar Juergen Gross 1-3/+4
2018-07-20x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.cGravatar Joerg Roedel 1-2/+0
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesGravatar Linus Torvalds 1-1/+1
2017-12-17x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Gravatar Andy Lutomirski 1-0/+1
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsGravatar Boris Ostrovsky 1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameGravatar Juergen Gross 1-1/+0
2017-02-21x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64Gravatar Waiman Long 1-0/+9
2016-08-24sched/x86: Rewrite the switch_to() codeGravatar Brian Gerst 1-0/+5
2016-01-29x86/syscalls: Add syscall entry qualifiersGravatar Andy Lutomirski 1-2/+2
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shGravatar Andy Lutomirski 1-2/+2
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Gravatar Andy Lutomirski 1-6/+0
2015-11-23x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opGravatar Boris Ostrovsky 1-1/+0
2015-06-08x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Gravatar Ingo Molnar 1-1/+1
2015-06-08x86/asm/entry: Rename compat syscall entry pointsGravatar Ingo Molnar 1-1/+1
2015-04-15x86/asm: Merge common 32-bit values in asm-offsets.cGravatar Brian Gerst 1-21/+0
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Gravatar Andy Lutomirski 1-0/+1
2014-12-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+4
2014-12-11x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ...Gravatar Borislav Petkov 1-0/+4
2014-10-28x86/asm: Fix typo in arch/x86/kernel/asm_offset_64.cGravatar Nicholas Mc Guire 1-1/+0
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Gravatar Konrad Rzeszutek Wilk 1-0/+1
2012-02-20x32: If configured, add x32 system calls to system call tablesGravatar H. Peter Anvin 1-1/+5
2012-02-20x32: Add x32 system calls to syscall/syscall_64.tblGravatar H. Peter Anvin 1-0/+2
2011-11-17x86: Generate system call tables and unistd_*.h from tablesGravatar H. Peter Anvin 1-7/+12
2011-02-10x86: Partly unify asm-offsets_{32,64}.cGravatar Jan Beulich 1-76/+14
2009-08-26tracing: Define NR_syscalls for x86_64Gravatar Jason Baron 1-0/+1
2009-05-11x86, boot: make kernel_alignment adjustable; new bzImage fieldsGravatar H. Peter Anvin 1-0/+1
2009-04-01pm: rework includes, remove arch ifdefsGravatar Magnus Damm 1-0/+1
2009-01-20x86: remove pda.hGravatar Brian Gerst 1-1/+0
2009-01-20x86: move stack_canary into irq_stackGravatar Brian Gerst 1-4/+0
2009-01-19x86-64: Move irqcount from PDA to per-cpu.Gravatar Brian Gerst 1-1/+0
2009-01-19x86-64: Move oldrsp from PDA to per-cpu.Gravatar Brian Gerst 1-1/+0
2009-01-19x86-64: Move kernelstack from PDA to per-cpu.Gravatar Brian Gerst 1-1/+0
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Gravatar Brian Gerst 1-1/+0
2009-01-19x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.Gravatar Brian Gerst 1-1/+0
2009-01-19x86-64: Convert irqstacks to per-cpuGravatar Brian Gerst 1-1/+0
2009-01-16x86: merge 64 and 32 SMP percpu handlingGravatar Tejun Heo 1-1/+0