summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2912-201/+265
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-2312-201/+265
| |\
| | * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-3/+4
| | * x86/cpu_entry_area: Move it out of the fixmapThomas Gleixner2017-12-225-54/+59
| | * x86/cpu_entry_area: Move it to a separate unitThomas Gleixner2017-12-222-40/+53
| | * x86/mm: Create asm/invpcid.hPeter Zijlstra2017-12-222-48/+54
| | * x86/mm: Put MMU to hardware ASID translation in one placeDave Hansen2017-12-221-11/+18
| | * x86/mm: Remove hard-coded ASID limit checksDave Hansen2017-12-221-2/+18
| | * x86/mm: Move the CR3 construction functions to tlbflush.hDave Hansen2017-12-222-28/+27
| | * x86/mm: Add comments to clarify which TLB-flush functions are supposed to flu...Peter Zijlstra2017-12-221-2/+21
| | * x86/mm: Remove superfluous barriersPeter Zijlstra2017-12-221-7/+1
| | * x86/microcode: Dont abuse the TLB-flush interfacePeter Zijlstra2017-12-221-13/+6
| | * x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-223-9/+9
| | * x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-7/+14
| | * x86/ldt: Rework lockingPeter Zijlstra2017-12-222-1/+5
| | * arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2213-48/+151
|\| |
| * | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-1813-48/+151
| |\|
| | * x86/cpufeatures: Make CPU bugs stickyThomas Gleixner2017-12-172-2/+4
| | * x86/paravirt: Provide a way to check for hypervisorsThomas Gleixner2017-12-171-10/+15
| | * x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-174-16/+20
| | * x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-172-1/+10
| | * x86/entry/64: Remove the SYSENTER stack canaryAndy Lutomirski2017-12-171-1/+0
| | * x86/entry/64: Move the IST stacks into struct cpu_entry_areaAndy Lutomirski2017-12-171-0/+12
| | * x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-171-0/+2
| | * x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-172-2/+3
| | * x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0Andy Lutomirski2017-12-172-6/+14
| | * x86/entry: Remap the TSS into the CPU entry areaAndy Lutomirski2017-12-171-0/+7
| | * x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2017-12-171-9/+12
| | * x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-172-3/+8
| | * x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-172-10/+36
| | * x86/entry/gdt: Put per-CPU GDT remaps in ascending orderAndy Lutomirski2017-12-171-1/+1
| | * x86/dumpstack: Add get_stack_info() support for the SYSENTER stackAndy Lutomirski2017-12-171-0/+3
| | * x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-171-3/+0
| | * x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf2017-12-172-0/+8
| | * x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-172-0/+12
| | * locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-2/+2
| | * x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-171-0/+1
| | * x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
| | * Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-172-28/+42
| | |\
| | * \ Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar2017-12-171-0/+6
| | |\ \
| | * \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-172-275/+273
| | |\ \ \
| | * \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1718-69/+108
| | |\ \ \ \
* | | \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-182-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-122-0/+9
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-152-5/+22
|\ \ \ \ \ \ \
| * | | | | | | x86/power: Make restore_processor_context() saneAndy Lutomirski2017-12-152-3/+21
| * | | | | | | x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2017-12-151-2/+1
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-102-2/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-061-0/+3