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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-09
x86/apb_timer: Remove driver for deprecated platform
Andy Shevchenko
2
-51
/
+0
2021-02-09
x86/platform/intel-mid: Remove unused leftovers (vRTC)
Andy Shevchenko
4
-28
/
+0
2021-02-09
x86/platform/intel-mid: Remove unused leftovers (msic)
Andy Shevchenko
1
-7
/
+0
2021-02-09
KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional
Vitaly Kuznetsov
1
-0
/
+1
2021-02-09
KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically
Vitaly Kuznetsov
1
-1
/
+2
2021-02-09
KVM: Raise the maximum number of user memslots
Vitaly Kuznetsov
1
-2
/
+0
2021-02-09
KVM: x86: reading DR cannot fail
Paolo Bonzini
1
-1
/
+1
2021-02-09
x86/acrn: Introduce hypercall interfaces
Shuo Liu
1
-0
/
+54
2021-02-09
x86/acrn: Introduce acrn_cpuid_base() and hypervisor feature bits
Yin Fengwei
1
-0
/
+16
2021-02-09
x86/acrn: Introduce acrn_{setup, remove}_intr_handler()
Shuo Liu
1
-0
/
+8
2021-02-08
KVM: x86: compile out TDP MMU on 32-bit systems
Paolo Bonzini
1
-0
/
+2
2021-02-08
thermal: Move therm_throt there from x86/mce
Borislav Petkov
2
-16
/
+13
2021-02-08
x86/mce: Get rid of mcheck_intel_therm_init()
Borislav Petkov
1
-6
/
+0
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+0
2021-02-07
Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+18
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
1
-2
/
+0
2021-02-05
x86/asm: Fixup TASK_SIZE_MAX comment
Alexey Dobriyan
1
-1
/
+1
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
2
-10
/
+18
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
1
-0
/
+1
2021-02-04
KVM: x86/xen: register vcpu time info region
Joao Martins
1
-0
/
+2
2021-02-04
KVM: x86/xen: register vcpu info
Joao Martins
1
-0
/
+2
2021-02-04
xen: add wc_sec_hi to struct shared_info
David Woodhouse
1
-0
/
+3
2021-02-04
KVM: x86/xen: register shared_info page
Joao Martins
1
-0
/
+2
2021-02-04
KVM: x86/xen: latch long_mode when hypercall page is set up
David Woodhouse
1
-0
/
+6
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
1
-0
/
+6
2021-02-04
KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
Ben Gardon
1
-0
/
+13
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
1
-0
/
+2
2021-02-04
KVM: VMX: Use the kernel's version of VMXOFF
Sean Christopherson
1
-1
/
+6
2021-02-04
x86/virt: Mark flags and memory as clobbered by VMXOFF
David P. Reed
1
-1
/
+2
2021-02-04
x86/virt: Eat faults on VMXOFF in reboot flows
Sean Christopherson
1
-5
/
+12
2021-02-04
KVM: x86: use static calls to reduce kvm_x86_ops overhead
Jason Baron
1
-5
/
+3
2021-02-04
KVM: x86: introduce definitions to support static calls for kvm_x86_ops
Jason Baron
2
-0
/
+140
2021-02-04
KVM: SVM: Add support for SVM instruction address check change
Wei Huang
1
-0
/
+1
2021-02-04
KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
Chenyi Qiang
1
-2
/
+10
2021-02-04
KVM: VMX: Enable bus lock VM exit
Chenyi Qiang
5
-1
/
+13
2021-02-04
KVM: x86/mmu: Remove the defunct update_pte() paging hook
Sean Christopherson
1
-3
/
+0
2021-02-04
Enumerate AVX Vector Neural Network instructions
Kyung Min Park
1
-0
/
+1
2021-02-01
perf/x86/intel: Add perf core PMU support for Sapphire Rapids
Kan Liang
1
-2
/
+6
2021-02-01
perf/x86/intel: Filter unsupported Topdown metrics event
Kan Liang
1
-2
/
+8
2021-01-29
tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
Will Deacon
1
-1
/
+0
2021-01-29
x86/fpu/64: Don't FNINIT in kernel_fpu_begin()
Andy Lutomirski
1
-0
/
+12
2021-01-29
x86/fpu: Make the EFI FPU calling convention explicit
Andy Lutomirski
1
-4
/
+20
2021-01-29
arch: x86: Remove CONFIG_OPROFILE support
Viresh Kumar
1
-1
/
+0
2021-01-28
Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
1
-0
/
+1
2021-01-28
x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
Sean Christopherson
4
-10
/
+20
2021-01-27
x86/perf: Use static_call for x86_pmu.guest_get_msrs
Like Xu
1
-5
/
+1
2021-01-27
x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabled
Juergen Gross
1
-0
/
+1
2021-01-26
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
1
-11
/
+2
2021-01-24
Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-6
/
+18
[prev]
[next]