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-04
arm64: meson: add dts bluetooth node for JetHub H1
Vyacheslav Bocharov
1
-0
/
+6
2022-04-04
ARM: dts: rockchip: use generic node name for dma rk3036/rk322x
Johan Jonker
2
-2
/
+2
2022-04-04
ARM: dts: rockchip: correct interrupt flags on rk3188 boards
Krzysztof Kozlowski
1
-1
/
+2
2022-04-04
arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards
Christian Hewitt
1
-20
/
+0
2022-04-04
arm64: dts: meson: remove CPU opps below 1GHz for G12B boards
Christian Hewitt
2
-80
/
+0
2022-04-04
ARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring
Mark Brown
1
-1
/
+2
2022-04-04
ARM: vexpress/spc: Avoid negative array index when !SMP
Kees Cook
1
-1
/
+1
2022-04-03
Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-185
/
+186
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+0
2022-04-03
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-11
/
+12
2022-04-03
KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.h
Michael Ellerman
2
-12
/
+12
2022-04-02
Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-4
/
+0
2022-04-02
Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
7
-45
/
+72
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
26
-304
/
+348
2022-04-02
KVM: x86/mmu: Don't rebuild page when the page is synced and no tlb flushing is required
Hou Wenlong
1
-9
/
+9
2022-04-02
KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_state
Jon Kohler
1
-5
/
+9
2022-04-02
KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
Maxim Levitsky
4
-17
/
+37
2022-04-02
KVM: x86: allow per cpu apicv inhibit reasons
Maxim Levitsky
3
-2
/
+18
2022-04-02
KVM: x86: nSVM: implement nested vGIF
Maxim Levitsky
3
-10
/
+45
2022-04-02
KVM: x86: nSVM: support PAUSE filtering when L0 doesn't intercept PAUSE
Maxim Levitsky
3
-3
/
+47
2022-04-02
KVM: x86: nSVM: implement nested LBR virtualization
Maxim Levitsky
3
-4
/
+28
2022-04-02
KVM: x86: nSVM: correctly virtualize LBR msrs when L2 is running
Maxim Levitsky
3
-19
/
+93
2022-04-02
KVM: x86: SVM: remove vgif_enabled()
Maxim Levitsky
2
-14
/
+10
2022-04-02
kvm: x86: SVM: use vmcb* instead of svm->vmcb where it makes sense
Maxim Levitsky
1
-85
/
+94
2022-04-02
KVM: x86: SVM: use vmcb01 in init_vmcb
Maxim Levitsky
3
-8
/
+8
2022-04-02
KVM: x86: Support the vCPU preemption check with nopvspin and realtime hint
Li RongQing
2
-39
/
+40
2022-04-02
KVM: x86: Don't snapshot "max" TSC if host TSC is constant
Sean Christopherson
1
-14
/
+14
2022-04-02
KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.
David Woodhouse
2
-1
/
+27
2022-04-02
KVM: x86/i8259: Remove a dead store of irq in a conditional block
Like Xu
1
-1
/
+0
2022-04-02
KVM: VMX: Prepare VMCS setting for posted interrupt enabling when APICv is available
Zeng Guang
1
-1
/
+1
2022-04-02
KVM: x86/xen: handle PV spinlocks slowpath
Boris Ostrovsky
2
-2
/
+159
2022-04-02
KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SEND
David Woodhouse
2
-2
/
+7
2022-04-02
KVM: x86/xen: Support per-vCPU event channel upcall via local APIC
David Woodhouse
2
-0
/
+41
2022-04-02
KVM: x86/xen: Kernel acceleration for XENVER_version
David Woodhouse
2
-0
/
+20
2022-04-02
KVM: x86/xen: handle PV timers oneshot mode
Joao Martins
4
-2
/
+251
2022-04-02
KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_ID
David Woodhouse
4
-0
/
+26
2022-04-02
KVM: x86/xen: handle PV IPI vcpu yield
Joao Martins
1
-1
/
+18
2022-04-02
KVM: x86/xen: intercept EVTCHNOP_send from guests
Joao Martins
2
-15
/
+281
2022-04-02
KVM: x86/xen: Support direct injection of event channel events
David Woodhouse
3
-0
/
+42
2022-04-02
KVM: x86/xen: Make kvm_xen_set_evtchn() reusable from other places
David Woodhouse
3
-27
/
+60
2022-04-02
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_info
David Woodhouse
3
-76
/
+11
2022-04-02
KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_info
David Woodhouse
4
-120
/
+157
2022-04-02
KVM: x86: Use gfn_to_pfn_cache for pv_time
David Woodhouse
2
-15
/
+64
2022-04-02
KVM: x86/xen: Use gfn_to_pfn_cache for runstate area
David Woodhouse
4
-58
/
+59
2022-04-02
KVM: x86: mark synthetic SMM vmexit as SVM_EXIT_SW
Maxim Levitsky
1
-1
/
+1
2022-04-02
KVM: x86: SVM: allow to force AVIC to be enabled
Maxim Levitsky
1
-2
/
+9
2022-04-02
KVM: x86: nSVM: implement nested VMLOAD/VMSAVE
Maxim Levitsky
3
-8
/
+42
2022-04-02
KVM: x86: Allow userspace to opt out of hypercall patching
Oliver Upton
3
-6
/
+19
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
-38
/
+32
[prev]
[next]