index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-28
x86/hyperv: Fix definition of hv_ghcb_pg variable
Michael Kelley
2
-2
/
+2
2021-12-28
x86/mce/inject: Avoid out-of-bounds write when setting flags
Zhang Zixun
1
-1
/
+1
2021-12-27
Merge tag 'efi-urgent-for-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-2
/
+0
2021-12-26
x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs
Yazen Ghannam
1
-0
/
+5
2021-12-26
Merge tag 'x86_urgent_for_v5.16_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-44
/
+32
2021-12-24
crypto: x86/curve25519 - use in/out register constraints more precisely
Jason A. Donenfeld
1
-278
/
+489
2021-12-23
x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS
Nathan Chancellor
1
-2
/
+5
2021-12-22
x86/mtrr: Remove the mtrr_bp_init() stub
Christoph Hellwig
3
-8
/
+8
2021-12-22
um: remove set_fs
Christoph Hellwig
1
-8
/
+0
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumeration
Yazen Ghannam
2
-41
/
+36
2021-12-22
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Yazen Ghannam
2
-5
/
+23
2021-12-22
x86/mm: Prevent early boot triple-faults with instrumentation
Borislav Petkov
2
-3
/
+15
2021-12-21
um, x86: bury crypto_tfm_ctx_offset
Al Viro
1
-3
/
+0
2021-12-21
uml/i386: missing include in barrier.h
Al Viro
1
-0
/
+1
2021-12-21
um: stop polluting the namespace with registers.h contents
Al Viro
5
-0
/
+5
2021-12-21
um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c
Al Viro
3
-6
/
+10
2021-12-21
uml: trim unused junk from arch/x86/um/sys_call_table_*.c
Al Viro
2
-18
/
+0
2021-12-21
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-44
/
+76
2021-12-21
um: registers: Rename function names to avoid conflicts and build problems
Randy Dunlap
1
-1
/
+2
2021-12-21
uml: x86: add FORCE to user_constants.h
Johannes Berg
1
-1
/
+1
2021-12-21
Merge remote-tracking branch 'kvm/master' into HEAD
Paolo Bonzini
10
-52
/
+107
2021-12-21
KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU
Sean Christopherson
1
-2
/
+1
2021-12-20
net: netvsc: Add Isolation VM support for netvsc driver
Tianyu Lan
1
-0
/
+28
2021-12-20
hyper-v: Enable swiotlb bounce buffer for Isolation VM
Tianyu Lan
2
-1
/
+26
2021-12-20
x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()
Tianyu Lan
1
-0
/
+8
2021-12-20
drm/i915/adl-n: Enable ADL-N platform
Tejas Upadhyay
1
-0
/
+1
2021-12-20
KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required
Sean Christopherson
1
-8
/
+24
2021-12-20
KVM: VMX: Always clear vmx->fail on emulation_required
Sean Christopherson
1
-3
/
+1
2021-12-20
KVM: x86: Always set kvm_run->if_flag
Marc Orr
5
-17
/
+21
2021-12-20
KVM: x86/mmu: Don't advance iterator after restart due to yielding
Sean Christopherson
3
-13
/
+28
2021-12-20
x86/mce: Check regs before accessing it
Borislav Petkov
1
-1
/
+4
2021-12-20
KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_all
Wei Wang
1
-1
/
+1
2021-12-19
x86/pkey: Fix undefined behaviour with PKRU_WD_BIT
Andrew Cooper
1
-2
/
+2
2021-12-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+16
2021-12-19
KVM: x86: Retry page fault if MMU reload is pending and root has no sp
Sean Christopherson
1
-1
/
+15
2021-12-19
KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_CAPABILITIES
Vitaly Kuznetsov
1
-1
/
+1
2021-12-17
crypto: x86/des3 - remove redundant assignment of variable nbytes
Colin Ian King
1
-2
/
+2
2021-12-17
Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-next
Dave Airlie
1
-0
/
+1
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-23
/
+85
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-8
/
+43
2021-12-16
x86/pci/xen: Use msi_for_each_desc()
Thomas Gleixner
1
-8
/
+6
2021-12-16
PCI/MSI: Use msi_desc::msi_index
Thomas Gleixner
1
-1
/
+1
2021-12-16
x86/apic/msi: Use PCI device MSI property
Thomas Gleixner
1
-4
/
+1
2021-12-16
x86/pci/XEN: Use PCI device property
Thomas Gleixner
1
-7
/
+2
2021-12-16
rtc: Check return value from mc146818_get_time()
Mateusz Jończyk
1
-2
/
+6
2021-12-16
bpf: Fix extable address check.
Alexei Starovoitov
1
-7
/
+42
2021-12-16
bpf: Fix extable fixup offset.
Alexei Starovoitov
1
-1
/
+1
2021-12-15
x86/xen: Use correct #ifdef guard for xen_initdom_restore_msi()
Arnd Bergmann
1
-1
/
+1
2021-12-15
x86/boot: Move EFI range reservation after cmdline parsing
Mike Rapoport
1
-3
/
+3
2021-12-15
Revert "x86/boot: Pull up cmdline preparation and early param parsing"
Borislav Petkov
1
-39
/
+27
[prev]
[next]