projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
KVM: SVM: Intercept RDPMC
2011-12-27
Avi Kivity
KVM: SVM: Intercept RDPMC
Signed-off-by: Avi Kivity <
avi@redhat.com
>
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
KVM: Add generic RDPMC support
Signed-off-by: Avi Kivity <
avi@redhat.com
>
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Gleb Natapov
KVM: Expose a version 2 architectural PMU to a guests
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
KVM: Expose kvm_lapic_local_deliver()
Signed-off-by: Avi Kivity <
avi@redhat.com
>
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for Group 9...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for Group 4...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for Group 1A...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Hamo
KVM: ensure that debugfs entries have been created
commit
|
commitdiff
|
tree
2011-12-27
Gleb Natapov
KVM: drop bsp_vcpu pointer from kvm struct
commit
|
commitdiff
|
tree
2011-12-27
Jan Kiszka
KVM: x86: Consolidate PIT legacy test
commit
|
commitdiff
|
tree
2011-12-27
Jan Kiszka
KVM: x86: Do not rely on implicit inclusions
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
KVM: Make KVM_INTEL depend on CPU_SUP_INTEL
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
Merge remote-tracking branch 'tip/perf/core' into kvm...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Sasha Levin
KVM: Use memdup_user instead of kmalloc/copy_from_user
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Sasha Levin
KVM: Use kmemdup() instead of kmalloc/memcpy
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
KVM: Document KVM_NMI
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Jan Kiszka
KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Jan Kiszka
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_al...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Alex,Shi
KVM: use this_cpu_xxx replace percpu_xxx funcs
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: audit: inline audit function
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: remove oos_shadow parameter
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: move the relevant mmu code to mmu.c
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: audit: replace mmu audit tracepoint with...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
jump-label: export jump_label_inc/jump_label_dec
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Sasha Levin
KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Liu, Jinsong
KVM: expose latest Intel cpu new features (BMI1/BMI2...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Avi Kivity
KVM: Move cpuid code to new file
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for INS/OUTS...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Julian Stecklina
KVM: Allow aligned byte and word writes to IOAPIC registers.
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: IA64: fix struct redefinition
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: introduce a table to map slot id to index in memslots...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: sort memslots by its size and use line search
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: introduce id_to_memslot function
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: introduce kvm_for_each_memslot macro
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: introduce update_memslots function
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: introduce KVM_MEM_SLOTS_NUM macro
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for BSF/BSR
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for CMPXCHG
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for CALL
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for BT family
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: x86 emulator: Use opcode::execute for IN/OUT
commit
|
commitdiff
|
tree
2011-12-27
Gleb Natapov
KVM: VMX: remove unneeded vmx_load_host_state() calls.
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: Optimize dirty logging by rmap_write_protect()
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: Count the number of dirty pages for dirty logging
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: MMU: Split gfn_to_rmap() into two functions
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Takuya Yoshikawa
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Thomas Meyer
KVM: Use kmemdup rather than duplicating its implementation
commit
|
commitdiff
|
tree
2011-12-27
Chris Wright
KVM: MMU: remove KVM host pv mmu support
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Chris Wright
KVM guest: remove KVM guest pv mmu support
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Dan Carpenter
KVM: make checks stricter in coalesced_mmio_in_range()
commit
|
commitdiff
|
tree
2011-12-27
Jan Kiszka
KVM: x86: Simplify kvm timer handler
commit
|
commitdiff
|
tree
2011-12-27
Eric B Munson
KVM: Fix include dependency for mmu_notifier
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: improve write flooding detected
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: fix detecting misaligned accessed
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: split kvm_mmu_pte_write function
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: fast prefetch spte on invlpg path
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: cleanup FNAME(invlpg)
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: do not mark accessed bit on pte write path
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: x86: cleanup port-in/port-out emulated
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: x86: retry non-page-table writing instructions
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: x86: tag the instructions which are used to write...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Xiao Guangrong
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Nadav Har'El
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-27
Nadav Har'El
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-26
Scott Wood
KVM: PPC: e500: include linux/export.h
commit
|
commitdiff
|
tree
2011-12-26
Michael Neuling
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
commit
|
commitdiff
|
tree
2011-12-26
Andreas Schwab
KVM: PPC: protect use of kvmppc_h_pr
commit
|
commitdiff
|
tree
2011-12-26
Andreas Schwab
KVM: PPC: move compute_tlbie_rb to book3s_64 common...
commit
|
commitdiff
|
tree
2011-12-26
Jan Kiszka
KVM: Don't automatically expose the TSC deadline timer...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-12-25
Alex Williamson
KVM: Device assignment permission checks
commit
|
commitdiff
|
tree
2011-12-25
Alex Williamson
KVM: Remove ability to assign a device without iommu...
commit
|
commitdiff
|
tree
2011-12-25
Jan Kiszka
KVM: x86: Prevent starting PIT timers in the absence...
commit
|
commitdiff
|
tree
2011-11-20
Avi Kivity
KVM guest: prevent tracing recursion with kvmclock
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Alexander Graf
Revert "KVM: PPC: Add support for explicit HIOR setting"
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Gleb Natapov
KVM: VMX: Check for automatic switch msr table overflow
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Gleb Natapov
KVM: VMX: Add support for guest/host-only profiling
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Gleb Natapov
KVM: VMX: add support for switching of PERF_GLOBAL_CTRL
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Christian Borntraeger
KVM: s390: announce SYNC_MMU
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Christian Borntraeger
KVM: s390: Fix tprot locking
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Cornelia Huck
KVM: s390: handle SIGP sense running intercepts
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-11-17
Cornelia Huck
KVM: s390: Fix RUNNING flag misinterpretation
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-10-30
Jan Kiszka
KVM: SVM: Keep intercepting task switching with NPT...
commit
|
commitdiff
|
tree
2011-10-30
Christian Ehrhardt
KVM: s390: implement sigp external call
commit
|
commitdiff
|
tree
2011-10-30
Carsten Otte
KVM: s390: fix register setting
commit
|
commitdiff
|
tree
2011-10-30
Carsten Otte
KVM: s390: fix return value of kvm_arch_init_vm
commit
|
commitdiff
|
tree
2011-10-30
Carsten Otte
KVM: s390: check cpu_id prior to using it
commit
|
commitdiff
|
tree
2011-10-05
Liu, Jinsong
KVM: emulate lapic tsc deadline timer for guest
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Liu, Jinsong
x86: TSC deadline definitions
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: Fix simultaneous NMIs
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: convert push %sreg/pop %sreg to...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: streamline decode of segment registers
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: simplify OpMem64 decode
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: switch src decode to decode_operand()
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: qualify OpReg inhibit_byte_regs...
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
2011-09-25
Avi Kivity
KVM: x86 emulator: switch OpImmUByte decode to decode_imm()
Signed-off-by: Avi Kivity <
avi@redhat.com
>
commit
|
commitdiff
|
tree
next