index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
KVM: VMX: Check cpl before emulating debug register access
Avi Kivity
3
-0
/
+16
2009-09-10
KVM: fix misreporting of coalesced interrupts by kvm tracer
Gleb Natapov
1
-1
/
+1
2009-09-10
KVM: x86: drop duplicate kvm_flush_remote_tlb calls
Marcelo Tosatti
1
-2
/
+0
2009-09-10
KVM: VMX: call vmx_load_host_state() only if msr is cached
Gleb Natapov
1
-2
/
+2
2009-09-10
KVM: VMX: Conditionally reload debug register 6
Avi Kivity
1
-5
/
+9
2009-09-10
KVM: Use thread debug register storage instead of kvm specific data
Avi Kivity
2
-18
/
+7
2009-09-10
KVM guest: do not batch pte updates from interrupt context
Marcelo Tosatti
1
-6
/
+1
2009-09-10
KVM guest: fix bogus wallclock physical address calculation
Glauber Costa
1
-2
/
+2
2009-09-10
KVM: VMX: Fix cr8 exiting control clobbering by EPT
Gleb Natapov
1
-6
/
+3
2009-09-10
KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
Avi Kivity
1
-0
/
+3
2009-09-10
KVM: Protect update_cr8_intercept() when running without an apic
Avi Kivity
1
-0
/
+3
2009-09-10
KVM: VMX: Fix EPT with WP bit change during paging
Sheng Yang
1
-3
/
+3
2009-09-10
KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
Mikhail Ershov
1
-8
/
+2
2009-09-10
KVM: x86 emulator: Add adc and sbb missing decoder flags
Mohammed Gamal
1
-2
/
+2
2009-09-10
KVM: Add missing #include
Avi Kivity
1
-0
/
+2
2009-09-10
KVM: Add __KERNEL__ guards to exported headers
Avi Kivity
2
-0
/
+8
2009-09-10
KVM: Rename x86_emulate.c to emulate.c
Avi Kivity
5
-5
/
+5
2009-09-10
KVM: When switching to a vm8086 task, load segments as 16-bit
Anthony Liguori
1
-1
/
+8
2009-09-10
KVM: VMX: Adjust rflags if in real mode emulation
Avi Kivity
1
-1
/
+6
2009-09-10
KVM: SVM: Drop tlb flush workaround in npt
Avi Kivity
1
-11
/
+2
2009-09-10
KVM: Update cr8 intercept when APIC TPR is changed by userspace
Gleb Natapov
1
-0
/
+2
2009-09-10
KVM: SVM: enable nested svm by default
Joerg Roedel
1
-1
/
+1
2009-09-10
KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
Joerg Roedel
1
-1
/
+1
2009-09-10
KVM: SVM: move nested_svm_intr main logic out of if-clause
Joerg Roedel
1
-10
/
+11
2009-09-10
KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
Joerg Roedel
1
-2
/
+1
2009-09-10
KVM: SVM: move special nested exit handling to separate function
Joerg Roedel
1
-30
/
+50
2009-09-10
KVM: SVM: handle errors in vmrun emulation path appropriatly
Joerg Roedel
1
-1
/
+13
2009-09-10
KVM: SVM: remove nested_svm_do and helper functions
Joerg Roedel
1
-60
/
+0
2009-09-10
KVM: SVM: clean up nested vmrun path
Joerg Roedel
1
-12
/
+22
2009-09-10
KVM: SVM: clean up nestec vmload/vmsave paths
Joerg Roedel
1
-19
/
+17
2009-09-10
KVM: SVM: clean up nested_svm_exit_handled_msr
Joerg Roedel
1
-17
/
+21
2009-09-10
KVM: SVM: get rid of nested_svm_vmexit_real
Joerg Roedel
1
-12
/
+40
2009-09-10
KVM: SVM: simplify nested_svm_check_exception
Joerg Roedel
1
-11
/
+8
2009-09-10
KVM: SVM: do nested vmexit in nested_svm_exit_handled
Joerg Roedel
1
-23
/
+19
2009-09-10
KVM: SVM: consolidate nested_svm_exit_handled
Joerg Roedel
1
-60
/
+49
2009-09-10
KVM: SVM: cache nested intercepts
Joerg Roedel
1
-7
/
+23
2009-09-10
KVM: SVM: move nested svm state into seperate struct
Joerg Roedel
1
-29
/
+33
2009-09-10
KVM: SVM: complete interrupts after handling nested exits
Joerg Roedel
1
-2
/
+3
2009-09-10
KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
Joerg Roedel
1
-2
/
+34
2009-09-10
KVM: SVM: optimize nested vmrun
Joerg Roedel
1
-7
/
+21
2009-09-10
KVM: SVM: optimize nested #vmexit
Joerg Roedel
1
-35
/
+33
2009-09-10
KVM: SVM: add helper functions for global interrupt flag
Joerg Roedel
1
-8
/
+25
2009-09-10
x86: Export kmap_atomic_to_page()
Avi Kivity
1
-0
/
+1
2009-09-10
KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
Gleb Natapov
1
-24
/
+12
2009-09-10
KVM: Call ack notifiers from PIC when guest OS acks an IRQ.
Gleb Natapov
1
-14
/
+4
2009-09-10
KVM: Call kvm_vcpu_kick() inside pic spinlock
Gleb Natapov
2
-10
/
+1
2009-09-10
KVM: fix EFER read buffer overflow
Roel Kluin
1
-2
/
+5
2009-09-10
KVM: ignore reads to perfctr msrs
Amit Shah
1
-0
/
+3
2009-09-10
KVM: VMX: Optimize vmx_get_cpl()
Avi Kivity
1
-4
/
+1
2009-09-10
KVM: x86: Disallow hypercalls for guest callers in rings > 0
Jan Kiszka
1
-0
/
+6
[next]