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
2015-12-16
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
Andrey Smetanin
1
-4
/
+7
2015-12-16
kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
Andrey Smetanin
1
-6
/
+14
2015-12-16
kvm/x86: Rearrange func's declarations inside Hyper-V header
Andrey Smetanin
1
-10
/
+10
2015-12-16
drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header
Andrey Smetanin
2
-9
/
+8
2015-12-16
drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
Andrey Smetanin
2
-75
/
+76
2015-12-16
drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
Andrey Smetanin
2
-2
/
+2
2015-12-16
drivers/hv: replace enum hv_message_type by u32
Andrey Smetanin
1
-2
/
+2
2015-12-16
Merge tag 'kvm-s390-next-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
7
-18
/
+50
2015-12-15
KVM: s390: consider system MHA for guest storage
Guenther Hutzl
2
-2
/
+12
2015-12-15
KVM: s390: fix mismatch between user and in-kernel guest limit
Dominik Dingel
5
-8
/
+27
2015-12-15
KVM: s390: obey kptr_restrict in traces
Christian Borntraeger
2
-7
/
+8
2015-12-15
KVM: s390: use assignment instead of memcpy
Christian Borntraeger
1
-2
/
+4
2015-12-02
Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
15
-159
/
+407
2015-11-30
KVM: s390: remove redudant assigment of error code
Christian Borntraeger
1
-3
/
+1
2015-11-30
KVM: s390: remove pointless test_facility(2) check
Heiko Carstens
1
-1
/
+1
2015-11-30
KVM: s390: don't load kvm without virtualization support
David Hildenbrand
1
-0
/
+5
2015-11-30
s390: show virtualization support in /proc/cpuinfo
David Hildenbrand
3
-0
/
+22
2015-11-30
s390/sclp: introduce check for SIE
David Hildenbrand
2
-1
/
+6
2015-11-30
KVM: s390: don't switch to ESCA for ucontrol
David Hildenbrand
1
-1
/
+1
2015-11-30
KVM: s390: cleanup sca_add_vcpu
David Hildenbrand
1
-12
/
+11
2015-11-30
KVM: s390: always set/clear the SCA sda field
David Hildenbrand
1
-8
/
+4
2015-11-30
KVM: s390: fix SCA related races and double use
David Hildenbrand
1
-6
/
+5
2015-11-30
KVM: s390: we always have a SCA
David Hildenbrand
1
-6
/
+1
2015-11-30
KVM: s390: fast path for sca_ext_call_pending
David Hildenbrand
1
-2
/
+4
2015-11-30
KVM: s390: Enable up to 248 VCPUs per VM
Eugene (jno) Dvurechenski
2
-2
/
+3
2015-11-30
KVM: s390: Introduce switching code
Eugene (jno) Dvurechenski
4
-9
/
+103
2015-11-30
KVM: s390: Make provisions for ESCA utilization
Eugene (jno) Dvurechenski
3
-29
/
+106
2015-11-30
KVM: s390: Introduce new structures
Eugene (jno) Dvurechenski
4
-26
/
+70
2015-11-30
KVM: s390: Provide SCA-aware helpers for VCPU add/del
Eugene (jno) Dvurechenski
1
-13
/
+31
2015-11-30
KVM: s390: Generalize access to SIGP controls
Eugene (jno) Dvurechenski
1
-27
/
+45
2015-11-30
KVM: s390: Generalize access to IPTE controls
Eugene (jno) Dvurechenski
2
-5
/
+10
2015-11-30
s390/sclp: introduce checks for ESCA and HVS
Eugene (jno) Dvurechenski
2
-1
/
+8
2015-11-30
KVM: s390: rewrite vcpu_post_run and drop out early
David Hildenbrand
2
-42
/
+24
2015-11-30
KVM: Remove unnecessary debugfs dentry references
Janosch Frank
2
-15
/
+4
2015-11-30
KVM: use heuristic for fast VCPU lookup by id
David Hildenbrand
1
-0
/
+5
2015-11-30
KVM: Use common function for VCPU lookup by id
David Hildenbrand
3
-23
/
+10
2015-11-26
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
Takuya Yoshikawa
2
-15
/
+9
2015-11-26
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
Takuya Yoshikawa
1
-21
/
+6
2015-11-26
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shado...
Takuya Yoshikawa
2
-18
/
+11
2015-11-25
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
Takuya Yoshikawa
1
-7
/
+7
2015-11-25
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
Takuya Yoshikawa
2
-11
/
+19
2015-11-25
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
Takuya Yoshikawa
2
-10
/
+5
2015-11-25
KVM: x86: MMU: Make mmu_set_spte() return emulate value
Takuya Yoshikawa
2
-18
/
+19
2015-11-25
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
Takuya Yoshikawa
1
-18
/
+18
2015-11-25
KVM: x86: MMU: Remove unused parameter of __direct_map()
Takuya Yoshikawa
1
-8
/
+4
2015-11-25
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
Takuya Yoshikawa
3
-104
/
+113
2015-11-25
KVM: powerpc: kvmppc_visible_gpa can be boolean
Yaowei Bai
1
-2
/
+2
2015-11-25
KVM: kvm_para_has_feature can be boolean
Yaowei Bai
1
-4
/
+2
2015-11-25
KVM: kvm_is_visible_gfn can be boolean
Yaowei Bai
2
-4
/
+4
2015-11-25
KVM-async_pf: Delete an unnecessary check before the function call "kmem_cach...
Markus Elfring
1
-2
/
+1
[next]