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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
KVM: PPC: booke: Add watchdog emulation
Bharat Bhushan
7
-2
/
+196
2012-10-05
KVM: PPC: Add return value to core_check_requests
Alexander Graf
4
-5
/
+15
2012-10-05
KVM: PPC: Add return value in prepare_to_enter
Alexander Graf
3
-17
/
+22
2012-10-05
KVM: PPC: Ignore EXITING_GUEST_MODE mode
Alexander Graf
1
-5
/
+0
2012-10-05
KVM: PPC: Move kvm_guest_enter call into generic code
Alexander Graf
3
-4
/
+3
2012-10-05
KVM: PPC: Book3S: PR: Rework irq disabling
Alexander Graf
5
-21
/
+41
2012-10-05
KVM: PPC: Consistentify vcpu exit path
Alexander Graf
2
-7
/
+14
2012-10-05
KVM: PPC: Book3S: PR: Indicate we're out of guest mode
Alexander Graf
1
-0
/
+1
2012-10-05
KVM: PPC: Exit guest context while handling exit
Alexander Graf
2
-0
/
+5
2012-10-05
KVM: PPC: Book3S: PR: Only do resched check once per exit
Alexander Graf
1
-1
/
+1
2012-10-05
KVM: PPC: BookE: Drop redundant vcpu->mode set
Alexander Graf
1
-2
/
+0
2012-10-05
KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support
Alexander Graf
6
-7
/
+51
2012-10-05
KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr
Alexander Graf
4
-73
/
+67
2012-10-05
KVM: PPC: BookE: No duplicate request != 0 check
Alexander Graf
1
-7
/
+5
2012-10-05
KVM: PPC: BookE: Add some more trace points
Alexander Graf
3
-0
/
+77
2012-10-05
KVM: PPC: E500: Implement MMU notifiers
Alexander Graf
5
-7
/
+65
2012-10-05
KVM: PPC: BookE: Add support for vcpu->mode
Alexander Graf
1
-0
/
+11
2012-10-05
KVM: PPC: BookE: Add check_requests helper function
Alexander Graf
1
-7
/
+17
2012-10-05
powerpc/epapr: export epapr_hypercall_start
Scott Wood
1
-0
/
+5
2012-10-05
KVM: PPC: Quieten message about allocating linear regions
Paul Mackerras
1
-2
/
+2
2012-10-05
KVM: PPC: E500: Fix clear_tlb_refs
Alexander Graf
1
-2
/
+6
2012-10-05
KVM: PPC: BookE: Expose remote TLB flushes in debugfs
Alexander Graf
1
-0
/
+1
2012-10-05
KVM: PPC: Expose SYNC cap based on mmu notifiers
Alexander Graf
1
-1
/
+7
2012-10-05
KVM: PPC: PR: Use generic tracepoint for guest exit
Alexander Graf
3
-29
/
+55
2012-10-05
PPC: Don't use hardcoded opcode for ePAPR hcall invocation
Liu Yu-B13201
2
-29
/
+29
2012-10-05
powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls
Scott Wood
2
-2
/
+9
2012-10-05
PPC: select EPAPR_PARAVIRT for all users of epapr hcalls
Stuart Yoder
1
-0
/
+1
2012-10-05
KVM: PPC: ev_idle hcall support for e500 guests
Liu Yu-B13201
3
-6
/
+44
2012-10-05
KVM: PPC: Add support for ePAPR idle hcall in host kernel
Liu Yu-B13201
2
-2
/
+9
2012-10-05
KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500
Stuart Yoder
1
-1
/
+9
2012-10-05
KVM: PPC: use definitions in epapr header for hcalls
Stuart Yoder
3
-16
/
+17
2012-10-05
PPC: epapr: create define for return code value of success
Stuart Yoder
1
-1
/
+2
2012-09-27
KVM: s390: Fix vcpu_load handling in interrupt code
Christian Borntraeger
1
-2
/
+0
2012-09-23
KVM: x86: Fix guest debug across vcpu INIT reset
Jan Kiszka
4
-43
/
+24
2012-09-23
KVM: Add resampling irqfds for level triggered interrupts
Alex Williamson
1
-0
/
+4
2012-09-20
KVM: optimize apic interrupt delivery
Gleb Natapov
4
-12
/
+193
2012-09-20
KVM: MMU: Eliminate pointless temporary 'ac'
Avi Kivity
1
-4
/
+1
2012-09-20
KVM: MMU: Avoid access/dirty update loop if all is well
Avi Kivity
1
-6
/
+20
2012-09-20
KVM: MMU: Eliminate eperm temporary
Avi Kivity
1
-4
/
+1
2012-09-20
KVM: MMU: Optimize is_last_gpte()
Avi Kivity
4
-20
/
+41
2012-09-20
KVM: MMU: Simplify walk_addr_generic() loop
Avi Kivity
1
-35
/
+25
2012-09-20
KVM: MMU: Optimize pte permission checks
Avi Kivity
5
-36
/
+61
2012-09-20
KVM: MMU: Update accessed and dirty bits after guest pagetable walk
Avi Kivity
1
-29
/
+47
2012-09-20
KVM: MMU: Move gpte_access() out of paging_tmpl.h
Avi Kivity
2
-16
/
+15
2012-09-20
KVM: MMU: Optimize gpte_access() slightly
Avi Kivity
1
-3
/
+1
2012-09-20
KVM: MMU: Push clean gpte write protection out of gpte_access()
Avi Kivity
3
-13
/
+26
2012-09-17
KVM: make processes waiting on vcpu mutex killable
Michael S. Tsirkin
1
-3
/
+9
2012-09-17
KVM: SVM: Make use of asm.h
Avi Kivity
1
-26
/
+20
2012-09-17
KVM: VMX: Make use of asm.h
Avi Kivity
1
-39
/
+30
2012-09-17
KVM: VMX: Make lto-friendly
Avi Kivity
1
-6
/
+11
[next]