summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-202-113/+315
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-47/+158
| |\
| | * bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+15
| | * bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-19/+12
| | * bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Alexei Starovoitov2021-02-041-0/+19
| | * bpf,x64: Pad NOPs to make images converge more easilyGary Lin2021-01-201-28/+112
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-1024-106/+157
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-10/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-2825-90/+199
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-203-16/+57
| |\ \ \ \
| * \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-152-66/+157
| |\ \ \ \ \
| | * | | | | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-1/+49
| | * | | | | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+8
| | * | | | | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+4
| | * | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-142-16/+36
| | * | | | | bpf: x86: Factor out a lookup table for some ALU opcodesBrendan Jackman2021-01-141-18/+15
| | * | | | | bpf: x86: Factor out emission of REX byteBrendan Jackman2021-01-141-16/+23
| | * | | | | bpf: x86: Factor out emission of ModR/M for *(reg + off)Brendan Jackman2021-01-141-18/+25
* | | | | | | Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-144-7/+22
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner2021-02-101-4/+11
| * | | | | | x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-091-3/+3
| * | | | | | x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2021-02-082-0/+8
* | | | | | | cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki2021-02-081-0/+1
|/ / / / / /
* | | | | | Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-072-4/+8
|\ \ \ \ \ \
| * | | | | | entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-062-4/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-079-55/+76
|\ \ \ \ \ \
| * | | | | | x86/efi: Remove EFI PGD build time checksBorislav Petkov2021-02-061-19/+0
| * | | | | | x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan2021-02-051-0/+8
| * | | | | | x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan2021-02-051-0/+14
| * | | | | | x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-045-15/+32
| * | | | | | x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu2021-02-011-0/+1
| * | | | | | x86/debug: Fix DR6 handlingPeter Zijlstra2021-02-011-21/+18
| * | | | | | x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-01-291-0/+3
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-0511-38/+61
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU resetSean Christopherson2021-02-041-0/+1
| * | | | | | | KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEsBen Gardon2021-02-041-3/+3
| * | | | | | | KVM: x86: cleanup CR3 reserved bits checksPaolo Bonzini2021-02-033-13/+5
| * | | | | | | KVM: SVM: Treat SVM as unsupported when running as an SEV guestSean Christopherson2021-02-032-0/+6
| * | | | | | | KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit modeSean Christopherson2021-02-021-0/+2
| * | | | | | | KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID checkVitaly Kuznetsov2021-02-011-0/+2
| * | | | | | | KVM/x86: assign hva with the right value to vm_munmap the pagesZheng Zhan Liang2021-02-011-1/+1
| * | | | | | | KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=offPaolo Bonzini2021-02-012-13/+30
| * | | | | | | Fix unsynchronized access to sev members through svm_register_enc_regionPeter Gonda2021-01-281-7/+10
| * | | | | | | KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctlMichael Roth2021-01-281-1/+1
* | | | | | | | Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"Mike Rapoport2021-02-041-9/+11
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-01-311-10/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | x86/entry: Remove put_ret_addr_in_rdi THUNK macro argumentBorislav Petkov2021-01-191-6/+1
| * | | | | | x86/entry: Emit a symbol for register restoring thunkNick Desaulniers2021-01-141-4/+4
* | | | | | | Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-283-1/+16
|\ \ \ \ \ \ \
| * | | | | | | x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabledJuergen Gross2021-01-273-1/+16