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
/
kvm
/
kvm_main.c
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
2018-04-26
kvm: Map PFN-type memory regions as writable (if possible)
KarimAllah Ahmed
1
-2
/
+5
2018-03-08
KVM: mmu: Fix overlap between public and private memslots
Wanpeng Li
1
-2
/
+1
2018-02-03
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
1
-0
/
+23
2017-12-25
kvm, mm: account kvm related kmem slabs to kmemcg
Shakeel Butt
1
-1
/
+1
2017-12-14
KVM: x86: fix APIC page invalidation
Radim Krčmář
1
-0
/
+8
2017-09-15
kvm: Serialize wq active checks in kvm_vcpu_wake_up()
Davidlohr Bueso
1
-1
/
+1
2017-09-13
KVM: fix rcu warning on VM_CREATE errors
Christian Borntraeger
1
-0
/
+1
2017-09-08
Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+5
2017-08-31
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-42
/
+0
2017-08-15
kvm: avoid uninitialized-variable warnings
Arnd Bergmann
1
-1
/
+2
2017-08-08
KVM: add spinlock optimization framework
Longpeng(Mike)
1
-1
/
+3
2017-08-02
KVM: avoid using rcu_dereference_protected
Paolo Bonzini
1
-7
/
+4
2017-07-26
KVM: make pid available for uevents without debugfs
Claudio Imbrenda
1
-23
/
+12
2017-07-12
KVM: trigger uevents when creating or destroying a VM
Claudio Imbrenda
1
-0
/
+69
2017-07-10
Merge branch 'annotations' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Paolo Bonzini
1
-13
/
+25
2017-07-10
kvm: avoid unused variable warning for UP builds
Paolo Bonzini
1
-9
/
+15
2017-07-07
KVM: mark memory slots as rcu
Christian Borntraeger
1
-2
/
+4
2017-07-07
KVM: mark kvm->busses as rcu protected
Christian Borntraeger
1
-7
/
+10
2017-07-07
KVM: mark vcpu->pid pointer as rcu protected
Christian Borntraeger
1
-4
/
+11
2017-06-27
KVM: explain missing kvm_put_kvm in case of failure
Paolo Bonzini
1
-0
/
+6
2017-06-27
KVM: Replaces symbolic permissions with numeric
Roman Storozhenko
1
-3
/
+3
2017-05-09
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-4
/
+0
2017-05-09
KVM: set no_llseek in stat_fops_per_vm
Geliang Tang
1
-2
/
+2
2017-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-15
/
+3
2017-05-08
mm: introduce kv[mz]alloc helpers
Michal Hocko
1
-15
/
+3
2017-05-04
KVM: put back #ifndef CONFIG_S390 around kvm_vcpu_kick
Paolo Bonzini
1
-0
/
+2
2017-05-03
Revert "KVM: Support vCPU-based gfn->hva cache"
Paolo Bonzini
1
-17
/
+17
2017-05-02
KVM: x86: don't hold kvm->lock in KVM_SET_GSI_ROUTING
David Hildenbrand
1
-3
/
+2
2017-04-28
Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next
Paul Mackerras
1
-4
/
+0
2017-04-27
KVM: mark requests that need synchronization
Paolo Bonzini
1
-3
/
+22
2017-04-27
KVM: return if kvm_vcpu_wake_up() did wake up the VCPU
Radim Krčmář
1
-4
/
+8
2017-04-27
KVM: add explicit barrier to kvm_vcpu_kick
Andrew Jones
1
-3
/
+0
2017-04-27
KVM: perform a wake_up in kvm_make_all_cpus_request
Radim Krčmář
1
-0
/
+3
2017-04-27
KVM: remove #ifndef CONFIG_S390 around kvm_vcpu_wake_up
Radim Krčmář
1
-2
/
+0
2017-04-27
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-4
/
+0
2017-04-12
KVM: x86: race between KVM_SET_GSI_ROUTING and KVM_CREATE_IRQCHIP
David Hildenbrand
1
-0
/
+3
2017-04-07
kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public
Paolo Bonzini
1
-5
/
+5
2017-04-07
kvm: make KVM_CAP_COALESCED_MMIO architecture agnostic
Paolo Bonzini
1
-0
/
+4
2017-04-07
KVM: x86: drop legacy device assignment
Paolo Bonzini
1
-17
/
+0
2017-03-28
KVM: pci-assign: do not map smm memory slot pages in vt-d page tables
Herongguang (Stephen)
1
-1
/
+1
2017-03-23
KVM: kvm_io_bus_unregister_dev() should never fail
David Hildenbrand
1
-17
/
+25
2017-03-21
KVM: x86: clear bus pointer when destroyed
Peter Xu
1
-1
/
+11
2017-03-04
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-01
kvm: convert kvm.users_count from atomic_t to refcount_t
Elena Reshetova
1
-4
/
+4
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
[next]