All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-02 23:07:37 to 2025-08-03 00:06:28 UTC [more...]

[PATCH v2 00/85] target/arm: Implement FEAT_GCS
 2025-08-02 23:29 UTC  (79+ messages)
` [PATCH v2 01/85] linux-user/aarch64: Split out signal_for_exception
` [PATCH v2 02/85] linux-user/aarch64: Check syndrome for EXCP_UDEF
` [PATCH v2 03/85] linux-user/aarch64: Generate ESR signal records
` [PATCH v2 04/85] target/arm: Add prot_check parameter to pmsav8_mpu_lookup
` [PATCH v2 05/85] target/arm: Add in_prot_check to S1Translate
` [PATCH v2 06/85] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug
` [PATCH v2 07/85] target/arm: Introduce get_phys_addr_for_at
` [PATCH v2 08/85] target/arm: Skip AF and DB updates for AccessType_AT
` [PATCH v2 09/85] target/arm: Add prot_check parameter to do_ats_write
` [PATCH v2 10/85] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5
` [PATCH v2 11/85] target/arm: Remove outdated comment for ZCR_EL12
` [PATCH v2 12/85] target/arm: Implement FEAT_ATS1A
` [PATCH v2 13/85] target/arm: Add isar feature test for FEAT_S1PIE, FEAT_S2PIE
` [PATCH v2 14/85] target/arm: Enable TCR2_ELx.PIE
` [PATCH v2 15/85] target/arm: Implement PIR_ELx, PIRE0_ELx, S2PIR_EL2 registers
` [PATCH v2 16/85] target/arm: Force HPD for stage2 translations
` [PATCH v2 17/85] target/arm: Cache NV1 early in get_phys_addr_lpae
` [PATCH v2 18/85] target/arm: Populate PIE in aa64_va_parameters
` [PATCH v2 20/85] target/arm: Implement get_S2prot_indirect
` [PATCH v2 21/85] target/arm: Do not migrate env->exception
` [PATCH v2 22/85] target/arm: Expand CPUARMState.exception.syndrome to 64 bits
` [PATCH v2 23/85] target/arm: Expand syndrome parameter to raise_exception*
` [PATCH v2 25/85] target/arm: Enable FEAT_S1PIE and FEAT_S2PIE on -cpu max
` [PATCH v2 26/85] include/hw/core/cpu: Introduce MMUIdxMap
` [PATCH v2 27/85] include/hw/core/cpu: Introduce cpu_tlb_fast
` [PATCH v2 28/85] include/hw/core/cpu: Invert the indexing into CPUTLBDescFast
` [PATCH v2 29/85] target/hppa: Adjust mmu indexes to begin with 0
` [PATCH v2 30/85] include/exec/memopidx: Adjust for 32 mmu indexes
` [PATCH v2 31/85] include/hw/core/cpu: Widen MMUIdxMap
` [PATCH v2 32/85] target/arm: Split out mmuidx.h from cpu.h
` [PATCH v2 33/85] target/arm: Convert arm_mmu_idx_to_el from switch to table
` [PATCH v2 34/85] target/arm: Remove unused env argument from regime_el
` [PATCH v2 35/85] target/arm: Convert regime_el from switch to table
` [PATCH v2 36/85] target/arm: Convert regime_has_2_ranges "
` [PATCH v2 37/85] target/arm: Remove unused env argument from regime_is_pan
` [PATCH v2 38/85] target/arm: Convert regime_is_pan from switch to table
` [PATCH v2 39/85] target/arm: Remove unused env argument from regime_is_user
` [PATCH v2 40/85] target/arm: Convert regime_is_user from switch to table
` [PATCH v2 41/85] target/arm: Convert arm_mmu_idx_is_stage1_of_2 "
` [PATCH v2 42/85] target/arm: Convert regime_is_stage2 "
` [PATCH v2 43/85] target/arm: Introduce mmu indexes for GCS
` [PATCH v2 44/85] target/arm: Introduce regime_to_gcs
` [PATCH v2 45/85] target/arm: Support page protections for GCS mmu indexes
` [PATCH v2 46/85] target/arm: Implement gcs bit for data abort
` [PATCH v2 47/85] target/arm: Add GCS cpregs
` [PATCH v2 48/85] target/arm: Add GCS enable and trap levels to DisasContext
` [PATCH v2 49/85] target/arm: Implement FEAT_CHK
` [PATCH v2 50/85] target/arm: Expand pstate to 64 bits
` [PATCH v2 51/85] target/arm: Add syndrome data for EC_GCS
` [PATCH v2 52/85] target/arm: Implement EXLOCKException for ELR_ELx and SPSR_ELx
` [PATCH v2 53/85] target/arm: Split {arm,core}_user_mem_index
` [PATCH v2 54/85] target/arm: Introduce delay_exception{_el}
` [PATCH v2 55/85] target/arm: Emit HSTR trap exception out of line
` [PATCH v2 56/85] target/arm: Emit v7m LTPSIZE "
` [PATCH v2 58/85] target/arm: Implement GCSB
` [PATCH v2 59/85] target/arm: Implement GCSPUSHM
` [PATCH v2 60/85] target/arm: Implement GCSPOPM
` [PATCH v2 61/85] target/arm: Implement GCSPUSHX
` [PATCH v2 62/85] target/arm: Implement GCSPOPX
` [PATCH v2 63/85] target/arm: Implement GCSPOPCX
` [PATCH v2 65/85] target/arm: Implement GCSSS2
` [PATCH v2 66/85] target/arm: Add gcs record for BL
` [PATCH v2 67/85] target/arm: Add gcs record for BLR
` [PATCH v2 68/85] target/arm: Add gcs record for BLR with PAuth
` [PATCH v2 70/85] target/arm: Load gcs record for RET "
` [PATCH v2 71/85] target/arm: Copy EXLOCKEn to EXLOCK on exception to the same EL
` [PATCH v2 72/85] target/arm: Implement EXLOCK check during exception return
` [PATCH v2 73/85] target/arm: Enable FEAT_GCS with -cpu max
` [PATCH v2 74/85] linux-user/aarch64: Implement prctls for GCS
` [PATCH v2 75/85] linux-user/aarch64: Allocate new gcs stack on clone
` [PATCH v2 76/85] linux-user/aarch64: Release gcs stack on thread exit
` [PATCH v2 78/85] target/arm: Enable GCSPR_EL0 for read in user-mode
` [PATCH v2 79/85] linux-user/aarch64: Inject SIGSEGV for GCS faults
` [PATCH v2 80/85] linux-user/aarch64: Generate GCS signal records
` [PATCH v2 81/85] linux-user: Change exported get_elf_hwcap to abi_ulong
` [PATCH v2 82/85] linux-user/aarch64: Enable GCS in HWCAP
` [PATCH v2 83/85] tests/tcg/aarch64: Add gcsstr
` [PATCH v2 84/85] tests/tcg/aarch64: Add gcspushm

Invitation: (No Subject) @ Sun Aug 3, 2025 (linux-firmware@kernel.org)
 2025-08-03  0:03 UTC 

[PATCH v2 00/11] single-binary: compile once semihosting
 2025-08-02 23:39 UTC  (7+ messages)
` [PATCH v2 01/11] semihosting/syscalls: compile once in system and per target for user mode
` [PATCH v2 02/11] semihosting/syscall: replace uint64_t with vaddr where appropriate
` [PATCH v2 09/11] semihosting/arm-compat-semi: replace target_long with int64_t

[PATCH 0/2] Support SMP on RISC-V cores with Zalrsc only
 2025-08-02 23:59 UTC  (3+ messages)
` [PATCH 1/2] riscv: Add Kconfig options to distinguish Zaamo and Zalrsc

[meta-oe][PATCH] nodejs: upgrade 22.16.0 -> 22.18.0
 2025-08-02 23:58 UTC 

[PATCH 27/38] arm64: dts: mediatek: mt7988a: Fix PCI-Express T-PHY node address
 2025-08-02 23:54 UTC 

[PATCH mptcp-next 0/2] mptcp: Add support for SO_MAX_PACING_RATE
 2025-08-02 23:52 UTC  (6+ messages)
` [PATCH mptcp-next 1/2] "
` [PATCH mptcp-next 2/2] selftests: Add tests "

[RFC PATCH v1 00/38] ARM CCA Device Assignment support
 2025-08-02 23:50 UTC  (6+ messages)

[GIT PULL] md-6.17-20250803
 2025-08-02 23:50 UTC  (4+ messages)

[PATCH v2 00/32] Live Update Orchestrator
 2025-08-02 23:46 UTC  (10+ messages)
` [PATCH v2 01/32] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v2 04/32] kho: allow to drive kho from within kernel
` [PATCH v2 09/32] liveupdate: kho: move to kernel/liveupdate

[mripard:drm/tidss/field-api 12/60] arch/arm64/boot/dts/ti/k3-am625-beagleplay-lincolntech-lcd185-panel.dtb: lcd (lincolntech,lcd185-101ct): compatible: ['lincolntech,lcd185-101ct', 'panel-simple'] is too long
 2025-08-02 23:43 UTC 

[PATCH v2 0/8] selftests/mm: Add compiler flags and fix found warnings
 2025-08-02 23:35 UTC  (4+ messages)
` [PATCH v2 3/8] selftests: kselftest.h: Add __unused macro

Should seed device be allowed to be mounted multiple times?
 2025-08-02 23:35 UTC  (2+ messages)

[PATCH] drm/i915/guc: Include the GuC registers in the error state
 2025-08-02 23:33 UTC  (2+ messages)

[syzbot] [net?] WARNING in __linkwatch_sync_dev (2)
 2025-08-02 23:28 UTC  (3+ messages)

[PATCH mptcp-next v4 0/2] mptcp: TCP_MD5SIG support
 2025-08-02 23:27 UTC  (2+ messages)

[GIT PULL] I3C changes for 6.17
 2025-08-02 23:26 UTC  (2+ messages)

[PATCH v2 00/95] linux-user: Split up elfload.c
 2025-08-02 23:04 UTC  (88+ messages)
` [PATCH v2 04/95] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH v2 07/95] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PATCH v2 08/95] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH v2 09/95] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH v2 10/95] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH v2 11/95] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH v2 12/95] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH v2 13/95] linux-user: Move hwcap functions to s390x/elfload.c
` [PATCH v2 14/95] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PATCH v2 15/95] linux-user: Remove ELF_HWCAP
` [PATCH v2 16/95] linux-user: Remove ELF_HWCAP2
` [PATCH v2 17/95] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PATCH v2 20/95] linux-user/loongarch64: Create get_elf_platform
` [PATCH v2 21/95] linux-user/hppa: "
` [PATCH v2 22/95] linux-user: Remove ELF_PLATFORM
` [PATCH v2 23/95] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PATCH v2 24/95] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH v2 25/95] linux-user: Create do_init_main_thread
` [PATCH v2 26/95] linux-user/i386: Create init_main_thread
` [PATCH v2 28/95] linux-user/arm: Remove a.out startup remenents
` [PATCH v2 29/95] linux-user/aarch64: Create init_main_thread
` [PATCH v2 30/95] linux-user/sparc: "
` [PATCH v2 31/95] linux-user/ppc: "
` [PATCH v2 32/95] linux-user/loongarch64: "
` [PATCH v2 33/95] linux-user/mips: "
` [PATCH v2 34/95] linux-user/microblaze: "
` [PATCH v2 35/95] linux-user/openrisc: "
` [PATCH v2 36/95] linux-user/sh4: "
` [PATCH v2 37/95] linux-user/m68k: "
` [PATCH v2 38/95] linux-user/alpha: "
` [PATCH v2 39/95] linux-user/s390x: "
` [PATCH v2 40/95] linux-user/riscv: "
` [PATCH v2 41/95] linux-user/hppa: "
` [PATCH v2 42/95] linux-user/xtensa: "
` [PATCH v2 43/95] linux-user/hexagon: "
` [PATCH v2 44/95] linux-user: Remove do_init_main_thread
` [PATCH v2 45/95] linux-user: Remove target_elf_greg_t
` [PATCH v2 46/95] linux-user: Replace tswapreg with tswapl
` [PATCH v2 47/95] linux-user: Unify elf_core_copy_regs signatures
` [PATCH v2 48/95] linux-user: Declare elf_core_copy_regs in loader.h
` [PATCH v2 49/95] linux-user: Remove USE_ELF_CORE_DUMP
` [PATCH v2 50/95] linux-user: Move elf_core_copy_regs to {i386, x86_64}/elfload.c
` [PATCH v2 51/95] linux-user: Move elf_core_copy_regs to arm/elfload.c
` [PATCH v2 52/95] linux-user: Move elf_core_copy_regs to aarch64/elfload.c
` [PATCH v2 53/95] linux-user: Move elf_core_copy_regs to ppc/elfload.c
` [PATCH v2 54/95] linux-user: Move elf_core_copy_regs to loongarch64/elfload.c
` [PATCH v2 55/95] linux-user: Move elf_core_copy_regs to mips/elfload.c
` [PATCH v2 56/95] linux-user: Move elf_core_copy_regs to microblaze/elfload.c
` [PATCH v2 57/95] linux-user: Move elf_core_copy_regs to openrisc/elfload.c
` [PATCH v2 58/95] linux-user: Move elf_core_copy_regs to sh4/elfload.c
` [PATCH v2 59/95] linux-user: Move elf_core_copy_regs to m68k/elfload.c
` [PATCH v2 60/95] linux-user: Move elf_core_copy_regs to s390x/elfload.c
` [PATCH v2 61/95] linux-user: Move elf_core_copy_regs to xtensa/elfload.c
` [PATCH v2 62/95] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH v2 63/95] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH v2 64/95] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PATCH v2 65/95] linux-user: Replace init_guest_commpage macro with function
` [PATCH v2 66/95] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PATCH v2 67/95] linux-user: Remove ELF_EXEC_PAGESIZE
` [PATCH v2 68/95] linux-user: Remove redundant ELF_DATA definitons
` [PATCH v2 69/95] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH v2 70/95] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH v2 71/95] linux-user: Move elf parameters to sparc/target_elf.h
` [PATCH v2 72/95] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH v2 73/95] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH v2 74/95] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH v2 75/95] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH v2 76/95] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH v2 77/95] linux-user: Move elf parameters to sh4/target_elf.h
` [PATCH v2 78/95] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH v2 79/95] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH v2 80/95] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH v2 81/95] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH v2 82/95] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH v2 83/95] linux-user: Move elf parameters to xtensa/target_elf.h
` [PATCH v2 84/95] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH v2 85/95] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH v2 86/95] linux-user: Rename elf_check_arch
` [PATCH v2 87/95] linux-user: Remove ELIBBAD from elfload.c
` [PATCH v2 88/95] linux-user: Remove MAP_DENYWRITE "
` [PATCH v2 89/95] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PATCH v2 90/95] linux-user: Remove a.out declarations from elfload.c
` [PATCH v2 91/95] linux-user/sparc: Move target_pt_regs to signal.c
` [PATCH v2 92/95] linux-user/microblaze: "
` [PATCH v2 93/95] linux-user/openrisc: "
` [PATCH v2 94/95] linux-user/s390x: Move target_psw_t "
` [PATCH v2 95/95] linux-user: Remove struct target_pt_regs from target_syscall.h

[PATCH 0/3] Automatically add compile_commands.json to ${S}
 2025-08-02 23:22 UTC  (2+ messages)
` [OE-core] "

[PATCH] Add a feature for mapping a host unix socket to a guest tcp socket
 2025-08-02 23:09 UTC  (2+ messages)

[syzbot] [block?] possible deadlock in __del_gendisk
 2025-08-02 23:17 UTC 

[PATCH] btrfs-progs: Fix get_partition_sector_size_sysfs() to handle loopback and device mapper devices
 2025-08-02 23:16 UTC  (6+ messages)

[PATCH] i2c: Force DLL0945 touchpad i2c freq to 100khz
 2025-08-02 23:15 UTC  (2+ messages)
` [PATCH v1] "

[PATCHv4 6/8] blk-mq-dma: add support for mapping integrity metadata
 2025-08-02 23:11 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.