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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-12
KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system
Paolo Bonzini
3
-28
/
+38
2018-06-12
KVM: x86: introduce linear_{read,write}_system
Paolo Bonzini
1
-32
/
+32
2018-06-12
kvm: nVMX: Enforce cpl=0 for VMX instructions
Felix Wilhelm
1
-2
/
+13
2018-06-04
kvm: nVMX: Add support for "VMWRITE to any supported field"
Jim Mattson
1
-9
/
+60
2018-06-04
kvm: nVMX: Restrict VMX capability MSR changes
Jim Mattson
1
-0
/
+7
2018-06-04
KVM: VMX: Optimize tscdeadline timer latency
Wanpeng Li
2
-1
/
+8
2018-06-01
KVM: docs: nVMX: Remove known limitations as they do not exist now
Liran Alon
1
-11
/
+0
2018-06-01
KVM: docs: mmu: KVM support exposing SLAT to guests
Liran Alon
1
-2
/
+2
2018-06-01
kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-49
/
+15
2018-06-01
kvm: Make VM ioctl do valloc for some archs
Marc Orr
6
-4
/
+32
2018-06-01
kvm: Change return type to vm_fault_t
Souptick Joarder
7
-7
/
+7
2018-06-01
Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
13
-65
/
+98
2018-06-01
Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
35
-349
/
+809
2018-05-26
KVM: docs: mmu: Fix link to NPT presentation from KVM Forum 2008
Liran Alon
1
-1
/
+1
2018-05-26
kvm: x86: Amend the KVM_GET_SUPPORTED_CPUID API documentation
Jim Mattson
1
-6
/
+12
2018-05-26
KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability
Vitaly Kuznetsov
3
-0
/
+11
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
2
-12
/
+125
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
3
-1
/
+82
2018-05-26
KVM: introduce kvm_make_vcpus_request_mask() API
Vitaly Kuznetsov
2
-8
/
+29
2018-05-26
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
1
-9
/
+12
2018-05-26
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
1
-3
/
+3
2018-05-26
x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
Vitaly Kuznetsov
3
-23
/
+23
2018-05-26
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
387
-1810
/
+4052
2018-05-25
KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512
Eric Auger
1
-1
/
+1
2018-05-25
KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
Eric Auger
4
-4
/
+67
2018-05-25
KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
Eric Auger
2
-0
/
+2
2018-05-25
KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
Eric Auger
1
-5
/
+14
2018-05-25
KVM: arm/arm64: Check vcpu redist base before registering an iodev
Eric Auger
2
-0
/
+6
2018-05-25
KVM: arm/arm64: Remove kvm_vgic_vcpu_early_init
Eric Auger
3
-45
/
+37
2018-05-25
KVM: arm/arm64: Helper to register a new redistributor region
Eric Auger
2
-16
/
+81
2018-05-25
KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
Eric Auger
2
-17
/
+42
2018-05-25
KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
Eric Auger
1
-1
/
+6
2018-05-25
KVM: arm/arm64: Helper to locate free rdist index
Eric Auger
3
-2
/
+35
2018-05-25
KVM: arm/arm64: Replace the single rdist region by a list
Eric Auger
5
-24
/
+77
2018-05-25
KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
Eric Auger
1
-2
/
+28
2018-05-25
KVM: arm/arm64: Set dist->spis to NULL after kfree
Eric Auger
1
-0
/
+1
2018-05-25
KVM: arm64: Invoke FPSIMD context switch trap from C
Dave Martin
3
-51
/
+13
2018-05-25
KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()
Dave Martin
1
-4
/
+8
2018-05-25
KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()
Dave Martin
1
-12
/
+4
2018-05-25
KVM: arm64: Remove eager host SVE state saving
Dave Martin
4
-37
/
+0
2018-05-25
KVM: arm64: Save host SVE context as appropriate
Dave Martin
6
-2
/
+47
2018-05-25
arm64/sve: Move sve_pffr() to fpsimd.h and make inline
Dave Martin
3
-13
/
+24
2018-05-25
arm64/sve: Switch sve_pffr() argument from task to thread
Dave Martin
1
-5
/
+5
2018-05-25
arm64/sve: Move read_zcr_features() out of cpufeature.h
Dave Martin
5
-29
/
+32
2018-05-25
KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
Dave Martin
9
-31
/
+192
2018-05-25
KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flags
Dave Martin
6
-19
/
+18
2018-05-25
arm64/sve: Refactor user SVE trap maintenance for external use
Dave Martin
1
-15
/
+15
2018-05-25
arm64: fpsimd: Eliminate task->mm checks
Dave Martin
2
-25
/
+19
2018-05-25
arm64: fpsimd: Avoid FPSIMD context leakage for the init task
Dave Martin
1
-6
/
+7
2018-05-25
arm64: fpsimd: Generalise context saving for non-task contexts
Dave Martin
1
-12
/
+14
[next]