- 4bbbc9c x86/pv: Switch SWAPGS to ALTERNATIVE by Juergen Gross · 4 years, 2 months ago
- fd501d4 x86/entry: Remove DBn stacks by Peter Zijlstra · 4 years, 9 months ago
- 0872098 x86/entry: Move max syscall number calculation to syscallhdr.sh by Brian Gerst · 5 years ago
- c5f12fd Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 6365b84 x86/syscalls: Split the x32 syscalls into their own table by Andy Lutomirski · 6 years ago
- 83b584d x86/paravirt: Drop {read,write}_cr8() hooks by Andrew Cooper · 6 years ago
- e6401c1 x86/irq/64: Split the IRQ stack into its own pages by Andy Lutomirski · 6 years ago
- 2a594d4 x86/exceptions: Split debug IST stack by Thomas Gleixner · 6 years ago
- 6da63eb x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella by Juergen Gross · 7 years ago
- 9bad565 x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella by Juergen Gross · 7 years ago
- 5c83511 x86/paravirt: Use a single ops structure by Juergen Gross · 7 years ago
- 9e97b73 x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c by Joerg Roedel · 7 years ago
- 050e9ba Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables by Linus Torvalds · 7 years ago
- 9aaefe7 x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0 by Andy Lutomirski · 7 years ago
- e17f823 x86/entry/64/paravirt: Use paravirt-safe macro to access eflags by Boris Ostrovsky · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 5878d5d x86/xen: Get rid of paravirt op adjust_exception_frame by Juergen Gross · 8 years ago
- dd0fd8b x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64 by Waiman Long · 8 years ago
- 0100301 sched/x86: Rewrite the switch_to() code by Brian Gerst · 9 years ago
- cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
- 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
- 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
- 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
- bace711 x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat_max by Ingo Molnar · 10 years ago
- 2cd2355 x86/asm/entry: Rename compat syscall entry points by Ingo Molnar · 10 years ago
- 4d178f9 x86/asm: Merge common 32-bit values in asm-offsets.c by Brian Gerst · 10 years ago
- 9d0c914 x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 by Andy Lutomirski · 10 years ago
- 536e89e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 5de2b61 x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c file directly by Borislav Petkov · 10 years ago
- a1a5831 x86/asm: Fix typo in arch/x86/kernel/asm_offset_64.c by Nicholas Mc Guire · 10 years ago
- cc456c4 x86, gdt, hibernate: Store/load GDT for hibernate path. by Konrad Rzeszutek Wilk · 12 years ago
- a06c9bc x32: If configured, add x32 system calls to system call tables by H. Peter Anvin · 13 years ago
- 6630f11 x32: Add x32 system calls to syscall/syscall_64.tbl by H. Peter Anvin · 13 years ago
- 303395a x86: Generate system call tables and unistd_*.h from tables by H. Peter Anvin · 13 years ago
- b82fef8 x86: Partly unify asm-offsets_{32,64}.c by Jan Beulich · 14 years ago
- a5a2f8e tracing: Define NR_syscalls for x86_64 by Jason Baron · 16 years ago
- 37ba7ab x86, boot: make kernel_alignment adjustable; new bzImage fields by H. Peter Anvin · 16 years ago
- a8af789 pm: rework includes, remove arch ifdefs by Magnus Damm · 16 years ago
- 0d974d4 x86: remove pda.h by Brian Gerst · 16 years ago
- 947e76c x86: move stack_canary into irq_stack by Brian Gerst · 16 years ago
- 5689553 x86-64: Move irqcount from PDA to per-cpu. by Brian Gerst · 16 years ago
- 3d1e42a x86-64: Move oldrsp from PDA to per-cpu. by Brian Gerst · 16 years ago
- 9af4565 x86-64: Move kernelstack from PDA to per-cpu. by Brian Gerst · 16 years ago
- c6f5e0a x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- ea92790 x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. by Brian Gerst · 16 years ago
- 26f80bd x86-64: Convert irqstacks to per-cpu by Brian Gerst · 16 years ago
- 9939dda x86: merge 64 and 32 SMP percpu handling by Tejun Heo · 16 years ago
- 1a51e3a x86: fold pda into percpu area on SMP by Tejun Heo · 16 years ago
- 8869a2e x86: asm-offset_64: use rt_sigframe_ia32 by Hiroshi Shimamoto · 16 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- a318631 x86: consolidate header guards by Vegard Nossum · 17 years ago
- 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 17 years ago
- 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 17 years ago
- 26ccb8a x86: rename threadinfo to TI. by Glauber Costa · 17 years ago
- fab5842 x86/paravirt, 64-bit: add adjust_exception_frame by Jeremy Fitzhardinge · 17 years ago
- 2be2998 x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility userspace by Jeremy Fitzhardinge · 17 years ago
- c7245da x86/paravirt, 64-bit: don't restore user rsp within sysret by Jeremy Fitzhardinge · 17 years ago
- d75cd22 x86/paravirt: split sysret and sysexit by Jeremy Fitzhardinge · 17 years ago
- 66916cd x86: use kbuild.h by Christoph Lameter · 17 years ago
- a59153dc x86: add asm_offset PARAVIRT constants by Glauber de Oliveira Costa · 17 years ago
- ca241c7 x86: unify tss_struct by Glauber de Oliveira Costa · 17 years ago
- 742fa54 x86: use generic register names in struct sigcontext by H. Peter Anvin · 17 years ago
- 65ea5b0 x86: rename the struct pt_regs members for 32/64-bit consistency by H. Peter Anvin · 17 years ago
- 36197c9 x86 vDSO: ia32 sysenter_return by Roland McGrath · 17 years ago
- 5cabbd9 x86: remove unused tsk_thread from asm-offsets_64.c by Steven Rostedt · 17 years ago
- bd53147 x86: Fix boot protocol KEEP_SEGMENTS check. by Eric W. Biederman · 17 years ago
- 0de80bc x86: Save registers in saved_context during suspend and hibernation by Rafael J. Wysocki · 17 years ago
- 250c227 x86_64: move kernel by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/kernel/asm-offsets_64.c]
- c3ca5f3 x86_64: prepare shared kernel/asm-offsets.c by Thomas Gleixner · 17 years ago