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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-29
KVM: x86: work around QEMU issue with synthetic CPUID leaves
Paolo Bonzini
1
-5
/
+14
2022-04-29
KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_high
Alexandru Elisei
3
-0
/
+5
2022-04-29
KVM: arm64: Treat ESR_EL2 as a 64-bit register
Alexandru Elisei
9
-20
/
+20
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
14
-116
/
+116
2022-04-29
arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall
Alexandru Elisei
1
-1
/
+1
2022-04-29
arm64: Make ESR_ELx_xVC_IMM_MASK compatible with assembly
Alexandru Elisei
1
-1
/
+1
2022-04-29
arm64/ftrace: Make function graph use ftrace directly
Chengming Zhou
3
-17
/
+24
2022-04-29
ftrace: cleanup ftrace_graph_caller enable and disable
Chengming Zhou
1
-15
/
+2
2022-04-29
Merge tag 'riscv-for-linus-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
3
-1
/
+3
2022-04-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-1
/
+1
2022-04-29
KVM: X86/MMU: Fix shadowing 5-level NPT for 4-level NPT L1 guest
Lai Jiangshan
3
-2
/
+20
2022-04-29
KVM: X86/MMU: Add sp_has_gptes()
Lai Jiangshan
1
-7
/
+15
2022-04-29
KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpus
Suravee Suthikulpanit
3
-0
/
+23
2022-04-29
KVM: SVM: Use target APIC ID to complete AVIC IRQs when possible
Suravee Suthikulpanit
1
-4
/
+68
2022-04-29
KVM: x86/mmu: replace direct_map with root_role.direct
Paolo Bonzini
3
-22
/
+18
2022-04-29
KVM: x86/mmu: replace root_level with cpu_role.base.level
Paolo Bonzini
3
-14
/
+9
2022-04-29
KVM: x86/mmu: replace shadow_root_level with root_role.level
Paolo Bonzini
6
-24
/
+18
2022-04-29
KVM: x86/mmu: pull CPU mode computation to kvm_init_mmu
Paolo Bonzini
1
-11
/
+9
2022-04-29
KVM: x86/mmu: simplify and/or inline computation of shadow MMU roles
Paolo Bonzini
1
-41
/
+24
2022-04-29
KVM: x86/mmu: remove redundant bits from extended role
Paolo Bonzini
2
-6
/
+10
2022-04-29
KVM: x86/mmu: rename kvm_mmu_role union
Paolo Bonzini
2
-17
/
+17
2022-04-29
KVM: x86/mmu: remove extended bits from mmu_role, rename field
Paolo Bonzini
4
-48
/
+46
2022-04-29
KVM: x86/mmu: store shadow EFER.NX in the MMU role
Paolo Bonzini
1
-11
/
+12
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for shadow paging
Paolo Bonzini
1
-8
/
+6
2022-04-29
KVM: x86/mmu: cleanup computation of MMU roles for two-dimensional paging
Paolo Bonzini
1
-32
/
+9
2022-04-29
KVM: x86/mmu: remove kvm_calc_shadow_root_page_role_common
Paolo Bonzini
1
-20
/
+7
2022-04-29
KVM: x86/mmu: remove ept_ad field
Paolo Bonzini
3
-3
/
+1
2022-04-29
KVM: x86/mmu: do not recompute root level from kvm_mmu_role_regs
Paolo Bonzini
1
-15
/
+9
2022-04-29
KVM: x86/mmu: split cpu_role from mmu_role
Paolo Bonzini
3
-42
/
+70
2022-04-29
KVM: x86/mmu: remove "bool base_only" arguments
Paolo Bonzini
1
-43
/
+23
2022-04-29
KVM: x86: Clean up and document nested #PF workaround
Sean Christopherson
4
-19
/
+37
2022-04-29
KVM: x86/mmu: rephrase unclear comment
Paolo Bonzini
1
-1
/
+1
2022-04-29
KVM: x86/mmu: pull computation of kvm_mmu_role_regs to kvm_init_mmu
Paolo Bonzini
1
-13
/
+15
2022-04-29
KVM: x86/mmu: constify uses of struct kvm_mmu_role_regs
Paolo Bonzini
1
-11
/
+15
2022-04-29
KVM: x86/mmu: nested EPT cannot be used in SMM
Paolo Bonzini
1
-3
/
+5
2022-04-29
KVM: x86/mmu: Use enable_mmio_caching to track if MMIO caching is enabled
Sean Christopherson
3
-3
/
+8
2022-04-29
KVM: x86/mmu: Check for host MMIO exclusion from mem encrypt iff necessary
Sean Christopherson
1
-1
/
+1
2022-04-29
KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX intercepts
Babu Moger
4
-2
/
+11
2022-04-29
x86/cpufeatures: Add virtual TSC_AUX feature bit
Babu Moger
1
-0
/
+1
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
8
-27
/
+96
2022-04-29
Revert "x86/mm: Introduce lookup_address_in_mm()"
Sean Christopherson
2
-15
/
+0
2022-04-29
Merge branch 'kvm-fixes-for-5.18-rc5' into HEAD
Paolo Bonzini
7
-24
/
+94
2022-04-29
KVM: x86/mmu: fix potential races when walking host page table
Mingwei Zhang
1
-5
/
+42
2022-04-29
KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENT
Paolo Bonzini
3
-3
/
+7
2022-04-29
KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDR
Sean Christopherson
5
-16
/
+45
2022-04-29
Merge tag 'kvmarm-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
5
-9
/
+78
2022-04-29
arm64/sme: Fix NULL check after kzalloc
Wan Jiabing
1
-1
/
+1
2022-04-29
RISC-V: relocate DTB if it's outside memory region
Nick Kossifidis
1
-2
/
+19
2022-04-29
Merge tag 'tegra-for-5.18-arm-defconfig-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes
Arnd Bergmann
2
-1
/
+3
2022-04-29
Merge tag 'imx-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
Arnd Bergmann
2
-1
/
+5
[prev]
[next]