| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-03 | Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
| 2025-08-02 | KVM: x86: fix typo "notifer" | WangYuli | 1 | -2/+2 |
| 2025-06-20 | KVM: x86: Don't clear PIT's IRQ line status when destroying PIT | Sean Christopherson | 1 | -10/+0 |
| 2025-06-20 | KVM: x86: Hardcode the PIT IRQ source ID to '2' | Sean Christopherson | 1 | -48/+7 |
| 2025-06-20 | KVM: x86: Move kvm_{request,free}_irq_source_id() to i8254.c (PIT) | Sean Christopherson | 1 | -0/+44 |
| 2025-06-20 | KVM: x86: Move PIT ioctl helpers to i8254.c | Sean Christopherson | 1 | -3/+76 |
| 2025-02-18 | KVM: x86: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2022-12-29 | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson | 1 | -2/+2 |
| 2022-06-08 | KVM: x86: PIT: Preserve state of speaker port data bit | Paul Durrant | 1 | -3/+7 |
| 2022-04-02 | KVM: x86: Add wrappers for setting/clearing APICv inhibits | Sean Christopherson | 1 | -4/+2 |
| 2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier | 1 | -1/+1 |
| 2021-08-02 | KVM: x86: Migrate the PIT only if vcpu0 is migrated, not any BSP | Sean Christopherson | 1 | -1/+2 |
| 2020-06-11 | kvm: i8254: remove redundant assignment to pointer s | Colin Ian King | 1 | -1/+0 |
| 2020-03-16 | KVM: x86: Fix print format and coding style | Miaohe Lin | 1 | -1/+1 |
| 2020-02-05 | kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode. | Suravee Suthikulpanit | 1 | -0/+12 |
| 2019-02-20 | kvm: x86: Add memcg accounting to KVM allocations | Ben Gardon | 1 | -1/+1 |
| 2017-07-12 | KVM: x86: take slots_lock in kvm_free_pit | Radim Krčmář | 1 | -0/+2 |
| 2016-12-08 | KVM: x86: Handle the kthread worker using the new API | Petr Mladek | 1 | -9/+6 |
| 2016-10-11 | kthread: kthread worker API cleanup | Petr Mladek | 1 | -7/+7 |
| 2016-06-03 | KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock | Paolo Bonzini | 1 | -1/+3 |
| 2016-03-04 | KVM: i8254: drop local copy of mul_u64_u32_div | Paolo Bonzini | 1 | -23/+3 |
| 2016-03-04 | KVM: i8254: turn kvm_kpit_state.reinject into atomic_t | Radim Krčmář | 1 | -4/+4 |
| 2016-03-04 | KVM: i8254: move PIT timer function initialization | Radim Krčmář | 1 | -2/+1 |
| 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ář | 1 | -5/+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ář | 1 | -11/+27 |
| 2016-03-04 | KVM: i8254: remove unnecessary uses of PIT state lock | Radim Krčmář | 1 | -8/+1 |
| 2016-03-04 | KVM: i8254: pass struct kvm_pit instead of kvm in PIT | Radim Krčmář | 1 | -60/+52 |
| 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ář | 1 | -33/+23 |
| 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-01-07 | kvm: x86: only channel 0 of the i8254 is linked to the HPET | Paolo Bonzini | 1 | -0/+1 |
| 2015-10-01 | KVM: x86: Split the APIC from the rest of IRQCHIP. | Steve Rutherford | 1 | -1/+3 |
| 2015-07-03 | KVM: x86: make vapics_in_nmi_mode atomic | Radim Krčmář | 1 | -1/+1 |
| 2015-03-26 | KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. | Nikolay Nikolaev | 1 | -5/+9 |
| 2014-10-24 | KVM: x86: Improve thread safety in pit | Andy Honig | 1 | -0/+2 |
| 2014-01-15 | KVM: x86: limit PIT timer frequency | Marcelo Tosatti | 1 | -0/+18 |
| 2013-04-15 | KVM: Let ioapic know the irq line status | Yang Zhang | 1 | -2/+2 |
| 2012-12-18 | kvm: fix i8254 counter 0 wraparound | Nickolai Zeldovich | 1 | -1/+0 |
| 2012-08-01 | KVM: fold kvm_pit_timer into kvm_kpit_state | Avi Kivity | 1 | -27/+25 |
| 2012-08-01 | KVM: Simplify kvm_pit_timer | Avi Kivity | 1 | -13/+1 |
| 2012-08-01 | KVM: Remove internal timer abstraction | Avi Kivity | 1 | -4/+4 |
| 2012-04-27 | KVM: x86: Run PIT work in own kthread | Jan Kiszka | 1 | -12/+19 |
| 2011-12-27 | KVM: x86: Consolidate PIT legacy test | Jan Kiszka | 1 | -7/+3 |
| 2011-12-25 | KVM: x86: Prevent starting PIT timers in the absence of irqchip support | Jan Kiszka | 1 | -3/+7 |
| 2011-09-25 | KVM: Intelligent device lookup on I/O bus | Sasha Levin | 1 | -2/+4 |
| 2010-10-24 | KVM: fix typo in copyright notice | Nicolas Kaiser | 1 | -1/+1 |
| 2010-10-24 | KVM: pit: Do not check pending pit timer in vcpu thread | Jason Wang | 1 | -9/+0 |
| 2010-08-17 | KVM: PIT: free irq source id in handling error path | Xiao Guangrong | 1 | -0/+1 |
| 2010-08-15 | KVM: destroy workqueue on kvm_create_pit() failures | Xiaotian Feng | 1 | -1/+1 |
| 2010-08-02 | KVM: PIT: stop vpit before freeing irq_routing | Xiao Guangrong | 1 | -0/+3 |
| 2010-08-02 | KVM: fix lock imbalance in kvm_create_pit() | Jiri Slaby | 1 | -0/+1 |
| 2010-08-01 | KVM: x86: Introduce a workqueue to deliver PIT timer interrupts | Chris Lalancette | 1 | -56/+85 |
| 2010-08-01 | KVM: Update Red Hat copyrights | Avi Kivity | 1 | -0/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-01 | KVM: Convert i8254/i8259 locks to raw_spinlocks | Thomas Gleixner | 1 | -5/+5 |
| 2010-03-01 | KVM: PIT: unregister kvm irq notifier if fail to create pit | Wei Yongjun | 1 | -2/+3 |
| 2010-03-01 | KVM: convert slots_lock to a mutex | Marcelo Tosatti | 1 | -1/+1 |
| 2010-03-01 | KVM: convert io_bus to SRCU | Marcelo Tosatti | 1 | -3/+3 |
| 2010-02-09 | KVM: PIT: control word is write-only | Marcelo Tosatti | 1 | -0/+3 |
| 2009-12-10 | x86: i8254.c: Add pr_fmt(fmt) | Joe Perches | 1 | -5/+7 |
| 2009-12-03 | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov | 1 | -2/+0 |
| 2009-10-16 | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti | 1 | -1/+1 |
| 2009-09-10 | KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
| 2009-09-10 | KVM: PIT: Unregister ack notifier callback when freeing | Gleb Natapov | 1 | -0/+2 |
| 2009-09-10 | KVM: make io_bus interface more robust | Gregory Haskins | 1 | -2/+18 |
| 2009-09-10 | KVM: PIT support for HPET legacy mode | Beth Kon | 1 | -4/+18 |
| 2009-09-10 | KVM: remove in_range from io devices | Michael S. Tsirkin | 1 | -23/+26 |
| 2009-09-10 | KVM: convert bus to slots_lock | Michael S. Tsirkin | 1 | -2/+3 |
| 2009-09-10 | KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths | Marcelo Tosatti | 1 | -2/+0 |
| 2009-09-10 | KVM: Use macro to iterate over vcpus. | Gleb Natapov | 1 | -5/+2 |
| 2009-09-10 | KVM: Use pointer to vcpu instead of vcpu_id in timer code. | Gleb Natapov | 1 | -1/+1 |
| 2009-09-10 | KVM: Introduce kvm_vcpu_is_bsp() function. | Gleb Natapov | 1 | -2/+2 |
| 2009-09-10 | KVM: switch irq injection/acking data structures to irq_lock | Marcelo Tosatti | 1 | -2/+2 |
| 2009-09-10 | KVM: do not register i8254 PIO regions until we are initialized | Gregory Haskins | 1 | -9/+8 |
| 2009-09-10 | KVM: cleanup io_device code | Gregory Haskins | 1 | -12/+28 |
| 2009-09-10 | KVM: Allow PIT emulation without speaker port | Jan Kiszka | 1 | -6/+8 |
| 2009-08-05 | KVM: PIT: fix kpit_elapsed division by zero | Marcelo Tosatti | 1 | -0/+3 |
| 2009-06-10 | KVM: PIT: fix count read and mode 0 handling | Marcelo Tosatti | 1 | -11/+15 |
| 2009-06-10 | KVM: make 'lapic_timer_ops' and 'kpit_ops' static | Hannes Eder | 1 | -1/+1 |
| 2009-06-10 | KVM: unify part of generic timer handling | Marcelo Tosatti | 1 | -37/+20 |
| 2009-06-10 | KVM: PIT: remove usage of count_load_time for channel 0 | Marcelo Tosatti | 1 | -6/+31 |
| 2009-06-10 | KVM: PIT: remove unused scheduled variable | Marcelo Tosatti | 1 | -1/+0 |
| 2009-03-24 | KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked | Avi Kivity | 1 | -0/+15 |
| 2009-03-24 | KVM: Properly lock PIT creation | Avi Kivity | 1 | -2/+0 |
| 2009-03-24 | KVM: PIT: provide an option to disable interrupt reinjection | Marcelo Tosatti | 1 | -0/+4 |
| 2009-02-15 | KVM: PIT: fix i8254 pending count read | Marcelo Tosatti | 1 | -1/+1 |
| 2008-12-31 | KVM: x86: Optimize NMI watchdog delivery | Jan Kiszka | 1 | -5/+6 |
| 2008-12-31 | KVM: x86: Fix and refactor NMI watchdog emulation | Jan Kiszka | 1 | -6/+9 |
| 2008-12-31 | KVM: x86: Enable NMI Watchdog via in-kernel PIT source | Jan Kiszka | 1 | -0/+15 |
| 2008-11-11 | KVM: Fix pit memory leak if unable to allocate irq source id | Avi Kivity | 1 | -1/+3 |
| 2008-10-28 | KVM: Fix guest shared interrupt with in-kernel irqchip | Sheng Yang | 1 | -2/+9 |
| 2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 1 | -43/+40 |
| 2008-10-15 | KVM: x86: do not execute halted vcpus | Marcelo Tosatti | 1 | -3/+2 |
| 2008-10-15 | KVM: make irq ack notifier functions static | Harvey Harrison | 1 | -1/+1 |
| 2008-10-15 | KVM: Use kvm_set_irq to inject interrupts | Amit Shah | 1 | -4/+2 |
| 2008-10-15 | KVM: Handle spurious acks for PIT interrupts | Avi Kivity | 1 | -1/+1 |
| 2008-10-15 | KVM: PIT: fix injection logic and count | Marcelo Tosatti | 1 | -35/+35 |
| 2008-09-05 | hrtimer: convert kvm to the new hrtimer apis | Arjan van de Ven | 1 | -3/+3 |
| 2008-07-20 | KVM: only abort guest entry if timer count goes from 0->1 | Marcelo Tosatti | 1 | -7/+4 |
| 2008-07-20 | KVM: kvm_io_device: extend in_range() to manage len and write attribute | Laurent Vivier | 1 | -2/+4 |
| 2008-07-20 | KVM: PIT: support mode 3 | Aurelien Jarno | 1 | -0/+1 |
| 2008-07-20 | KVM: add statics were possible, function definition in lapic.h | Harvey Harrison | 1 | -3/+3 |
| 2008-06-24 | KVM: close timer injection race window in __vcpu_run | Marcelo Tosatti | 1 | -3/+6 |
| 2008-06-06 | KVM: migrate PIT timer | Marcelo Tosatti | 1 | -1/+13 |
| 2008-05-18 | KVM: PIT: take inject_pending into account when emulating hlt | Marcelo Tosatti | 1 | -1/+1 |
| 2008-05-04 | KVM: PIT: support mode 4 | Marcelo Tosatti | 1 | -0/+2 |
| 2008-05-01 | rename div64_64 to div64_u64 | Roman Zippel | 1 | -3/+3 |
| 2008-04-27 | KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* | Avi Kivity | 1 | -1/+1 |
| 2008-04-27 | KVM: hlt emulation should take in-kernel APIC/PIT timers into account | Marcelo Tosatti | 1 | -0/+10 |
| 2008-04-27 | KVM: Add reset support for in kernel PIT | Sheng Yang | 1 | -11/+19 |
| 2008-04-27 | KVM: Add save/restore supporting of in kernel PIT | Sheng Yang | 1 | -0/+7 |
| 2008-04-27 | KVM: In kernel PIT model | Sheng Yang | 1 | -0/+586 |