index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
ia64
/
kvm
/
kvm-ia64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-20
KVM: fix the handling of dirty bitmaps to avoid overflows
Takuya Yoshikawa
1
-4
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2010-03-01
KVM: ia64: destroy ioapic device if fail to setup default irq routing
Wei Yongjun
1
-1
/
+1
2010-03-01
KVM: fix cleanup_srcu_struct on vm destruction
Marcelo Tosatti
1
-0
/
+1
2010-03-01
KVM: convert slots_lock to a mutex
Marcelo Tosatti
1
-2
/
+2
2010-03-01
KVM: switch vcpu context to use SRCU
Marcelo Tosatti
1
-9
/
+6
2010-03-01
KVM: convert io_bus to SRCU
Marcelo Tosatti
1
-2
/
+2
2010-03-01
KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update
Marcelo Tosatti
1
-1
/
+3
2010-03-01
KVM: split kvm_arch_set_memory_region into prepare and commit
Marcelo Tosatti
1
-4
/
+12
2010-03-01
KVM: modify memslots layout in struct kvm
Marcelo Tosatti
1
-4
/
+6
2009-12-03
KVM: Activate Virtualization On Demand
Alexander Graf
1
-3
/
+5
2009-12-03
KVM: Return -ENOTTY on unrecognized ioctls
Avi Kivity
1
-1
/
+1
2009-12-03
KVM: Drop kvm->irq_lock lock from irq injection path
Gleb Natapov
1
-2
/
+0
2009-12-03
KVM: Move IO APIC to its own lock
Gleb Natapov
1
-5
/
+2
2009-09-10
KVM: Reduce runnability interface with arch support code
Gleb Natapov
1
-14
/
+2
2009-09-10
KVM: remove in_range from io devices
Michael S. Tsirkin
1
-20
/
+8
2009-09-10
KVM: Use macro to iterate over vcpus.
Gleb Natapov
1
-15
/
+14
2009-09-10
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
Gleb Natapov
1
-6
/
+2
2009-09-10
KVM: Introduce kvm_vcpu_is_bsp() function.
Gleb Natapov
1
-1
/
+1
2009-09-10
KVM: switch irq injection/acking data structures to irq_lock
Marcelo Tosatti
1
-2
/
+2
2009-09-10
KVM: ia64: Correct itc_offset calculations
Jes Sorensen
1
-1
/
+1
2009-06-10
KVM: use smp_send_reschedule in kvm_vcpu_kick
Marcelo Tosatti
1
-14
/
+8
2009-06-10
KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled
Jes Sorensen
1
-1
/
+1
2009-06-10
KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping
Jes Sorensen
1
-1
/
+6
2009-06-10
KVM: ia64: restore irq state before calling kvm_vcpu_init
Jes Sorensen
1
-2
/
+1
2009-06-10
KVM: ia64: remove empty function vti_vcpu_load()
Jes Sorensen
1
-5
/
+0
2009-06-10
KVM: ia64: Flush all TLBs once guest's memory mapping changes.
Xiantao Zhang
1
-0
/
+1
2009-06-10
KVM: ia64: Don't hold slots_lock in guest mode
Jes Sorensen
1
-31
/
+33
2009-06-10
KVM: Fix interrupt unhalting a vcpu when it shouldn't
Gleb Natapov
1
-0
/
+6
2009-06-10
KVM: Timer event should not unconditionally unhalt vcpu.
Gleb Natapov
1
-3
/
+3
2009-06-10
KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler
Jes Sorensen
1
-1
/
+31
2009-06-10
KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading.
Jes Sorensen
1
-4
/
+14
2009-06-10
KVM: ia64: Map in SN2 RTC registers to the VMM module
Jes Sorensen
1
-5
/
+38
2009-06-10
KVM: APIC: get rid of deliver_bitmask
Gleb Natapov
1
-14
/
+19
2009-06-10
KVM: change the way how lowest priority vcpu is calculated
Gleb Natapov
1
-13
/
+2
2009-06-10
KVM: consolidate ioapic/ipi interrupt delivery logic
Gleb Natapov
1
-0
/
+8
2009-06-10
KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
Gleb Natapov
1
-4
/
+4
2009-06-10
KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu
Yang Zhang
1
-1
/
+1
2009-04-22
KVM: ia64: fix locking order entering guest
Jes Sorensen
1
-6
/
+8
2009-03-31
Pull pvops into release branch
Tony Luck
1
-1
/
+1
2009-03-27
ia64: remove some warnings.
Isaku Yamahata
1
-1
/
+1
2009-03-24
KVM: Report IRQ injection status to userspace.
Gleb Natapov
1
-2
/
+10
2009-03-24
KVM: ia64: dynamic nr online cpus
Jes Sorensen
1
-4
/
+8
2009-03-24
KVM: Userspace controlled irq routing
Avi Kivity
1
-0
/
+5
2009-03-24
KVM: ia64: stack get/restore patch
Jes Sorensen
1
-3
/
+89
2009-03-24
KVM: New guest debug interface
Jan Kiszka
1
-2
/
+2
2009-02-15
KVM: Add kvm_arch_sync_events to sync with asynchronize events
Sheng Yang
1
-0
/
+4
2009-01-03
KVM: change KVM to use IOMMU API
Joerg Roedel
1
-1
/
+2
2008-12-31
KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()
Jes Sorensen
1
-30
/
+10
2008-12-31
KVM: Consolidate userspace memory capability reporting into common code
Avi Kivity
1
-1
/
+0
[next]