index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virt
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-12
kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
Jann Horn
1
-1
/
+2
2019-02-12
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
1
-1
/
+2
2019-02-12
arm64: KVM: Skip MMIO insn after emulation
Mark Rutland
1
-5
/
+6
2019-01-16
KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less
Christoffer Dall
1
-12
/
+11
2019-01-09
arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...
Marc Zyngier
1
-2
/
+4
2018-11-13
KVM: arm64: Fix caching of host MDCR_EL2 value
Mark Rutland
1
-2
/
+2
2018-09-26
KVM: arm/arm64: Fix vgic init race
Christoffer Dall
1
-0
/
+4
2018-09-26
KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
Mark Rutland
1
-0
/
+3
2018-09-05
KVM: arm/arm64: Skip updating PTE entry if no change
Punit Agrawal
1
-0
/
+4
2018-09-05
KVM: arm/arm64: Skip updating PMD entry if no change
Punit Agrawal
1
-11
/
+27
2018-08-24
KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
Paolo Bonzini
1
-5
/
+6
2018-08-24
KVM: arm/arm64: Drop resource size check for GICV window
Ard Biesheuvel
1
-5
/
+0
2018-07-25
KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel.
Lan Tianyu
1
-1
/
+5
2018-07-22
arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
Marc Zyngier
1
-2
/
+16
2018-07-22
arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
Marc Zyngier
1
-0
/
+4
2018-07-22
KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
Marc Zyngier
1
-1
/
+1
2018-07-22
KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
James Morse
1
-15
/
+3
2018-06-21
KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
Mark Rutland
1
-0
/
+5
2018-05-30
KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
Andre Przywara
2
-0
/
+4
2018-05-22
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
Andre Przywara
1
-7
/
+8
2018-05-22
KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
Andre Przywara
2
-4
/
+4
2018-05-01
arm/arm64: KVM: Add PSCI version selection API
Marc Zyngier
1
-0
/
+60
2018-05-01
KVM: arm/arm64: Close VMID generation race
Marc Zyngier
1
-5
/
+10
2018-04-26
kvm: Map PFN-type memory regions as writable (if possible)
KarimAllah Ahmed
1
-2
/
+5
2018-04-24
KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
Marc Zyngier
1
-6
/
+9
2018-03-21
KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
Marc Zyngier
4
-16
/
+65
2018-03-21
kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
Marc Zyngier
1
-1
/
+2
2018-03-21
KVM: arm/arm64: Reduce verbosity of KVM init log
Ard Biesheuvel
3
-5
/
+5
2018-03-08
KVM: mmu: Fix overlap between public and private memslots
Wanpeng Li
1
-2
/
+1
2018-02-25
KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
Marc Zyngier
1
-2
/
+3
2018-02-25
kvm: arm: don't treat unavailable HYP mode as an error
Ard Biesheuvel
1
-1
/
+1
2018-02-16
KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
James Morse
1
-0
/
+1
2018-02-16
arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
Marc Zyngier
1
-1
/
+8
2018-02-16
arm/arm64: KVM: Turn kvm_psci_version into a static inline
Marc Zyngier
1
-10
/
+2
2018-02-16
arm/arm64: KVM: Advertise SMCCC v1.1
Marc Zyngier
1
-1
/
+23
2018-02-16
arm/arm64: KVM: Implement PSCI 1.0 support
Marc Zyngier
1
-1
/
+44
2018-02-16
arm/arm64: KVM: Add smccc accessors to PSCI code
Marc Zyngier
1
-10
/
+42
2018-02-16
arm/arm64: KVM: Add PSCI_VERSION helper
Marc Zyngier
1
-3
/
+1
2018-02-16
arm/arm64: KVM: Consolidate the PSCI include files
Marc Zyngier
2
-2
/
+3
2018-02-16
arm64: KVM: Use per-CPU vector when BP hardening is enabled
Marc Zyngier
1
-1
/
+7
2018-02-03
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
2
-5
/
+26
2018-01-23
KVM: arm/arm64: Check pagesize when allocating a hugepage at Stage 2
Punit Agrawal
1
-1
/
+1
2018-01-17
KVM: Fix stack-out-of-bounds read in write_mmio
Wanpeng Li
1
-3
/
+3
2017-12-29
KVM: arm/arm64: Fix HYP unmapping going off limits
Marc Zyngier
1
-6
/
+4
2017-12-25
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
1
-1
/
+1
2017-12-17
KVM: arm/arm64: vgic-its: Preserve the revious read from the pending table
Marc Zyngier
1
-1
/
+1
2017-12-14
KVM: arm/arm64: vgic-its: Check result of allocation before use
Marc Zyngier
1
-0
/
+2
2017-12-14
KVM: arm/arm64: vgic: Preserve the revious read from the pending table
Marc Zyngier
1
-1
/
+1
2017-12-14
KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
Marc Zyngier
1
-2
/
+1
2017-12-14
KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
Christoffer Dall
1
-4
/
+0
[next]