index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S PR: Fix VSX handling
Paul Mackerras
2012-12-06
4
-57
/
+62
*
KVM: PPC: Book3S PR: Emulate PURR, SPURR and DSCR registers
Paul Mackerras
2012-12-06
2
-1
/
+17
*
KVM: PPC: Book3S HV: Don't give the guest RW access to RO pages
Paul Mackerras
2012-12-06
1
-0
/
+22
*
KVM: PPC: Book3S HV: Report correct HPT entry index when reading HPT
Paul Mackerras
2012-12-06
1
-1
/
+1
*
KVM: PPC: Book3S HV: Reset reverse-map chains when resetting the HPT
Paul Mackerras
2012-12-06
1
-0
/
+24
*
KVM: PPC: Book3S HV: Provide a method for userspace to read and write the HPT
Paul Mackerras
2012-12-06
8
-12
/
+467
*
KVM: PPC: Book3S HV: Make a HPTE removal function available
Paul Mackerras
2012-12-06
2
-6
/
+16
*
KVM: PPC: Book3S HV: Add a mechanism for recording modified HPTEs
Paul Mackerras
2012-12-06
3
-4
/
+34
*
KVM: PPC: Book3S HV: Fix bug causing loss of page dirty state
Paul Mackerras
2012-12-06
1
-3
/
+3
*
KVM: PPC: Book3S HV: Restructure HPT entry creation code
Paul Mackerras
2012-12-06
3
-23
/
+45
*
KVM: PPC: Support eventfd
Alexander Graf
2012-12-06
3
-2
/
+20
*
KVM: Distangle eventfd code from irqchip
Alexander Graf
2012-12-06
2
-1
/
+17
*
KVM: x86: Fix uninitialized return code
Jan Kiszka
2012-12-02
1
-0
/
+1
*
KVM: x86: Emulate IA32_TSC_ADJUST MSR
Will Auld
2012-11-30
8
-0
/
+53
*
KVM: x86: Add code to track call origin for msr assignment
Will Auld
2012-11-30
5
-21
/
+56
*
KVM: Fix user memslot overlap check
Alex Williamson
2012-11-30
1
-8
/
+5
*
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
2012-11-30
1
-0
/
+17
*
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
2012-11-29
1
-3
/
+5
*
KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf
Gleb Natapov
2012-11-29
1
-6
/
+1
*
KVM: x86: update pvclock area conditionally, on cpu migration
Marcelo Tosatti
2012-11-28
1
-1
/
+6
*
KVM: x86: require matched TSC offsets for master clock
Marcelo Tosatti
2012-11-28
3
-8
/
+89
*
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
2012-11-28
8
-3
/
+30
*
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
Marcelo Tosatti
2012-11-28
5
-8
/
+272
*
KVM: x86: notifier for clocksource changes
Marcelo Tosatti
2012-11-28
1
-1
/
+93
*
time: export time information for KVM pvclock
Marcelo Tosatti
2012-11-28
2
-0
/
+59
*
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
2012-11-28
5
-9
/
+9
*
x86: vdso: pvclock gettime support
Marcelo Tosatti
2012-11-28
3
-11
/
+101
*
x86: kvm guest: pvclock vsyscall support
Marcelo Tosatti
2012-11-28
3
-12
/
+61
*
x86: pvclock: generic pvclock vsyscall initialization
Marcelo Tosatti
2012-11-28
4
-0
/
+91
*
sched: add notifier for cross-cpu migrations
Marcelo Tosatti
2012-11-28
2
-0
/
+23
*
x86: pvclock: add note about rdtsc barriers
Marcelo Tosatti
2012-11-28
1
-0
/
+6
*
x86: pvclock: introduce helper to read flags
Marcelo Tosatti
2012-11-28
2
-0
/
+14
*
x86: pvclock: create helper for pvclock data retrieval
Marcelo Tosatti
2012-11-28
2
-14
/
+30
*
x86: pvclock: remove pvclock_shadow_time
Marcelo Tosatti
2012-11-28
1
-46
/
+11
*
x86: pvclock: make sure rdtsc doesnt speculate out of region
Marcelo Tosatti
2012-11-28
1
-2
/
+2
*
x86: kvmclock: allocate pvclock shared memory area
Marcelo Tosatti
2012-11-28
1
-11
/
+47
*
KVM: x86: retain pvclock guest stopped bit in guest memory
Marcelo Tosatti
2012-11-28
1
-7
/
+13
*
KVM: remove unnecessary return value check
Guo Chao
2012-11-14
2
-62
/
+0
*
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
Guo Chao
2012-11-14
1
-1
/
+1
*
KVM: do not kfree error pointer
Guo Chao
2012-11-14
2
-13
/
+8
*
Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queue
Marcelo Tosatti
2012-11-01
13
-626
/
+880
|
\
|
*
PPC: ePAPR: Convert hcall header to uapi (round 2)
Alexander Graf
2012-10-31
2
-419
/
+517
|
*
Merge commit 'origin/queue' into for-queue
Alexander Graf
2012-10-31
7494
-142491
/
+281052
|
|
\
|
*
|
KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()
Paul Mackerras
2012-10-30
1
-1
/
+1
|
*
|
KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
Paul Mackerras
2012-10-30
1
-3
/
+2
|
*
|
KVM: PPC: Book3S HV: Fix accounting of stolen time
Paul Mackerras
2012-10-30
2
-15
/
+117
|
*
|
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
Paul Mackerras
2012-10-30
2
-39
/
+40
|
*
|
KVM: PPC: Book3S HV: Fixes for late-joining threads
Paul Mackerras
2012-10-30
2
-6
/
+15
|
*
|
KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
Paul Mackerras
2012-10-30
2
-34
/
+34
|
*
|
KVM: PPC: Book3S HV: Fix some races in starting secondary threads
Paul Mackerras
2012-10-30
2
-20
/
+32
[next]