summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-68/+60
|\
| * Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2021-04-228-56/+43
| |\
| * | x86/kvm: Don't bother __pv_cpu_mask when !CONFIG_SMPWanpeng Li2021-04-191-63/+55
* | | Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"Brian Geffon2021-04-301-1/+1
* | | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-293-5/+10
|\ \ \
| * | | x86/mm/tlb: Privatize cpu_tlbstateNadav Amit2021-03-061-1/+1
| * | | x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-062-4/+9
* | | | Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-283-10/+10
|\ \ \ \
| * | | | x86: Use ELF fields defined in 'struct kimage'Lakshmi Ramasubramanian2021-03-083-10/+10
| |/ / /
* | | | Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-282-1/+20
|\ \ \ \
| * | | | x86/cpu: Add helper function to get the type of the current hybrid CPURicardo Neri2021-04-191-0/+16
| * | | | signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-1/+4
* | | | | Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-281-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-139-71/+56
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'drm-intel-next-2021-03-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-03-181-0/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Merge drm/drm-next into drm-intel-nextJani Nikula2021-03-1159-1506/+566
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | x86/gpu: Add Alderlake-S stolen memory supportCaz Yokoyama2021-01-261-0/+1
* | | | | | | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-2722-574/+561
|\ \ \ \ \ \ \
| * | | | | | | x86, sched: Treat Intel SNC topology as default, COD as exceptionAlison Schofield2021-04-151-44/+46
| * | | | | | | x86/alternatives: Optimize optimize_nops()Peter Zijlstra2021-04-021-18/+31
| * | | | | | | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2021-04-029-216/+35
| |\ \ \ \ \ \ \
| | * | | | | | | x86/mce: Add Xeon Sapphire Rapids to list of CPUs that support PPINTony Luck2021-03-201-0/+1
| | * | | | | | | x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-157-214/+32
| | * | | | | | | x86/cpu/hygon: Set __max_die_per_package on HygonPu Wen2021-03-061-2/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changesIngo Molnar2021-04-025-37/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 'x86/alternatives'Borislav Petkov2021-03-3110-177/+80
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: Add insn_decode_kernel()Peter Zijlstra2021-03-315-6/+6
| * | | | | | | | | x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationWei Yongjun2021-03-251-1/+1
| * | | | | | | | | x86/kprobes: Fix to identify indirect jmp and others using range caseMasami Hiramatsu2021-03-251-24/+20
| * | | | | | | | | x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu2021-03-251-5/+12
| * | | | | | | | | x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu2021-03-232-183/+337
| * | | | | | | | | x86/kprobes: Identify far indirect JMP correctlyMasami Hiramatsu2021-03-231-2/+1
| * | | | | | | | | x86/kprobes: Retrieve correct opcode for group instructionMasami Hiramatsu2021-03-231-1/+5
| * | | | | | | | | x86/uprobes: Convert to insn_decode()Borislav Petkov2021-03-151-4/+4
| * | | | | | | | | x86/traps: Convert to insn_decode()Borislav Petkov2021-03-151-3/+4
| * | | | | | | | | x86/sev-es: Convert to insn_decode()Borislav Petkov2021-03-151-12/+10
| * | | | | | | | | x86/sev-es: Split vc_decode_insn()Borislav Petkov2021-03-151-21/+38
| * | | | | | | | | x86/kprobes: Convert to insn_decode()Borislav Petkov2021-03-152-8/+18
| * | | | | | | | | x86/mce: Convert to insn_decode()Borislav Petkov2021-03-151-8/+4
| * | | | | | | | | x86/alternative: Use insn_decode()Borislav Petkov2021-03-151-3/+3
| * | | | | | | | | x86/insn: Rename insn_decode() to insn_decode_from_regs()Borislav Petkov2021-03-152-2/+2
| * | | | | | | | | Merge 'x86/seves' into x86/coreBorislav Petkov2021-03-151-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v5.12-rc3' into x86/coreBorislav Petkov2021-03-154-24/+34
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-086-35/+6
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | PM: hibernate: x86: Use crc32 instead of md5 for hibernation e820 integrity c...Chris von Recklinghausen2021-04-211-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-04-261-20/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/Hyper-V: Support for free page reportingSunil Muthuswamy2021-03-241-4/+5
| * | | | | | | | | | clocksource/drivers/hyper-v: Move handling of STIMER0 interruptsMichael Kelley2021-03-081-7/+3
| * | | | | | | | | | Drivers: hv: vmbus: Move handling of VMbus interruptsMichael Kelley2021-03-081-9/+4
| | |/ / / / / / / / | |/| | | | | | | |