index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2024-02-25
Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-22
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-02-20
Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl
Dan Williams
2024-02-19
KVM/VMX: Move VERW closer to VMentry for MDS mitigation
Pawan Gupta
2024-02-19
KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCH
Sean Christopherson
2024-02-19
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2024-02-19
x86/entry_32: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
x86/entry_64: Add VERW just before userspace transition
Pawan Gupta
2024-02-19
x86/bugs: Add asm helpers for executing VERW
Pawan Gupta
2024-02-18
Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-02-18
Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-16
x86/numa: Fix the sort compare func used in numa_fill_memblks()
Alison Schofield
2024-02-16
x86/numa: Fix the address overlap check in numa_fill_memblks()
Alison Schofield
2024-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-02-15
x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
Hou Tao
2024-02-15
x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
Hou Tao
2024-02-15
kbuild: use 4-space indentation when followed by conditionals
Masahiro Yamada
2024-02-14
Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2024-02-14
Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2024-02-12
x86/mm/ident_map: Use gbpages only where full GB page should be mapped.
Steve Wahl
2024-02-12
x86/xen: Add some null pointer checking to smp.c
Kunwu Chan
2024-02-11
Merge tag 'x86_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-09
Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-02-09
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
Aleksander Mazur
2024-02-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2024-02-06
x86/coco: Define cc_vendor without CONFIG_ARCH_HAS_CC_PLATFORM
Nathan Chancellor
2024-02-05
KVM: x86: Fix KVM_GET_MSRS stack info leak
Mathias Krause
2024-02-05
x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat section
Ard Biesheuvel
2024-02-02
KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
Mingwei Zhang
2024-02-01
Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-01
KVM: x86: Make gtod_is_based_on_tsc() return 'bool'
Vitaly Kuznetsov
2024-01-31
x86/kvm: Fix SEV check in sev_map_percpu_data()
Kirill A. Shutemov
2024-01-31
KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
Maciej S. Szmigiero
2024-01-31
KVM: x86: Check irqchip mode before create PIT
Tengfei Yu
2024-01-31
KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpu
Prasad Pandit
2024-01-31
kbuild: Replace tabs with spaces when followed by conditionals
Dmitry Goncharov
2024-01-30
x86/fpu: Stop relying on userspace for info to fault in xsave buffer
Andrei Vagin
2024-01-29
Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-01-29
x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups
Qiuxu Zhuo
2024-01-25
mm, kmsan: fix infinite recursion due to RCU critical section
Marco Elver
2024-01-25
x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5
Mario Limonciello
2024-01-24
x86/entry/ia32: Ensure s32 is sign extended to s64
Richard Palethorpe
2024-01-23
x86/cpu: Add model number for Intel Clearwater Forest processor
Tony Luck
2024-01-23
x86/CPU/AMD: Add X86_FEATURE_ZEN5
Borislav Petkov (AMD)
2024-01-22
x86/paravirt: Make BUG_func() usable by non-GPL modules
Juergen Gross
2024-01-18
Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
[next]