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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
Merge tag 'kvm-arm-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Radim Krčmář
15
-258
/
+88
2017-11-06
KVM: arm/arm64: fix the incompatible matching for external abort
Dongjiu Geng
2
-2
/
+2
2017-11-06
KVM: arm/arm64: Unify 32bit fault injection
Marc Zyngier
4
-213
/
+39
2017-11-06
KVM: arm/arm64: vgic-its: Implement KVM_DEV_ARM_ITS_CTRL_RESET
Eric Auger
2
-0
/
+2
2017-11-06
KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
Christoffer Dall
1
-27
/
+14
2017-11-06
KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
Christoffer Dall
2
-0
/
+12
2017-11-06
KVM: arm/arm64: Move timer save/restore out of the hyp code
Christoffer Dall
6
-10
/
+15
2017-11-06
arm64: Use physical counter for in-kernel reads when booted in EL2
Christoffer Dall
1
-1
/
+1
2017-11-06
arm64: Implement arch_counter_get_cntpct to read the physical counter
Christoffer Dall
1
-5
/
+3
2017-11-02
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
18
-338
/
+797
2017-11-01
KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
Paul Mackerras
5
-17
/
+212
2017-11-01
KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
Paul Mackerras
3
-33
/
+57
2017-11-01
KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
Paul Mackerras
5
-37
/
+79
2017-11-01
KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
Paul Mackerras
7
-113
/
+96
2017-11-01
KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
Paul Mackerras
3
-33
/
+44
2017-11-01
KVM: PPC: Book3S HV: Don't rely on host's page size information
Paul Mackerras
4
-53
/
+126
2017-11-01
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
5
-50
/
+14
2017-11-01
KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0
Nicholas Piggin
1
-1
/
+1
2017-11-01
KVM: PPC: Book3S PR: Only install valid SLBs during KVM_SET_SREGS
Greg Kurz
1
-3
/
+13
2017-11-01
KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
Paul Mackerras
1
-0
/
+12
2017-10-20
KVM: X86: #GP when guest attempts to write MCi_STATUS register w/o 0
Wanpeng Li
1
-2
/
+7
2017-10-20
KVM: VMX: Fix VPID capability detection
Wanpeng Li
1
-2
/
+13
2017-10-20
KVM: nVMX: Fix EPT switching advertising
Wanpeng Li
1
-2
/
+3
2017-10-20
KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM feature
Michael Ellerman
1
-2
/
+2
2017-10-19
Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...
Paul Mackerras
4
-48
/
+12
2017-10-18
KVM: SVM: detect opening of SMI window using STGI intercept
Ladi Prosek
4
-9
/
+36
2017-10-16
KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
Paul Mackerras
1
-3
/
+10
2017-10-14
KVM: PPC: Book3S PR: Enable in-kernel TCE handlers for PR KVM
Alexey Kardashevskiy
1
-0
/
+2
2017-10-14
KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...
Markus Elfring
1
-1
/
+0
2017-10-14
KVM: PPC: BookE: Use vma_pages function
Thomas Meyer
1
-1
/
+1
2017-10-14
KVM: PPC: Book3S HV: Use ARRAY_SIZE macro
Thomas Meyer
1
-1
/
+2
2017-10-14
KVM: PPC: Book3S HV: Handle unexpected interrupts better
Paul Mackerras
2
-1
/
+137
2017-10-12
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
2
-58
/
+55
2017-10-12
KVM: nSVM: fix SMI injection in guest mode
Ladi Prosek
3
-6
/
+58
2017-10-12
KVM: nSVM: refactor nested_svm_vmrun
Ladi Prosek
1
-63
/
+69
2017-10-12
KVM: nVMX: fix SMI injection in guest mode
Ladi Prosek
1
-11
/
+49
2017-10-12
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
Ladi Prosek
1
-0
/
+2
2017-10-12
KVM: x86: introduce ISA specific smi_allowed callback
Ladi Prosek
4
-1
/
+14
2017-10-12
KVM: x86: introduce ISA specific SMM entry/exit callbacks
Ladi Prosek
6
-1
/
+58
2017-10-12
KVM: SVM: limit kvm_handle_page_fault to #PF handling
Paolo Bonzini
4
-9
/
+17
2017-10-12
KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt
Paolo Bonzini
1
-4
/
+1
2017-10-12
arch/x86: remove redundant null checks before kmem_cache_destroy
Tim Hansen
1
-4
/
+2
2017-10-12
KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
Wanpeng Li
1
-5
/
+2
2017-10-12
KVM: X86: Processor States following Reset or INIT
Wanpeng Li
2
-0
/
+24
2017-10-12
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
Radim Krčmář
1
-1
/
+3
2017-10-12
KVM: x86: really disarm lapic timer when clearing TMICT
Radim Krčmář
1
-1
/
+3
2017-10-12
KVM: x86: handle 0 write to TSC_DEADLINE MSR
Radim Krčmář
1
-0
/
+3
2017-10-12
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
1
-2
/
+2
2017-10-12
KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting
David Hildenbrand
2
-14
/
+14
2017-10-12
KVM: x86: allow setting identity map addr with no vcpus only
David Hildenbrand
1
-1
/
+7
[next]