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
2009-12-03
KVM: introduce kvm_vcpu_on_spin
Zhai, Edwin
2
-0
/
+16
2009-12-03
KVM: SVM: Remove nsvm_printk debugging code
Joerg Roedel
1
-34
/
+0
2009-12-03
KVM: SVM: Add tracepoint for skinit instruction
Joerg Roedel
3
-1
/
+32
2009-12-03
KVM: SVM: Add tracepoint for invlpga instruction
Joerg Roedel
3
-0
/
+27
2009-12-03
KVM: SVM: Add tracepoint for #vmexit because intr pending
Joerg Roedel
3
-1
/
+20
2009-12-03
KVM: SVM: Add tracepoint for injected #vmexit
Joerg Roedel
3
-0
/
+40
2009-12-03
KVM: SVM: Add tracepoint for nested #vmexit
Joerg Roedel
3
-0
/
+43
2009-12-03
KVM: SVM: Add tracepoint for nested vmrun
Joerg Roedel
3
-0
/
+40
2009-12-03
KVM: SVM: Move INTR vmexit out of atomic code
Joerg Roedel
1
-1
/
+25
2009-12-03
KVM: SVM: Notify nested hypervisor of lost event injections
Alexander Graf
1
-0
/
+16
2009-12-03
KVM: x86: include pvclock MSRs in msrs_to_save
Glauber Costa
1
-4
/
+8
2009-12-03
KVM: x86: Rework guest single-step flag injection and filtering
Jan Kiszka
2
-32
/
+48
2009-12-03
KVM: x86: disable paravirt mmu reporting
Marcelo Tosatti
1
-2
/
+2
2009-12-03
KVM: x86: Refactor guest debug IOCTL handling
Jan Kiszka
4
-38
/
+26
2009-12-03
KVM: remove pre_task_link setting in save_state_to_tss16
Juan Quintela
1
-1
/
+0
2009-12-03
KVM: Fix hotplug of CPUs
Zachary Amsden
2
-4
/
+6
2009-12-03
KVM: Fix printk name error in svm.c
Zachary Amsden
1
-2
/
+3
2009-12-03
KVM: Kill the confusing tsc_ref_khz and ref_freq variables
Zachary Amsden
1
-10
/
+16
2009-12-03
KVM: Separate timer intialization into an indepedent function
Zachary Amsden
1
-8
/
+15
2009-12-03
KVM: fix lock imbalance in kvm_*_irq_source_id()
Jiri Slaby
1
-2
/
+5
2009-12-03
KVM: SVM: Remove remaining occurences of rdtscll
Joerg Roedel
1
-4
/
+3
2009-12-03
KVM: SVM: don't copy exit_int_info on nested vmrun
Joerg Roedel
1
-2
/
+0
2009-12-03
KVM: SVM: reorganize svm_interrupt_allowed
Joerg Roedel
1
-4
/
+12
2009-12-03
KVM: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2009-12-03
KVM: Activate Virtualization On Demand
Alexander Graf
9
-28
/
+108
2009-12-03
KVM: SVM: remove needless mmap_sem acquision from nested_svm_map
Marcelo Tosatti
1
-3
/
+0
2009-12-03
KVM: VMX: Enhance invalid guest state emulation
Mohammed Gamal
1
-24
/
+20
2009-12-03
KVM: x86 emulator: Add pusha and popa instructions
Mohammed Gamal
1
-1
/
+47
2009-12-03
KVM: x86 emulator: Add missing decoder flags for 'or' instructions
Mohammed Gamal
1
-1
/
+2
2009-12-03
KVM: Move assigned device code to own file
Avi Kivity
5
-798
/
+840
2009-12-03
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
4
-4
/
+4
2009-12-03
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
7
-17
/
+1
2009-12-03
KVM: Move IO APIC to its own lock
Gleb Natapov
7
-51
/
+100
2009-12-03
KVM: Convert irq notifiers lists to RCU locking
Gleb Natapov
1
-10
/
+12
2009-12-03
KVM: Move irq ack notifier list to arch independent code
Gleb Natapov
5
-5
/
+4
2009-12-03
KVM: Move irq routing data structure to rcu locking
Gleb Natapov
1
-5
/
+11
2009-12-03
KVM: Maintain back mapping from irqchip/pin to gsi
Gleb Natapov
4
-17
/
+25
2009-12-03
KVM: Change irq routing table to use gsi indexed array
Gleb Natapov
3
-39
/
+71
2009-12-03
KVM: Move irq sharing information to irqchip level
Gleb Natapov
5
-25
/
+39
2009-12-03
KVM: Call pic_clear_isr() on pic reset to reuse logic there
Gleb Natapov
1
-13
/
+9
2009-12-03
KVM: Don't pass kvm_run arguments
Avi Kivity
6
-142
/
+141
2009-12-03
KVM: x86 emulator: Introduce No64 decode option
Mohammed Gamal
1
-28
/
+14
2009-12-03
KVM: x86 emulator: Add 'push/pop sreg' instructions
Mohammed Gamal
1
-6
/
+101
2009-12-03
KVM: Don't wrap schedule() with vcpu_put()/vcpu_load()
Avi Kivity
1
-2
/
+0
2009-12-03
Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33
Avi Kivity
9
-2
/
+119
2009-12-02
Linux 2.6.32
v2.6.32
Linus Torvalds
1
-1
/
+1
2009-12-02
VIDEO: Correct use of request_region/request_mem_region
Julia Lawall
1
-1
/
+1
2009-12-02
SPI: spi_txx9: Fix bit rate calculation
Atsushi Nemoto
1
-7
/
+6
2009-12-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...
Linus Torvalds
2
-3
/
+3
2009-12-02
Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset list
Anisse Astier
1
-0
/
+21
[next]