- 7fb983b x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss by Andy Lutomirski · 7 years ago
- 2150652 x86/kasan/64: Teach KASAN about the cpu_entry_area by Andy Lutomirski · 7 years ago
- ef8813a x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area by Andy Lutomirski · 7 years ago
- aaeed3a x86/entry/gdt: Put per-CPU GDT remaps in ascending order by Andy Lutomirski · 7 years ago
- 33a2f1a x86/dumpstack: Add get_stack_info() support for the SYSENTER stack by Andy Lutomirski · 7 years ago
- 1a79797 x86/entry/64: Allocate and enable the SYSENTER stack by Andy Lutomirski · 7 years ago
- 4f3789e7 x86/irq/64: Print the offending IP in the stack overflow warning by Andy Lutomirski · 7 years ago
- 6669a69 x86/irq: Remove an old outdated comment about context tracking races by Andy Lutomirski · 7 years ago
- b02fcf9 x86/unwinder: Handle stack overflows more gracefully by Josh Poimboeuf · 7 years ago
- d3a0910 x86/unwinder/orc: Dont bail on stack overflow by Andy Lutomirski · 7 years ago
- e17f823 x86/entry/64/paravirt: Use paravirt-safe macro to access eflags by Boris Ostrovsky · 7 years ago
- 2aeb073 x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow by Andrey Ryabinin · 7 years ago
- 3382290 locking/barriers: Convert users of lockless_dereference() to READ_ONCE() by Will Deacon · 7 years ago
- 2fe1bc1 perf/x86: Enable free running PEBS for REGS_USER/INTR by Andi Kleen · 7 years ago
- f2dbad3 x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD by Rudolf Marek · 7 years ago
- a8b4db5 x86/cpufeature: Add User-Mode Instruction Prevention definitions by Ricardo Neri · 7 years ago
- e5d77a7 Merge commit 'upstream-x86-virt' into WIP.x86/mm by Ingo Molnar · 7 years ago
- 2ec077c Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base by Ingo Molnar · 7 years ago
- 650400b Merge branch 'upstream-x86-selftests' into WIP.x86/pti.base by Ingo Molnar · 7 years ago
- 0fd2e9c Merge commit 'upstream-x86-entry' into WIP.x86/mm by Ingo Molnar · 7 years ago
- 152bbb4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- ea0ee33 Revert "x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo" by Linus Torvalds · 7 years ago
- 03b2a32 x86/virt: Add enum for hypervisors to replace x86_hyper by Juergen Gross · 7 years ago
- f72e38e x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init' by Juergen Gross · 7 years ago
- b5cd3b51 Merge branch 'linus' into x86/platform, to refresh the branch by Ingo Molnar · 7 years ago
- b8347c21 x86/debug: Handle warnings before the notifier chain, to fix KGDB crash by Alexander Shishkin · 8 years ago
- be739f4 x86/mm: Fix ELF_ET_DYN_BASE for 5-level paging by Kirill A. Shutemov · 7 years ago
- 87df261 x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability by Jiri Kosina · 7 years ago
- d0cd64b x86/idt: Remove X86_TRAP_BP initialization in idt_setup_traps() by Yonghong Song · 7 years ago
- a743bbe x86/oprofile/ppro: Do not use __this_cpu*() in preemptible context by Borislav Petkov · 7 years ago
- 881125b x86/unwind: Disable KASAN checking in the ORC unwinder by Josh Poimboeuf · 7 years ago
- 76ce7cf x86/smpboot: Make optimization of delay calibration work correctly by Pavel Tatashin · 7 years ago
- 4f89fa2 ACPI / APEI: Replace ioremap_page_range() with fixmap by James Morse · 7 years ago
- f3a624e x86/cpufeatures: Fix various details in the feature definitions by Ingo Molnar · 7 years ago
- acbc845 x86/cpufeatures: Re-tabulate the X86_FEATURE definitions by Ingo Molnar · 7 years ago
- 67caadc Merge branch 'x86/build' into x86/asm, to fix up conflicts by Ingo Molnar · 7 years ago
- b3d9a13 Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts by Ingo Molnar · 7 years ago
- af903dc Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- c7da092 x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE by Borislav Petkov · 7 years ago
- 75ec4eb Merge branch 'x86/mm' into x86/asm, to pick up pending changes by Ingo Molnar · 7 years ago
- 19c5787 Merge branch 'x86/fpu' into x86/asm, to pick up fix by Ingo Molnar · 7 years ago
- 9b3499d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b21172c Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- eda9cec x86/module: Detect and skip invalid relocations by Josh Poimboeuf · 7 years ago
- f0a32ee Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 7 years ago
- 941f5f0 x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo by Rafael J. Wysocki · 7 years ago
- d041b55 crypto: x86/sha1-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
- 5dfeaac crypto: x86/sha256-mb - fix panic due to unaligned access by Andrey Ryabinin · 7 years ago
- 890da9c Revert "x86: do not use cpufreq_quick_get() for /proc/cpuinfo "cpu MHz"" by Linus Torvalds · 7 years ago
- 4191db2 KVM: x86: Update APICv on APIC reset by Jan H. Schönherr · 7 years ago
- a488848 KVM: VMX: Do not fully reset PI descriptor on vCPU reset by Jan H. Schönherr · 7 years ago
- 0087552 kvm: Return -ENODEV from update_persistent_clock by Jason Gunthorpe · 7 years ago
- ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
- 06dd688 x86/cpuid: Replace set/clear_bit32() by Thomas Gleixner · 7 years ago
- 1e4c4f6 x86/entry/64: Shorten TEST instructions by Borislav Petkov · 7 years ago
- e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
- 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 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
- 3383642 x86/traps: Use a new on_thread_stack() helper to clean up an assertion by Andy Lutomirski · 7 years ago
- d375cf1 x86/entry/64: Remove thread_struct::sp0 by Andy Lutomirski · 7 years ago
- cd493a6 x86/entry/32: Fix cpu_current_top_of_stack initialization at boot by Andy Lutomirski · 7 years ago
- 46f5a10 x86/entry/64: Remove all remaining direct thread_struct::sp0 reads by Andy Lutomirski · 7 years ago
- 20bb834 x86/entry/64: Stop initializing TSS.sp0 at boot by Andy Lutomirski · 7 years ago
- f16b3da x86/xen/64, x86/entry/64: Clean up SP code in cpu_initialize_context() by Andy Lutomirski · 7 years ago
- 3500130 x86/entry: Add task_top_of_stack() to find the top of a task's stack by Andy Lutomirski · 7 years ago
- da51da1 x86/entry/64: Pass SP0 directly to load_sp0() by Andy Lutomirski · 7 years ago
- bd7dc5a x86/entry/32: Pull the MSR_IA32_SYSENTER_CS update code out of native_load_sp0() by Andy Lutomirski · 7 years ago
- 929bace x86/entry/64: De-Xen-ify our NMI code by Andy Lutomirski · 7 years ago
- 43e4111 xen, x86/entry/64: Add xen NMI trap entry by Juergen Gross · 7 years ago
- c39858d x86/entry/64: Remove the RESTORE_..._REGS infrastructure by Andy Lutomirski · 7 years ago
- 471ee48 x86/entry/64: Use POP instead of MOV to restore regs on NMI return by Andy Lutomirski · 7 years ago
- a512210 x86/entry/64: Merge the fast and slow SYSRET paths by Andy Lutomirski · 7 years ago
- 4fbb391 x86/entry/64: Use pop instead of movq in syscall_return_via_sysret by Andy Lutomirski · 7 years ago
- e5317832 x86/entry/64: Shrink paranoid_exit_restore and make labels local by Andy Lutomirski · 7 years ago
- e872045 x86/entry/64: Simplify reg restore code in the standard IRET paths by Andy Lutomirski · 7 years ago
- 8a055d7 x86/entry/64: Move SWAPGS into the common IRET-to-usermode path by Andy Lutomirski · 7 years ago
- 26c4ef9 x86/entry/64: Split the IRET-to-user and IRET-to-kernel paths by Andy Lutomirski · 7 years ago
- 9da78ba x86/entry/64: Remove the restore_c_regs_and_iret label by Andy Lutomirski · 7 years ago
- 50da9d4 Merge branch 'x86/fpu' into x86/asm by Ingo Molnar · 7 years ago
- 3357b0d Merge branch 'x86/mpx/prep' into x86/asm by Ingo Molnar · 7 years ago
- e27c310 ptrace,x86: Make user_64bit_mode() available to 32-bit builds by Ricardo Neri · 7 years ago
- b0ce5b8 x86/boot: Relocate definition of the initial state of CR0 by Ricardo Neri · 7 years ago
- 1067f03 x86/mm: Relocate page fault error codes to traps.h by Ricardo Neri · 7 years ago
- 7298f08 x86/mcelog: Get rid of RCU remnants by Borislav Petkov · 7 years ago
- cb0631f x86/mm: fix use-after-free of vma during userfaultfd fault by Vlastimil Babka · 7 years ago
- c128dbf x86/cpufeatures: Enable new SSE/AVX/AVX512 CPU features by Gayatri Kammela · 7 years ago
- 1960e8e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
- 15670bf x86/mm/64: Rename the register_page_bootmem_memmap() 'size' parameter to 'nr_pages' by Baoquan He · 7 years ago
- e17bae3 Merge tag 'v4.14-rc7' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
- d3eab75 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- af8e947 x86/build: Beautify build log of syscall headers by Masahiro Yamada · 7 years ago
- 90edaac Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses" by Ingo Molnar · 7 years ago
- 2eece39 perf/x86/intel/bts: Fix exclusive event reference leak by Alexander Shishkin · 7 years ago
- 82c62fa x86/asm: Don't use the confusing '.ifeq' directive by Josh Poimboeuf · 7 years ago
- bae9525 Merge branch 'core/objtool' into x86/asm, to pick up dependent changes by Ingo Molnar · 7 years ago
- f95b23a Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 7 years ago
- 58c3862 x86/unwind: Show function name+offset in ORC error messages by Josh Poimboeuf · 7 years ago
- 98990a3 x86/entry: Fix idtentry unwind hint by Josh Poimboeuf · 7 years ago
- bfc1168 x86/cpu/AMD: Apply the Erratum 688 fix when the BIOS doesn't by Borislav Petkov · 7 years ago