Toggle navigation
Patchwork
Patches credited to richard.henderson@linaro.org
Login
Register
Mail settings
Current Team Memberships
team-tcwg
Show patches with
: Series =
[PULL,01/31] cpu-exec: simplify jump cache management
| Archived =
No
| 31 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Apply
▾
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[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
Bundling
Create bundle: