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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-02
KVM: Convert mask notifiers to use irqchip/pin instead of gsi
Gleb Natapov
3
-6
/
+11
2010-08-02
KVM: Document MCE banks non-exposure via KVM_GET_MSR_INDEX_LIST
Avi Kivity
1
-0
/
+4
2010-08-02
KVM: Expose MCE control MSRs to userspace
Avi Kivity
1
-0
/
+2
2010-08-02
KVM: PIT: stop vpit before freeing irq_routing
Xiao Guangrong
2
-1
/
+4
2010-08-02
KVM: Reenter guest after emulation failure if due to access to non-mmio address
Gleb Natapov
1
-7
/
+25
2010-08-02
KVM: Return EFAULT from kvm ioctl when guest accesses bad area
Gleb Natapov
3
-5
/
+28
2010-08-02
KVM: define hwpoison variables static
Gleb Natapov
1
-2
/
+2
2010-08-02
KVM: fix lock imbalance in kvm_create_pit()
Jiri Slaby
1
-0
/
+1
2010-08-02
KVM: MMU: Keep going on permission error
Avi Kivity
1
-22
/
+30
2010-08-02
KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled
Avi Kivity
1
-1
/
+1
2010-08-02
KVM: x86 emulator: re-implementing 'mov AL,moffs' instruction decoding
Wei Yongjun
1
-9
/
+23
2010-08-02
KVM: x86 emulator: fix cli/sti instruction emulation
Wei Yongjun
1
-4
/
+6
2010-08-02
KVM: x86 emulator: fix 'mov rm,sreg' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix 'and AL,imm8' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: x86 emulator: fix the comment of out instruction
Wei Yongjun
1
-2
/
+2
2010-08-02
KVM: x86 emulator: fix 'mov sreg,rm16' instruction decoding
Wei Yongjun
1
-1
/
+1
2010-08-02
KVM: MMU: Don't drop accessed bit while updating an spte
Avi Kivity
1
-4
/
+21
2010-08-02
KVM: MMU: Atomically check for accessed bit when dropping an spte
Avi Kivity
1
-7
/
+21
2010-08-02
KVM: MMU: Move accessed/dirty bit checks from rmap_remove() to drop_spte()
Avi Kivity
1
-8
/
+11
2010-08-02
KVM: MMU: Introduce drop_spte()
Avi Kivity
2
-20
/
+23
2010-08-02
KVM: VMX: fix tlb flush with invalid root
Xiao Guangrong
3
-3
/
+6
2010-08-02
KVM: Use u64 for frame data types
Joerg Roedel
3
-4
/
+5
2010-08-01
KVM: Remove unnecessary divide operations
Joerg Roedel
6
-11
/
+15
2010-08-01
KVM: Fix IOMMU memslot reference warning
Sheng Yang
1
-2
/
+6
2010-08-01
KVM: PPC: Make use of hash based Shadow MMU
Alexander Graf
6
-190
/
+54
2010-08-01
KVM: PPC: Add generic hpte management functions
Alexander Graf
1
-0
/
+277
2010-08-01
KVM: MMU: cleanup FNAME(fetch)() functions
Xiao Guangrong
1
-11
/
+8
2010-08-01
KVM: MMU: fix direct sp's access corrupted
Xiao Guangrong
1
-2
/
+26
2010-08-01
KVM: MMU: fix conflict access permissions in direct sp
Xiao Guangrong
1
-0
/
+2
2010-08-01
KVM: MMU: fix writable sync sp mapping
Xiao Guangrong
1
-1
/
+4
2010-08-01
KVM: VMX: Execute WBINVD to keep data consistency with assigned devices
Sheng Yang
5
-2
/
+67
2010-08-01
KVM: Document KVM specific review items
Avi Kivity
1
-0
/
+38
2010-08-01
KVM: Simplify vcpu_enter_guest() mmu reload logic slightly
Avi Kivity
1
-7
/
+5
2010-08-01
KVM: Search the LAPIC's for one that will accept a PIC interrupt
Chris Lalancette
1
-4
/
+13
2010-08-01
KVM: ia64: cleanup kvm_ia64_sync_dirty_log()
Takuya Yoshikawa
1
-19
/
+11
2010-08-01
KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()
Takuya Yoshikawa
1
-2
/
+2
2010-08-01
KVM: PPC: Make BAT only guest segments work
Alexander Graf
1
-4
/
+4
2010-08-01
KVM: PPC: Use kernel hash function
Alexander Graf
2
-17
/
+4
2010-08-01
KVM: PPC: Remove obsolete kvmppc_mmu_find_pte
Alexander Graf
3
-41
/
+0
2010-08-01
KVM: Fix a race condition for usage of is_hwpoison_address()
Huang Ying
2
-1
/
+5
2010-08-01
KVM: x86: Enable AVX for guest
Sheng Yang
1
-2
/
+2
2010-08-01
KVM: Prevent internal slots from being COWed
Avi Kivity
1
-1
/
+6
2010-08-01
KVM: Keep slot ID in memory slot structure
Avi Kivity
2
-0
/
+2
2010-08-01
KVM: Reduce atomic operations on vcpu->requests
Avi Kivity
1
-1
/
+6
2010-08-01
KVM: Add mini-API for vcpu->requests
Avi Kivity
8
-23
/
+37
2010-08-01
KVM: i8259: simplify pic_irq_request() calling sequence
Avi Kivity
1
-4
/
+1
2010-08-01
KVM: i8259: reduce excessive abstraction for pic_irq_request()
Avi Kivity
2
-14
/
+7
2010-08-01
KVM: Remove kernel-allocated memory regions
Avi Kivity
3
-49
/
+1
2010-08-01
KVM: Remove memory alias support
Avi Kivity
13
-225
/
+11
2010-08-01
KVM: s390: Don't exit SIE on SIGP sense running
Christian Borntraeger
2
-2
/
+4
[next]