Age | Commit message (Expand) | Author |
2024-11-27 | target/ppc: Fix THREAD_SIBLING_FOREACH for multi-socket | Glenn Miles |
2024-11-27 | ppc/pnv: Fix direct controls quiesce | Nicholas Piggin |
2024-11-27 | target/ppc: Fix non-maskable interrupt while halted | Nicholas Piggin |
2024-11-05 | Merge tag 'pull-target-arm-20241105' of https://git.linaro.org/people/pmaydel... | Peter Maydell |
2024-11-05 | target/ppc: Explicitly set 2-NaN propagation rule | Peter Maydell |
2024-11-04 | target/ppc: reduce duplicate code between init_proc_POWER{9, 10} | Harsh Prateek Bora |
2024-11-04 | target/ppc: combine multiple ail checks into one | Harsh Prateek Bora |
2024-11-04 | target/ppc: simplify var usage in ppc_next_unmasked_interrupt | Harsh Prateek Bora |
2024-11-04 | target/ppc: optimize p7 exception handling routines | Harsh Prateek Bora |
2024-11-04 | target/ppc: optimize p8 exception handling routines | Harsh Prateek Bora |
2024-11-04 | target/ppc: optimize p9 exception handling routines | Harsh Prateek Bora |
2024-11-04 | target/ppc: optimize hreg_compute_pmu_hflags_value | Harsh Prateek Bora |
2024-11-04 | target/ppc: optimize hreg_compute_pmu_hflags_value | Harsh Prateek Bora |
2024-11-04 | target/ppc: use locally stored msr and avoid indirect access | Harsh Prateek Bora |
2024-11-04 | target/ppc: Add Power11 DD2.0 processor | Aditya Gupta |
2024-11-04 | target/ppc: Fix regression due to Power10 and Power11 having same PCR | Aditya Gupta |
2024-11-04 | target/ppc: Introduce 'PowerPCCPUClass::spapr_logical_pvr' | Aditya Gupta |
2024-11-04 | target/ppc: Reduce code duplication across Power9/10 init code | Harsh Prateek Bora |
2024-11-04 | ppc/spapr: remove deprecated machine pseries-2.12 | Harsh Prateek Bora |
2024-11-04 | ppc/spapr: remove deprecated machine pseries-2.9 | Harsh Prateek Bora |
2024-11-04 | ppc/spapr: remove deprecated machine pseries-2.7 | Harsh Prateek Bora |
2024-11-04 | target/ppc: Fix VRMA to not check virtual page class key protection | Nicholas Piggin |
2024-11-04 | target/ppc: Fix HFSCR facility checks | Nicholas Piggin |
2024-11-04 | target/ppc: Fix doorbell delivery to threads in powersave | Nicholas Piggin |
2024-11-04 | target/ppc: PMIs are level triggered | Nicholas Piggin |
2024-11-04 | target/ppc: Fix mtDPDES targeting SMT siblings | Nicholas Piggin |
2024-11-04 | ppc/pnv: Fix LPC serirq routing calculation | Nicholas Piggin |
2024-11-04 | target/ppc: Make divd[u] handler method decodetree compatible | Ilya Leoshkevich |
2024-11-04 | target/ppc: Set ctx->opcode for decode_insn32() | Ilya Leoshkevich |
2024-10-15 | target/ppc: Use tcg_constant_tl() instead of tcg_gen_movi_tl() | Philippe Mathieu-Daudé |
2024-10-03 | kvm: Allow kvm_arch_get/put_registers to accept Error** | Julia Suvorova |
2024-09-28 | Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2024-09-27 | Merge tag 'pull-tcg-20240922' of https://gitlab.com/rth7680/qemu into staging | Peter Maydell |
2024-09-24 | target/ppc: replace assert(0) with g_assert_not_reached() | Pierrick Bouvier |
2024-09-22 | target/ppc: Fix lxvx/stxvx facility check | Fabiano Rosas |
2024-09-20 | license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later | Philippe Mathieu-Daudé |
2024-09-03 | target/ppc: Fix migration of CPUs with TLB_EMB TLB type | Arman Nabiev |
2024-07-26 | target/ppc: Remove includes from mmu-book3s-v3.h | BALATON Zoltan |
2024-07-26 | target/ppc/mmu-radix64: Remove externally unused parts from header | BALATON Zoltan |
2024-07-26 | target/ppc: Unexport some functions from mmu-book3s-v3.h | BALATON Zoltan |
2024-07-26 | target/ppc/mmu-hash32.c: Move get_pteg_offset32() to the header | BALATON Zoltan |
2024-07-26 | target/ppc/mmu-hash32.c: Inline and remove ppc_hash32_pte_raddr() | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Remove mmu_ctx_t | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Stop using ctx in get_bat_6xx_tlb() | BALATON Zoltan |
2024-07-26 | target/ppc: Remove bat_size_prot() | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Use defines instead of numeric constants | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Rename function parameter | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Stop using ctx in ppc6xx_tlb_check() | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Remove key field from mmu_ctx_t | BALATON Zoltan |
2024-07-26 | target/ppc/mmu_common.c: Init variable in function that relies on it | BALATON Zoltan |