index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: Allow adjust_tsc_offset to be in host or guest cycles
Marcelo Tosatti
2012-03-08
4
-4
/
+19
*
KVM: Add last_host_tsc tracking back to KVM
Zachary Amsden
2012-03-08
2
-8
/
+4
*
KVM: Fix last_guest_tsc / tsc_offset semantics
Zachary Amsden
2012-03-08
1
-4
/
+6
*
KVM: Leave TSC synchronization window open with each new sync
Zachary Amsden
2012-03-08
1
-1
/
+0
*
KVM: Improve TSC offset matching
Zachary Amsden
2012-03-08
2
-15
/
+30
*
KVM: Infrastructure for software and hardware based TSC rate scaling
Zachary Amsden
2012-03-08
5
-58
/
+71
*
KVM: x86: increase recommended max vcpus to 160
Marcelo Tosatti
2012-03-05
1
-1
/
+1
*
x86: Introduce x86_cpuinit.early_percpu_clock_init hook
Igor Mammedov
2012-03-05
4
-3
/
+5
*
KVM: x86: reset edge sense circuit of i8259 on init
Gleb Natapov
2012-03-05
1
-0
/
+1
*
KVM: PPC: Add HPT preallocator
Alexander Graf
2012-03-05
4
-4
/
+57
*
KVM: PPC: Initialize linears with zeros
Alexander Graf
2012-03-05
1
-0
/
+1
*
KVM: PPC: Convert RMA allocation into generic code
Alexander Graf
2012-03-05
5
-82
/
+118
*
KVM: PPC: E500: Fail init when not on e500v2
Alexander Graf
2012-03-05
1
-0
/
+4
*
KVM: Move gfn_to_memslot() to kvm_host.h
Paul Mackerras
2012-03-05
3
-41
/
+28
*
KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests
Avi Kivity
2012-03-05
1
-0
/
+19
*
KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC)
Julian Stecklina
2012-03-05
1
-1
/
+1
*
KVM: fix error handling for out of range irq
Michael S. Tsirkin
2012-03-05
1
-3
/
+1
*
KVM: SVM: comment nested paging and virtualization module parameters
Davidlohr Bueso
2012-03-05
1
-2
/
+4
*
KVM: MMU: Remove unused kvm parameter from rmap_next()
Takuya Yoshikawa
2012-03-05
2
-15
/
+15
*
KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap()
Takuya Yoshikawa
2012-03-05
1
-4
/
+4
*
KVM: MMU: Remove unused kvm_pte_chain
Takuya Yoshikawa
2012-03-05
1
-7
/
+0
*
KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack
Avi Kivity
2012-03-05
1
-8
/
+5
*
KVM: x86 emulator: add 8-bit memory operands
Avi Kivity
2012-03-05
1
-0
/
+5
*
KVM: PPC: refer to paravirt docs in header file
Scott Wood
2012-03-05
2
-22
/
+12
*
KVM: PPC: Rename MMIO register identifiers
Alexander Graf
2012-03-05
4
-19
/
+23
*
KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
Paul Mackerras
2012-03-05
5
-38
/
+81
*
KVM: PPC: Add support for explicit HIOR setting
Alexander Graf
2012-03-05
6
-2
/
+23
*
KVM: PPC: Add generic single register ioctls
Alexander Graf
2012-03-05
3
-3
/
+119
*
KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs
Sasha Levin
2012-03-05
1
-3
/
+3
*
KVM: PPC: booke: Add booke206 TLB trace
Liu Yu
2012-03-05
2
-4
/
+63
*
KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
Paul Mackerras
2012-03-05
5
-39
/
+147
*
KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
Paul Mackerras
2012-03-05
3
-11
/
+91
*
KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
Paul Mackerras
2012-03-05
3
-39
/
+59
*
KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
Paul Mackerras
2012-03-05
1
-87
/
+125
*
KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
Matt Evans
2012-03-05
1
-0
/
+16
*
KVM: PPC: Fix vcpu_create dereference before validity check.
Matt Evans
2012-03-05
1
-2
/
+3
*
KVM: PPC: Allow for read-only pages backing a Book3S HV guest
Paul Mackerras
2012-03-05
4
-17
/
+78
*
KVM: Add barriers to allow mmu_notifier_retry to be used locklessly
Paul Mackerras
2012-03-05
2
-8
/
+12
*
KVM: PPC: Implement MMU notifiers for Book3S HV guests
Paul Mackerras
2012-03-05
11
-65
/
+499
*
KVM: PPC: Implement MMIO emulation support for Book3S HV guests
Paul Mackerras
2012-03-05
12
-83
/
+607
*
KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
Paul Mackerras
2012-03-05
3
-2
/
+117
*
KVM: PPC: Allow I/O mappings in memory slots
Paul Mackerras
2012-03-05
4
-24
/
+84
*
KVM: PPC: Allow use of small pages to back Book3S HV guests
Paul Mackerras
2012-03-05
7
-69
/
+132
*
KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
Paul Mackerras
2012-03-05
7
-160
/
+290
*
KVM: PPC: Make the H_ENTER hcall more reliable
Paul Mackerras
2012-03-05
2
-29
/
+59
*
KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
Paul Mackerras
2012-03-05
3
-30
/
+78
*
KVM: PPC: Keep page physical addresses in per-slot arrays
Paul Mackerras
2012-03-05
4
-75
/
+107
*
KVM: PPC: Keep a record of HV guest view of hashed page table entries
Paul Mackerras
2012-03-05
4
-46
/
+103
*
KVM: PPC: Make wakeups work again for Book3S HV guests
Paul Mackerras
2012-03-05
1
-1
/
+1
*
KVM: PPC: Avoid patching paravirt template code
Liu Yu-B13201
2012-03-05
2
-1
/
+16
[next]