index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
direct-io.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-09-10
KVM: document lock nesting rule
Michael S. Tsirkin
1
-1
/
+1
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
10
-208
/
+152
2009-09-10
KVM: convert bus to slots_lock
Michael S. Tsirkin
6
-7
/
+21
2009-09-10
KVM: switch pit creation to slots_lock
Michael S. Tsirkin
1
-2
/
+2
2009-09-10
KVM: switch coalesced mmio changes to slots_lock
Michael S. Tsirkin
1
-5
/
+5
2009-09-10
KVM: document locking for kvm_io_device_ops
Michael S. Tsirkin
1
-0
/
+3
2009-09-10
KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bsp
Marcelo Tosatti
1
-1
/
+1
2009-09-10
KVM: remove old KVMTRACE support code
Marcelo Tosatti
10
-380
/
+2
2009-09-10
KVM: powerpc: convert marker probes to event trace
Marcelo Tosatti
6
-15
/
+126
2009-09-10
KVM: introduce module parameter for ignoring unknown MSRs accesses
Andre Przywara
1
-4
/
+20
2009-09-10
KVM: ignore reads from AMDs C1E enabled MSR
Andre Przywara
1
-0
/
+1
2009-09-10
KVM: ignore AMDs HWCR register access to set the FFDIS bit
Andre Przywara
2
-1
/
+8
2009-09-10
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
Marcelo Tosatti
3
-2
/
+14
2009-09-10
KVM: Prepare memslot data structures for multiple hugepage sizes
Joerg Roedel
8
-42
/
+73
2009-09-10
hugetlbfs: export vma_kernel_pagsize to modules
Joerg Roedel
1
-0
/
+1
2009-09-10
KVM: s390: Fix memslot initialization for userspace_addr != 0
Christian Borntraeger
1
-0
/
+4
2009-09-10
KVM: x86 emulator: Add sysexit emulation
Andre Przywara
1
-1
/
+71
2009-09-10
KVM: x86 emulator: Add sysenter emulation
Andre Przywara
1
-1
/
+69
2009-09-10
KVM: x86 emulator: add syscall emulation
Andre Przywara
1
-1
/
+83
2009-09-10
KVM: x86 emulator: Prepare for emulation of syscall instructions
Andre Przywara
1
-2
/
+15
2009-09-10
KVM: x86 emulator: Add missing EFLAGS bit definitions
Andre Przywara
1
-0
/
+3
2009-09-10
KVM: Allow emulation of syscalls instructions on #UD
Andre Przywara
1
-7
/
+26
2009-09-10
KVM: convert custom marker based tracing to event traces
Marcelo Tosatti
10
-86
/
+463
2009-09-10
KVM: SVM: Improve nested interrupt injection
Alexander Graf
1
-15
/
+24
2009-09-10
KVM: SVM: Implement INVLPGA
Alexander Graf
1
-1
/
+14
2009-09-10
KVM: Implement MSRs used by Hyper-V
Alexander Graf
1
-0
/
+5
2009-09-10
x86: Add definition for IGNNE MSR
Alexander Graf
1
-0
/
+1
2009-09-10
KVM: SVM: Don't save/restore host cr2
Avi Kivity
1
-17
/
+0
2009-09-10
KVM: VMX: Only reload guest cr2 if different from host cr2
Avi Kivity
1
-2
/
+7
2009-09-10
KVM: Drop useless atomic test from timer function
Jan Kiszka
1
-2
/
+2
2009-09-10
KVM: Fix racy event propagation in timer
Jan Kiszka
1
-6
/
+10
2009-09-10
KVM: Optimize searching for highest IRR
Gleb Natapov
2
-3
/
+22
2009-09-10
KVM: Replace pending exception by PF if it happens serially
Gleb Natapov
1
-7
/
+13
2009-09-10
KVM: VMX: conditionally disable 2M pages
Marcelo Tosatti
3
-2
/
+16
2009-09-10
KVM: VMX: EPT misconfiguration handler
Marcelo Tosatti
1
-1
/
+85
2009-09-10
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
Marcelo Tosatti
2
-0
/
+20
2009-09-10
KVM: MMU: make for_each_shadow_entry aware of largepages
Marcelo Tosatti
1
-0
/
+5
2009-09-10
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
Marcelo Tosatti
2
-0
/
+27
2009-09-10
KVM: Move performance counter MSR access interception to generic x86 path
Andre Przywara
3
-28
/
+30
2009-09-10
KVM: MMU audit: largepage handling
Marcelo Tosatti
1
-8
/
+7
2009-09-10
KVM: MMU audit: audit_mappings tweaks
Marcelo Tosatti
1
-1
/
+7
2009-09-10
KVM: MMU audit: nontrapping ptes in nonleaf level
Marcelo Tosatti
1
-6
/
+1
2009-09-10
KVM: MMU audit: update audit_write_protection
Marcelo Tosatti
1
-3
/
+11
2009-09-10
KVM: MMU audit: update count_writable_mappings / count_rmaps
Marcelo Tosatti
1
-10
/
+94
2009-09-10
KVM: MMU: introduce is_last_spte helper
Marcelo Tosatti
1
-13
/
+13
2009-09-10
KVM: Return to userspace on emulation failure
Avi Kivity
2
-2
/
+10
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
9
-74
/
+76
2009-09-10
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
Gleb Natapov
9
-33
/
+55
2009-09-10
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
Gleb Natapov
4
-4
/
+4
2009-09-10
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
11
-18
/
+28
[next]