index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX
Takuya Yoshikawa
2011-12-27
1
-12
/
+2
|
*
|
|
|
|
|
KVM: IA64: fix struct redefinition
Xiao Guangrong
2011-12-27
1
-2
/
+2
|
*
|
|
|
|
|
KVM: introduce id_to_memslot function
Xiao Guangrong
2011-12-27
4
-13
/
+15
|
*
|
|
|
|
|
KVM: introduce kvm_for_each_memslot macro
Xiao Guangrong
2011-12-27
2
-10
/
+8
|
*
|
|
|
|
|
KVM: introduce update_memslots function
Xiao Guangrong
2011-12-27
1
-1
/
+1
|
*
|
|
|
|
|
KVM: introduce KVM_MEM_SLOTS_NUM macro
Xiao Guangrong
2011-12-27
2
-2
/
+4
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for BSF/BSR
Takuya Yoshikawa
2011-12-27
1
-25
/
+35
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for CMPXCHG
Takuya Yoshikawa
2011-12-27
1
-18
/
+19
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
Takuya Yoshikawa
2011-12-27
1
-26
/
+26
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
Takuya Yoshikawa
2011-12-27
1
-22
/
+30
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for CALL
Takuya Yoshikawa
2011-12-27
1
-8
/
+10
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for BT family
Takuya Yoshikawa
2011-12-27
1
-39
/
+38
|
*
|
|
|
|
|
KVM: x86 emulator: Use opcode::execute for IN/OUT
Takuya Yoshikawa
2011-12-27
1
-26
/
+28
|
*
|
|
|
|
|
KVM: VMX: remove unneeded vmx_load_host_state() calls.
Gleb Natapov
2011-12-27
1
-5
/
+0
|
*
|
|
|
|
|
KVM: Optimize dirty logging by rmap_write_protect()
Takuya Yoshikawa
2011-12-27
3
-11
/
+63
|
*
|
|
|
|
|
KVM: Count the number of dirty pages for dirty logging
Takuya Yoshikawa
2011-12-27
1
-6
/
+3
|
*
|
|
|
|
|
KVM: MMU: Split gfn_to_rmap() into two functions
Takuya Yoshikawa
2011-12-27
1
-9
/
+17
|
*
|
|
|
|
|
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
Takuya Yoshikawa
2011-12-27
1
-3
/
+1
|
*
|
|
|
|
|
KVM: MMU: remove KVM host pv mmu support
Chris Wright
2011-12-27
3
-160
/
+0
|
*
|
|
|
|
|
KVM guest: remove KVM guest pv mmu support
Chris Wright
2011-12-27
1
-181
/
+0
|
*
|
|
|
|
|
KVM: x86: Simplify kvm timer handler
Jan Kiszka
2011-12-27
1
-22
/
+4
|
*
|
|
|
|
|
KVM: MMU: improve write flooding detected
Xiao Guangrong
2011-12-27
3
-48
/
+32
|
*
|
|
|
|
|
KVM: MMU: fix detecting misaligned accessed
Xiao Guangrong
2011-12-27
1
-0
/
+8
|
*
|
|
|
|
|
KVM: MMU: split kvm_mmu_pte_write function
Xiao Guangrong
2011-12-27
1
-75
/
+119
|
*
|
|
|
|
|
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
Xiao Guangrong
2011-12-27
1
-1
/
+0
|
*
|
|
|
|
|
KVM: MMU: fast prefetch spte on invlpg path
Xiao Guangrong
2011-12-27
4
-40
/
+36
|
*
|
|
|
|
|
KVM: MMU: cleanup FNAME(invlpg)
Xiao Guangrong
2011-12-27
2
-33
/
+27
|
*
|
|
|
|
|
KVM: MMU: do not mark accessed bit on pte write path
Xiao Guangrong
2011-12-27
2
-22
/
+1
|
*
|
|
|
|
|
KVM: x86: cleanup port-in/port-out emulated
Xiao Guangrong
2011-12-27
1
-33
/
+26
|
*
|
|
|
|
|
KVM: x86: retry non-page-table writing instructions
Xiao Guangrong
2011-12-27
5
-6
/
+77
|
*
|
|
|
|
|
KVM: x86: tag the instructions which are used to write page table
Xiao Guangrong
2011-12-27
1
-16
/
+21
|
*
|
|
|
|
|
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
Xiao Guangrong
2011-12-27
1
-5
/
+20
|
*
|
|
|
|
|
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
Nadav Har'El
2011-12-27
1
-3
/
+4
|
*
|
|
|
|
|
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Nadav Har'El
2011-12-27
2
-5
/
+13
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
2012-01-09
7
-345
/
+6
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
sparc32: remove unused file: include/asm/pgtsun4.h
Sam Ravnborg
2011-12-30
1
-171
/
+0
|
*
|
|
|
|
|
|
sparc32: fix PAGE_SIZE definition
Sam Ravnborg
2011-12-29
2
-8
/
+4
|
*
|
|
|
|
|
|
sparc32: enable different preemptions models
Sam Ravnborg
2011-12-29
1
-2
/
+0
|
*
|
|
|
|
|
|
sparc32: support atomic64_t
Sam Ravnborg
2011-12-27
2
-0
/
+3
|
*
|
|
|
|
|
|
sparc32: drop useless preprocessor conditional in atomic_32.h
Sam Ravnborg
2011-12-27
1
-4
/
+0
|
*
|
|
|
|
|
|
sparc32: drop unused atomic24 support
Sam Ravnborg
2011-12-27
3
-161
/
+0
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-01-09
7
-23
/
+37
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'mxs/clk-prepare' of git://git.linaro.org/people/shawnguo/linux-...
Arnd Bergmann
2012-01-03
7
-23
/
+37
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
ARM: mxs: select HAVE_CLK_PREPARE for clock
Shawn Guo
2011-12-28
2
-9
/
+23
|
|
*
|
|
|
|
|
|
ARM: mxs: convert platform code to clk_prepare/clk_unprepare
Shawn Guo
2011-12-28
6
-14
/
+14
*
|
|
|
|
|
|
|
|
Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2012-01-09
1
-223
/
+124
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
msm: timer: Use clockevents_config_and_register()
Stephen Boyd
2011-11-10
1
-10
/
+1
|
*
|
|
|
|
|
|
|
|
msm: timer: Setup interrupt after registering clockevent
Stephen Boyd
2011-11-10
1
-4
/
+2
|
*
|
|
|
|
|
|
|
|
msm: timer: Remove SoC specific #ifdefs
Stephen Boyd
2011-11-10
1
-21
/
+17
|
*
|
|
|
|
|
|
|
|
msm: timer: Remove msm_clocks[] and simplify code
Stephen Boyd
2011-11-10
1
-145
/
+76
[prev]
[next]