| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/xen: Drop USERGS_SYSRET64 paravirt call | Juergen Gross | 2021-02-10 | 1 | -2/+0 |
* | x86/pv: Switch SWAPGS to ALTERNATIVE | Juergen Gross | 2021-02-10 | 1 | -1/+0 |
* | x86/entry: Remove DBn stacks | Peter Zijlstra | 2020-06-11 | 1 | -3/+0 |
* | x86/entry: Move max syscall number calculation to syscallhdr.sh | Brian Gerst | 2020-03-21 | 1 | -36/+0 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-09-17 | 1 | -1/+0 |
|\ |
|
| * | x86/paravirt: Drop {read,write}_cr8() hooks | Andrew Cooper | 2019-07-22 | 1 | -1/+0 |
* | | x86/syscalls: Split the x32 syscalls into their own table | Andy Lutomirski | 2019-07-22 | 1 | -0/+20 |
|/ |
|
* | x86/irq/64: Split the IRQ stack into its own pages | Andy Lutomirski | 2019-04-17 | 1 | -1/+1 |
* | x86/exceptions: Split debug IST stack | Thomas Gleixner | 2019-04-17 | 1 | -0/+2 |
* | x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -1/+1 |
* | x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella | Juergen Gross | 2018-09-03 | 1 | -0/+2 |
* | x86/paravirt: Use a single ops structure | Juergen Gross | 2018-09-03 | 1 | -3/+4 |
* | x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c | Joerg Roedel | 2018-07-20 | 1 | -2/+0 |
* | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 2018-06-14 | 1 | -1/+1 |
* | x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0 | Andy Lutomirski | 2017-12-17 | 1 | -0/+1 |
* | x86/entry/64/paravirt: Use paravirt-safe macro to access eflags | Boris Ostrovsky | 2017-12-17 | 1 | -0/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/xen: Get rid of paravirt op adjust_exception_frame | Juergen Gross | 2017-08-31 | 1 | -1/+0 |
* | x86/kvm: Provide optimized version of vcpu_is_preempted() for x86-64 | Waiman Long | 2017-02-21 | 1 | -0/+9 |
* | sched/x86: Rewrite the switch_to() code | Brian Gerst | 2016-08-24 | 1 | -0/+5 |
* | x86/syscalls: Add syscall entry qualifiers | Andy Lutomirski | 2016-01-29 | 1 | -2/+2 |
* | x86/syscalls: Move compat syscall entry handling into syscalltbl.sh | Andy Lutomirski | 2016-01-29 | 1 | -2/+2 |
* | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 | Andy Lutomirski | 2016-01-29 | 1 | -6/+0 |
* | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op | Boris Ostrovsky | 2015-11-23 | 1 | -1/+0 |
* | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat... | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
* | x86/asm/entry: Rename compat syscall entry points | Ingo Molnar | 2015-06-08 | 1 | -1/+1 |
* | x86/asm: Merge common 32-bit values in asm-offsets.c | Brian Gerst | 2015-04-15 | 1 | -21/+0 |
* | x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 | Andy Lutomirski | 2015-03-06 | 1 | -0/+1 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-14 | 1 | -0/+4 |
|\ |
|
| * | x86/asm: Guard against building the 32/64-bit versions of the asm-offsets*.c ... | Borislav Petkov | 2014-12-11 | 1 | -0/+4 |
* | | x86/asm: Fix typo in arch/x86/kernel/asm_offset_64.c | Nicholas Mc Guire | 2014-10-28 | 1 | -1/+0 |
|/ |
|
* | x86, gdt, hibernate: Store/load GDT for hibernate path. | Konrad Rzeszutek Wilk | 2013-05-02 | 1 | -0/+1 |
* | x32: If configured, add x32 system calls to system call tables | H. Peter Anvin | 2012-02-20 | 1 | -1/+5 |
* | x32: Add x32 system calls to syscall/syscall_64.tbl | H. Peter Anvin | 2012-02-20 | 1 | -0/+2 |
* | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 1 | -7/+12 |
* | x86: Partly unify asm-offsets_{32,64}.c | Jan Beulich | 2011-02-10 | 1 | -76/+14 |
* | tracing: Define NR_syscalls for x86_64 | Jason Baron | 2009-08-26 | 1 | -0/+1 |
* | x86, boot: make kernel_alignment adjustable; new bzImage fields | H. Peter Anvin | 2009-05-12 | 1 | -0/+1 |
* | pm: rework includes, remove arch ifdefs | Magnus Damm | 2009-04-01 | 1 | -0/+1 |
* | x86: remove pda.h | Brian Gerst | 2009-01-20 | 1 | -1/+0 |
* | x86: move stack_canary into irq_stack | Brian Gerst | 2009-01-20 | 1 | -4/+0 |
* | x86-64: Move irqcount from PDA to per-cpu. | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86-64: Move oldrsp from PDA to per-cpu. | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86-64: Move kernelstack from PDA to per-cpu. | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86-64: Convert irqstacks to per-cpu | Brian Gerst | 2009-01-18 | 1 | -1/+0 |
* | x86: merge 64 and 32 SMP percpu handling | Tejun Heo | 2009-01-16 | 1 | -1/+0 |
* | x86: fold pda into percpu area on SMP | Tejun Heo | 2009-01-16 | 1 | -0/+1 |
* | x86: asm-offset_64: use rt_sigframe_ia32 | Hiroshi Shimamoto | 2008-12-19 | 1 | -1/+3 |