Age | Commit message (Expand) | Author |
2020-10-01 | hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs | Peter Maydell |
2020-10-01 | target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters | Peter Maydell |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-18 | sifive: Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-18 | sifive: Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell |
2020-09-09 | hw/riscv: Move sifive_plic model to hw/intc | Bin Meng |
2020-09-09 | hw/riscv: Move sifive_clint model to hw/intc | Bin Meng |
2020-09-09 | omap_intc: Use typedef name for instance_size | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* when possible (--force mode) | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-08 | spapr/xive: Allocate vCPU IPIs from the vCPU contexts | Cédric Le Goater |
2020-09-08 | spapr/xive: Allocate IPIs independently from the other sources | Cédric Le Goater |
2020-09-08 | spapr/xive: Use kvmppc_xive_source_reset() in post_load | Cédric Le Goater |
2020-09-08 | spapr/xive: Modify kvm_cpu_is_enabled() interface | Cédric Le Goater |
2020-09-08 | spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priority | Cédric Le Goater |
2020-09-01 | hw/intc: fix default registers value in exynos4210_combiner_read() | Chen Qun |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang |
2020-08-27 | nios2_iic: Use TYPE_ALTERA_IIC constant | Eduardo Habkost |
2020-08-27 | s390_flic: Move KVMS390FLICState typedef to header | Eduardo Habkost |
2020-08-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into... | Peter Maydell |
2020-08-21 | hw/intc: ibex_plic: Honour source priorities | Alistair Francis |
2020-08-21 | hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines | Alistair Francis |
2020-08-21 | hw/intc: ibex_plic: Update the pending irqs | Alistair Francis |
2020-08-21 | meson: convert hw/intc | Marc-André Lureau |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-08-14 | spapr/xive: Use xive_source_esb_len() | Greg Kurz |
2020-08-13 | spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state() | Greg Kurz |
2020-08-13 | ppc/xive: Simplify error handling in xive_tctx_realize() | Greg Kurz |
2020-08-13 | spapr/xive: Simplify error handling in kvmppc_xive_connect() | Greg Kurz |
2020-08-13 | ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacks | Greg Kurz |
2020-08-13 | spapr/xive: Fix error handling in kvmppc_xive_post_load() | Greg Kurz |
2020-08-13 | spapr/kvm: Fix error handling in kvmppc_xive_pre_save() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_set_source_config() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling in kvmppc_xive_get_queues() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_mmap() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_source_reset() | Greg Kurz |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_cpu_connect() | Greg Kurz |
2020-08-13 | spapr/xive: Convert KVM device fd checks to assert() | Greg Kurz |
2020-08-13 | ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers | Greg Kurz |
2020-08-13 | ppc/xive: Rework setup of XiveSource::esb_mmio | Greg Kurz |
2020-08-12 | spapr/xive: Simplify kvmppc_xive_disconnect() | Greg Kurz |
2020-08-12 | spapr/xive: Fix xive->fd if kvm_create_device() fails | Greg Kurz |
2020-08-12 | ppc/xive: Fix some typos in comments | Gustavo Romero |
2020-08-03 | hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE... | Peter Maydell |
2020-07-10 | apic: Report current_count via 'info lapic' | Jan Kiszka |