Age | Commit message (Expand) | Author | Files | Lines |
2020-09-13 | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200... | Peter Maydell | 5 | -0/+879 |
2020-09-09 | hw/riscv: Move sifive_plic model to hw/intc | Bin Meng | 4 | -0/+609 |
2020-09-09 | hw/riscv: Move sifive_clint model to hw/intc | Bin Meng | 3 | -0/+270 |
2020-09-09 | omap_intc: Use typedef name for instance_size | Eduardo Habkost | 1 | -1/+1 |
2020-09-09 | Use DECLARE_*CHECKER* when possible (--force mode) | Eduardo Habkost | 4 | -19/+12 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 16 | -29/+34 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 20 | -32/+67 |
2020-09-08 | spapr/xive: Allocate vCPU IPIs from the vCPU contexts | Cédric Le Goater | 1 | -3/+33 |
2020-09-08 | spapr/xive: Allocate IPIs independently from the other sources | Cédric Le Goater | 1 | -5/+42 |
2020-09-08 | spapr/xive: Use kvmppc_xive_source_reset() in post_load | Cédric Le Goater | 1 | -10/+10 |
2020-09-08 | spapr/xive: Modify kvm_cpu_is_enabled() interface | Cédric Le Goater | 1 | -3/+2 |
2020-09-08 | spapr/xive: Add a 'hv-prio' property to represent the KVM escalation priority | Cédric Le Goater | 1 | -19/+14 |
2020-09-01 | hw/intc: fix default registers value in exynos4210_combiner_read() | Chen Qun | 1 | -1/+0 |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang | 1 | -1/+0 |
2020-08-27 | nios2_iic: Use TYPE_ALTERA_IIC constant | Eduardo Habkost | 1 | -1/+1 |
2020-08-27 | s390_flic: Move KVMS390FLICState typedef to header | Eduardo Habkost | 1 | -2/+2 |
2020-08-24 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into... | Peter Maydell | 3 | -176/+185 |
2020-08-21 | hw/intc: ibex_plic: Honour source priorities | Alistair Francis | 1 | -5/+10 |
2020-08-21 | hw/intc: ibex_plic: Don't allow repeat interrupts on claimed lines | Alistair Francis | 1 | -0/+17 |
2020-08-21 | hw/intc: ibex_plic: Update the pending irqs | Alistair Francis | 1 | -0/+4 |
2020-08-21 | meson: convert hw/intc | Marc-André Lureau | 2 | -54/+55 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini | 1 | -0/+1 |
2020-08-14 | spapr/xive: Use xive_source_esb_len() | Greg Kurz | 2 | -2/+2 |
2020-08-13 | spapr/xive: Simplify error handling of kvmppc_xive_cpu_synchronize_state() | Greg Kurz | 1 | -8/+6 |
2020-08-13 | ppc/xive: Simplify error handling in xive_tctx_realize() | Greg Kurz | 1 | -4/+1 |
2020-08-13 | spapr/xive: Simplify error handling in kvmppc_xive_connect() | Greg Kurz | 1 | -13/+11 |
2020-08-13 | ppc/xive: Fix error handling in vmstate_xive_tctx_*() callbacks | Greg Kurz | 1 | -6/+8 |
2020-08-13 | spapr/xive: Fix error handling in kvmppc_xive_post_load() | Greg Kurz | 1 | -17/+18 |
2020-08-13 | spapr/kvm: Fix error handling in kvmppc_xive_pre_save() | Greg Kurz | 1 | -3/+4 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_set_source_config() | Greg Kurz | 1 | -9/+4 |
2020-08-13 | spapr/xive: Rework error handling in kvmppc_xive_get_queues() | Greg Kurz | 1 | -7/+8 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_[gs]et_queue_config() | Greg Kurz | 1 | -19/+16 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_cpu_[gs]et_state() | Greg Kurz | 1 | -5/+10 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_mmap() | Greg Kurz | 1 | -7/+11 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_source_reset() | Greg Kurz | 1 | -6/+7 |
2020-08-13 | spapr/xive: Rework error handling of kvmppc_xive_cpu_connect() | Greg Kurz | 1 | -11/+10 |
2020-08-13 | spapr/xive: Convert KVM device fd checks to assert() | Greg Kurz | 1 | -28/+7 |
2020-08-13 | ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers | Greg Kurz | 2 | -20/+50 |
2020-08-13 | ppc/xive: Rework setup of XiveSource::esb_mmio | Greg Kurz | 2 | -7/+8 |
2020-08-12 | spapr/xive: Simplify kvmppc_xive_disconnect() | Greg Kurz | 1 | -4/+2 |
2020-08-12 | spapr/xive: Fix xive->fd if kvm_create_device() fails | Greg Kurz | 1 | -3/+5 |
2020-08-12 | ppc/xive: Fix some typos in comments | Gustavo Romero | 1 | -3/+3 |
2020-08-03 | hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE... | Peter Maydell | 1 | -1/+16 |
2020-07-10 | apic: Report current_count via 'info lapic' | Jan Kiszka | 2 | -18/+19 |
2020-07-10 | error: Avoid error_propagate() after migrate_add_blocker() | Markus Armbruster | 3 | -10/+3 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -9/+3 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 6 | -22/+9 |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 4 | -14/+12 |
2020-07-10 | qom: Don't handle impossible object_property_get_link() failure | Markus Armbruster | 1 | -8/+2 |