index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-04
KVM: ensure __gfn_to_pfn_memslot initializes *writable
Paolo Bonzini
1
-2
/
+8
2016-03-04
KVM: document KVM_REINJECT_CONTROL ioctl
Radim Krčmář
1
-0
/
+24
2016-03-04
KVM: i8254: turn kvm_kpit_state.reinject into atomic_t
Radim Krčmář
2
-5
/
+5
2016-03-04
KVM: i8254: move PIT timer function initialization
Radim Krčmář
1
-2
/
+1
2016-03-04
KVM: i8254: don't assume layout of kvm_kpit_state
Radim Krčmář
1
-4
/
+8
2016-03-04
KVM: i8254: remove pointless dereference of PIT
Radim Krčmář
1
-2
/
+2
2016-03-04
KVM: i8254: remove pit and kvm from kvm_kpit_state
Radim Krčmář
2
-7
/
+9
2016-03-04
KVM: i8254: refactor kvm_free_pit
Radim Krčmář
1
-13
/
+11
2016-03-04
KVM: i8254: refactor kvm_create_pit
Radim Krčmář
1
-15
/
+12
2016-03-04
KVM: i8254: remove notifiers from PIT discard policy
Radim Krčmář
3
-13
/
+38
2016-03-04
KVM: i8254: remove unnecessary uses of PIT state lock
Radim Krčmář
3
-14
/
+8
2016-03-04
KVM: i8254: pass struct kvm_pit instead of kvm in PIT
Radim Krčmář
3
-72
/
+70
2016-03-04
KVM: i8254: tone down WARN_ON pit.state_lock
Radim Krčmář
1
-14
/
+3
2016-03-04
KVM: i8254: use atomic_t instead of pit.inject_lock
Radim Krčmář
2
-35
/
+24
2016-03-04
KVM: i8254: add kvm_pit_reset_reinject
Radim Krčmář
1
-8
/
+10
2016-03-04
KVM: i8254: simplify atomics in kvm_pit_ack_irq
Radim Krčmář
1
-11
/
+1
2016-03-04
KVM: i8254: change PIT discard tick policy
Radim Krčmář
1
-5
/
+7
2016-03-03
KVM: MMU: apply page track notifier
Xiao Guangrong
3
-6
/
+22
2016-03-03
KVM: MMU: simplify mmu_need_write_protect
Xiao Guangrong
1
-22
/
+7
2016-03-03
KVM: MMU: use page track for non-leaf shadow pages
Xiao Guangrong
1
-5
/
+21
2016-03-03
KVM: page track: add notifier support
Xiao Guangrong
4
-0
/
+114
2016-03-03
KVM: MMU: clear write-flooding on the fast path of tracked page
Xiao Guangrong
3
-4
/
+24
2016-03-03
KVM: MMU: let page fault handler be aware tracked page
Xiao Guangrong
4
-7
/
+57
2016-03-03
KVM: page track: introduce kvm_slot_page_track_{add,remove}_page
Xiao Guangrong
2
-0
/
+92
2016-03-03
KVM: page track: add the framework of guest page tracking
Xiao Guangrong
5
-1
/
+82
2016-03-03
KVM: MMU: introduce kvm_mmu_slot_gfn_write_protect
Xiao Guangrong
2
-5
/
+13
2016-03-03
KVM: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage
Xiao Guangrong
2
-13
/
+28
2016-03-03
KVM: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed
Xiao Guangrong
4
-22
/
+25
2016-03-03
kvm: x86: Check dest_map->vector to match eoi signals for rtc
Joerg Roedel
1
-3
/
+14
2016-03-03
kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map
Joerg Roedel
2
-1
/
+10
2016-03-03
kvm: x86: Convert ioapic->rtc_status.dest_map to a struct
Joerg Roedel
5
-16
/
+26
2016-03-03
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
23
-88
/
+1005
2016-03-02
KVM: PPC: Add support for 64bit TCE windows
Alexey Kardashevskiy
6
-5
/
+75
2016-03-02
KVM: PPC: Add @offset to kvmppc_spapr_tce_table
Alexey Kardashevskiy
2
-2
/
+6
2016-03-02
KVM: PPC: Add @page_shift to kvmppc_spapr_tce_table
Alexey Kardashevskiy
3
-23
/
+23
2016-03-02
KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_64 capability number
Alexey Kardashevskiy
1
-0
/
+1
2016-02-29
KVM: PPC: Book3S HV: Add tunable to control H_IPI redirection
Suresh E. Warrier
3
-1
/
+16
2016-02-29
KVM: PPC: Book3S HV: Send IPI to host core to wake VCPU
Suresh E. Warrier
3
-3
/
+110
2016-02-29
KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVM
Suresh Warrier
3
-0
/
+39
2016-02-29
KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUs
Suresh Warrier
1
-0
/
+39
2016-02-29
KVM: PPC: Book3S HV: Manage core host state
Suresh Warrier
1
-0
/
+44
2016-02-29
KVM: PPC: Book3S HV: Host-side RM data structures
Suresh Warrier
3
-0
/
+104
2016-02-29
powerpc/xics: Add icp_native_cause_ipi_rm
Suresh Warrier
2
-0
/
+22
2016-02-29
powerpc/smp: Add smp_muxed_ipi_set_message
Suresh Warrier
2
-1
/
+9
2016-02-29
powerpc/smp: Support more IPI messages
Suresh Warrier
2
-4
/
+7
2016-02-23
KVM: async_pf: use list_first_entry
Geliang Tang
1
-4
/
+4
2016-02-23
KVM: x86: use list_last_entry
Geliang Tang
2
-4
/
+4
2016-02-23
KVM: x86: use list_for_each_entry*
Geliang Tang
1
-10
/
+4
2016-02-23
KVM: use list_for_each_entry_safe
Geliang Tang
1
-6
/
+3
2016-02-23
KVM: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault()
Takuya Yoshikawa
2
-36
/
+22
[next]