aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/asm-offsets_32.c
AgeCommit message (Expand)Author
2018-07-20x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handlerJoerg Roedel
2018-07-20x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stackJoerg Roedel
2018-06-14Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variablesLinus Torvalds
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2017-12-22x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24x86/lguest: Remove lguest supportJuergen Gross
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst
2016-03-10x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2015-05-05x86: Remove unused TI_cpuBrian Gerst
2015-05-05x86: Merge common 32-bit values in asm-offsets.cBrian Gerst
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko
2014-12-11x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ...Borislav Petkov
2013-06-06x86: Get rid of ->hard_math and all the FPU asm fuH. Peter Anvin
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell
2011-02-10x86: Partly unify asm-offsets_{32,64}.cJan Beulich
2010-10-19x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell
2009-05-11x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin
2009-04-01pm: rework includes, remove arch ifdefsMagnus Damm
2009-02-10x86: make lazy %gs optional on x86_32Tejun Heo
2008-12-18x86: signal: move sigframe.h to arch/x86/include/asmHiroshi Shimamoto
2008-07-08x86/paravirt: split sysret and sysexitJeremy Fitzhardinge
2008-04-29x86: use kbuild.hChristoph Lameter
2008-04-17x86: move struct definitions to unifed sigframe.hHarvey Harrison
2008-02-26lguest: fix build breakageTony Breeds
2008-02-18x86: fix lguest build failureRusty Russell
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: use generic register names in struct sigcontextH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86 vDSO: i386 vdso32Roland McGrath
2008-01-30x86 vDSO: harmonize asm-offsetsRoland McGrath
2008-01-30x86: irqflags consolidationGlauber de Oliveira Costa
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-22update boot spec to 2.07Rusty Russell
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge
2007-10-11i386: move kernelThomas Gleixner