index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
kvm: add kvm_set_irq_inatomic
Michael S. Tsirkin
2
-12
/
+72
2012-12-02
KVM: x86: Fix uninitialized return code
Jan Kiszka
1
-0
/
+1
2012-11-30
KVM: x86: Emulate IA32_TSC_ADJUST MSR
Will Auld
8
-0
/
+53
2012-11-30
KVM: x86: Add code to track call origin for msr assignment
Will Auld
5
-21
/
+56
2012-11-29
KVM: Fix user memslot overlap check
Alex Williamson
1
-8
/
+5
2012-11-29
KVM: VMX: fix memory order between loading vmcs and clearing vmcs
Xiao Guangrong
1
-0
/
+17
2012-11-28
KVM: VMX: fix invalid cpu passed to smp_call_function_single
Xiao Guangrong
1
-3
/
+5
2012-11-28
KVM: use is_idle_task() instead of idle_cpu() to decide when to halt in async_pf
Gleb Natapov
1
-6
/
+1
2012-11-27
KVM: x86: update pvclock area conditionally, on cpu migration
Marcelo Tosatti
1
-1
/
+6
2012-11-27
KVM: x86: require matched TSC offsets for master clock
Marcelo Tosatti
3
-8
/
+89
2012-11-27
KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization
Marcelo Tosatti
8
-3
/
+30
2012-11-27
KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag
Marcelo Tosatti
5
-8
/
+272
2012-11-27
KVM: x86: notifier for clocksource changes
Marcelo Tosatti
1
-1
/
+93
2012-11-27
time: export time information for KVM pvclock
Marcelo Tosatti
2
-0
/
+59
2012-11-27
KVM: x86: pass host_tsc to read_l1_tsc
Marcelo Tosatti
5
-9
/
+9
2012-11-27
x86: vdso: pvclock gettime support
Marcelo Tosatti
3
-11
/
+101
2012-11-27
x86: kvm guest: pvclock vsyscall support
Marcelo Tosatti
3
-12
/
+61
2012-11-27
x86: pvclock: generic pvclock vsyscall initialization
Marcelo Tosatti
4
-0
/
+91
2012-11-27
sched: add notifier for cross-cpu migrations
Marcelo Tosatti
2
-0
/
+23
2012-11-27
x86: pvclock: add note about rdtsc barriers
Marcelo Tosatti
1
-0
/
+6
2012-11-27
x86: pvclock: introduce helper to read flags
Marcelo Tosatti
2
-0
/
+14
2012-11-27
x86: pvclock: create helper for pvclock data retrieval
Marcelo Tosatti
2
-14
/
+30
2012-11-27
x86: pvclock: remove pvclock_shadow_time
Marcelo Tosatti
1
-46
/
+11
2012-11-27
x86: pvclock: make sure rdtsc doesnt speculate out of region
Marcelo Tosatti
1
-2
/
+2
2012-11-27
x86: kvmclock: allocate pvclock shared memory area
Marcelo Tosatti
1
-11
/
+47
2012-11-27
KVM: x86: retain pvclock guest stopped bit in guest memory
Marcelo Tosatti
1
-7
/
+13
2012-11-13
KVM: remove unnecessary return value check
Guo Chao
2
-62
/
+0
2012-11-13
KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()
Guo Chao
1
-1
/
+1
2012-11-13
KVM: do not kfree error pointer
Guo Chao
2
-13
/
+8
2012-10-31
Merge branch 'for-queue' of https://github.com/agraf/linux-2.6 into queue
Marcelo Tosatti
13
-626
/
+880
2012-10-31
KVM: SVM: update MAINTAINERS entry
Joerg Roedel
1
-2
/
+2
2012-10-31
PPC: ePAPR: Convert hcall header to uapi (round 2)
Alexander Graf
2
-419
/
+517
2012-10-31
Merge commit 'origin/queue' into for-queue
Alexander Graf
7494
-142491
/
+281052
2012-10-30
KVM: PPC: Book3S HV: Fix thinko in try_lock_hpte()
Paul Mackerras
1
-1
/
+1
2012-10-30
KVM: PPC: Book3S HV: Allow DTL to be set to address 0, length 0
Paul Mackerras
1
-3
/
+2
2012-10-30
KVM: PPC: Book3S HV: Fix accounting of stolen time
Paul Mackerras
2
-15
/
+117
2012-10-30
KVM: PPC: Book3S HV: Run virtual core whenever any vcpus in it can run
Paul Mackerras
2
-39
/
+40
2012-10-30
KVM: PPC: Book3S HV: Fixes for late-joining threads
Paul Mackerras
2
-6
/
+15
2012-10-30
KVM: PPC: Book3s HV: Don't access runnable threads list without vcore lock
Paul Mackerras
2
-34
/
+34
2012-10-30
KVM: PPC: Book3S HV: Fix some races in starting secondary threads
Paul Mackerras
2
-20
/
+32
2012-10-30
KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming online
Paul Mackerras
3
-2
/
+64
2012-10-30
PPC: ePAPR: Convert header to uapi
Alexander Graf
4
-55
/
+100
2012-10-30
KVM: PPC: Move mtspr/mfspr emulation into own functions
Alexander Graf
1
-100
/
+121
2012-10-30
KVM: Documentation: Fix reentry-to-be-consistent paragraph
Alexander Graf
1
-1
/
+2
2012-10-30
KVM: PPC: 44x: fix DCR read/write
Alexander Graf
1
-0
/
+2
2012-10-29
KVM: do not treat noslot pfn as a error pfn
Xiao Guangrong
9
-20
/
+32
2012-10-29
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
7487
-141954
/
+280603
2012-10-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2
-2
/
+6
2012-10-29
ceph: fix dentry reference leak in encode_fh()
David Zafman
1
-0
/
+2
2012-10-28
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-40
/
+40
[next]