Show patches with: Archived = No       |   75976 patches
« 1 2 ... 153 154 155759 760 »
Patch Series S/W/F Date Submitter Delegate State
[v3,09/25] target/arm: Introduce ARMSecuritySpace target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,08/25] target/arm: Add RME cpregs target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,07/25] target/arm: SCR_EL3.NS may be RES1 target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,06/25] target/arm: Update SCR and HCR for RME target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,05/25] target/arm: Add isar_feature_aa64_rme target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,04/25] target/arm: Rewrite check_s2_mmu_setup target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,03/25] target/arm: Diagnose incorrect usage of arm_is_secure subroutines target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,02/25] target/arm: Stub arm_hcr_el2_eff for m-profile target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[v3,01/25] target/arm: Handle m-profile in arm_is_secure target/arm: Implement FEAT_RME --- 2023-02-22 Richard Henderson Superseded
[PULL,v2,8/8] sysemu/os-win32: fix setjmp/longjmp on windows-arm64 [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,7/8] util/cacheflush: fix cache on windows-arm64 [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,6/8] target/microblaze: Add gdbstub xml [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson New
[PULL,v2,5/8] linux-user/microblaze: Handle privileged exception [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,4/8] cpus: Make {start,end}_exclusive() recursive [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson New
[PULL,v2,3/8] linux-user: Always exit from exclusive state in fork_end() [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,2/8] linux-user/sparc: Raise SIGILL for all unhandled software traps [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO [PULL,v2,1/8] accel/tcg: Allow the second page of an instruction to be MMIO --- 2023-02-22 Richard Henderson Accepted
[PULL,v2,0/8] tcg patch queue --- 2023-02-22 Richard Henderson New
[5/5] hw: Remove mentions of NDEBUG bulk: Replace assert(0) -> g_assert_not_reached() --- 2023-02-21 Philippe Mathieu-Daudé New
[4/5] block/vvfat: Remove pointless check of NDEBUG bulk: Replace assert(0) -> g_assert_not_reached() --- 2023-02-21 Philippe Mathieu-Daudé Superseded
[3/5] bulk: Replace [g_]assert(0) -> g_assert_not_reached() bulk: Replace assert(0) -> g_assert_not_reached() --- 2023-02-21 Philippe Mathieu-Daudé New
[2/5] scripts/checkpatch.pl: Do not allow assert(0) bulk: Replace assert(0) -> g_assert_not_reached() --- 2023-02-21 Philippe Mathieu-Daudé Superseded
[1/5] target/ppc: fix warning with clang-15 bulk: Replace assert(0) -> g_assert_not_reached() --- 2023-02-21 Philippe Mathieu-Daudé Superseded
[v3,24/24] gdbstub: split out softmmu/user specifics for syscall handling gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,23/24] include: split target_long definition from cpu-defs gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée New
[v3,22/24] testing: probe gdb for supported architectures ahead of time gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée New
[v3,21/24] gdbstub: only compile gdbstub twice for whole build gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée New
[v3,20/24] gdbstub: move syscall handling to new file gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,19/24] gdbstub: move register helpers into standalone include gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,18/24] gdbstub: don't use target_ulong while handling registers gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,17/24] gdbstub: fix address type of gdb_set_cpu_pc gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,16/24] gdbstub: specialise stub_can_reverse gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,15/24] gdbstub: introduce gdb_get_max_cpus gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,14/24] gdbstub: specialise target_memory_rw_debug gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,13/24] gdbstub: specialise handle_query_attached gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,12/24] gdbstub: abstract target specific details from gdb_put_packet_binary gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,11/24] gdbstub: rationalise signal mapping in softmmu gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,10/24] gdbstub: move chunks of user code into own files gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,09/24] gdbstub: move chunk of softmmu functionality to own file gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,08/24] gdbstub: make various helpers visible to the rest of the module gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,07/24] gdbstub: move fromhex/tohex routines to internals gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,06/24] includes: move tb_flush into its own header gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée New
[v3,05/24] gdbstub: move GDBState to shared internals header gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,04/24] gdbstub: define separate user/system structures gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,03/24] gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefs gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,02/24] gdbstub: fix-up copyright and license files gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée Superseded
[v3,01/24] gdbstub/internals.h: clean up include guard gdbstub: re-organise to for better compilation behaviour --- 2023-02-21 Alex Bennée New
[v4,4/4] target/ppc: fix warning with clang-15 Adds support for running QEMU natively on windows-arm64 --- 2023-02-21 Pierrick Bouvier Superseded
[v4,3/4] qga/vss-win32: fix warning for clang++-15 Adds support for running QEMU natively on windows-arm64 --- 2023-02-21 Pierrick Bouvier Accepted
[v4,2/4] sysemu/os-win32: fix setjmp/longjmp on windows-arm64 Adds support for running QEMU natively on windows-arm64 --- 2023-02-21 Pierrick Bouvier Superseded
[v4,1/4] util/cacheflush: fix cache on windows-arm64 Adds support for running QEMU natively on windows-arm64 --- 2023-02-21 Pierrick Bouvier Superseded
tests: Disable migration-test tests: Disable migration-test --- 2023-02-21 Peter Maydell Superseded
[RFC,QEMU] docs: vhost-user: Add custom memory mapping support [RFC,QEMU] docs: vhost-user: Add custom memory mapping support --- 2023-02-21 Viresh Kumar New
[v2,14/14] cirrus.yml: Improve the windows_msys2_task testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,13/14] tests: ensure we export job results for some cross builds testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,12/14] tests/docker: Use binaries for debian-tricore-cross testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,11/14] tests: add tuxrun baseline test to avocado testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,10/14] tests: skip the nios2 replay_kernel test testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,09/14] testing: update ubuntu2004 to ubuntu2204 testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,08/14] tests: don't run benchmarks for the tsan build testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,07/14] gitlab: extend custom runners with base_job_template testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,06/14] gitlab-ci: Use artifacts instead of dumping logs in the Cirrus-CI jobs testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,05/14] tests: make fp-test less chatty when running from test suite testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,04/14] tests: be a bit more strict cleaning up fifos testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,03/14] tests: add socat dependency for tests testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,02/14] tests: don't run socat tests on MacOS as well testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée Superseded
[v2,01/14] block: Handle curl 7.55.0, 7.85.0 version changes testing/next: docker, avocado, unit, gitlab --- 2023-02-21 Alex Bennée New
[2/2] target/arm: Fix arm_cpu_get_phys_page_attrs_debug for m-profile target/arm: Fix gdbstub for m-profile (#1421) --- 2023-02-21 Richard Henderson New
[1/2] Revert "target/arm: Merge regime_is_secure into get_phys_addr" target/arm: Fix gdbstub for m-profile (#1421) --- 2023-02-21 Richard Henderson New
[v2,14/14] target/arm: Implement gdbstub m-profile systemreg and secext target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,13/14] target/arm: Export arm_v7m_get_sp_ptr target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,12/14] target/arm: Export arm_v7m_mrs_control target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,11/14] target/arm: Implement gdbstub pauth extension target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,10/14] target/arm: Create pauth_ptr_mask target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,09/14] target/arm: Simplify iteration over bit widths target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,08/14] target/arm: Add name argument to output_vector_union_type target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,07/14] target/arm: Fix svep width in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,06/14] target/arm: Hoist pred_width in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,05/14] target/arm: Simplify register counting in arm_gen_dynamic_svereg_xml target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,04/14] target/arm: Split out output_vector_union_type target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,03/14] target/arm: Move arm_gen_dynamic_svereg_xml to gdbstub64.c target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,02/14] target/arm: Unexport arm_gen_dynamic_sysreg_xml target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[v2,01/14] target/arm: Normalize aarch64 gdbstub get/set function names target/arm: gdbstub cleanups and additions --- 2023-02-21 Richard Henderson Superseded
[NOTFORMERGE,v2,21/21] hw/arm/virt: Add some memory for Realm Management Monitor target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[NOTFORMERGE,v2,20/21] target/arm: Enable RME for -cpu max target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,19/21] target/arm: Implement the granule protection check target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson New
[v2,18/21] target/arm: Implement GPC exceptions target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,17/21] target/arm: Add GPC syndrome target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,16/21] target/arm: Use get_phys_addr_with_struct for stage2 target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,15/21] target/arm: Move s1_is_el0 into S1Translate target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson New
[v2,14/21] target/arm: Use get_phys_addr_with_struct in S1_ptw_translate target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,13/21] target/arm: Handle no-execute for Realm and Root regimes target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,12/21] target/arm: Handle Block and Page bits for security space target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,11/21] target/arm: NSTable is RES0 for the RME EL3 regime target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,10/21] target/arm: Pipe ARMSecuritySpace through ptw.c target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,09/21] target/arm: Introduce ARMMMUIdx_Phys_{Realm,Root} target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,08/21] target/arm: Adjust the order of Phys and Stage2 ARMMMUIdx target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,07/21] include/exec/memattrs: Add two bits of space to MemTxAttrs target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,06/21] target/arm: Introduce ARMSecuritySpace target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
[v2,05/21] target/arm: Add RME cpregs target/arm: Implement FEAT_RME --- 2023-02-20 Richard Henderson Superseded
« 1 2 ... 153 154 155759 760 »