All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-18 18:44:50 to 2026-08-18 19:32:43 UTC [more...]

[PATCH net-next v14 00/13] net: mdio: realtek-rtl9300: Add RTL83xx support
 2026-08-18 19:32 UTC  (11+ messages)
` [PATCH net-next v14 10/13] net: mdio: realtek-rtl9300: Open up C22 and C45 space in parallel
    ` AW: "

[PATCH v7 000/104] tests/tcg: run tests with meson
 2026-08-18 19:22 UTC  (83+ messages)
` [PATCH v7 001/104] tests/tcg/multiarch/system/memory.c: remove unused variable
` [PATCH v7 002/104] tests/tcg/multiarch/plugin/check-plugin-output.sh: take test output as input
` [PATCH v7 003/104] tests/tcg/multiarch/plugin: rename check-plugin-output to regex-compare
` [PATCH v7 004/104] meson: bump minimal version to 1.6.0
` [PATCH v7 005/104] tests/tcg: introduce meson.build
` [PATCH v7 006/104] tests/tcg/meson.build: introduce exe_name
` [PATCH v7 007/104] tests/tcg/meson.build: introduce test_name
` [PATCH v7 008/104] tests/tcg/meson.build: introduce cflags
` [PATCH v7 009/104] tests/tcg/meson.build: introduce qemu_args
` [PATCH v7 010/104] tests/tcg/meson.build: introduce env_var
` [PATCH v7 011/104] tests/tcg/plugins: build list of test_plugins
` [PATCH v7 012/104] tests/tcg/meson.build: introduce plugin_test
` [PATCH v7 013/104] tests/tcg/meson.build: test gdb support and introduce gdb_arch
` [PATCH v7 014/104] tests/tcg/meson.build: introduce gdb_test
` [PATCH v7 015/104] tests/tcg/meson.build: introduce wrapper
` [PATCH v7 016/104] tests/tcg/meson.build: introduce expected_output
` [PATCH v7 017/104] tests/tcg/meson.build: add wrapper run_and_check_forbidden_output
` [PATCH v7 018/104] tests/tcg/meson.build: add wrapper run_with_input
` [PATCH v7 019/104] tests/tcg/meson.build: add wrapper record_replay
` [PATCH v7 020/104] tests/tcg/meson.build: add wrapper check_plugin_output
` [PATCH v7 021/104] tests/tcg/meson.build: add logic to skip tests
` [PATCH v7 022/104] tests/tcg/meson.build: introduce cc_feat and cc_feat_cflags
` [PATCH v7 023/104] tests/tcg/meson.build: introduce gdb_feat and gdb_feat_version
` [PATCH v7 024/104] tests/tcg/meson.build: move gdb_arch support check
` [PATCH v7 025/104] tests/tcg/meson.build: let test infrastructure detect compiler
` [PATCH v7 026/104] tests/docker/docker.py: return error code if probe fails
` [PATCH v7 027/104] tests/docker/docker.py: remove "Image is up to date" info
` [PATCH v7 028/104] tests/tcg/meson.build: introduce cc_dockerfile and cc_docker_host_arch
` [PATCH v7 029/104] tests/tcg/meson.build: check host cross cc is working
` [PATCH v7 030/104] tests/tcg/meson.build: introduce depends
` [PATCH v7 031/104] tests/tcg/meson.build: use full path for QEMU binary
` [PATCH v7 032/104] tests/tcg/meson.build: add top-level 'tcg-tests' target
` [PATCH v7 033/104] tests/tcg/Makefile: skip user/system tests if target Makefile is not present
` [PATCH v7 034/104] tests/tcg/multiarch/gdbstub/prot-none.py: deactivate on gitlab CI
` [PATCH v7 035/104] tests/tcg/multiarch/gdbstub/prot-none.py: detect if /proc/self/mem can be used to access PROT_NONE pages
` [PATCH v7 036/104] tests/tcg/multiarch: declare user tests
` [PATCH v7 037/104] tests/tcg/multiarch: declare system tests
` [PATCH v7 038/104] tests/tcg/meson.build: add generic plugin tests
` [PATCH v7 039/104] tests/tcg/arm/fcvt.c: use raw opcode for FPRCVT
` [PATCH v7 040/104] tests/tcg/aarch64: user tests
` [PATCH v7 041/104] tests/tcg/aarch64/system/gpc-test.c: remove unused variables
` [PATCH v7 042/104] tests/tcg/aarch64: system tests
` [PATCH v7 043/104] tests/tcg/aarch64_be: user tests
` [PATCH v7 044/104] tests/tcg/alpha: add float reference files
` [PATCH v7 045/104] tests/tcg/alpha: user tests
` [PATCH v7 046/104] tests/tcg/alpha: system tests
` [PATCH v7 047/104] tests/tcg/arm: user tests
` [PATCH v7 048/104] tests/tcg/arm: system tests
` [PATCH v7 049/104] tests/tcg/hexagon/overflow.c: add missing include
` [PATCH v7 050/104] tests/tcg/hexagon: user tests
` [PATCH v7 051/104] tests/tcg/multiarch/sha1.c: fix big endian implementation
` [PATCH v7 052/104] tests/tcg/hppa: add float reference files
` [PATCH v7 053/104] tests/tcg/hppa: user tests
` [PATCH v7 054/104] tests/tcg/i386: add missing float reference files
` [PATCH v7 055/104] tests/tcg/i386: user tests
` [PATCH v7 056/104] tests/tcg/i386: system tests
` [PATCH v7 057/104] tests/tcg/loongarch64: user tests
` [PATCH v7 058/104] tests/tcg/loongarch64: system tests
` [PATCH v7 059/104] tests/tcg/m68k: add float reference files
` [PATCH v7 060/104] tests/tcg/m68k: user tests
` [PATCH v7 061/104] scripts/probe-gdb-support.py: add mapping for mips architecture
` [PATCH v7 062/104] tests/tcg/mips: add float reference files
` [PATCH v7 063/104] test/tcg/mips: user tests
` [PATCH v7 064/104] tests/tcg/mips64: add float reference files
` [PATCH v7 065/104] tests/tcg/mips64: user tests
` [PATCH v7 066/104] tests/tcg/mips64el: add float reference files
` [PATCH v7 067/104] tests/tcg/mips64el: user tests
` [PATCH v7 068/104] tests/docker/dockerfiles/debian-all-test-cross.docker: add or1k toolchain
` [PATCH v7 069/104] tests/tcg/or1k/test_addic.c: remove unused variables
` [PATCH v7 070/104] tests/tcg/or1k/test_muli.c: remove set but unused variable
` [PATCH v7 071/104] tests/tcg/or1k: add float reference files
` [PATCH v7 072/104] plugins/api.c: identify or1k pc register and mark it as read only
` [PATCH v7 073/104] tests/tcg/or1k: user tests
` [PATCH v7 074/104] tests/tcg/ppc64: add float reference files
` [PATCH v7 075/104] tests/tcg/ppc64: remove dependency on qemu/compiler.h
` [PATCH v7 076/104] tests/tcg/ppc64: user tests
` [PATCH v7 077/104] tests/tcg/ppc64le: add missing float reference file
` [PATCH v7 078/104] tests/tcg/ppc64le: user tests
` [PATCH v7 079/104] tests/tcg/riscv64: add float reference files
` [PATCH v7 080/104] tests/tcg/riscv64: user tests
` [PATCH v7 081/104] tests/tcg/riscv64: system tests
` [PATCH v7 084/104] tests/tcg/s390x: user tests

[meta][scarthgaph][PATCH 01/02] linux-yocto/6.6: update to v6.6.147
 2026-08-18 19:32 UTC  (4+ messages)
` [meta][scarthgaph][PATCH 02/02] linux-yocto/6.6: update to v6.6.150
  ` [OE-core] "

[PATCH v2 0/2] watchdog: Add Exynos5515 watchdog timer support
 2026-08-18 19:32 UTC  (7+ messages)
` [PATCH v2 2/2] watchdog: s3c2410_wdt: Add exynos5515-wdt compatible data

[PATCH v2 0/4] crypto: rockchip: Add RK356x/RK3588 cryptographic offloader
 2026-08-18 19:31 UTC  (6+ messages)

[PATCH][scarthgap] linux-yocto/6.6: fix tiny build
 2026-08-18 19:31 UTC 

[PATCH v2 1/2] regulator: pca9450: Use LDO5 low-control enable mask
 2026-08-18 19:31 UTC  (2+ messages)

[PATCH] Bluetooth: btnxpuart: Keep FW dump header in coredump chunks
 2026-08-18 19:30 UTC  (5+ messages)

[LTP] [PATCH v3] mem/hugetlb: use SAFE_SHMGET() and fix checkpatch warnings in hugeshmget
 2026-08-18 19:29 UTC  (2+ messages)
` [LTP] "

+ mm-swap-ratelimit-bad-swap-entry-reports.patch added to mm-unstable branch
 2026-08-18 19:29 UTC 

[PATCH] mm, swap: ratelimit bad swap entry reports
 2026-08-18 19:28 UTC  (2+ messages)

[PATCH v5 00/12] Ambarella CV75 SoC minimal bring-up
 2026-08-18 19:28 UTC  (5+ messages)
` [PATCH v5 02/12] dt-bindings: mfd: syscon: add Ambarella CV75 secure scratchpad
` [PATCH v5 03/12] dt-bindings: clock: add Ambarella CV75 RCT

[PATCH v2] KVM: selftests: Replace ulong with unsigned long
 2026-08-18 19:28 UTC  (7+ messages)

[PATCH v6 0/5] Introduce error threshold to drm_ras
 2026-08-18 19:27 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Introduce error threshold to drm_ras (rev6)

[PATCH] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-08-18 19:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] perf unwind: handle allocation failure in libdw__get_entries()
 2026-08-18 19:24 UTC  (2+ messages)

[PATCH v3 00/12] Add RTC support for Renesas RZ/T2H and RZ/N2H SoCs
 2026-08-18 19:25 UTC  (5+ messages)
` [PATCH v3 12/12] rtc: rzn1: Add "

[PATCH v4 0/6] drm/ssd130x: Add support for the Solomon SSD1351 OLED controller
 2026-08-18 19:25 UTC  (7+ messages)
` [PATCH v4 2/6] drm/ssd130x: Change SSD133X color format to RGB565 from RGB332
` [PATCH v4 4/6] drm/ssd130x: Replace positional ssd130x_spi_id[] initialization with C99

[PATCH v1 0/3] setfiles: control relabeling parallelism from the environment
 2026-08-18 19:23 UTC  (4+ messages)
` [PATCH v1 1/3] policycoreutils/setfiles: reject invalid -T arguments
` [PATCH v1 2/3] policycoreutils/setfiles: use all CPU cores by default
` [PATCH v1 3/3] policycoreutils/setfiles: honor RESTORECON_THREADS

[PATCH v8 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-08-18 19:24 UTC  (5+ messages)
` [PATCH v8 7/8] KVM: x86/pmu: Emulate RDPMC on performance metrics

[PATCH bpf v7] selftests/bpf: allocate a larger timeout for connection
 2026-08-18 19:23 UTC  (2+ messages)

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-08-18 19:22 UTC  (8+ messages)
` [PATCH v2 01/15] MAINTAINERS: Add entry for Qualcomm DSP Accelerator (QDA) driver
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver

[PATCH] libsepol: Check all the permissions in sepol_check_access()
 2026-08-18 19:22 UTC 

[PATCH mptcp-net 0/3] mptcp: avoid uninitialised read with MPJ with SYN cookies
 2026-08-18 19:20 UTC  (2+ messages)

[PATCH] dlm: reject wrapped messages with oversized inner lengths
 2026-08-18 19:19 UTC  (2+ messages)

[PATCH] cifs.upcall: fix krb5 regression with --trust-dns
 2026-08-18 19:19 UTC 

[PATCH] mm: drop stale MAX_ORDER references
 2026-08-18 19:19 UTC  (2+ messages)

[GIT PULL] Driver core changes for 7.3-rc1
 2026-08-18 19:19 UTC 

[PATCH] spi: loongson: pm: add .freeze .poweroff .thaw .restore
 2026-08-18 19:18 UTC  (2+ messages)

[PATCH] s390/pci: Fix missing pci_dev_put() in zpci_report_status()
 2026-08-18 19:17 UTC 

linux-next: test failure after merge of the kunit-next tree
 2026-08-18 19:17 UTC  (2+ messages)

[PATCH 0/2] rust: switch from bilge to bitfield-struct
 2026-08-18 19:16 UTC  (2+ messages)

[PATCH v2 0/9] platform/x86: hp-bioscfg: fix multiple memory safety bugs and parsing errors
 2026-08-18 19:16 UTC  (3+ messages)

[PATCH] s390/vfio-ap: Fix leak of KVM GISC resources
 2026-08-18 19:16 UTC  (6+ messages)

[GIT PULL] xen: branch for v7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[PATCH V6 0/4] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-08-18 19:15 UTC  (7+ messages)
` [PATCH V6 1/4] dmaengine: xilinx_dma: Fix MCDMA descriptor fields based on DMA direction
` [PATCH V6 2/4] dmaengine: xilinx_dma: Move descriptors to done list based on completion bit
` [PATCH V6 4/4] dmaengine: xilinx_dma: Extend metadata handling for AXI DMA and MCDMA

[GIT PULL] arm64 updates for 7.3
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-7.3-1 tag
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] Rust for v7.3
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] Kbuild and Kconfig updates for 7.3
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] kexec: updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] liveupdate: updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] nolibc changes for v7.3
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] memblock: updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] ACPI support updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] Thermal control updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[GIT PULL] Power management updates for 7.3-rc1
 2026-08-18 19:14 UTC  (2+ messages)

[PATCH] mm/page_isolation: fix UBSAN shift-out-of-bounds warning
 2026-08-18 19:14 UTC  (2+ messages)

[PATCH] iommu/s390: Fix NULL dereference in iova_to_phys() with ZPCI_TABLE_TYPE_RFX
 2026-08-18 19:13 UTC 

[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_sock_from_file
 2026-08-18 19:13 UTC  (2+ messages)

[PATCH v2 0/8] migration: Remove extra type-checking from vmstate macros
 2026-08-18 19:12 UTC  (4+ messages)
` [PATCH v2 2/8] migration: Introduce VMStateStructMember

[PATCH 0/2] arm64: dts: amlogic: t7: fix UART clock and SD card recovery
 2026-08-18 19:11 UTC  (6+ messages)
` [PATCH 1/2] arm64: dts: amlogic: t7: use the real UART pclk
` [PATCH 2/2] arm64: dts: amlogic: t7: khadas-vim4: allow the SD card to be power cycled

[PATCH v3 0/2] platform/x86: hp-bioscfg: fix empty auth token overflow and clean up audit log loop
 2026-08-18 19:11 UTC  (3+ messages)
` [PATCH v3 1/2] platform/x86: hp-bioscfg: fix 16-byte heap overflow for empty auth token
` [PATCH v3 2/2] platform/x86: hp-bioscfg: remove dead bounds check in audit_log_entries_show

[PATCH] rseq: Out-of-line rseq_exit_user_update() for KMSAN
 2026-08-18 19:11 UTC  (3+ messages)

[PATCH iwl-net v3] ice: propagate ETH56G deskew poll failures
 2026-08-18 19:11 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/2] watchdog: Add Exynos5515 watchdog timer support
 2026-08-18 19:11 UTC  (5+ messages)
` [PATCH v3 2/2] watchdog: s3c2410_wdt: Add exynos5515-wdt compatible data

[PATCH] drm/nouveau: reject zero-size notifier object allocation
 2026-08-18 19:10 UTC  (2+ messages)

[PATCH] wifi: rtl8xxxu: Use local 'dev' variable for dev_warn()
 2026-08-18 19:09 UTC 

[PATCH RFC v2] rxrpc: Fix use-after-free in rxrpc_destroy_all_peers()
 2026-08-18 19:06 UTC  (2+ messages)

[PATCH 0/4] media: iris: Fix DMA coherency, power-off ordering, and frame interval issues
 2026-08-18 19:07 UTC  (11+ messages)
` [PATCH 2/4] arm64: dts: qcom: sc7280: Add dma-coherent property into venus node

[PATCH v2] disk: update partition type reporting
 2026-08-18 19:04 UTC 

[PATCH] bnx2x: fix double free in bnx2x_init_firmware() error path
 2026-08-18 19:06 UTC  (2+ messages)

[soc:board-remove 186/217] Warning: drivers/clk/clk-si5351.c:123 struct member 'disable_state' not described in 'si5351_clkout_config'
 2026-08-18 19:03 UTC 

[PATCH] toaster: Add recipe variables view
 2026-08-18 19:04 UTC  (10+ messages)
` [bitbake-devel] "

[PATCH] kconfig: error out for recursive range
 2026-08-18 19:04 UTC  (2+ messages)

PCI_P2PDMA_MAP_BUS_ADDR and PCIe ATS?
 2026-08-18 19:03 UTC  (4+ messages)

[PATCH net] net: thunderbolt: Count delivered packets in rx_packets and rx_bytes
 2026-08-18 19:03 UTC  (2+ messages)

[PATCH v2 1/2] x86/mce/amd: Fix inverted interrupt enablement during storm handling
 2026-08-18 19:02 UTC  (3+ messages)

[PATCH] scripts: Make the code use consistent syntax
 2026-08-18 19:01 UTC  (2+ messages)

[PATCH wq/for-7.3] workqueue: Annotate cb_lock nesting when draining a dead BH pool
 2026-08-18 18:58 UTC  (2+ messages)

[PATCH 0/7] odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` generically
 2026-08-18 18:58 UTC  (3+ messages)
` [PATCH 5/7] odb/source-files: signal mark objects via positive return

[PATCH] hugetlb: add cond_resched() to __unmap_hugepage_range()
 2026-08-18 18:55 UTC  (5+ messages)

What's cooking in git.git (Aug 2026, #08)
 2026-08-18 18:53 UTC 

[PATCH 0/6] arm64: dts: freescale: imx8mp-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS V1 and V2
 2026-08-18 18:53 UTC  (7+ messages)
` [PATCH 6/6] arm64: dts: freescale: imx8mp-verdin: Add Mezzanine with Toradex Display 10.1" LVDS V2

[PATCH] target/arm/whpx: fix whpx-arm reset hang
 2026-08-18 18:52 UTC 

[PATCH] serial: 8250: don't register ports that have no hardware
 2026-08-18 18:52 UTC 

[PATCH v2] drm/xe/guc: Fix race around q->guc->suspend_pending access
 2026-08-18 18:51 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Fix race around q->guc->suspend_pending access (rev2)

[PATCH 0/3] Convert USE_NSEC to runtime config
 2026-08-18 18:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] core: convert build-time USE_NSEC into runtime core.useNanosec

[bluez/bluez]
 2026-08-18 18:51 UTC 

[PATCH] db: add Hyper-V leaf 0x40000001
 2026-08-18 18:50 UTC  (3+ messages)

[LTP] [PATCH] inode01: Configure 4KB cluster size on exfat to prevent ENOSPC
 2026-08-18 16:54 UTC 

[GIT PULL] x86/cpu for v7.3-rc1
 2026-08-18 18:47 UTC 

[PATCH v7 0/6] spmi: apple: Additional commands and interrupt support
 2026-08-18 18:46 UTC  (7+ messages)
` [PATCH v7 2/6] spmi: apple: Validate FIFO state
` [PATCH v7 3/6] spmi: apple: check transaction status
` [PATCH v7 6/6] spmi: apple: Add interrupt functionality

[PATCH v6 0/6] panic: fix panic_force_cpu= redirect races and NMI bypass
 2026-08-18 18:45 UTC  (3+ messages)

[PATCH v3 0/4] drm/xe/sysctrl: Add System Controller debugfs
 2026-08-18 18:45 UTC  (5+ messages)
` [PATCH v3 4/4] drm/xe/sysctrl: Add RAS error injection debugfs interface


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.