summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-233-9/+45
|\
| * x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-222-8/+8
| * x86/vsyscall/64: Warn and fail vsyscall emulation in NATIVE modeAndy Lutomirski2017-12-221-0/+4
| * x86/vsyscall/64: Explicitly set _PAGE_USER in the pagetable hierarchyAndy Lutomirski2017-12-221-1/+33
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-183-29/+173
|\|
| * x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-172-6/+6
| * x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-172-3/+3
| * x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-171-0/+58
| * x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski2017-12-171-4/+51
| * x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-172-18/+54
| * x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-2/+4
| * x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-1/+1
| * x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-171-3/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-061-1/+1
|\ \
| * | x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann2017-12-061-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-261-4/+10
|\| |
| * | x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
| * | x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
* | | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-171-4/+0
|\ \ \
| * | | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-4/+0
* | | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-1/+1
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+2
|\ \ \ \
| * | | | x86: Use ARRAY_SIZEJérémy Lefaure2017-10-191-1/+2
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-135-114/+108
|\ \ \ \ \
| * | | | | X86/KVM: Clear encryption attribute when SEV is activeBrijesh Singh2017-11-071-2/+3
| | |_|_|/ | |/| | |
| * | | | Merge branch 'x86/build' into x86/asm, to fix up conflictsIngo Molnar2017-11-071-2/+2
| |\ \ \ \
| | * | | | x86/build: Beautify build log of syscall headersMasahiro Yamada2017-10-271-2/+2
| | |/ / /
| * | | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-0724-0/+24
| |\ \ \ \
| * | | | | x86/entry/64: Shorten TEST instructionsBorislav Petkov2017-11-021-2/+2
| * | | | | x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski2017-11-021-12/+18
| * | | | | xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-11-021-1/+1
| * | | | | x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski2017-11-021-52/+0
| * | | | | x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski2017-11-021-4/+7
| * | | | | x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski2017-11-021-3/+3
| * | | | | x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski2017-11-021-3/+11
| * | | | | x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski2017-11-021-8/+5
| * | | | | x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski2017-11-022-6/+27
| * | | | | x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski2017-11-022-20/+15
| * | | | | x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-11-022-10/+26
| * | | | | x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski2017-11-021-3/+2
| * | | | | x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-231-1/+1
| | |_|/ / | |/| | |
* | | | | x86: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+1
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0724-1/+25
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0224-0/+24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0224-0/+24
| | |/ /
| * / / x86/entry: Fix idtentry unwind hintJosh Poimboeuf2017-10-231-1/+1
| |/ /
* / / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-2/+2
|/ /
* / x86/unwind: Use MSB for frame pointer encoding on 32-bitJosh Poimboeuf2017-10-101-2/+2
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-044-64/+8
|\