Show patches with: Archived = No       |   74261 patches
« 1 2 ... 211 212 213742 743 »
Patch Series S/W/F Date Submitter Delegate State
[for-7.1,v6,33/51] target/nios2: Drop CR_STATUS_EH from tb->flags target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,32/51] target/nios2: Introduce dest_gpr target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson New
[for-7.1,v6,31/51] target/nios2: Use tcg_constant_tl target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,30/51] target/nios2: Support division error exception target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,29/51] target/nios2: Remove CPU_INTERRUPT_NMI target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,28/51] target/nios2: Implement CR_STATUS.RSIE target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,27/51] target/nios2: Implement cpuid target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,26/51] target/nios2: Prevent writes to read-only or reserved control fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,25/51] target/nios2: Clean up handling of tlbmisc in do_exception target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,24/51] target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,23/51] target/nios2: Handle EXCP_UNALIGN and EXCP_UALIGND target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,22/51] target/nios2: Hoist CPU_LOG_INT logging target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,21/51] target/nios2: Clean up nios2_cpu_do_interrupt target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,20/51] target/nios2: Create EXCP_SEMIHOST for semi-hosting target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,19/51] target/nios2: Move R_FOO and CR_BAR into enumerations target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,18/51] target/nios2: Use hw/registerfields.h for CR_TLBMISC fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,17/51] target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,16/51] target/nios2: Use hw/registerfields.h for CR_TLBACC fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,15/51] target/nios2: Use hw/registerfields.h for CR_TLBADDR fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,14/51] target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,13/51] target/nios2: Use hw/registerfields.h for CR_STATUS fields target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,12/51] target/nios2: Clean up nios2_cpu_dump_state target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,11/51] target/nios2: Split control registers away from general registers target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson New
[for-7.1,v6,10/51] target/nios2: Remove cpu_interrupts_enabled target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,09/51] linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,08/51] target/nios2: Do not create TCGv for control registers target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,07/51] target/nios2: Fix BRET instruction target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,06/51] target/nios2: Split out helper for eret instruction target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,05/51] target/nios2: Split PC out of env->regs[] target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson New
[for-7.1,v6,04/51] target/nios2: Add NUM_GP_REGS and NUM_CP_REGS target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,03/51] target/nios2: Stop generating code if gen_check_supervisor fails target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,02/51] target/nios2: Check supervisor on eret target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson Superseded
[for-7.1,v6,01/51] tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH target/nios2: Shadow register set, EIC and VIC --- 2022-03-17 Richard Henderson New
[RFC] docs: remove qemu_logo.pdf [RFC] docs: remove qemu_logo.pdf --- 2022-03-16 Alex Bennée Superseded
[v3,17/17] target/m68k: Mark helper_raise_exception as noreturn target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,16/17] linux-user/strace: Adjust get_thread_area for m68k target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,15/17] linux-user/strace: Fix print_syscall_err target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,14/17] tests/tcg/m68k: Add trap.c target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,13/17] target/m68k: Implement FTRAPcc target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,12/17] target/m68k: Implement TRAPV target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,11/17] target/m68k: Implement TPF in terms of TRAPcc target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,10/17] target/m68k: Implement TRAPcc target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,09/17] target/m68k: Fix stack frame for EXCP_ILLEGAL target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,08/17] target/m68k: Fix address argument for EXCP_TRACE target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,07/17] target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0 target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,06/17] target/m68k: Fix address argument for EXCP_CHK target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,05/17] target/m68k: Remove retaddr in m68k_interrupt_all target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,04/17] linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15 target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,03/17] target/m68k: Fix coding style in m68k_interrupt_all target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,02/17] target/m68k: Switch over exception type in m68k_interrupt_all target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
[v3,01/17] target/m68k: Raise the TRAPn exception with the correct pc target/m68k: Conditional traps + trap cleanup --- 2022-03-16 Richard Henderson Superseded
linux-user: Clean up arg_start/arg_end confusion linux-user: Clean up arg_start/arg_end confusion --- 2022-03-15 Richard Henderson New
[2/2] target/arm: Log fault address for M-profile faults target/arm: Improve M-profile exception logging --- 2022-03-15 Peter Maydell Superseded
[1/2] target/arm: Log M-profile vector table accesses target/arm: Improve M-profile exception logging --- 2022-03-15 Peter Maydell Superseded
[v2] gitlab: include new aarch32 job in custom-runners [v2] gitlab: include new aarch32 job in custom-runners --- 2022-03-15 Alex Bennée Superseded
[v1,8/8] gitlab: include new aarch32 job in custom-runners misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée New
[v1,7/8] semihosting: clean up handling of expanded argv misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Superseded
[v1,6/8] docs/devel: try and impose some organisation misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Superseded
[v1,5/8] mailmap/gitdm: more fixes for bad tags and authors misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Superseded
[v1,4/8] tests/tcg: drop -cpu max from s390x sha512-mvx invocation misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Accepted
[v1,3/8] target/i386: force maximum rounding precision for fildl[l] misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Superseded
[v1,2/8] tests/avocado: update aarch64_virt test to exercise -cpu max misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée New
[v1,1/8] tests/Makefile.include: Let "make clean" remove the TCG tests, too misc testing, i386, docs, gitdm, gitlab --- 2022-03-15 Alex Bennée Superseded
[PULL,6/8] accel/tcg: Fix cpu_ldq_be_mmu typo [PULL,1/8] tests/tcg: drop -cpu max from s390x sha512-mvx invocation --- 2022-03-15 Thomas Huth Accepted
[PULL,1/8] tests/tcg: drop -cpu max from s390x sha512-mvx invocation [PULL,1/8] tests/tcg: drop -cpu max from s390x sha512-mvx invocation --- 2022-03-15 Thomas Huth Superseded
[5/5] linux-user: Properly handle sigset arg to ppoll linux-user: signal mask fixes for pselect et al --- 2022-03-15 Richard Henderson New
[4/5] linux-user: Properly handle sigset arg to epoll_pwait linux-user: signal mask fixes for pselect et al --- 2022-03-15 Richard Henderson New
[3/5] linux-user: Properly handle sigset arg to pselect linux-user: signal mask fixes for pselect et al --- 2022-03-15 Richard Henderson New
[2/5] linux-user: Split out helpers for sigsuspend linux-user: signal mask fixes for pselect et al --- 2022-03-15 Richard Henderson Superseded
[1/5] linux-user/alpha: Fix sigsuspend for big-endian hosts linux-user: signal mask fixes for pselect et al --- 2022-03-15 Richard Henderson Superseded
target/ppc: Replicate double->int32 result for some vector insns target/ppc: Replicate double->int32 result for some vector insns --- 2022-03-15 Richard Henderson Superseded
target/arm: Fix pauth_check_trap vs SEL2 target/arm: Fix pauth_check_trap vs SEL2 --- 2022-03-15 Richard Henderson Superseded
accel/tcg: Fix cpu_ldq_be_mmu typo accel/tcg: Fix cpu_ldq_be_mmu typo --- 2022-03-15 Richard Henderson Superseded
[PULL,4/4] tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1 [PULL,1/4] tcg/s390x: Fix tcg_out_dupi_vec vs VGM --- 2022-03-14 Richard Henderson Accepted
[PULL,3/4] tcg/s390x: Fix tcg_out_dup_vec vs general registers [PULL,1/4] tcg/s390x: Fix tcg_out_dupi_vec vs VGM --- 2022-03-14 Richard Henderson New
[PULL,2/4] tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL [PULL,1/4] tcg/s390x: Fix tcg_out_dupi_vec vs VGM --- 2022-03-14 Richard Henderson Accepted
[PULL,1/4] tcg/s390x: Fix tcg_out_dupi_vec vs VGM [PULL,1/4] tcg/s390x: Fix tcg_out_dupi_vec vs VGM --- 2022-03-14 Richard Henderson Accepted
[PULL,0/4] tcg patch queue --- 2022-03-14 Richard Henderson New
[3/3] linux-user/arm: Implement __kernel_cmpxchg64 with host atomics linux-user/arm: Improvements for commpage atomics --- 2022-03-14 Richard Henderson Superseded
[2/3] linux-user/arm: Implement __kernel_cmpxchg with host atomics linux-user/arm: Improvements for commpage atomics --- 2022-03-14 Richard Henderson Superseded
[1/3] linux-user/arm: Implement __kernel_memory_barrier linux-user/arm: Improvements for commpage atomics --- 2022-03-14 Richard Henderson Superseded
[RFC] mailmap/gitdm: more fixes for bad tags and authors [RFC] mailmap/gitdm: more fixes for bad tags and authors --- 2022-03-11 Alex Bennée Superseded
tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1 tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1 --- 2022-03-11 Richard Henderson Superseded
[3/3] tcg/s390x: Fix tcg_out_dup_vec vs general registers tcg/s390x vector fixes --- 2022-03-10 Richard Henderson Superseded
[2/3] tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL tcg/s390x vector fixes --- 2022-03-10 Richard Henderson Superseded
[1/3] tcg/s390x: Fix tcg_out_dupi_vec vs VGM tcg/s390x vector fixes --- 2022-03-10 Richard Henderson Superseded
[v5,48/48] hw/nios2: Machine with a Vectored Interrupt Controller target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,47/48] hw/nios2: Move memory regions into Nios2Machine target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,46/48] hw/nios2: Introduce Nios2MachineState target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,45/48] hw/intc: Vectored Interrupt Controller (VIC) target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,44/48] target/nios2: Implement EIC interrupt processing target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson New
[v5,43/48] target/nios2: Update helper_eret for shadow registers target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,42/48] target/nios2: Implement rdprs, wrprs target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,41/48] target/nios2: Introduce shadow register sets target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,40/48] linux-user/nios2: Handle various SIGILL exceptions target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,39/48] target/nios2: Implement Misaligned destination exception target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,38/48] target/nios2: Use tcg_gen_lookup_and_goto_ptr target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,37/48] target/nios2: Use gen_goto_tb for DISAS_TOO_MANY target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,36/48] target/nios2: Hoist set of is_jmp into gen_goto_tb target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
[v5,35/48] target/nios2: Create gen_jumpr target/nios2: Shadow register set, EIC and VIC --- 2022-03-10 Richard Henderson Superseded
« 1 2 ... 211 212 213742 743 »