Show patches with: Archived = No       |   76095 patches
« 1 2 ... 49 50 51760 761 »
Patch Series S/W/F Date Submitter Delegate State
[30/33] target/tricore: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[29/33] target/sparc: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[28/33] target/sh4: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[27/33] target/s390x: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[26/33] target/s390x: Split out s390x_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[25/33] target/rx: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[24/33] target/riscv: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[23/33] target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[22/33] target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[21/33] target/ppc: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[20/33] target/ppc: Split out ppc_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[19/33] target/openrisc: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[18/33] target/nios2: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[17/33] target/mips: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[16/33] target/mips: Split out mips_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[15/33] target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[14/33] target/microblaze: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[13/33] target/m68k: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[12/33] target/loongarch: Rename MMU_IDX_* hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[11/33] target/loongarch: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[10/33] target/i386: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[09/33] target/hppa: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[08/33] target/cris: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[07/33] target/cris: Cache mem_index in DisasContext hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[06/33] target/avr: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[05/33] target/arm: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[04/33] target/arm: Split out arm_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[03/33] target/alpha: Populate CPUClass.mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[02/33] target/alpha: Split out alpha_env_mmu_index hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[01/33] include/hw/core: Add mmu_index to CPUClass hw/core: Introduce CPUClass hook for mmu_index --- 2024-01-29 Richard Henderson Superseded
[PULL,31/31] target/i386: Extract x86_cpu_exec_halt() from accel/tcg/ [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,30/31] accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,29/31] accel/tcg: Inline need_replay_interrupt [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,28/31] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/ [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,27/31] accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,26/31] accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,25/31] target/loongarch: Constify loongarch_tcg_ops [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,24/31] include/qemu: Add TCGCPUOps typedef to typedefs.h [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,23/31] accel/tcg: Un-inline icount_exit_request() for clarity [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,22/31] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec() [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,21/31] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy() [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,20/31] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,19/31] accel/tcg: Move perf and debuginfo support to tcg/ [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,18/31] accel/tcg: Remove #ifdef TARGET_I386 from perf.c [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,17/31] tcg: Make tb_cflags() usable from target-agnostic code [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,16/31] accel/tcg: Make use of qemu_target_page_mask() in perf.c [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,15/31] target: Make qemu_target_page_mask() available for *-user [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,14/31] accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,13/31] tests/tcg: Add the PROT_NONE gdbstub test [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,12/31] tests/tcg: Factor out gdbstub test functions [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,11/31] linux-user: Allow gdbstub to ignore page protection [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,10/31] include/hw/core: Remove i386 conditional on fake_user_interrupt [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,09/31] include/hw/core: Move do_interrupt in TCGCPUOps [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,08/31] include/exec: Move cpu_*()/cpu_env() to common header [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,07/31] include/exec: Move PAGE_* macros to common header [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,06/31] include/exec: typedef abi_ptr to vaddr [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,05/31] include/exec: Use vaddr in DisasContextBase for virtual addresses [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,04/31] target: Use vaddr in gen_intermediate_code [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,03/31] hw/core: Include vaddr.h from cpu.h [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,02/31] include/exec: Move vaddr defines to separate file [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson Accepted
[PULL,01/31] cpu-exec: simplify jump cache management [PULL,01/31] cpu-exec: simplify jump cache management --- 2024-01-29 Richard Henderson New
[PULL,00/31] tcg patch queue --- 2024-01-29 Richard Henderson New
backends/hostmem: Fix block comments style (checkpatch.pl warnings) backends/hostmem: Fix block comments style (checkpatch.pl warnings) --- 2024-01-29 Philippe Mathieu-Daudé Superseded
hw/intc/xics: Include missing 'cpu.h' header hw/intc/xics: Include missing 'cpu.h' header --- 2024-01-29 Philippe Mathieu-Daudé Superseded
hw/hyperv: Include missing headers hw/hyperv: Include missing headers --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,29/29] user: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,28/29] target/xtensa: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,27/29] target/tricore: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,26/29] target/sparc: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,25/29] target/sh4: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,24/29] target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,23/29] target/rx: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,22/29] target/riscv: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,21/29] target/ppc: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,20/29] target/openrisc: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,19/29] target/nios2: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,18/29] target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,17/29] target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,16/29] target/m68k: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,15/29] target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,13/29] target/i386/hvf: Use CPUState typedef hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,12/29] target/hppa: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,11/29] target/hexagon: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,10/29] target/cris: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,09/29] target/avr: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,08/29] target/arm: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,07/29] target/alpha: Prefer fast cpu_env() over slower CPU QOM cast macro hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,06/29] target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,05/29] scripts/coccinelle: Add cpu_env.cocci script hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,04/29] bulk: Call in place single use cpu_env() hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,03/29] hw/acpi/cpu: Use CPUState typedef hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,9/9] hw/arm/zynq: Check for CPU types in machine_run_board_init() hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,8/9] hw/arm/vexpress: Check for CPU types in machine_run_board_init() hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,7/9] hw/arm/npcm7xx_boards: Simplify setting MachineClass::valid_cpu_types[] hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,6/9] hw/arm/musca: Simplify setting MachineClass::valid_cpu_types[] hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,5/9] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[] hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé New
[v3,4/9] hw/arm/highbank: Check for CPU types in machine_run_board_init() hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,3/9] hw/arm/highbank: Add missing QOM parent for CPU cores hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
[v3,2/9] hw/arm/exynos: Check for CPU types in machine_run_board_init() hw/arm: Check for CPU types in machine_run_board_init() --- 2024-01-29 Philippe Mathieu-Daudé Superseded
« 1 2 ... 49 50 51760 761 »