Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
671d9ab38097fae45ff4f24562789b98b51d37ec
671d9ab
kvm: Dump guest rIP when the guest tried something unsupported
by Borislav Petkov
· 9 years ago
8a86aea9
KVM: vmx: detect mismatched size in VMCS read/write
by Paolo Bonzini
· 9 years ago
845c5b40
KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcs
by Paolo Bonzini
· 9 years ago
f353105
KVM: VMX: fix read/write sizes of VMCS fields
by Paolo Bonzini
· 9 years ago
0bcf261
KVM: VMX: fix the writing POSTED_INTR_NV
by Li RongQing
· 9 years ago
1f4b34f
kvm/x86: Hyper-V SynIC timers
by Andrey Smetanin
· 9 years ago
765eaa0
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
by Andrey Smetanin
· 9 years ago
93bf417
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
by Andrey Smetanin
· 9 years ago
0ae8038
kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers
by Andrey Smetanin
· 9 years ago
e18eaee
kvm/x86: Rearrange func's declarations inside Hyper-V header
by Andrey Smetanin
· 9 years ago
c71acc4
drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 header
by Andrey Smetanin
· 9 years ago
5b423ef
drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
by Andrey Smetanin
· 9 years ago
4f39bcf
drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
by Andrey Smetanin
· 9 years ago
7797dcf
drivers/hv: replace enum hv_message_type by u32
by Andrey Smetanin
· 9 years ago
da3f7ca
Merge tag 'kvm-s390-next-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 9 years ago
32e6b23
KVM: s390: consider system MHA for guest storage
by Guenther Hutzl
· 10 years ago
a3a92c3
KVM: s390: fix mismatch between user and in-kernel guest limit
by Dominik Dingel
· 10 years ago
8335713a
KVM: s390: obey kptr_restrict in traces
by Christian Borntraeger
· 9 years ago
7ec7c8c
KVM: s390: use assignment instead of memcpy
by Christian Borntraeger
· 9 years ago
4601463
Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 9 years ago
2f8a43d4
KVM: s390: remove redudant assigment of error code
by Christian Borntraeger
· 9 years ago
a6aacc3
KVM: s390: remove pointless test_facility(2) check
by Heiko Carstens
· 9 years ago
07197fd
KVM: s390: don't load kvm without virtualization support
by David Hildenbrand
· 10 years ago
7f16d7e
s390: show virtualization support in /proc/cpuinfo
by David Hildenbrand
· 10 years ago
8dfd523
s390/sclp: introduce check for SIE
by David Hildenbrand
· 10 years ago
4215825
KVM: s390: don't switch to ESCA for ucontrol
by David Hildenbrand
· 9 years ago
eaa78f3
KVM: s390: cleanup sca_add_vcpu
by David Hildenbrand
· 9 years ago
10ce32d
KVM: s390: always set/clear the SCA sda field
by David Hildenbrand
· 9 years ago
2550882
KVM: s390: fix SCA related races and double use
by David Hildenbrand
· 9 years ago
5f3fe62
KVM: s390: we always have a SCA
by David Hildenbrand
· 9 years ago
2c1bb2b
KVM: s390: fast path for sca_ext_call_pending
by David Hildenbrand
· 9 years ago
fe0edcb
KVM: s390: Enable up to 248 VCPUs per VM
by Eugene (jno) Dvurechenski
· 10 years ago
5e04431
KVM: s390: Introduce switching code
by Eugene (jno) Dvurechenski
· 10 years ago
7d43bafcf
KVM: s390: Make provisions for ESCA utilization
by Eugene (jno) Dvurechenski
· 10 years ago
bc784cc
KVM: s390: Introduce new structures
by Eugene (jno) Dvurechenski
· 10 years ago
a6e2f68
KVM: s390: Provide SCA-aware helpers for VCPU add/del
by Eugene (jno) Dvurechenski
· 10 years ago
a5bd764
KVM: s390: Generalize access to SIGP controls
by Eugene (jno) Dvurechenski
· 10 years ago
6051451
KVM: s390: Generalize access to IPTE controls
by Eugene (jno) Dvurechenski
· 10 years ago
f7ba1d3
s390/sclp: introduce checks for ESCA and HVS
by Eugene (jno) Dvurechenski
· 10 years ago
71f116b
KVM: s390: rewrite vcpu_post_run and drop out early
by David Hildenbrand
· 9 years ago
4bd33b5
KVM: Remove unnecessary debugfs dentry references
by Janosch Frank
· 9 years ago
c896939
KVM: use heuristic for fast VCPU lookup by id
by David Hildenbrand
· 9 years ago
e09fefd
KVM: Use common function for VCPU lookup by id
by David Hildenbrand
· 9 years ago
bb11c6c
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
by Takuya Yoshikawa
· 9 years ago
74c4e63
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
by Takuya Yoshikawa
· 9 years ago
98bba23
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
by Takuya Yoshikawa
· 9 years ago
4700579
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
by Takuya Yoshikawa
· 9 years ago
77fbbbd
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
by Takuya Yoshikawa
· 9 years ago
afd28fe
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
by Takuya Yoshikawa
· 9 years ago
029499b
KVM: x86: MMU: Make mmu_set_spte() return emulate value
by Takuya Yoshikawa
· 9 years ago
fd95145
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
by Takuya Yoshikawa
· 9 years ago
7ee0e5b
KVM: x86: MMU: Remove unused parameter of __direct_map()
by Takuya Yoshikawa
· 9 years ago
018aabb5
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
by Takuya Yoshikawa
· 9 years ago
378b417
KVM: powerpc: kvmppc_visible_gpa can be boolean
by Yaowei Bai
· 9 years ago
08ff0d5
KVM: kvm_para_has_feature can be boolean
by Yaowei Bai
· 9 years ago
33e9415
KVM: kvm_is_visible_gfn can be boolean
by Yaowei Bai
· 9 years ago
4f52696
KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy"
by Markus Elfring
· 9 years ago
0e3d064
KVM: x86: MMU: always set accessed bit in shadow PTEs
by Paolo Bonzini
· 9 years ago
aba2f06
KVM: x86: correctly print #AC in traces
by Paolo Bonzini
· 9 years ago
46896c7
KVM: svm: add support for RDTSCP
by Paolo Bonzini
· 9 years ago
9dbe6cf
KVM: x86: expose MSR_TSC_AUX to userspace
by Paolo Bonzini
· 9 years ago
db397571
kvm/x86: Hyper-V kvm exit
by Andrey Smetanin
· 9 years ago
5c919412
kvm/x86: Hyper-V synthetic interrupt controller
by Andrey Smetanin
· 9 years ago
d62caab
kvm/x86: per-vcpu apicv deactivation support
by Andrey Smetanin
· 9 years ago
6308630
kvm/x86: split ioapic-handled and EOI exit bitmaps
by Andrey Smetanin
· 9 years ago
abdb080
kvm/irqchip: kvm_arch_irq_routing_update renaming split
by Andrey Smetanin
· 9 years ago
b2467e7
KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
by Haozhong Zhang
· 9 years ago
8bd142c
Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
fbb4574
arm64: kvm: report original PAR_EL1 upon panic
by Mark Rutland
· 9 years ago
1d7a4e3
arm64: kvm: avoid %p in __kvm_hyp_panic
by Mark Rutland
· 9 years ago
9f958c1
KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
by Christoffer Dall
· 9 years ago
0e3dfda
KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
by Christoffer Dall
· 9 years ago
7e16aa8
KVM: arm/arm64: Fix preemptible timer active state crazyness
by Christoffer Dall
· 9 years ago
498cd5c
arm64: KVM: Add workaround for Cortex-A57 erratum 834220
by Marc Zyngier
· 9 years ago
c0f0963
arm64: KVM: Fix AArch32 to AArch64 register mapping
by Marc Zyngier
· 9 years ago
e6fab54
ARM/arm64: KVM: test properly for a PTE's uncachedness
by Ard Biesheuvel
· 9 years ago
1ec2183
Linux 4.4-rc2
by Linus Torvalds
· 9 years ago
104e2a6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
dcfeda9
Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
7f21739
Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
6d2d91b
Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
0ec7dc8
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
94521b2
Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
727cde6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
069ec22
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
865762a
slab/slub: adjust kmem_cache_alloc_bulk API
by Jesper Dangaard Brouer
· 9 years ago
0337451
slub: add missing kmem cgroup support to kmem_cache_free_bulk
by Jesper Dangaard Brouer
· 9 years ago
03ec0ed
slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
by Jesper Dangaard Brouer
· 9 years ago
d0ecd89
slub: optimize bulk slowpath free by detached freelist
by Jesper Dangaard Brouer
· 9 years ago
8108465
slub: support for bulk free with SLUB freelists
by Jesper Dangaard Brouer
· 9 years ago
41b85a1
parisc: Map kernel text and data on huge pages
by Helge Deller
· 9 years ago
736d216
parisc: Add Huge Page and HUGETLBFS support
by Helge Deller
· 9 years ago
337685e
parisc: Use long branch to do_syscall_trace_exit
by Helge Deller
· 9 years ago
332b42e
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
by Helge Deller
· 9 years ago
4182d0c
parisc: Initialize the fault vector earlier in the boot process.
by Helge Deller
· 9 years ago
1f25ad2
parisc: Add defines for Huge page support
by Helge Deller
· 9 years ago
dcbf0d2
parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
by Helge Deller
· 9 years ago
3ad5d7e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
707b4f4
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
4143fc8
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
Next »