messages from 2025-07-29 23:26:23 to 2025-07-30 01:06:09 UTC [more...]
[PATCH] i3c: fix module_i3c_i2c_driver() with I3C=n
2025-07-30 0:12 UTC (3+ messages)
[PULL 00/11] riscv-to-apply queue
2025-07-30 1:01 UTC (6+ messages)
` [PULL 02/11] bios-tables-test-allowed-diff.h: Allow RISC-V FADT and MADT changes
` [PULL 04/11] tests/data/acpi/riscv64: Update expected FADT and MADT
` [PULL 06/11] linux-user/strace.list: add riscv_hwprobe entry
` [PULL 07/11] target/riscv: do not call GETPC() in check_ret_from_m_mode()
` [PULL 08/11] riscv: Revert "Generate strided vector loads/stores with tcg nodes."
[PATCH] target/xtensa: Replace malloc() with g_strdup_printf()
2025-07-30 0:51 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/ltp-testsuite: Fix uclibc-ng build
2025-07-30 1:01 UTC (2+ messages)
[Buildroot] [git commit] package/ltp-testsuite: Fix uclibc-ng build
2025-07-30 0:55 UTC
[PATCH 5.4.y 0/3] Backport series: "permit write-sealed memfd read-only shared mappings"
2025-07-30 0:58 UTC (4+ messages)
` [PATCH 5.4.y 1/3] mm: drop the assumption that VM_SHARED always implies writable
` [PATCH 5.4.y 2/3] mm: update memfd seal write check to include F_SEAL_WRITE
` [PATCH 5.4.y 3/3] mm: perform the mapping_map_writable() check after call_mmap()
[PATCH] media: s5p-mfc: Always pass NULL to s5p_mfc_cmd_host2risc_v6()
2025-07-30 0:52 UTC (3+ messages)
[PULL 00/20] target-arm queue
2025-07-30 0:32 UTC (7+ messages)
` [PULL 02/20] target/arm: Correct encoding of Debug Communications Channel registers
[PATCH v3 2/5] phy: rockchip: phy-rockchip-typec: Add typec_mux/typec_switch support
2025-07-30 0:50 UTC (4+ messages)
[PATCH] misc: rmi-i2c: Select regmap in Kconfig
2025-07-29 21:14 UTC
[PATCH 2/2] iomap: align writeback to RAID stripe boundaries
2025-07-30 0:52 UTC (2+ messages)
[android-common:android15-6.6-2025-06 7/7] drivers/dma-buf/dma-buf.c:235:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
2025-07-30 0:50 UTC
[PATCH for-10.2 00/89] linux-user: Split up elfload.c
2025-07-30 0:00 UTC (90+ messages)
` [PATCH 01/89] linux-user: Create target/elfload.c files
` [PATCH 02/89] linux-user: Move get_elf_hwcap to {i386, x86_64}/elfload.c
` [PATCH 03/89] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
` [PATCH 04/89] linux-user: Move get_elf_hwcap to sparc/elfload.c
` [PATCH 05/89] linux-user: Move hwcap functions to ppc/elfload.c
` [PATCH 06/89] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
` [PATCH 07/89] linux-user: Move get_elf_hwcap to mips/elfload.c
` [PATCH 08/89] linux-user: Move get_elf_hwcap to sh4/elfload.c
` [PATCH 09/89] linux-user: Move hwcap functions to s390x/elfload.c
` [PATCH 10/89] linux-user: Move get_elf_hwcap to riscv/elfload.c
` [PATCH 11/89] linux-user: Remove ELF_HWCAP
` [PATCH 12/89] linux-user: Remove ELF_HWCAP2
` [PATCH 13/89] linux-user: Move get_elf_platform to {i386, x86_64}/elfload.c
` [PATCH 14/89] linux-user/i386: Return const data from get_elf_platform
` [PATCH 15/89] linux-user: Move get_elf_platform to arm/elfload.c
` [PATCH 16/89] linux-user/loongarch64: Create get_elf_platform
` [PATCH 17/89] linux-user/hppa: "
` [PATCH 18/89] linux-user: Remove ELF_PLATFORM
` [PATCH 19/89] linux-user: Move get_elf_base_platform to mips/elfload.c
` [PATCH 20/89] linux-user: Move target_cpu_copy_regs decl to qemu.h
` [PATCH 21/89] linux-user: Unify init of semihosting fields in TaskState
` [PATCH 22/89] linux-user: Create do_init_main_thread
` [PATCH 23/89] linux-user/i386: Create init_main_thread
` [PATCH 24/89] linux-user/arm: "
` [PATCH 25/89] linux-user/aarch64: "
` [PATCH 26/89] linux-user/sparc: "
` [PATCH 27/89] linux-user/ppc: "
` [PATCH 28/89] linux-user/loongarch64: "
` [PATCH 29/89] linux-user/mips: "
` [PATCH 30/89] linux-user/microblaze: "
` [PATCH 31/89] linux-user/openrisc: "
` [PATCH 32/89] linux-user/sh4: "
` [PATCH 33/89] linux-user/m68k: "
` [PATCH 34/89] linux-user/alpha: "
` [PATCH 35/89] linux-user/s390x: "
` [PATCH 36/89] linux-user/riscv: "
` [PATCH 37/89] linux-user/hppa: "
` [PATCH 38/89] linux-user/xtensa: "
` [PATCH 39/89] linux-user/hexagon: "
` [PATCH 40/89] linux-user: Remove do_init_main_thread
` [PATCH 41/89] linux-user/x86_64: Split out target_coredump.c.inc
` [PATCH 42/89] linux-user/i386: "
` [PATCH 43/89] linux-user/arm: "
` [PATCH 44/89] linux-user/aarch64: "
` [PATCH 45/89] linux-user/ppc: "
` [PATCH 46/89] linux-user/loongarch64: "
` [PATCH 47/89] linux-user/mips: "
` [PATCH 48/89] linux-user/microblaze: "
` [PATCH 49/89] target/openrisc: "
` [PATCH 50/89] target/sh4: "
` [PATCH 51/89] linux-user/m68k: "
` [PATCH 52/89] linux-user/s390x: "
` [PATCH 53/89] linux-user/xtensa: "
` [PATCH 54/89] linux-user: Unify the include of target_coredump.c.inc
` [PATCH 55/89] linux-user: Move init_guest_commpage to x86_64/elfload.c
` [PATCH 56/89] linux-user: Move init_guest_commpage to arm/elfload.c
` [PATCH 57/89] linux-user: Move init_guest_commpage to hppa/elfload.c
` [PATCH 58/89] linux-user: Remove INIT_GUEST_COMMPAGE
` [PATCH 59/89] linux-user: Move get_vdso_image_info to arm/elfload.c
` [PATCH 60/89] linux-user: Remove ELF_EXEC_PAGESIZE
` [PATCH 61/89] linux-user: Move get_elf_cpu_model to target/elfload.c
` [PATCH 62/89] linux-user: Move ppc uabi/asm/elf.h workaround to osdep.h
` [PATCH 63/89] linux-user: Move elf parameters to {i386, x86_64}/target_elf.h
` [PATCH 64/89] linux-user: Move elf parameters to {arm, aarch64}/target_elf.h
` [PATCH 65/89] linux-user: Move elf parameters to sparc/target_elf.h
` [PATCH 66/89] linux-user: Move elf parameters to ppc/target_elf.h
` [PATCH 67/89] linux-user: Move elf parameters to loongarch64/target_elf.h
` [PATCH 68/89] linux-user: Move elf parameters to {mips, mips64}/target_elf.h
` [PATCH 69/89] linux-user: Move elf parameters to microblaze/target_elf.h
` [PATCH 70/89] linux-user: Move elf parameters to openrisc/target_elf.h
` [PATCH 71/89] linux-user: Move elf parameters to sh4/target_elf.h
` [PATCH 72/89] linux-user: Move elf parameters to m68k/target_elf.h
` [PATCH 73/89] linux-user: Move elf parameters to alpha/target_elf.h
` [PATCH 74/89] linux-user: Move elf parameters to s390x/target_elf.h
` [PATCH 75/89] linux-user: Move elf parameters to riscv/target_elf.h
` [PATCH 76/89] linux-user: Move elf parameters to hppa/target_elf.h
` [PATCH 77/89] linux-user: Move elf parameters to xtensa/target_elf.h
` [PATCH 78/89] linux-user: Move elf parameters to hexagon/target_elf.h
` [PATCH 79/89] linux-user: Standardize on ELF_MACHINE not ELF_ARCH
` [PATCH 80/89] linux-user: Rename elf_check_arch
` [PATCH 81/89] linux-user: Remove ELIBBAD from elfload.c
` [PATCH 82/89] linux-user: Remove MAP_DENYWRITE "
` [PATCH 83/89] linux-user: Move arch_parse_elf_property to aarch64/elfload.c
` [PATCH 84/89] linux-user: Remove a.out declarations from elfload.c
` [PATCH 85/89] linux-user/sparc: Move target_pt_regs to signal.c
` [PATCH 86/89] linux-user/microblaze: "
` [PATCH 87/89] linux-user/openrisc: "
` [PATCH 88/89] linux-user/s390x: Move target_psw_t "
` [PATCH 89/89] linux-user: Remove struct target_pt_regs from target_syscall.h
[PATCH] kbuild: userprogs: use correct linker when mixing clang and GNU ld
2025-07-30 0:47 UTC (4+ messages)
[PATCH] wifi: rtw89: Print only once for unsupported c2h classes
2025-07-30 0:44 UTC (5+ messages)
` [PATCH v2] wifi: rtw89: Print just once for unknown C2H classes
[PATCH v2] compiler_types: Provide __no_kstack_erase to disable coverage only on Clang
2025-07-30 0:39 UTC (4+ messages)
[PATCH v4 00/38] Mediated vPMU 4.0 for x86
2025-07-30 0:38 UTC (12+ messages)
` [PATCH v4 10/38] perf/x86: Support switch_guest_ctx interface
` [PATCH v4 20/38] KVM: x86/pmu: Check if mediated vPMU can intercept rdpmc
[PATCH v3] i3c: master: svc: Fix npcm845 FIFO_EMPTY quirk
2025-07-30 0:37 UTC (2+ messages)
[PATCH 0/3] Power Management for Raspberry Pi V3D GPU
2025-07-30 0:33 UTC (7+ messages)
` [PATCH 1/3] clk: bcm: rpi: Turn firmware clock on/off when preparing/unpreparing
[brgl:gpio/devel] BUILD SUCCESS 2d60c5cf5e896f133b75e823cdda50c995fbfb55
2025-07-30 0:34 UTC
[PATCH bpf-next v2 3/4] bpf: add bpf_icmp_send_unreach cgroup_skb kfunc
2025-07-30 0:32 UTC (8+ messages)
` [PATCH bpf-next v3 0/4] bpf: add icmp_send_unreach kfunc
` [PATCH bpf-next v3 4/4] selftests/bpf: add icmp_send_unreach kfunc tests
[PATCH v3] of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()
2025-07-30 0:29 UTC
[openeuler:openEuler-1.0-LTS 1739/1739] kernel/cgroup/cgroup.c:5286:48: sparse: sparse: incorrect type in argument 1 (different address spaces)
2025-07-30 0:30 UTC
[RFC 03/10] ftrace: Add unregister_ftrace_direct_hash function
2025-07-30 0:30 UTC (2+ messages)
[GIT PULL] hardening fixes for v6.17-rc1
2025-07-30 0:29 UTC
linux-next: build warning after merge of the jc_docs tree
2025-07-30 0:29 UTC
[PATCH] drm/i915/guc: Include the GuC registers in the error state
2025-07-30 0:29 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
git-diff: --ignore-matching-lines has no effect on the output when --name-only is used
2025-07-30 0:28 UTC (3+ messages)
` [PATCH] diff: ensure consistent diff behavior with -I<regex> across output formats
[PATCH v2] libcxx,compiler-rt: Remove use of non-existing runtime-llvm override
2025-07-30 0:27 UTC
[PATCH v6 0/6] drm/xe/guc: Add LFD format output for guc log
2025-07-30 0:27 UTC (3+ messages)
` [PATCH v6 4/6] drm/xe/guc: Add GuC log init config in LFD format
[PATCH 0/2] Fixedup status+error translation to sense key/code
2025-07-30 0:24 UTC (3+ messages)
` [PATCH 1/2] ata: libata-scsi: Fix ata_to_sense_error() status handling
` [PATCH 2/2] ata: libata-scsi: Return aborted command when missing sense and result TF
linux-next: Tree for Jul 29
2025-07-30 0:26 UTC (2+ messages)
` linux-next: Tree for Jul 29 (net/ipv4/netfilter/arp_tables.o)
[GIT PULL] x86/sev for v6.17-rc1
2025-07-30 0:24 UTC (2+ messages)
[GIT PULL] x86/microcode for v6.17-rc1
2025-07-30 0:24 UTC (2+ messages)
[PATCH] drm/i915/fbc: fix the implementation of wa_18038517565
2025-07-30 0:23 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[GIT PULL] x86/core for v6.17-rc1
2025-07-30 0:24 UTC (2+ messages)
[GIT PULL] x86/bugs for v6.17-rc1
2025-07-30 0:24 UTC (2+ messages)
[GIT PULL] EDAC updates for v6.17-rc1
2025-07-30 0:23 UTC (2+ messages)
[PATCH] ata: libata-sata: Add link_power_management_supported sysfs attribute
2025-07-30 0:19 UTC
[PATCH v5 0/1] tracing: Fix an event field filter issue
2025-07-30 0:20 UTC (4+ messages)
` [PATCH v5 1/1] tracing: Remove "__attribute__()" from the type field of event format
[PATCH RFT 0/2] pci: clean up cpu_addr_fixup() for visconti
2025-07-30 0:13 UTC (5+ messages)
` [PATCH RFT 1/2] arm64: dts: toshiba: Update SoC and PCIe ranges to reflect hardware behavior
[PATCH] libcxx: Provide libunwind based on TC_CXX_RUNTIME
2025-07-30 0:17 UTC
[PATCH v3] memcg: expose socket memory pressure in a cgroup
2025-07-30 0:15 UTC (11+ messages)
[PATCH v3 1/4] dt-bindings: arm64: mediatek: add mt8395-evk-ufs board
2025-07-29 23:40 UTC (2+ messages)
[PATCH v2 0/3] drm/panel: novatek-nt35560: Fix bug and clean up
2025-07-30 0:15 UTC (7+ messages)
` [PATCH v2 1/3] drm/panel: novatek-nt35560: Fix invalid return value
` [PATCH v2 2/3] drm: Add MIPI support function and macros
[PATCH v1 staging] staging: debix-model-a: update DTS for debix model a
2025-07-29 23:40 UTC (3+ messages)
[openeuler:OLK-5.10 3079/3079] mm/damon/core-test.h:284:9: sparse: sparse: incompatible types in comparison expression (different signedness):
2025-07-30 0:09 UTC
[Patch v7 0/4] Support VMBUS channels without monitoring enabled
2025-07-30 0:09 UTC (5+ messages)
` [Patch v7 1/4] bus/vmbus: store UIO fd for secondary process
` [Patch v7 2/4] bus/vmbus: support channels without monitoring enabled
` [Patch v7 3/4] bus/vmbus: add rte_vmbus_device to all functions accessing vmbus
` [Patch v7 4/4] bus/vmbus: set event for channel without monitoring support
[PATCH 1/2] scsi: qla2xxx: replace non-standard flexible array purex_item.iocb
2025-07-30 0:04 UTC (9+ messages)
` [PATCH v2 1/1] "
[PATCH v11 0/3] xen/domain: domain ID allocation
2025-07-29 23:54 UTC (7+ messages)
` [PATCH v11 1/3] xen/domain: unify "
` [PATCH v11 3/3] xen/domain: update create_dom0() messages
[PATCH 0/5 cgroup/for-6.16-fixes] harden css_create() for safe placement of call to css_rstat_init()
2025-07-29 23:53 UTC (5+ messages)
[PATCH] fortify: Fix incorrect reporting of read buffer size
2025-07-29 23:46 UTC (2+ messages)
[PATCH v11 iproute2-next 0/1] DUALPI2 iproute2 patch
2025-07-29 23:45 UTC (3+ messages)
` [PATCH v11 iproute2-next 1/1] tc: add dualpi2 scheduler module
[PATCH 8/9] iommu/vt-d: Use the generic iommu page table
2025-07-29 23:39 UTC (3+ messages)
[Buildroot] [PATCH] package/rust: add CPE_ID_VENDOR
2025-07-29 23:40 UTC (3+ messages)
` [Buildroot] [PATCH v2] "
[PATCH v1 0/3] Revise Meta Santabarbara devicetree
2025-07-29 23:40 UTC (2+ messages)
[PATCH v7 0/2] arm64: dts: qcom: add initial support for Samsung Galaxy S22
2025-07-29 23:40 UTC (2+ messages)
next-20250721 arm64 16K and 64K page size WARNING fs fuse file.c at fuse_iomap_writeback_range
2025-07-29 23:40 UTC (11+ messages)
[Buildroot] [git commit] package/rust: add CPE_ID_VENDOR
2025-07-29 23:39 UTC
[Buildroot] [PATCH v2] package/modem-manager: Add option to enable AT commands via D-Bus
2025-07-29 23:39 UTC (2+ messages)
[RFC] Another take at restarting FUSE servers
2025-07-29 23:38 UTC (2+ messages)
[Buildroot] [git commit] package/modem-manager: Add option to enable AT commands via D-Bus
2025-07-29 23:33 UTC
[PATCH v2 0/4] imx: add i.MX95 b0 support
2025-07-29 23:37 UTC (5+ messages)
` 回复: "
[PATCH net-next 0/3] Support exposing raw cycle counters in PTP and mlx5
2025-07-29 23:33 UTC (3+ messages)
[Buildroot] [PATCH 1/1] package/armadillo: bump to version 14.6.1
2025-07-29 23:32 UTC (2+ messages)
[PATCH 0/2] ExpressWire dependency fixes
2025-07-29 23:32 UTC (5+ messages)
` [PATCH 1/2] leds: Drop duplicate LEDS_EXPRESSWIRE config
` [PATCH 2/2] backlight: ktd2801: Depend on GPIOLIB
[Buildroot] [git commit] package/armadillo: bump to version 14.6.1
2025-07-29 23:29 UTC
[GIT PULL] Stop-machine change for v6.17
2025-07-29 23:30 UTC (2+ messages)
[GIT PULL] Rate-limit changes for v6.17
2025-07-29 23:30 UTC (2+ messages)
[GIT PULL] nolibc changes for 6.17
2025-07-29 23:30 UTC (2+ messages)
[PATCH iproute2-next] misc: ss.c: fix logical error in main function
2025-07-29 23:30 UTC (2+ messages)
[PATCH V2 iproute2-next] ip: ipmaddr.c: Fix possible integer underflow in read_igmp()
2025-07-29 23:30 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/inih: bump to version 61
2025-07-29 23:29 UTC (2+ messages)
[PATCH V2 iproute2-next] misc: fix memory leak in ifstat.c
2025-07-29 23:30 UTC (2+ messages)
[GIT PULL] LKMM changes for v6.17
2025-07-29 23:30 UTC (2+ messages)
[linux-next:master 8861/12827] net/mac80211/key.c:584 ieee80211_key_replace() warn: Function too hairy. No more merges
2025-07-29 23:28 UTC
[GIT PULL] tracing: Remove or hide some unused tracepoints for 6.17
2025-07-29 23:29 UTC
[Buildroot] [git commit] package/inih: bump to version 61
2025-07-29 23:24 UTC
[PATCH v2 2/3] lockdown/kunit: Introduce kunit tests
2025-07-29 23:28 UTC (4+ messages)
linux-next: manual merge of the driver-core tree with the drm-nova tree
2025-07-29 23:27 UTC (2+ messages)
[PATCH v1 0/2] arm64: dts: nuvoton: Add NPCM845 SoC and EVB support
2025-07-29 6:21 UTC (5+ messages)
` [PATCH v1 1/2] arm64: dts: nuvoton: npcm845: Add peripheral nodes
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.