index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
3
-27
/
+32
*
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2022-05-03
2
-9
/
+10
*
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
2022-04-29
1
-5
/
+42
*
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
2022-04-29
6
-11
/
+34
*
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
2022-04-29
5
-16
/
+45
*
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
2022-04-11
4
-40
/
+13
*
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
2022-04-11
3
-1
/
+5
*
Documentation: KVM: Add SPDX-License-Identifier tag
Like Xu
2022-04-11
4
-1
/
+7
*
selftests: kvm: add tsc_scaling_sync to .gitignore
Like Xu
2022-04-11
1
-0
/
+1
*
Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-04-11
4
-4
/
+5
|
\
|
*
RISC-V: KVM: include missing hwcap.h into vcpu_fp
Heiko Stuebner
2022-04-09
1
-0
/
+1
|
*
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
2022-04-09
1
-1
/
+1
|
*
KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
Anup Patel
2022-04-09
1
-1
/
+3
|
*
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
Anup Patel
2022-04-09
1
-2
/
+0
|
/
*
Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-04-08
14
-68
/
+285
|
\
|
*
selftests: KVM: Free the GIC FD when cleaning up in arch_timer
Oliver Upton
2022-04-07
1
-4
/
+11
|
*
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
2022-04-07
1
-3
/
+31
|
*
KVM: Don't create VM debugfs files outside of the VM directory
Oliver Upton
2022-04-07
1
-2
/
+8
|
*
KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)
Andrew Jones
2022-04-07
1
-4
/
+10
|
*
KVM: arm64: selftests: Introduce vcpu_width_config
Reiji Watanabe
2022-04-06
3
-0
/
+124
|
*
KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
Reiji Watanabe
2022-04-06
3
-28
/
+74
|
*
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2022-04-06
2
-6
/
+6
|
*
KVM: arm64: Don't split hugepages outside of MMU write lock
Oliver Upton
2022-04-06
1
-4
/
+7
|
*
KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler
Oliver Upton
2022-04-06
1
-3
/
+0
|
*
KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
Oliver Upton
2022-04-06
1
-5
/
+9
|
*
KVM: arm64: Generally disallow SMC64 for AArch32 guests
Oliver Upton
2022-04-06
1
-9
/
+5
*
|
KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
Paolo Bonzini
2022-04-06
1
-1
/
+1
*
|
Documentation: kvm: Add missing line break in api.rst
Bagas Sanjaya
2022-04-05
1
-0
/
+1
*
|
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
2022-04-05
1
-1
/
+1
*
|
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2022-04-05
3
-8
/
+37
*
|
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
2022-04-05
1
-0
/
+1
|
/
*
Linux 5.18-rc1
v5.18-rc1
Linus Torvalds
2022-04-03
1
-2
/
+2
*
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-04-03
15
-167
/
+44
|
\
|
*
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
2022-04-02
2
-0
/
+5
|
*
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
2022-04-02
2
-15
/
+18
|
*
tracing: Set user_events to BROKEN
Steven Rostedt (Google)
2022-04-02
1
-0
/
+1
|
*
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
2022-04-02
3
-136
/
+4
|
*
tracing/user_events: Hold event_mutex during dyn_event_add
Beau Belgrave
2022-04-02
1
-2
/
+6
|
*
proc: bootconfig: Add null pointer check
Lv Ruyi
2022-04-02
1
-0
/
+2
|
*
tracing: Rename the staging files for trace_events
Steven Rostedt (Google)
2022-04-02
9
-14
/
+14
*
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-04-03
2
-136
/
+14
|
\
\
|
*
|
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2022-04-03
2
-136
/
+14
*
|
|
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-04-03
6
-187
/
+200
|
\
\
\
|
*
|
|
x86/fpu/xstate: Consolidate size calculations
Thomas Gleixner
2022-03-30
1
-41
/
+8
|
*
|
|
x86/fpu/xstate: Handle supervisor states in XSTATE permissions
Thomas Gleixner
2022-03-30
1
-0
/
+3
|
*
|
|
x86/fpu/xsave: Handle compacted offsets correctly with supervisor states
Thomas Gleixner
2022-03-30
1
-45
/
+41
|
*
|
|
x86/fpu: Cache xfeature flags from CPUID
Thomas Gleixner
2022-03-30
1
-36
/
+13
|
*
|
|
x86/fpu/xsave: Initialize offset/size cache early
Thomas Gleixner
2022-03-30
1
-2
/
+5
|
*
|
|
x86/fpu: Remove unused supervisor only offsets
Thomas Gleixner
2022-03-30
1
-30
/
+0
|
*
|
|
x86/fpu: Remove redundant XCOMP_BV initialization
Thomas Gleixner
2022-03-29
1
-3
/
+0
[next]