All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-02 23:17:02 to 2025-08-03 01:21:36 UTC [more...]

[PATCH 0/2] Support SMP on RISC-V cores with Zalrsc only
 2025-08-03  1:21 UTC  (6+ messages)
` [PATCH 1/2] riscv: Add Kconfig options to distinguish Zaamo and Zalrsc
` [PATCH 2/2] riscv: Add a Zalrsc-only alternative for synchronization in start.S

arch/s390/include/uapi/../../../../lib/zstd/decompress/zstd_decompress_block.c:1987 ZSTD_decompressSequencesLong() warn: inconsistent indenting
 2025-08-03  1:18 UTC 

[openeuler:OLK-6.6 2630/2630] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:4039:39: sparse: sparse: incorrect type in assignment (different base types)
 2025-08-03  1:17 UTC 

[PATCH v3 00/14] WHPX support for Arm
 2025-08-03  1:14 UTC  (23+ messages)
` [PATCH v3 02/14] whpx: Move around files before introducing AArch64 support
` [PATCH v3 03/14] whpx: reshuffle common code
` [PATCH v3 04/14] whpx: ifdef out some x86-only code paths
` [PATCH v3 05/14] hw, target, accel: whpx: change apic_in_platform to kernel_irqchip
` [PATCH v3 07/14] whpx: add arm64 support
` [PATCH v3 09/14] target/arm: cpu: mark WHPX as supporting PSCI 1.1
` [PATCH v3 10/14] hw/arm: virt: cleanly fail on attempt to use the platform vGIC together with ITS
` [PATCH v3 11/14] whpx: arm64: clamp down IPA size

[PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
 2025-08-03  1:15 UTC  (3+ messages)
` [PATCH 1/2] sparc/module: Add R_SPARC_UA64 relocation handling

[tip:smp/urgent] BUILD SUCCESS 83e6384374bac8a9da3411fae7f24376a7dbd2a3
 2025-08-03  1:10 UTC 

[RFC PATCH 0/3] Remove unused EFI runtime APIs
 2025-08-03  1:04 UTC  (4+ messages)
` [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality

[PATCH 0/3] Automatically add compile_commands.json to ${S}
 2025-08-03  1:04 UTC  (4+ messages)
` [PATCH 1/3] clangd: add compile_commands.bbclass
` [PATCH 2/3] cmake.bbclass: inherit compile_commands.bbclass
` [PATCH 3/3] meson.bbclass: "

[PATCH 00/15] rtc: convert from clk round_rate() to determine_rate() and fix a few bugs
 2025-08-03  1:01 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCH v3] ethtool: add FEC bins histogramm report
 2025-08-03  0:56 UTC  (2+ messages)

[tip:irq/urgent] BUILD SUCCESS 6a6bc9b279e666a825ae2d1f60b545186d10be52
 2025-08-03  0:55 UTC 

[mripard:drm/tidss/field-api 10/60] arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-rdk.dtb: dss@30200000 (ti,am625-dss): oldi-transmitters:oldi@0:ports: 'port@0' is a required property
 2025-08-03  0:36 UTC 

[PATCH v2 00/85] target/arm: Implement FEAT_GCS
 2025-08-02 23:29 UTC  (86+ 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 19/85] target/arm: Implement get_S1prot_indirect
` [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 24/85] target/arm: Implement dirtybit check for PIE
` [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 57/85] target/arm: Implement GCSSTR, GCSSTTR
` [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 64/85] target/arm: Implement GCSSS1
` [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 69/85] target/arm: Load gcs record for RET
` [PATCH v2 70/85] target/arm: Load gcs record for RET with PAuth
` [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 77/85] linux-user/aarch64: Implement map_shadow_stack syscall
` [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
` [PATCH v2 85/85] tests/tcg/aarch64: Add gcsss

[PATCH v2 0/9] Add watchdog driver support for RZ/T2H and RZ/N2H SoCs
 2025-08-03  0:16 UTC  (11+ messages)
` [PATCH v2 7/9] watchdog: rzv2h: Set min_timeout based on max_hw_heartbeat_ms

[Bug 220398] New: Bluetooth devices experience severe connection issues, frequent disconnections, and input lag in kernel 6.15.2, working fine in 6.15.1
 2025-08-03  0:16 UTC 

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

[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  (2+ 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  (53+ messages)
` [PATCH v2 04/95] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH v2 09/95] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH v2 37/95] linux-user/m68k: Create init_main_thread
` [PATCH v2 38/95] linux-user/alpha: "
` [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 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 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 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 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 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 


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.