Age | Commit message (Expand) | Author |
2022-12-29 | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson |
2022-06-08 | KVM: x86: PIT: Preserve state of speaker port data bit | Paul Durrant |
2022-04-02 | KVM: x86: Add wrappers for setting/clearing APICv inhibits | Sean Christopherson |
2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier |
2021-08-02 | KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP | Sean Christopherson |
2020-06-11 | kvm: i8254: remove redundant assignment to pointer s | Colin Ian King |
2020-03-16 | KVM: x86: Fix print format and coding style | Miaohe Lin |
2020-02-05 | kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode. | Suravee Suthikulpanit |
2019-02-20 | kvm: x86: Add memcg accounting to KVM allocations | Ben Gardon |
2017-07-12 | KVM: x86: take slots_lock in kvm_free_pit | Radim Krčmář |
2016-12-08 | KVM: x86: Handle the kthread worker using the new API | Petr Mladek |
2016-10-11 | kthread: kthread worker API cleanup | Petr Mladek |
2016-06-03 | KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock | Paolo Bonzini |
2016-03-04 | KVM: i8254: drop local copy of mul_u64_u32_div | Paolo Bonzini |
2016-03-04 | KVM: i8254: turn kvm_kpit_state.reinject into atomic_t | Radim Krčmář |
2016-03-04 | KVM: i8254: move PIT timer function initialization | Radim Krčmář |
2016-03-04 | KVM: i8254: remove pointless dereference of PIT | Radim Krčmář |
2016-03-04 | KVM: i8254: remove pit and kvm from kvm_kpit_state | Radim Krčmář |
2016-03-04 | KVM: i8254: refactor kvm_free_pit | Radim Krčmář |
2016-03-04 | KVM: i8254: refactor kvm_create_pit | Radim Krčmář |
2016-03-04 | KVM: i8254: remove notifiers from PIT discard policy | Radim Krčmář |
2016-03-04 | KVM: i8254: remove unnecessary uses of PIT state lock | Radim Krčmář |
2016-03-04 | KVM: i8254: pass struct kvm_pit instead of kvm in PIT | Radim Krčmář |
2016-03-04 | KVM: i8254: tone down WARN_ON pit.state_lock | Radim Krčmář |
2016-03-04 | KVM: i8254: use atomic_t instead of pit.inject_lock | Radim Krčmář |
2016-03-04 | KVM: i8254: add kvm_pit_reset_reinject | Radim Krčmář |
2016-03-04 | KVM: i8254: simplify atomics in kvm_pit_ack_irq | Radim Krčmář |
2016-03-04 | KVM: i8254: change PIT discard tick policy | Radim Krčmář |
2016-01-07 | kvm: x86: only channel 0 of the i8254 is linked to the HPET | Paolo Bonzini |
2015-10-01 | KVM: x86: Split the APIC from the rest of IRQCHIP. | Steve Rutherford |
2015-07-03 | KVM: x86: make vapics_in_nmi_mode atomic | Radim Krčmář |
2015-03-26 | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. | Nikolay Nikolaev |
2014-10-24 | KVM: x86: Improve thread safety in pit | Andy Honig |
2014-01-15 | KVM: x86: limit PIT timer frequency | Marcelo Tosatti |
2013-04-15 | KVM: Let ioapic know the irq line status | Yang Zhang |
2012-12-18 | kvm: fix i8254 counter 0 wraparound | Nickolai Zeldovich |
2012-08-01 | KVM: fold kvm_pit_timer into kvm_kpit_state | Avi Kivity |
2012-08-01 | KVM: Simplify kvm_pit_timer | Avi Kivity |
2012-08-01 | KVM: Remove internal timer abstraction | Avi Kivity |
2012-04-27 | KVM: x86: Run PIT work in own kthread | Jan Kiszka |
2011-12-27 | KVM: x86: Consolidate PIT legacy test | Jan Kiszka |
2011-12-25 | KVM: x86: Prevent starting PIT timers in the absence of irqchip support | Jan Kiszka |
2011-09-25 | KVM: Intelligent device lookup on I/O bus | Sasha Levin |
2010-10-24 | KVM: fix typo in copyright notice | Nicolas Kaiser |
2010-10-24 | KVM: pit: Do not check pending pit timer in vcpu thread | Jason Wang |
2010-08-17 | KVM: PIT: free irq source id in handling error path | Xiao Guangrong |
2010-08-15 | KVM: destroy workqueue on kvm_create_pit() failures | Xiaotian Feng |
2010-08-02 | KVM: PIT: stop vpit before freeing irq_routing | Xiao Guangrong |
2010-08-02 | KVM: fix lock imbalance in kvm_create_pit() | Jiri Slaby |
2010-08-01 | KVM: x86: Introduce a workqueue to deliver PIT timer interrupts | Chris Lalancette |