index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destruction
Marcelo Tosatti
4
-0
/
+16
2008-07-20
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
Avi Kivity
3
-27
/
+27
2008-07-20
KVM: check injected pic irq within valid pic irqs
Ben-Ami Yassour
2
-2
/
+6
2008-07-20
KVM: x86 emulator: Fix HLT instruction
Mohammed Gamal
1
-1
/
+1
2008-07-20
KVM: Apply the kernel sigmask to vcpus blocked due to being uninitialized
Avi Kivity
1
-5
/
+5
2008-07-20
KVM: VMX: Add ept_sync_context in flush_tlb
Sheng Yang
1
-0
/
+3
2008-07-20
KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be held
Marcelo Tosatti
1
-0
/
+3
2008-07-20
x86: KVM guest: make kvm_smp_prepare_boot_cpu() static
Adrian Bunk
1
-1
/
+1
2008-07-20
KVM: SVM: fix suspend/resume support
Joerg Roedel
1
-12
/
+22
2008-07-20
KVM: s390: rename private structures
Christian Borntraeger
4
-28
/
+29
2008-07-20
KVM: s390: Set guest storage limit and offset to sane values
Christian Borntraeger
1
-2
/
+7
2008-07-20
KVM: Fix memory leak on guest exit
Carsten Otte
1
-0
/
+1
2008-07-20
KVM: move slots_lock acquision down to vapic_exit
Marcelo Tosatti
1
-2
/
+2
2008-07-20
KVM: VMX: Fake emulate Intel perfctr MSRs
Chris Lalancette
1
-0
/
+12
2008-07-20
KVM: VMX: Fix a wrong usage of vmcs_config
Sheng Yang
1
-2
/
+2
2008-07-20
KVM: MMU: Fix printk format
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: MMU: When debug is enabled, make it a run-time parameter
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: lazily evaluate segment registers
Avi Kivity
2
-60
/
+57
2008-07-20
KVM: x86 emulator: avoid segment base adjust for lea
Avi Kivity
1
-1
/
+1
2008-07-20
KVM: x86 emulator: simplify rip relative decoding
Avi Kivity
1
-18
/
+5
2008-07-20
KVM: x86 emulator: simplify r/m decoding
Avi Kivity
1
-13
/
+4
2008-07-20
KVM: x86 emulator: simplify sib decoding
Avi Kivity
1
-16
/
+4
2008-07-20
KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
Avi Kivity
1
-0
/
+2
2008-07-20
KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
Mohammed Gamal
1
-2
/
+15
2008-07-20
KVM: Use printk_rlimit() instead of reporting emulation failures just once
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: Do not calculate linear rip in emulation failure report
Glauber Costa
1
-2
/
+2
2008-07-20
KVM: only abort guest entry if timer count goes from 0->1
Marcelo Tosatti
2
-9
/
+6
2008-07-20
KVM: Add coalesced MMIO support (ia64 part)
Laurent Vivier
2
-1
/
+5
2008-07-20
KVM: Add coalesced MMIO support (powerpc part)
Laurent Vivier
2
-1
/
+4
2008-07-20
KVM: Add coalesced MMIO support (x86 part)
Laurent Vivier
2
-1
/
+5
2008-07-20
KVM: kvm_io_device: extend in_range() to manage len and write attribute
Laurent Vivier
5
-18
/
+28
2008-07-20
KVM: MMU: Avoid page prefetch on SVM
Avi Kivity
1
-1
/
+4
2008-07-20
KVM: MMU: Move nonpaging_prefetch_page()
Avi Kivity
1
-9
/
+9
2008-07-20
KVM: x86 emulator: implement 'push imm' (opcode 0x68)
Avi Kivity
1
-1
/
+2
2008-07-20
KVM: x86 emulator: simplify push imm8 emulation
Avi Kivity
1
-3
/
+1
2008-07-20
KVM: MMU: Optimize prefetch_page()
Avi Kivity
1
-13
/
+15
2008-07-20
KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
Guillaume Thouvenin
1
-1
/
+14
2008-07-20
KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
Guillaume Thouvenin
1
-1
/
+24
2008-07-20
KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
Guillaume Thouvenin
1
-1
/
+4
2008-07-20
KVM: x86 emulator: add support for jmp far 0xea
Guillaume Thouvenin
1
-2
/
+29
2008-07-20
KVM: x86 emulator: Update c->dst.bytes in decode instruction
Guillaume Thouvenin
1
-0
/
+1
2008-07-20
KVM: Prefixes segment functions that will be exported with "kvm_"
Guillaume Thouvenin
1
-39
/
+39
2008-07-20
KVM: MTRR support
Avi Kivity
1
-4
/
+48
2008-07-20
KVM: VMX: Enable NMI with in-kernel irqchip
Sheng Yang
3
-19
/
+118
2008-07-20
KVM: IOAPIC/LAPIC: Enable NMI support
Sheng Yang
2
-1
/
+8
2008-07-20
KVM: Remove unnecessary ->decache_regs() call
Avi Kivity
1
-1
/
+0
2008-07-20
KVM: Remove decache_vcpus_on_cpu() and related callbacks
Avi Kivity
6
-35
/
+0
2008-07-20
KVM: VMX: Add list of potentially locally cached vcpus
Avi Kivity
2
-29
/
+22
2008-07-20
KVM: Handle virtualization instruction #UD faults during reboot
Avi Kivity
2
-20
/
+25
2008-07-20
KVM: MMU: Fix false flooding when a pte points to page table
Avi Kivity
2
-2
/
+18
[next]