summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | KVM: SVM: install RSM interceptBrijesh Singh2018-02-241-1/+10
| | * | | KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE commandBrijesh Singh2018-02-241-9/+7
| | * | | KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is d...Wanpeng Li2018-02-241-2/+4
| | * | | x86/kvm: Make parse_no_xxx __init for kvmDou Liyang2018-02-241-3/+3
| | * | | KVM: x86: fix backward migration with async_PFRadim Krčmář2018-02-243-5/+7
| | * | | kvm: fix warning for non-x86 buildsSebastian Ott2018-02-241-3/+0
| | * | | KVM: X86: Fix SMRAM accessing even if VM is shutdownWanpeng Li2018-02-241-1/+1
| | * | | KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2Chao Gao2018-02-241-1/+6
| | * | | KVM/x86: remove WARN_ON() for when vm_munmap() failsEric Biggers2018-02-241-4/+2
| | * | | KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIPRadim Krčmář2018-02-241-1/+2
| | * | | KVM: x86: move LAPIC initialization after VMCS creationPaolo Bonzini2018-02-242-1/+1
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-254-12/+33
| |\ \ \ \
| | * | | | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
| | * | | | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-02-231-0/+1
| | * | | | x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
| | * | | | x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed2018-02-201-9/+9
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-1/+1
| |\ \ \ \ \
| | * | | | | x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-211-1/+1
| | |/ / / /
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-2/+2
| |\ \ \ \ \
| | * | | | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-221-2/+2
| | |/ / / /
* | | | | | bpf, x64: remove bpf_flush_icacheDaniel Borkmann2018-02-271-13/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-02-261-87/+132
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | bpf, x64: save 5 bytes in prologue when ebpf insns came from cbpfDaniel Borkmann2018-02-231-12/+16
| * | | | | bpf, x64: save few bytes when mul is in alu32Daniel Borkmann2018-02-231-15/+28
| * | | | | bpf, x64: save several bytes when mul dest is r0/r3 anywayDaniel Borkmann2018-02-231-10/+11
| * | | | | bpf, x64: save several bytes by using mov over movabsq when possibleDaniel Borkmann2018-02-231-51/+74
| * | | | | bpf, x64: save one byte per shl/shr/sar when imm is 1Daniel Borkmann2018-02-231-1/+5
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-232-4/+42
|\ \ \ \ \
| * | | | | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-222-4/+42
| | |/ / / | |/| | |
* / | | | x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2018-02-223-0/+5
|/ / / /
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-182-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigMatthew Whitehead2018-02-161-1/+1
| * | | x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...Matthew Whitehead2018-02-161-1/+1
| * | | x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig groupMatthew Whitehead2018-02-161-1/+1
* | | | x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-173-2/+11
|/ / /
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-1410-73/+141
|\ \ \ | |_|/ |/| |
| * | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesTony Luck2018-02-133-10/+26
| * | x86/error_inject: Make just_return_func() globally visibleArnd Bergmann2018-02-131-0/+1
| * | x86/platform/UV: Fix GAM Range Table entries less than 1GBmike.travis@hpe.com2018-02-131-3/+12
| * | x86/build: Add arch/x86/tools/insn_decoder_test to .gitignoreProgyan Bhattacharya2018-02-131-0/+1
| * | x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Masayoshi Mizuma2018-02-131-1/+0
| * | x86/mm/kcore: Add vsyscall page to /proc/kcore conditionallyJia Zhang2018-02-131-1/+2
| * | vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageJia Zhang2018-02-131-2/+1
| * | x86/Kconfig: Further simplify the NR_CPUS configIngo Molnar2018-02-111-26/+40
| * | x86/Kconfig: Simplify NR_CPUS configRandy Dunlap2018-02-111-15/+42
| * | x86/MCE: Fix build warning introduced by "x86: do not use print_symbol()"Borislav Petkov2018-02-111-1/+1
| * | Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar2018-02-1187-1517/+1461
| |\ \
| * | | x86/cpufeature: Update _static_cpu_has() to use all named variablesPeter Zijlstra2018-02-061-4/+5
| * | | x86/cpufeature: Reindent _static_cpu_has()Peter Zijlstra2018-02-061-39/+39
* | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-1443-271/+241
|\ \ \ \