开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2021-03-24
x86/mce/inject: Add IPID for injection too
Borislav Petkov
2021-03-23
x86/build: Turn off -fcf-protection for realmode targets
Arnd Bergmann
2021-03-23
x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
Isaku Yamahata
2021-03-22
x86/microcode: Check for offline CPUs before requesting new microcode
Otavio Pontes
2021-03-21
Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-03-21
Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-03-20
Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-03-19
bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG
Stanislav Fomichev
2021-03-19
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
2021-03-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-03-19
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
2021-03-18
x86/kvm: Fix broken irq restoration in kvm_wait
Wanpeng Li
2021-03-18
KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUs
Wanpeng Li
2021-03-18
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
2021-03-18
KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh...
Vitaly Kuznetsov
2021-03-18
KVM: x86: hyper-v: Track Hyper-V TSC page status
Vitaly Kuznetsov
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
2021-03-17
KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs
Vitaly Kuznetsov
2021-03-17
KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST...
Vitaly Kuznetsov
2021-03-16
ftrace: Fix spelling mistake "disabed" -> "disabled"
Colin Ian King
2021-03-16
x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART
Oleg Nesterov
2021-03-16
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
2021-03-16
x86: Move TS_COMPAT back to asm/thread_info.h
Oleg Nesterov
2021-03-16
perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT
Kan Liang
2021-03-16
perf/x86/intel: Fix a crash caused by zero PEBS status
Kan Liang
2021-03-16
KVM: x86/mmu: Store the address space ID in the TDP iterator
Sean Christopherson
2021-03-16
KVM: x86/mmu: Factor out tdp_iter_return_to_root
Ben Gardon
2021-03-16
KVM: x86/mmu: Fix RCU usage when atomically zapping SPTEs
Ben Gardon
2021-03-16
KVM: x86/mmu: Fix RCU usage in handle_removed_tdp_mmu_page
Ben Gardon
2021-03-14
Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-03-14
Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-03-12
Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-03-12
KVM: LAPIC: Advancing the timer expiration on guest initiated write
Wanpeng Li
2021-03-12
KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
Sean Christopherson
2021-03-12
KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
Wanpeng Li
2021-03-12
kvm: x86: annotate RCU pointers
Muhammad Usama Anjum
2021-03-12
objtool,x86: Fix uaccess PUSHF/POPF validation
Peter Zijlstra
2021-03-11
x86/paravirt: Have only one paravirt patch function
Juergen Gross
2021-03-11
x86/paravirt: Switch functions with custom code to ALTERNATIVE
Juergen Gross
2021-03-11
x86/paravirt: Add new PVOP_ALT* macros to support pvops in ALTERNATIVEs
Juergen Gross
2021-03-11
x86/paravirt: Switch iret pvops to ALTERNATIVE
Juergen Gross
2021-03-11
x86/paravirt: Simplify paravirt macros
Juergen Gross
2021-03-11
x86/paravirt: Remove no longer needed 32-bit pvops cruft
Juergen Gross
2021-03-11
x86/paravirt: Add new features for paravirt patching
Juergen Gross
2021-03-11
x86/alternative: Use ALTERNATIVE_TERNARY() in _static_cpu_has()
Juergen Gross
2021-03-11
x86/alternative: Support ALTERNATIVE_TERNARY
Juergen Gross
2021-03-11
x86/alternative: Support not-feature
Juergen Gross
[prev]
[next]