summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-111-2/+2
|\
| * x86/traps: Correct exc_general_protection() and math_error() return pathsThomas Tai2021-04-091-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-091-1/+6
|\ \
| * | kfence, x86: fix preemptible warning on KPTI-enabled systemsMarco Elver2021-04-091-1/+6
* | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-092-2/+20
|\ \ \
| * | | bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk2021-04-081-1/+10
| * | | bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk2021-04-081-1/+10
* | | | Merge tag 'acpi-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-092-15/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-072-15/+13
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-081-1/+1
|\ \ \ | |/ / |/| |
| * | KVM: x86/mmu: preserve pending TLB flush across calls to kvm_tdp_mmu_zap_spPaolo Bonzini2021-04-081-1/+1
* | | Merge tag 'acpi-5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-024-19/+17
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'acpi-tables' and 'acpi-scan'Rafael J. Wysocki2021-04-022-18/+15
| |\ \ \
| | * | | ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-03-292-18/+15
| | |/ /
| * / / ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-012-1/+2
| |/ /
* | | KVM: x86: Prevent 'hv_clock->system_time' from going negative in kvm_guest_ti...Vitaly Kuznetsov2021-04-011-2/+17
* | | KVM: x86: disable interrupts while pvclock_gtod_sync_lock is takenPaolo Bonzini2021-04-011-11/+14
* | | KVM: x86: reduce pvclock_gtod_sync_lock critical sectionsPaolo Bonzini2021-04-011-6/+4
* | | Merge branch 'kvm-fix-svm-races' into kvm-masterPaolo Bonzini2021-04-011-5/+23
|\ \ \
| * | | KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...Paolo Bonzini2021-04-011-1/+17
| * | | KVM: SVM: load control fields from VMCB12 before checking themPaolo Bonzini2021-04-011-4/+6
* | | | Merge commit 'kvm-tdp-fix-flushes' into kvm-masterPaolo Bonzini2021-03-313-17/+42
|\ \ \ \
| * | | | KVM: x86/mmu: Don't allow TDP MMU to yield when recovering NX pagesSean Christopherson2021-03-303-6/+27
| * | | | KVM: x86/mmu: Ensure TLBs are flushed for TDP MMU during NX zappingSean Christopherson2021-03-301-4/+7
| * | | | KVM: x86/mmu: Ensure TLBs are flushed when yielding during GFN range zapSean Christopherson2021-03-301-11/+12
* | | | | KVM: make: Fix out-of-source module buildsSiddharth Chandrasekaran2021-03-301-1/+1
* | | | | KVM: x86/vPMU: Forbid writing to MSR_F15H_PERF MSRs when guest doesn't have X...Vitaly Kuznetsov2021-03-301-0/+8
* | | | | KVM: x86: remove unused declaration of kvm_write_tsc()Dongli Zhang2021-03-301-1/+0
* | | | | KVM: clean up the unused argumentHaiwei Li2021-03-301-5/+4
| |_|/ / |/| | |
* | | | Merge tag 'x86-urgent-2021-03-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-282-2/+2
|\ \ \ \
| * | | | x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann2021-03-231-1/+1
| * | | | x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()Isaku Yamahata2021-03-231-1/+1
* | | | | Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-263-19/+16
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne2021-03-243-17/+14
| * | | | xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-241-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-241-6/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev2021-03-191-1/+2
| * | | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+22
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-101-2/+2
| |\ \ \ \
| | * | | | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song2021-03-101-2/+2
* | | | | | Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-03-212-1/+4
|\ \ \ \ \ \
| * | | | | | perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang2021-03-161-0/+3
| * | | | | | perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-161-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-215-33/+30
|\ \ \ \ \ \
| * | | | | | x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
| * | | | | | x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
| * | | | | | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-162-11/+3
| * | | | | | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-162-24/+14
| * | | | | | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-162-9/+9
| |/ / / / /
* | | | | | Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-201-1/+1
|\ \ \ \ \ \