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
2011-12-27
KVM: introduce kvm_for_each_memslot macro
Xiao Guangrong
5
-26
/
+27
2011-12-27
KVM: introduce update_memslots function
Xiao Guangrong
3
-8
/
+17
2011-12-27
KVM: introduce KVM_MEM_SLOTS_NUM macro
Xiao Guangrong
4
-5
/
+10
2011-12-27
KVM: x86 emulator: Use opcode::execute for BSF/BSR
Takuya Yoshikawa
1
-25
/
+35
2011-12-27
KVM: x86 emulator: Use opcode::execute for CMPXCHG
Takuya Yoshikawa
1
-18
/
+19
2011-12-27
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
Takuya Yoshikawa
1
-26
/
+26
2011-12-27
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
Takuya Yoshikawa
1
-22
/
+30
2011-12-27
KVM: x86 emulator: Use opcode::execute for CALL
Takuya Yoshikawa
1
-8
/
+10
2011-12-27
KVM: x86 emulator: Use opcode::execute for BT family
Takuya Yoshikawa
1
-39
/
+38
2011-12-27
KVM: x86 emulator: Use opcode::execute for IN/OUT
Takuya Yoshikawa
1
-26
/
+28
2011-12-27
KVM: VMX: remove unneeded vmx_load_host_state() calls.
Gleb Natapov
1
-5
/
+0
2011-12-27
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
3
-11
/
+63
2011-12-27
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
3
-7
/
+7
2011-12-27
KVM: MMU: Split gfn_to_rmap() into two functions
Takuya Yoshikawa
1
-9
/
+17
2011-12-27
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
Takuya Yoshikawa
1
-3
/
+1
2011-12-27
KVM: Use kmemdup rather than duplicating its implementation
Thomas Meyer
1
-6
/
+5
2011-12-27
KVM: MMU: remove KVM host pv mmu support
Chris Wright
4
-169
/
+0
2011-12-27
KVM guest: remove KVM guest pv mmu support
Chris Wright
1
-181
/
+0
2011-12-27
KVM: make checks stricter in coalesced_mmio_in_range()
Dan Carpenter
1
-3
/
+9
2011-12-27
KVM: x86: Simplify kvm timer handler
Jan Kiszka
1
-22
/
+4
2011-12-27
KVM: Fix include dependency for mmu_notifier
Eric B Munson
1
-0
/
+1
2011-12-27
KVM: MMU: improve write flooding detected
Xiao Guangrong
3
-48
/
+32
2011-12-27
KVM: MMU: fix detecting misaligned accessed
Xiao Guangrong
1
-0
/
+8
2011-12-27
KVM: MMU: split kvm_mmu_pte_write function
Xiao Guangrong
1
-75
/
+119
2011-12-27
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
Xiao Guangrong
1
-1
/
+0
2011-12-27
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
4
-40
/
+36
2011-12-27
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
2
-33
/
+27
2011-12-27
KVM: MMU: do not mark accessed bit on pte write path
Xiao Guangrong
2
-22
/
+1
2011-12-27
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
1
-33
/
+26
2011-12-27
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
5
-6
/
+77
2011-12-27
KVM: x86: tag the instructions which are used to write page table
Xiao Guangrong
1
-16
/
+21
2011-12-27
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
Xiao Guangrong
1
-5
/
+20
2011-12-27
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
Nadav Har'El
1
-3
/
+4
2011-12-27
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
3
-5
/
+14
2011-12-26
drm/i915: Disable RC6 on Sandybridge by default
Keith Packard
1
-5
/
+3
2011-12-26
drm/i915: Disable semaphores by default on SNB
Keith Packard
1
-2
/
+2
2011-12-26
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-56
/
+154
2011-12-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee13...
Linus Torvalds
1
-1
/
+1
2011-12-26
vfs: fix handling of lock allocation failure in lease-break case
Linus Torvalds
1
-8
/
+3
2011-12-26
KVM: PPC: e500: include linux/export.h
Scott Wood
1
-0
/
+1
2011-12-26
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
Michael Neuling
1
-1
/
+1
2011-12-26
KVM: PPC: protect use of kvmppc_h_pr
Andreas Schwab
1
-0
/
+2
2011-12-26
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
Andreas Schwab
2
-33
/
+33
2011-12-26
KVM: Don't automatically expose the TSC deadline timer in cpuid
Jan Kiszka
3
-10
/
+19
2011-12-25
KVM: Device assignment permission checks
Alex Williamson
2
-0
/
+79
2011-12-25
KVM: Remove ability to assign a device without iommu support
Alex Williamson
2
-9
/
+12
2011-12-25
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
Jan Kiszka
1
-3
/
+7
2011-12-25
MAINTAINERS: firewire git URL update
Stefan Richter
1
-1
/
+1
2011-12-24
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2
-3
/
+15
2011-12-23
Linux 3.2-rc7
v3.2-rc7
Linus Torvalds
1
-1
/
+1
[next]