index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
24
-106
/
+157
2021-02-08
cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not there
Rafael J. Wysocki
1
-0
/
+1
2021-02-07
Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+8
2021-02-07
Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-55
/
+76
2021-02-06
x86/efi: Remove EFI PGD build time checks
Borislav Petkov
1
-19
/
+0
2021-02-06
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
2
-4
/
+8
2021-02-05
x86/debug: Prevent data breakpoints on cpu_dr7
Lai Jiangshan
1
-0
/
+8
2021-02-05
x86/debug: Prevent data breakpoints on __per_cpu_offset
Lai Jiangshan
1
-0
/
+14
2021-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-38
/
+61
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
5
-15
/
+32
2021-02-04
Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
Mike Rapoport
1
-9
/
+11
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86/mmu: Fix TDP MMU zap collapsible SPTEs
Ben Gardon
1
-3
/
+3
2021-02-03
KVM: x86: cleanup CR3 reserved bits checks
Paolo Bonzini
3
-13
/
+5
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
2
-0
/
+6
2021-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+5
2021-02-02
KVM: x86: Update emulator context mode if SYSENTER xfers to 64-bit mode
Sean Christopherson
1
-0
/
+2
2021-02-01
x86/split_lock: Enable the split lock feature on another Alder Lake CPU
Fenghua Yu
1
-0
/
+1
2021-02-01
KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check
Vitaly Kuznetsov
1
-0
/
+2
2021-02-01
KVM/x86: assign hva with the right value to vm_munmap the pages
Zheng Zhan Liang
1
-1
/
+1
2021-02-01
KVM: x86: Allow guests to see MSR_IA32_TSX_CTRL even if tsx=off
Paolo Bonzini
2
-13
/
+30
2021-02-01
x86/debug: Fix DR6 handling
Peter Zijlstra
1
-21
/
+18
2021-01-31
Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-10
/
+5
2021-01-29
x86/build: Disable CET instrumentation in the kernel
Josh Poimboeuf
1
-0
/
+3
2021-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
25
-90
/
+199
2021-01-28
Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-1
/
+16
2021-01-28
Fix unsynchronized access to sev members through svm_register_enc_region
Peter Gonda
1
-7
/
+10
2021-01-28
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
Michael Roth
1
-1
/
+1
2021-01-27
x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabled
Juergen Gross
3
-1
/
+16
2021-01-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-53
/
+90
2021-01-25
KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX
Paolo Bonzini
3
-9
/
+29
2021-01-25
KVM: x86: Revert "KVM: x86: Mark GPRs dirty when written"
Sean Christopherson
1
-26
/
+25
2021-01-25
KVM: SVM: Unconditionally sync GPRs to GHCB on VMRUN of SEV-ES guest
Sean Christopherson
1
-9
/
+6
2021-01-25
KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration
Maxim Levitsky
1
-5
/
+8
2021-01-25
kvm: tracing: Fix unmatched kvm_entry and kvm_exit events
Lorenzo Brescia
3
-2
/
+5
2021-01-25
KVM: x86: get smi pending status correctly
Jay Zhou
1
-0
/
+4
2021-01-25
KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]
Like Xu
1
-1
/
+1
2021-01-25
KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()
Like Xu
1
-0
/
+4
2021-01-25
KVM: x86: Add more protection against undefined behavior in rsvd_bits()
Sean Christopherson
1
-1
/
+8
2021-01-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-11
/
+9
2021-01-24
Merge tag 'sched_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+19
2021-01-24
Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-25
/
+65
2021-01-24
x86/setup: don't remove E820_TYPE_RAM for pfn 0
Mike Rapoport
1
-11
/
+9
2021-01-21
x86/cpu: Add another Alder Lake CPU to the Intel family
Gayatri Kammela
1
-0
/
+1
2021-01-21
x86/mmx: Use KFPU_387 for MMX string operations
Andy Lutomirski
1
-5
/
+15
2021-01-21
x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state
Andy Lutomirski
2
-6
/
+18
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-16
/
+57
2021-01-20
Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-01-19
Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+26
2021-01-19
x86: PM: Register syscore_ops for scale invariance
Rafael J. Wysocki
1
-0
/
+19
[next]