index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-05
x86/speculation: Restore speculation related MSRs during S3 resume
Pawan Gupta
1
-0
/
+14
2022-04-05
x86/pm: Save the MSR validity status at context setup
Pawan Gupta
1
-2
/
+5
2022-04-05
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
1
-1
/
+1
2022-04-05
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
3
-8
/
+37
2022-04-05
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
1
-0
/
+1
2022-04-05
x86/bug: Prevent shadowing in __WARN_FLAGS
Vincent Mailhol
1
-2
/
+2
2022-04-05
perf/x86/intel: Update the FRONTEND MSR mask on Sapphire Rapids
Kan Liang
1
-1
/
+1
2022-04-05
perf/x86/intel: Don't extend the pseudo-encoding to GP counters
Kan Liang
2
-1
/
+10
2022-04-05
perf/x86/uncore: Add Raptor Lake uncore support
Kan Liang
2
-0
/
+21
2022-04-05
perf/x86/msr: Add Raptor Lake CPU support
Kan Liang
1
-0
/
+1
2022-04-05
perf/x86/cstate: Add Raptor Lake support
Kan Liang
1
-10
/
+12
2022-04-05
perf/x86: Add Intel Raptor Lake support
Kan Liang
1
-0
/
+1
2022-04-05
x86/percpu: Remove volatile from arch_raw_cpu_ptr().
Sebastian Andrzej Siewior
1
-3
/
+3
2022-04-05
static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
Christophe Leroy
1
-0
/
+2
2022-04-05
x86,static_call: Fix __static_call_return0 for i386
Peter Zijlstra
1
-3
/
+2
2022-04-04
x86/mm/tlb: Revert retpoline avoidance approach
Dave Hansen
1
-32
/
+5
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-185
/
+186
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+0
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-305
/
+349
2022-04-02
KVM: x86: fix sending PV IPI
Li RongQing
1
-1
/
+1
2022-04-02
KVM: x86/mmu: do compare-and-exchange of gPTE via the user address
Paolo Bonzini
1
-40
/
+34
2022-04-02
KVM: x86: Remove redundant vm_entry_controls_clearbit() call
Zhenzhong Duan
1
-1
/
+0
2022-04-02
KVM: x86: cleanup enter_rmode()
Zhenzhong Duan
1
-9
/
+5
2022-04-02
KVM: x86: SVM: fix tsc scaling when the host doesn't support it
Maxim Levitsky
3
-9
/
+6
2022-04-02
kvm: x86: SVM: remove unused defines
Maxim Levitsky
1
-8
/
+0
2022-04-02
KVM: x86: SVM: move tsc ratio definitions to svm.h
Maxim Levitsky
2
-10
/
+11
2022-04-02
KVM: x86: SVM: fix avic spec based definitions again
Maxim Levitsky
2
-14
/
+5
2022-04-02
KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsr
Hou Wenlong
3
-16
/
+40
2022-04-02
KVM: x86/emulator: Emulate RDPID only if it is enabled in guest
Hou Wenlong
3
-1
/
+10
2022-04-02
KVM: x86/pmu: Fix and isolate TSX-specific performance event logic
Like Xu
2
-13
/
+15
2022-04-02
KVM: x86: mmu: trace kvm_mmu_set_spte after the new SPTE was set
Maxim Levitsky
1
-1
/
+1
2022-04-02
KVM: x86/svm: Clear reserved bits written to PerfEvtSeln MSRs
Jim Mattson
1
-5
/
+3
2022-04-02
KVM: x86: Trace all APICv inhibit changes and capture overall status
Sean Christopherson
2
-18
/
+29
2022-04-02
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
6
-36
/
+49
2022-04-02
KVM: x86: Make APICv inhibit reasons an enum and cleanup naming
Sean Christopherson
6
-31
/
+35
2022-04-02
KVM: X86: Handle implicit supervisor access with SMAP
Lai Jiangshan
4
-17
/
+21
2022-04-02
KVM: X86: Rename variable smap to not_smap in permission_fault()
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Fix comments in update_permission_bitmask
Lai Jiangshan
1
-2
/
+2
2022-04-02
KVM: X86: Change the type of access u32 to u64
Lai Jiangshan
5
-21
/
+23
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
1
-3
/
+2
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
1
-1
/
+1
2022-04-02
KVM: SVM: Fix kvm_cache_regs.h inclusions for is_guest_mode()
Peter Gonda
2
-1
/
+2
2022-04-02
KVM: x86/pmu: Use different raw event masks for AMD and Intel
Jim Mattson
4
-1
/
+5
2022-04-02
KVM: x86/mmu: Zap only TDP MMU leafs in zap range and mmu_notifier unmap
Sean Christopherson
3
-48
/
+19
2022-04-02
KVM: SVM: fix panic on out-of-bounds guest IRQ
Yi Wang
1
-2
/
+8
2022-04-02
KVM: MMU: propagate alloc_workqueue failure
Paolo Bonzini
5
-17
/
+32
2022-04-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-34
/
+1
2022-03-31
Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-4
/
+2
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2022-03-31
Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
8
-133
/
+162
[prev]
[next]