All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-24 10:00:43 to 2026-06-24 10:38:48 UTC [more...]

[PATCH 00/17] drivers: replace strncpy with strlcpy
 2026-06-24 10:36 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/17] common/cnxk: "
  ` [PATCH v2 02/17] common/mlx5: "
  ` [PATCH v2 03/17] crypto/mvsam: "
  ` [PATCH v2 04/17] crypto/scheduler: "
  ` [PATCH v2 05/17] event/cnxk: "
  ` [PATCH v2 06/17] net/ark: "
  ` [PATCH v2 07/17] net/bnx2x: "
  ` [PATCH v2 08/17] net/cnxk: "
  ` [PATCH v2 09/17] net/dpaa: "
  ` [PATCH v2 10/17] net/ionic: "
  ` [PATCH v2 11/17] net/mlx4: "
  ` [PATCH v2 12/17] net/mlx5: "
  ` [PATCH v2 13/17] net/nfp: "
  ` [PATCH v2 14/17] net/qede: "
  ` [PATCH v2 15/17] net/softnic: "
  ` [PATCH v2 16/17] net/vhost: "

[PATCH v5 00/12] Support ACPI and SETAASA device discovery
 2026-06-24 10:38 UTC  (36+ messages)
` [PATCH v5 01/12] dt-bindings: i3c: Add mipi-i3c-static-method to support SETAASA
` [PATCH v5 02/12] i3c: master: Use unified device property interface
` [PATCH v5 03/12] i3c: master: Support ACPI enumeration of child devices
` [PATCH v5 04/12] i3c: master: Add support for devices using SETAASA
` [PATCH v5 05/12] i3c: master: Add support for devices without PID
` [PATCH v5 06/12] i3c: master: match I3C device through DT and ACPI
` [PATCH v5 07/12] i3c: dw-i3c-master: Add SETAASA as supported CCC
` [PATCH v5 08/12] i3c: dw-i3c-master: Add ACPI core clock frequency quirk
` [PATCH v5 09/12] i3c: dw-i3c-master: Add ACPI ID for Tegra410
` [PATCH v5 10/12] hwmon: spd5118: Remove 16-bit addressing
` [PATCH v5 11/12] hwmon: spd5118: Add I3C support
` [PATCH v5 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon

[PATCH] x86: sort obj-<...> list of main Makefile
 2026-06-24 10:37 UTC  (3+ messages)

[PATCH 0/3] connected: search promisor objects generically
 2026-06-24 10:37 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] odb/source-packed: extract logic to skip certain packs
  ` [PATCH v2 2/4] odb/source-packed: support flags when iterating an object prefix
  ` [PATCH v2 3/4] connected: split out promisor-based connectivity check
  ` [PATCH v2 4/4] connected: search promisor objects generically

[PATCH] drm/i915: Return NULL on error in active_instance
 2026-06-24 10:36 UTC  (5+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH i-g-t 00/25] tools: remove unnecessary shared library
 2026-06-24 10:35 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[RFC PATCH v6 00/25] Hierarchical Constant Bandwidth Server
 2026-06-24 10:35 UTC  (4+ messages)

[PATCH 0/2] arm64: Add Axiado AX3005 SoC and EVK support
 2026-06-24 10:34 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: arm: axiado: add AX3005 EVK
` [PATCH 2/2] arm64: dts: axiado: Add initial support for AX3005 SoC and eval board

[PATCH next] drivers/tty/serial/kgdboc: Use strscpy() to copy strings into arrays
 2026-06-24 10:33 UTC  (2+ messages)

[PATCH v9 0/7] target/arm: fully model WFxT instructions for A-profile
 2026-06-24 10:30 UTC  (8+ messages)
` [PATCH v9 1/7] hw/arm: use cortex-a9 mpcore base for CBAR on npcm7xx machines
` [PATCH v9 2/7] tests/functional: update anacapa-bmc image
` [PATCH v9 3/7] target/arm: do not clear halting reason in has_work helper
` [PATCH v9 4/7] target/arm: ensure we create the wxft_timer for all modes
` [PATCH v9 5/7] target/arm: implements SEV/SEVL "
` [PATCH v9 6/7] target/arm: enable WFE sleeping for A-profile
` [PATCH v9 7/7] target/arm: implement WFET

[PATCH] drm/panthor: Check VMA boundaries for PMD mappings
 2026-06-24 10:33 UTC  (3+ messages)

[PATCH v3 00/17] Add watchdog support to arm/virt board
 2026-06-24 10:28 UTC  (18+ messages)
` [PATCH v3 01/17] arm: sbsa_gwdt: fixup default "clock-frequency"
` [PATCH v3 02/17] arm: add tracing events to sbsa_gwdt
` [PATCH v3 03/17] arm: sbsa_gwdt: rename device type to sbsa-gwdt
` [PATCH v3 04/17] arm: virt: create sbsa-gwdt watchdog
` [PATCH v3 05/17] arm: sbsa-gwdt: add 'wdat' option
` [PATCH v3 06/17] acpi: introduce WDAT table for GWDT
` [PATCH v3 07/17] arm: virt: add support for WDAT based watchdog
` [PATCH v3 08/17] tests: acpi: arm/virt: whitelist new WDAT table
` [PATCH v3 09/17] tests: acpi: arm/virt: add WDAT table test case
` [PATCH v3 10/17] tests: acpi: arm/virt: update expected WDAT blob
` [PATCH v3 11/17] tests: acpi: arm/virt: whitelist GTDT table
` [PATCH v3 12/17] tests: acpi: arm/virt: add GTDT watchdog table test case
` [PATCH v3 13/17] tests: acpi: arm/virt: update expected GTDT blob
` [PATCH v3 14/17] sbsa-gwdt: reduce code ident
` [PATCH v3 15/17] sbsa-gwdt: move all foo_REFRESH logic under REFRESH condition
` [PATCH v3 16/17] sbsa-gwdt: reschedule timer on direct WCV load
` [PATCH v3 17/17] sbsa-gwdt: limit compare_value to INT64_MAX

[PATCH net v2] seg6: validate SRH length before reading fixed fields
 2026-06-24 10:32 UTC  (2+ messages)

[PATCH RFC v2 0/2] Move libgit.a sources into separate "lib/" directory
 2026-06-24 10:32 UTC  (4+ messages)
` [PATCH RFC v2 2/2] "

[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
 2026-06-24 10:31 UTC  (4+ messages)

[RFC PATCH] mm: bypass swap readahead for zswap
 2026-06-24 10:30 UTC  (2+ messages)

[PATCH next] drivers/misc/kgdbts: Replace strlen() strcpy() pair with strscpy()
 2026-06-24 10:30 UTC  (2+ messages)

[PATCH i-g-t] blocklists: Add asahi tests to i915 and Xe blocklists
 2026-06-24 10:29 UTC 

[PATCH] docs/system: clarify pflash0 and pflash1 are virt-only options
 2026-06-24 10:28 UTC  (4+ messages)

[PATCH] examples: use strlcpy and strlcat
 2026-06-24 10:27 UTC  (2+ messages)
` [PATCH v2] "

[PATCH for-4.22] x86/boot: don't blindly mark VGA in graphics mode on MB2 path
 2026-06-24 10:27 UTC  (2+ messages)

[PATCH] perf trace: Refactor augmented_raw_syscalls using bpf_loop
 2026-06-24 10:27 UTC  (5+ messages)

[PATCH] tests/intel/xe_pat: Fix semaphore_wait instruction
 2026-06-24 10:26 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 0/2] arm64: dts: socfpga: agilex7-gen2: Add initial device tree support
 2026-06-24 10:26 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: socfpga: agilex7-gen2: Add initial device tree

[PATCH v2] PCI/ASPM: Mask ASPM states based on Devicetree properties
 2026-06-24 10:26 UTC  (2+ messages)

[PATCH v4 0/2] ocfs2: validate xattr metadata bounds
 2026-06-24 10:25 UTC  (4+ messages)
` [PATCH v4 1/2] ocfs2: validate inline xattrs during inode block validation

[PATCH v4 0/3] mm, swap: Enable THP SWAP for PowerPC Book3S64
 2026-06-24 10:24 UTC  (3+ messages)
` [PATCH v4 2/3] mm, swap: allow archs to override SWAP_NR_ORDERS via ARCH_MAX_PMD_ORDER

[Bug 221686] New: README.d/ is not mentioned in README
 2026-06-24 10:24 UTC 

[PATCH v4 0/2] mm: improve folio refcount scalability
 2026-06-24 10:24 UTC  (8+ messages)

[RESEND] "ext4: get rid of ppath in get_ext_path()" 6.6.y backport request
 2026-06-24 10:24 UTC 

[PATCH] libbpf: bounds-check float size in btf_dump_float_data()
 2026-06-24 10:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/10] Add GPCDMA support in Tegra264
 2026-06-24 10:22 UTC  (4+ messages)
` [PATCH v6 02/10] arm64: tegra: Remove fallback compatible for GPCDMA

[PATCH v1] kernel: add a simple timer based software watchpoint
 2026-06-24 10:21 UTC  (7+ messages)

[PATCH] mm/memory: refactor finish_fault
 2026-06-24 10:20 UTC 

[rafael-pm:linux-next 15/16] drivers/pnp/isapnp/core.c:392:31: sparse: sparse: incorrect type in argument 1 (different base types)
 2026-06-24 10:19 UTC 

[PATCH] arm64: dts: qcom: glymur: Add label properties to CoreSight devices
 2026-06-24 10:18 UTC  (2+ messages)

[PATCH] lib/iomem_copy: fix __iomem casts
 2026-06-24 10:17 UTC  (3+ messages)

[PATCH v2 0/4] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-24 10:16 UTC  (5+ messages)
` [PATCH v2 1/4] mm: avoid unnecessary lru drain for wp_can_reuse_anon_folio()
` [PATCH v2 3/4] mm: entirely remove lru_add_drain in do_swap_page

[PATCH] dma-iommu: Introduce API to reserve IOVA regions for dynamically created devices
 2026-06-24 10:16 UTC  (11+ messages)

[PATCH net] net: ethernet: qualcomm: ppe: Demote from supported and fix maintainer addresses
 2026-06-24 10:16 UTC  (5+ messages)

[PATCH 0/4] mmc: sdhci-esdhc-imx: fix SDIO suspend/resume issues
 2026-06-24 10:16 UTC  (4+ messages)
` [PATCH 3/4] mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resume

[PATCH v4 0/5] Introduce error threshold to drm_ras
 2026-06-24 10:15 UTC  (9+ messages)
` [PATCH v4 1/5] drm/ras: Cancel and free message on get counter failure
` [PATCH v4 2/5] drm/ras: Introduce error threshold
` [PATCH v4 3/5] drm/xe/ras: Add support for "
` [PATCH v4 4/5] drm/xe/drm_ras: Wire up error threshold callbacks

[PATCH] xfs: fix capabily check in xfs_setattr_nonsize
 2026-06-24 10:14 UTC 

[RFC PATCH] md,dm: caller-owned memalloc_noio token in mddev_suspend()/resume()
 2026-06-24 10:13 UTC 

[PATCH v1 0/2] drm/xe/i2c: alerts and controller enabling modifications
 2026-06-24 10:13 UTC  (4+ messages)
` [PATCH v1 2/2] drm/xe/mcu_i2c: Take over control of the controller enabling

[Buildroot] [PATCH 1/9] testing/tests/utils/test_generate_cyclonedx.py: test scp-style git sites
 2026-06-24 10:13 UTC  (9+ messages)
` [Buildroot] [PATCH 2/9] utils/generate-cyclonedx: make urllib.error import explicit
` [Buildroot] [PATCH 3/9] utils/generate-cyclonedx: add 'id' property to resolves
` [Buildroot] [PATCH 4/9] utils/generate-cyclonedx: mark host packages as excluded
` [Buildroot] [PATCH 5/9] utils/generate-cyclonedx: move license download in a function
` [Buildroot] [PATCH 6/9] utils/generate-cyclonedx: support custom version
` [Buildroot] [PATCH 7/9] utils/generate-cyclonedx: support for v1.7, 1.7.1
` [Buildroot] [PATCH 8/9] utils/generate-cyclonedx: split vulnerabilities per state
` [Buildroot] [PATCH 9/9] testing/tests/utils/test_generate_cyclonedx.py: test vuln with different analysis

[PATCH v2 0/5] Using dev_err_probe as it simplifies error handling and ensures consistent error reporting
 2026-06-24 10:13 UTC  (4+ messages)
` [PATCH v2 4/5] iio: adc: ti-adc161s626: log buffer setup failure in probe

[RFC PATCH 0/2] kasan: hw_tags: Add option to tag only at allocation time
 2026-06-24 10:13 UTC  (9+ messages)

[PATCH v5 0/3] Add Sony IMX471 camera sensor driver
 2026-06-24 10:12 UTC  (10+ messages)
` [PATCH v5 3/3] media: i2c: imx471: Add Sony IMX471 image "

[PULL 000/106] pci, vhost, virtio, iommu: features, fixes, cleanups
 2026-06-24 10:11 UTC  (5+ messages)
` [PULL 016/106] intel_iommu_accel: Handle PASID entry addition for pc_inv_dsc request

[PATCH v3] fpga: stratix10-soc: Fix SVC mailbox handling during reconfiguration
 2026-06-24 10:11 UTC 

[PATCH v3 0/2] tracing: Remove trace_printk.h from kernel.h
 2026-06-24 10:11 UTC  (3+ messages)
` [PATCH v3 2/2] "

[PATCH] rust: backport explicit-tail-calls test skips for unsupported LLVM targets
 2026-06-24 10:11 UTC 

[PATCH 0/2] sched: Introduce and use deferred WARNs in sched
 2026-06-24 10:08 UTC  (4+ messages)
` [PATCH 1/2] bug: Provide WARN_ON.*DEFERRED() macros for console deferred output

perf: Fix dangling cgroup pointer in cpuctx
 2026-06-24 10:07 UTC  (4+ messages)
` [PATCH] perf: Fix dangling cgroup pointer in cpuctx backport

[PATCH v8 00/18] target/s390x: Extend qemu CPACF support
 2026-06-24 10:07 UTC  (5+ messages)
` [PATCH v8 01/18] target/s390x: Fix wrong address handling in address loops
` [PATCH v8 03/18] target/s390x: Move cpacf sha512 code into a new file

[PATCH v3] firmware: stratix10-svc: fix memory leaks and list corruption bugs
 2026-06-24 10:06 UTC 

[PATCH 0/4] input: misc: Add an initial driver for haptics inside Qcom PMIH010x PMIC
 2026-06-24 10:05 UTC  (4+ messages)

chipidea: usbmisc_imx: i.MX93 support
 2026-06-24 10:05 UTC  (5+ messages)

[PATCH v3 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-24 10:04 UTC  (16+ messages)
` [PATCH v3 1/7] net: wwan: t9xx: Add PCIe core
` [PATCH v3 2/7] net: wwan: t9xx: Add control plane transaction layer
` [PATCH v3 3/7] net: wwan: t9xx: Add control DMA interface
` [PATCH v3 4/7] net: wwan: t9xx: Add control port
` [PATCH v3 5/7] net: wwan: t9xx: Add FSM thread
` [PATCH v3 6/7] net: wwan: t9xx: Add AT & MBIM WWAN ports
` [PATCH v3 7/7] net: wwan: t9xx: Add maintainers entry

[PATCH] ext4: cancel dirty accounting for folios without buffers
 2026-06-24  9:52 UTC  (3+ messages)

[PATCH v5 00/14] mfd: lm3533: convert to OF bindings, improve support
 2026-06-24 10:04 UTC  (3+ messages)
` [PATCH v5 14/14] video: leds: backlight: lm3533: Support getting LED sources from DT

[PATCH] dt-bindings: clock: renesas,versaclock7: Update maintainer
 2026-06-24 10:04 UTC  (7+ messages)

[PATCH 1/3] drm/xe/pf: Do not return an error for unrecognized VF events
 2026-06-24 10:03 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for series starting with [1/3] "
` ✓ CI.KUnit: success "

[PATCH v3] mm/slub: deduplicate NUMA policy calculation in allocation paths
 2026-06-24 10:00 UTC 

[RFC] drm/imx: upstream direction for i.MX95 display support
 2026-06-24 10:03 UTC 

[PATCH v6 v6 0/3] ext4: improve mballoc statistics reporting and control
 2026-06-24 10:02 UTC  (3+ messages)

[PATCH v3 0/8] misc: amd-sbi: Refactor SBTSI driver with I3C support and ioctl interface
 2026-06-24 10:03 UTC  (4+ messages)
` [PATCH v3 8/8] docs: misc: amd-sbi: Document SBTSI userspace interface

[PATCH v2] arm64: dts: qcom: glymur-crd: Move common board nodes to shared DTSI
 2026-06-24 10:02 UTC  (3+ messages)

[PATCH v3 00/12] 9pfs: add xattr FID limit (CVE-2026-8348)
 2026-06-24 10:00 UTC  (2+ messages)

[PATCH bpf 2/2] selftests/bpf: Cover fastcall helper stack reads
 2026-06-24 10:01 UTC  (2+ messages)

[BUG] KFENCE: use-after-free read in udp_tunnel_nic_device_sync_work
 2026-06-24 10:01 UTC  (2+ messages)

[PATCH RFC 0/3] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-06-24 10:00 UTC  (9+ messages)
` [PATCH RFC 3/3] "

[PATCH v5 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
 2026-06-24 10:00 UTC  (3+ messages)
` [PATCH v5 2/2] "


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.