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-02-04
Enumerate AVX Vector Neural Network instructions
Kyung Min Park
1
-0
/
+1
2021-02-04
x86: kvm: style: Simplify bool comparison
YANG LI
1
-1
/
+1
2021-02-04
KVM: x86: Zap the oldest MMU pages, not the newest
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86/mmu: Use boolean returns for (S)PTE accessors
Sean Christopherson
2
-9
/
+5
2021-02-04
KVM: x86: Take KVM's SRCU lock only if steal time update is needed
Sean Christopherson
1
-9
/
+11
2021-02-04
KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()
Sean Christopherson
1
-10
/
+0
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-02
x86/sev-es: Do not unroll string I/O for SEV-ES guests
Tom Lendacky
1
-2
/
+3
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-02-01
perf/x86/intel: Support CPUID 10.ECX to disable fixed counters
Kan Liang
3
-11
/
+36
2021-02-01
perf/x86/intel: Add perf core PMU support for Sapphire Rapids
Kan Liang
4
-12
/
+433
2021-02-01
perf/x86/intel: Filter unsupported Topdown metrics event
Kan Liang
3
-4
/
+22
2021-02-01
perf/x86/intel: Factor out intel_update_topdown_event()
Kan Liang
1
-7
/
+13
2021-02-01
perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
1
-8
/
+9
2021-01-31
Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-10
/
+5
2021-01-29
x86/ldt: Use tlb_gather_mmu_fullmm() when freeing LDT page-tables
Will Deacon
1
-1
/
+7
2021-01-29
tlb: arch: Remove empty __tlb_remove_tlb_entry() stubs
Will Deacon
1
-1
/
+0
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
1
-1
/
+1
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
1
-1
/
+1
2021-01-29
x86/build: Disable CET instrumentation in the kernel
Josh Poimboeuf
1
-0
/
+3
2021-01-29
x86/fpu/xstate: Use sizeof() instead of a constant
Yejune Deng
1
-2
/
+2
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
2
-6
/
+22
2021-01-29
arch: x86: Remove CONFIG_OPROFILE support
Viresh Kumar
13
-2602
/
+1
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/kernel/git/xen/tip
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
x86/cpufeatures: Assign dedicated feature word for CPUID_0x8000001F[EAX]
Sean Christopherson
6
-15
/
+23
2021-01-28
x86/build: Treat R_386_PLT32 relocation as R_386_PC32
Fangrui Song
2
-4
/
+9
2021-01-28
KVM: x86: fix CPUID entries returned by KVM_GET_CPUID2 ioctl
Michael Roth
1
-1
/
+1
2021-01-27
x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl too
Misono Tomohiro
1
-0
/
+7
2021-01-27
perf/intel: Remove Perfmon-v4 counter_freezing support
Peter Zijlstra
2
-154
/
+1
2021-01-27
x86/perf: Use static_call for x86_pmu.guest_get_msrs
Like Xu
3
-25
/
+21
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-26
x86/power: Support objtool validation in hibernate_asm_64.S
Josh Poimboeuf
2
-5
/
+4
2021-01-26
x86/power: Move restore_registers() to top of the file
Josh Poimboeuf
1
-46
/
+46
2021-01-26
x86/power: Annotate indirect branches as safe
Josh Poimboeuf
1
-0
/
+3
2021-01-26
x86/acpi: Support objtool validation in wakeup_64.S
Josh Poimboeuf
2
-1
/
+2
2021-01-26
x86/acpi: Annotate indirect branch as safe
Josh Poimboeuf
1
-0
/
+2
2021-01-26
x86/ftrace: Support objtool vmlinux.o validation in ftrace_64.S
Josh Poimboeuf
1
-3
/
+2
2021-01-26
x86/xen/pvh: Annotate indirect branch as safe
Josh Poimboeuf
1
-0
/
+2
[prev]
[next]