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
*
Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-03-15
2
-6
/
+3
|
\
|
*
um: Fix for a possible OOPS in ubd initialization
Anton Ivanov
2019-03-06
1
-3
/
+3
|
*
um: Remove duplicated include from vector_user.c
YueHaibing
2019-03-06
1
-3
/
+0
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-03-15
93
-1199
/
+2623
|
\
\
|
*
|
kvm: vmx: fix formatting of a comment
Paolo Bonzini
2019-03-15
1
-5
/
+5
|
*
|
KVM: doc: Document the life cycle of a VM and its resources
Sean Christopherson
2019-03-15
1
-0
/
+17
|
*
|
Merge tag 'kvm-ppc-next-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-03-15
3
-5
/
+17
|
|
\
\
|
|
*
|
KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
Suraj Jitindar Singh
2019-03-01
2
-4
/
+16
|
|
*
|
KVM: PPC: Fix compilation when KVM is not enabled
Paul Mackerras
2019-02-26
1
-1
/
+1
|
*
|
|
MAINTAINERS: Add KVM selftests to existing KVM entry
Sean Christopherson
2019-03-15
1
-0
/
+1
|
*
|
|
Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
Ben Gardon
2019-03-15
1
-13
/
+3
|
|
/
/
|
*
|
Merge tag 'kvmarm-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
2019-02-22
33
-384
/
+909
|
|
\
\
|
|
*
|
arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
Dave Martin
2019-02-22
1
-1
/
+1
|
|
*
|
KVM: arm/arm64: Remove unused timer variable
Shaokun Zhang
2019-02-22
1
-2
/
+0
|
|
*
|
KVM: arm/arm64: Remove unused gpa_end variable
Shaokun Zhang
2019-02-20
1
-2
/
+1
|
|
*
|
KVM: arm64: Fix comment for KVM_PHYS_SHIFT
Zenghui Yu
2019-02-19
1
-1
/
+2
|
|
*
|
KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
Colin Ian King
2019-02-19
1
-1
/
+1
|
|
*
|
KVM: arm/arm64: Update MAINTAINERS entries
Marc Zyngier
2019-02-19
1
-11
/
+7
|
|
*
|
KVM: arm/arm64: Prefix header search paths with $(srctree)/
Masahiro Yamada
2019-02-19
2
-2
/
+2
|
|
*
|
KVM: arm/arm64: Remove -I. header search paths
Masahiro Yamada
2019-02-19
2
-4
/
+1
|
|
*
|
KVM: arm/arm64: Fix TRACE_INCLUDE_PATH
Masahiro Yamada
2019-02-19
1
-1
/
+1
|
|
*
|
KVM: arm/arm64: arch_timer: Mark physical interrupt active when a virtual int...
Marc Zyngier
2019-02-19
1
-3
/
+12
|
|
*
|
arm64: KVM: Describe data or unified caches as having 1 set and 1 way
Ard Biesheuvel
2019-02-19
2
-1
/
+17
|
|
*
|
arm64: KVM: Expose sanitised cache type register to guest
Ard Biesheuvel
2019-02-19
3
-2
/
+61
|
|
*
|
KVM: arm/arm64: Move kvm_is_write_fault to header file
Christoffer Dall
2019-02-19
3
-8
/
+16
|
|
*
|
KVM: arm/arm64: Rework the timer code to use a timer_map
Christoffer Dall
2019-02-19
3
-145
/
+278
|
|
*
|
KVM: arm/arm64: arch_timer: Assign the phys timer on VHE systems
Christoffer Dall
2019-02-19
3
-49
/
+180
|
|
*
|
KVM: arm/arm64: timer: Rework data structures for multiple timers
Christoffer Dall
2019-02-19
2
-48
/
+51
|
|
*
|
KVM: arm/arm64: consolidate arch timer trap handlers
Andre Przywara
2019-02-19
5
-66
/
+187
|
|
*
|
KVM: arm64: Reuse sys_reg() macro when searching the trap table
Marc Zyngier
2019-02-19
1
-13
/
+6
|
|
*
|
KVM: arm64: Fix ICH_ELRSR_EL2 sysreg naming
Marc Zyngier
2019-02-19
3
-4
/
+4
|
|
*
|
KVM: arm/arm64: Simplify bg_timer programming
Christoffer Dall
2019-02-19
3
-26
/
+14
|
|
*
|
KVM: arm/arm64: Factor out VMID into struct kvm_vmid
Christoffer Dall
2019-02-19
9
-53
/
+61
|
|
*
|
arm/arm64: KVM: Statically configure the host's view of MPIDR
Marc Zyngier
2019-02-19
5
-2
/
+17
|
|
*
|
ARM: KVM: Teach some form of type-safety to kvm_call_hyp
Marc Zyngier
2019-02-19
3
-6
/
+31
|
|
*
|
arm64: KVM: Drop VHE-specific HYP call stub
Marc Zyngier
2019-02-19
2
-15
/
+0
|
|
*
|
arm64: KVM: Allow for direct call of HYP functions when using VHE
Marc Zyngier
2019-02-19
1
-2
/
+30
|
|
*
|
arm/arm64: KVM: Introduce kvm_call_hyp_ret()
Marc Zyngier
2019-02-19
5
-4
/
+8
|
|
*
|
clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE
Andre Przywara
2019-02-19
2
-2
/
+10
|
*
|
|
Merge tag 'kvm-s390-next-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2019-02-22
10
-62
/
+642
|
|
\
\
\
|
|
*
|
|
KVM: s390: add debug logging for cpu model subfunctions
Christian Borntraeger
2019-02-22
1
-0
/
+136
|
|
*
|
|
KVM: s390: implement subfunction processor calls
Christian Borntraeger
2019-02-22
2
-13
/
+23
|
|
*
|
|
KVM: s390: fix possible null pointer dereference in pending_irqs()
Michael Mueller
2019-02-05
1
-3
/
+7
|
|
*
|
|
KVM: s390: start using the GIB
Michael Mueller
2019-02-05
1
-0
/
+7
|
|
*
|
|
KVM: s390: add gib_alert_irq_handler()
Michael Mueller
2019-02-05
6
-2
/
+175
|
|
*
|
|
KVM: s390: kvm_s390_gisa_clear() now clears the IPM only
Michael Mueller
2019-02-05
1
-3
/
+22
|
|
*
|
|
KVM: s390: add functions to (un)register GISC with GISA
Michael Mueller
2019-02-05
2
-0
/
+125
|
|
*
|
|
KVM: s390: add kvm reference to struct sie_page2
Michael Mueller
2019-02-05
2
-1
/
+3
|
|
*
|
|
KVM: s390: add the GIB and its related life-cyle functions
Michael Mueller
2019-02-05
4
-0
/
+55
|
|
*
|
|
s390/cio: add function chsc_sgib()
Michael Mueller
2019-02-05
3
-0
/
+39
[next]