index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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: Fix user memslot overlap check
Alex Williamson
2012-11-29
1
-8
/
+5
*
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
2012-11-29
1
-0
/
+17
*
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
2012-11-28
1
-3
/
+5
*
KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf
Gleb Natapov
2012-11-28
1
-6
/
+1
*
KVM: x86: update pvclock area conditionally, on cpu migration
Marcelo Tosatti
2012-11-27
1
-1
/
+6
*
KVM: x86: require matched TSC offsets for master clock
Marcelo Tosatti
2012-11-27
3
-8
/
+89
*
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
2012-11-27
8
-3
/
+30
*
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
Marcelo Tosatti
2012-11-27
5
-8
/
+272
*
KVM: x86: notifier for clocksource changes
Marcelo Tosatti
2012-11-27
1
-1
/
+93
*
time: export time information for KVM pvclock
Marcelo Tosatti
2012-11-27
2
-0
/
+59
*
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
2012-11-27
5
-9
/
+9
*
x86: vdso: pvclock gettime support
Marcelo Tosatti
2012-11-27
3
-11
/
+101
*
x86: kvm guest: pvclock vsyscall support
Marcelo Tosatti
2012-11-27
3
-12
/
+61
*
x86: pvclock: generic pvclock vsyscall initialization
Marcelo Tosatti
2012-11-27
4
-0
/
+91
*
sched: add notifier for cross-cpu migrations
Marcelo Tosatti
2012-11-27
2
-0
/
+23
*
x86: pvclock: add note about rdtsc barriers
Marcelo Tosatti
2012-11-27
1
-0
/
+6
*
x86: pvclock: introduce helper to read flags
Marcelo Tosatti
2012-11-27
2
-0
/
+14
*
x86: pvclock: create helper for pvclock data retrieval
Marcelo Tosatti
2012-11-27
2
-14
/
+30
*
x86: pvclock: remove pvclock_shadow_time
Marcelo Tosatti
2012-11-27
1
-46
/
+11
*
x86: pvclock: make sure rdtsc doesnt speculate out of region
Marcelo Tosatti
2012-11-27
1
-2
/
+2
*
x86: kvmclock: allocate pvclock shared memory area
Marcelo Tosatti
2012-11-27
1
-11
/
+47
*
KVM: x86: retain pvclock guest stopped bit in guest memory
Marcelo Tosatti
2012-11-27
1
-7
/
+13
*
KVM: remove unnecessary return value check
Guo Chao
2012-11-13
2
-62
/
+0
*
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
Guo Chao
2012-11-13
1
-1
/
+1
*
KVM: do not kfree error pointer
Guo Chao
2012-11-13
2
-13
/
+8
*
Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queue
Marcelo Tosatti
2012-10-31
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
7982
-529449
/
+668010
|
|
\
|
*
|
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
|
*
|
KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
Paul Mackerras
2012-10-30
3
-2
/
+64
|
*
|
PPC: ePAPR: Convert header to uapi
Alexander Graf
2012-10-30
4
-55
/
+100
|
*
|
KVM: PPC: Move mtspr/mfspr emulation into own functions
Alexander Graf
2012-10-30
1
-100
/
+121
|
*
|
KVM: Documentation: Fix reentry-to-be-consistent paragraph
Alexander Graf
2012-10-30
1
-1
/
+2
|
*
|
KVM: PPC: 44x: fix DCR read/write
Alexander Graf
2012-10-30
1
-0
/
+2
*
|
|
KVM: SVM: update MAINTAINERS entry
Joerg Roedel
2012-10-31
1
-2
/
+2
|
|
/
|
/
|
*
|
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
2012-10-29
9
-20
/
+32
*
|
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
7975
-528912
/
+667561
|
\
\
|
*
\
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2012-10-29
2
-2
/
+6
|
|
\
\
|
|
*
|
ceph: fix dentry reference leak in encode_fh()
David Zafman
2012-10-29
1
-0
/
+2
|
|
*
|
libceph: avoid NULL kref_put when osd reset races with alloc_msg
Sage Weil
2012-10-24
1
-1
/
+2
|
|
*
|
rbd: reset BACKOFF if unable to re-queue
Alex Elder
2012-10-09
1
-1
/
+2
|
*
|
|
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-10-28
5
-40
/
+40
|
|
\
\
\
|
|
*
|
|
i2c-i801: Fix comment
Jean Delvare
2012-10-28
1
-1
/
+1
|
|
*
|
|
i2c-i801: Simplify dependency towards GPIOLIB
Jean Delvare
2012-10-28
2
-4
/
+6
[next]