summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | x86/entry: Move SYSENTER_stack to the beginning of struct tss_structAndy Lutomirski2017-12-172-9/+33
| | * | | x86/dumpstack: Handle stack overflow on all stacksAndy Lutomirski2017-12-171-10/+14
| | * | | x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tssAndy Lutomirski2017-12-176-33/+37
| | * | | x86/kasan/64: Teach KASAN about the cpu_entry_areaAndy Lutomirski2017-12-171-1/+17
| | * | | x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...Andy Lutomirski2017-12-174-18/+44
| | * | | 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-174-0/+34
| | * | | x86/entry/64: Allocate and enable the SYSENTER stackAndy Lutomirski2017-12-177-14/+10
| | * | | x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski2017-12-171-2/+2
| | * | | x86/irq: Remove an old outdated comment about context tracking racesAndy Lutomirski2017-12-171-12/+0
| | * | | x86/unwinder: Handle stack overflows more gracefullyJosh Poimboeuf2017-12-175-60/+65
| | * | | x86/unwinder/orc: Dont bail on stack overflowAndy Lutomirski2017-12-171-2/+12
| | * | | x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-174-3/+19
| | * | | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-172-8/+137
| | * | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-173-4/+4
| | * | | perf/x86: Enable free running PEBS for REGS_USER/INTRAndi Kleen2017-12-172-1/+27
| | * | | x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-172-2/+6
| | * | | x86/cpufeature: Add User-Mode Instruction Prevention definitionsRicardo Neri2017-12-171-0/+1
| | * | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-1713-83/+109
| | |\ \ \
| | * \ \ \ 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-1710-424/+439
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-1747-349/+540
| | |\ \ \ \ \ \
* | | \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-185-4/+69
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-3/+44
| * | | | | | | | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
| * | | | | | | | bpf: add a bpf_override_function helperJosef Bacik2017-12-124-0/+24
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-1513-75/+150
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-2/+11
| * | | | | | | | | x86/power: Make restore_processor_context() saneAndy Lutomirski2017-12-153-41/+62
| * | | | | | | | | x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski2017-12-151-6/+3
| * | | | | | | | | x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2017-12-152-12/+2
| * | | | | | | | | x86/unwinder/guess: Prevent using CONFIG_UNWINDER_GUESS=y with CONFIG_STACKDE...Andrey Ryabinin2017-12-111-0/+1
| * | | | | | | | | x86/build: Don't verify mtools configuration file for isoimageChangbin Du2017-12-111-1/+3
| * | | | | | | | | x86/mm/kmmio: Fix mmiotrace for page unaligned addressesKarol Herbst2017-12-112-7/+9
| * | | | | | | | | x86/boot/compressed/64: Print error if 5-level paging is not supportedKirill A. Shutemov2017-12-071-0/+16
| * | | | | | | | | x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-073-4/+41
| * | | | | | | | | x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculationPrarit Bhargava2017-12-071-2/+2
* | | | | | | | | | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
* | | | | | | | | | Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-151-6/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/PCI: Only enable a 64bit BAR on single-socket AMD Family 15hChristian König2017-12-061-5/+15
| * | | | | | | | | | x86/PCI: Fix infinite loop in search for 64bit BAR placementChristian König2017-12-061-1/+6
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-121-7/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-11-291-7/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-105-64/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-062-0/+17
| * | | | | | | | | | KVM: VMX: fix page leak in hardware_setup()Jim Mattson2017-12-051-1/+0
| * | | | | | | | | | KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-051-5/+0
| * | | | | | | | | | x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel2017-12-053-36/+0
| * | | | | | | | | | x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-052-22/+30
| | |_|_|/ / / / / / | |/| | | | | | | |