summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-212-31/+5
|\
| * posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2023-12-201-30/+4
| * Merge tag 'mm-hotfixes-stable-2023-12-15-07-11' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-151-1/+1
| |\
| | * x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-121-1/+1
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-184-56/+425
|\ \ \ | |/ / |/| |
| * | cfi: Add CFI_NOSEAL()Peter Zijlstra2023-12-151-0/+5
| * | x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-153-23/+71
| * | x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra2023-12-153-8/+30
| * | x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-153-12/+227
| * | cfi: Flip headersPeter Zijlstra2023-12-152-3/+4
| * | x86, bpf: Use bpf_prog_pack for bpf trampolineSong Liu2023-12-061-26/+72
| * | bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-061-4/+36
| * | bpf, x86: Adjust arch_prepare_bpf_trampoline return valueSong Liu2023-12-061-1/+1
* | | Merge tag 'x86_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-12-102-4/+10
|\ \ \
| * | | x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)2023-12-021-0/+3
| * | | x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat2023-11-301-4/+7
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-12-103-6/+12
|\ \ \
| * | | KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson2023-12-081-3/+5
| * | | Merge tag 'kvm-x86-fixes-6.7-rcN' of https://github.com/kvm-x86/linux into kv...Paolo Bonzini2023-12-082-3/+7
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: x86: Remove 'return void' expression for 'void function'Like Xu2023-12-011-2/+2
| | * | KVM: Set file_operations.owner appropriately for all such structuresSean Christopherson2023-12-011-0/+1
| | * | KVM: x86: Get CPL directly when checking if loaded vCPU is in kernel modeLike Xu2023-11-291-1/+4
* | | | Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-12-071-0/+46
|\ \ \ \
| * | | | bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2023-12-061-0/+46
| | |_|/ | |/| |
* | | | x86/tdx: Allow 32-bit emulation by defaultKirill A. Shutemov2023-12-071-9/+0
* | | | x86/entry: Do not allow external 0x80 interruptsThomas Gleixner2023-12-071-1/+36
* | | | x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-077-85/+64
* | | | x86/coco: Disable 32-bit emulation by default on TDX and SEVKirill A. Shutemov2023-12-073-0/+28
| |/ / |/| |
* | | Merge tag 'for-linus-6.7a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-12-032-2/+6
|\ \ \ | |/ / |/| |
| * | x86/xen: fix percpu vcpu_info allocationJuergen Gross2023-11-282-2/+6
* | | Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-264-48/+37
|\ \ \
| * | | x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)2023-11-214-44/+37
| * | | x86/microcode: Remove the driver announcement and versionBorislav Petkov (AMD)2023-11-211-4/+0
* | | | Merge tag 'perf-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-11-261-1/+1
|\ \ \ \
| * | | | perf/x86/intel: Correct incorrect 'or' operation for PMU capabilitiesDapeng Mi2023-11-211-1/+1
| |/ / /
* | | | Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-11-222-5/+25
|\ \ \ \ | |/ / / |/| | |
| * | | x86/hyperv: Use atomic_try_cmpxchg() to micro-optimize hv_nmi_unknown()Uros Bizjak2023-11-221-1/+4
| * | | x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VMSaurabh Sengar2023-11-121-4/+21
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-192-22/+18
|\ \ \ | |_|/ |/| |
| * | x86/acpi: Ignore invalid x2APIC entriesZhang Rui2023-11-091-19/+15
| * | x86/shstk: Delay signal entry SSP write until after user accessesRick Edgecombe2023-11-081-3/+3
| |/
* | acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0Roger Pau Monne2023-11-132-0/+23
* | kprobes: unify kprobes_exceptions_nofify() prototypesArnd Bergmann2023-11-101-2/+0
* | Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...Linus Torvalds2023-11-043-0/+24
|\ \
| * | virt: tdx-guest: Add Quote generation support using TSM_REPORTSKuppuswamy Sathyanarayanan2023-10-193-0/+24
* | | Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0419-905/+897
|\ \ \
| * | | x86/microcode/intel: Add a minimum required revision for late loadingAshok Raj2023-10-242-5/+35
| * | | x86/microcode: Prepare for minimal revision checkThomas Gleixner2023-10-245-6/+44
| * | | x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner2023-10-244-6/+113
| * | | x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner2023-10-245-1/+16