All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-05 14:36:41 to 2026-07-05 16:54:15 UTC [more...]

[PATCH v3 0/3] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
 2026-07-05 16:53 UTC 

[PATCH] apparmor: use SEND_SIG_NOINFO instead of NULL in aa_audit()
 2026-07-05 16:52 UTC 

[PATCH 0/1] tidbits: net-ping: add ping tidbit using raw socket
 2026-07-05 16:52 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH] ASoC: sdw_utils: Add RT721 speaker component tag
 2026-07-05 16:50 UTC  (3+ messages)

[PATCH net-next v2] ipv4: hold a consistent view of rt->dst.dev under RCU
 2026-07-05 16:46 UTC  (2+ messages)

EVL: Kernel WARNING
 2026-07-05 16:46 UTC  (7+ messages)

[Buildroot] [PATCH] package/fmt: bump to version 12.2.0
 2026-07-05 16:46 UTC  (2+ messages)

[PATCH 0/8] mm/damon: validate all parameters in the core
 2026-07-05 16:46 UTC  (16+ messages)
` [PATCH 1/8] mm/damon/core: safely validate src on damon_commit_ctx()
` [PATCH 2/8] mm/damon/core: do parameter testing commit on damon_start()
` [PATCH 3/8] mm/damon/sysfs: remove duplicated commit input validity check
` [PATCH 4/8] mm/damon/reclaim: remove duplicated min_region_sz power of 2 check
` [PATCH 5/8] mm/damon/lru_sort: remove duplicated min_region_sz power_of_2() check
` [PATCH 6/8] mm/damon: document region size validation in damon_set_regions()
` [PATCH 7/8] mm/damon/core: remove start, end check in damon_set_region_system_rams()
` [PATCH 8/8] mm/damon/sysfs: remove region size validation

[Buildroot] [PATCH] package/stunnel: fix STUNNEL_CONF_ENV
 2026-07-05 16:45 UTC 

[PATCH v5 00/20] rust: I/O type generalization and projection
 2026-07-05 16:45 UTC  (8+ messages)
` [PATCH v5 02/20] rust: io: add missing safety requirement in `IoCapable` methods

[Buildroot] [git commit] package/fmt: bump to version 12.2.0
 2026-07-05 16:39 UTC 

[PATCH] thermal: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-05 16:43 UTC 

[PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-05 16:41 UTC 

[PATCH] panic: fix va_list reuse in panic_try_force_cpu()
 2026-07-05 16:41 UTC 

[PATCH 0/3] Add Qualcomm I2C slave controller driver
 2026-07-05 16:40 UTC  (4+ messages)
` [PATCH v1 2/3] i2c: qcom-slave: Add driver for Qualcomm I2C slave controller

[PATCH] selftests/rseq: Fix spelling of accommodate
 2026-07-05 16:39 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [PATCH] package/libxmlrpc: bump to version 3341
 2026-07-05 16:36 UTC  (2+ messages)

[PATCH net-next v3 0/8] net: mdio: realtek-rtl9300: Add RTL83xx support
 2026-07-05 16:35 UTC  (9+ messages)
` [PATCH net-next v3 1/8] dt-bindings: net: realtek,rtl9301-mdio: Add RTL83xx series
` [PATCH net-next v3 2/8] net: mdio: realtek-rtl9300: Add polling documentation
` [PATCH net-next v3 3/8] net: phy: add (*notify_phy_attach/detach)() hooks to struct mii_bus
` [PATCH net-next v3 4/8] net: mdio: realtek-rtl9300: Configure hardware polling during probing
` [PATCH net-next v3 5/8] net: mdio: realtek-rtl9300: Add page tracking
` [PATCH net-next v3 6/8] net: mdio: realtek-rtl9300: Increase MDIO timeout
` [PATCH net-next v3 7/8] net: mdio: realtek-rtl9300: Add support for RTL838x
` [PATCH net-next v3 8/8] net: mdio: realtek-rtl9300: Add support for RTL839x

[PATCH 0/3] drm: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-05 16:35 UTC  (6+ messages)
` [PATCH 1/3] drm/bridge: "
` [PATCH 2/3] drm/imx: "
` [PATCH 3/3] drm/rockchip: "

[PATCH] clk: mediatek: remove unneeded 'fast_io' parameter in regmap_config
 2026-07-05 16:35 UTC 

Seeking guidance on detecting mount point inactivity
 2026-07-05 16:34 UTC  (6+ messages)

[OE-core][master][PATCH] vim: upgrade 9.2.0569 -> 9.2.0782
 2026-07-05 16:31 UTC 

[Buildroot] [PATCH] package/webkitgtk: bump to version 2.52.4
 2026-07-05 16:33 UTC  (2+ messages)

[Buildroot] [git commit] package/webkitgtk: security bump to version 2.52.4
 2026-07-05 16:29 UTC 

arch/mips/txx9/generic/setup.c:254:9: sparse: sparse: switch with no cases
 2026-07-05 16:26 UTC 

[Buildroot] [PATCH 1/1] configs/freescale_imx95frdm_defconfig: add support for freescale FRDM i.MX95 board
 2026-07-05 16:24 UTC  (2+ messages)

[PATCH] diff: give --compact-summary a short synonym --sstat
 2026-07-05 16:19 UTC  (3+ messages)

[PATCH] md: avoid modifying spares while the array is not suspended
 2026-07-05 16:16 UTC  (2+ messages)

[Buildroot] [git commit] package/libxmlrpc: bump to version 3341
 2026-07-05 14:51 UTC 

[PATCH] random: replace asm includes with linux headers
 2026-07-05 15:54 UTC 

[RFC PATCH v1.1 00/11] mm/damon: refactor damon_{start,stop,commit}() for simple error handling
 2026-07-05 16:01 UTC  (12+ messages)
` [RFC PATCH v1.1 01/11] mm/damon/core: stop ctxs in damon_start() before returning an error
` [RFC PATCH v1.1 02/11] samples/damon/mtier: do not stop first context for damon_start() failure
` [RFC PATCH v1.1 03/11] mm/damon/core: make damon_stop() never fails
` [RFC PATCH v1.1 04/11] mm/damon/sysfs: ignore damon_stop() return value
` [RFC PATCH v1.1 05/11] mm/damon/reclaaim: "
` [RFC PATCH v1.1 06/11] mm/damon/lru_sort: "
` [RFC PATCH v1.1 07/11] mm/damon/core: change damon_stop() return type to void
` [RFC PATCH v1.1 08/11] samples/damon/mtier: stop all contexts with single damon_stop() call
` [RFC PATCH v1.1 09/11] mm/damon/core: wait ctx stop in damon_call() before reruning an error
` [RFC PATCH v1.1 10/11] samples/damon/wsse: do not stop ctx for damon_call() failure
` [RFC PATCH v1.1 11/11] samples/damon/prcl: do not stop DAMON "

[PATCH] pinctrl: pinctrl-rp1: Make use of str_hi_lo helper
 2026-07-05 16:01 UTC 

[PATCH] i2c: virtio: Reset virtqueue before freeing interrupted requests
 2026-07-05 15:59 UTC 

[PATCH 0/5] batctl: genl_json bugfixes
 2026-07-05 15:53 UTC  (6+ messages)
` [PATCH 1/5] batctl: genl_json: avoid negative chars in sanitize_string
` [PATCH 2/5] batctl: genl_json: reject unknown options in handle_json_query
` [PATCH 3/5] batctl: genl_json: don't return negative error codes to main
` [PATCH 4/5] batctl: genl_json: escape non-printable characters as valid JSON
` [PATCH 5/5] batctl: genl_json: drop leftover network coding log level

[PATCH] block: fix BLKSECDISCARD zero-length range causing page cache invalidation
 2026-07-05 15:56 UTC  (2+ messages)

[PATCH v2 1/3] signal: change force_sig_info_to_task() to call __send_signal_locked()
 2026-07-05 15:54 UTC  (8+ messages)
` [PATCH 0/11] Short circuit delivery for coredump signals

[PATCH v2] MAINTAINERS: Update SH/SoCFPGA/USB email addresses
 2026-07-05 15:52 UTC 

[PATCH net] qede: fix off-by-one in BD ring consumption on build_skb failure
 2026-07-05 15:53 UTC  (4+ messages)

[PATCH v2 0/2] docs/zh_CN: update translations for process/changes.rst and sphinx.rst
 2026-07-05 15:51 UTC  (7+ messages)
` [PATCH v2 1/2] docs/zh_CN: add process/changes.rst translation

[PATCH] PCI: Fix AB-BA deadlock between remove and SR-IOV sysfs
 2026-07-05 15:49 UTC  (2+ messages)

[PULL 0/4] Hppa fixes for v11.1 patches
 2026-07-05 15:47 UTC  (4+ messages)
` [PULL 1/4] target/hppa: Work-around for Fast TLB insert instruction on HP-UX 9
` [PULL 2/4] target/hppa: Delay MMU update until TLB protection bits were set
` [PULL 3/4] hw/misc/lasi: derive IRR from pending and unmasked requests

[PATCH v2 0/2] drm/panel: Add Novatek NT36536 panel driver
 2026-07-05 15:47 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT36536
` [PATCH v2 2/2] drm/panel: Add Novatek NT36536 panel driver

[GIT PULL] SPI fixes for v7.2-rc1
 2026-07-05 15:46 UTC  (2+ messages)

[GIT PULL] x86 fix
 2026-07-05 15:46 UTC  (2+ messages)

[GIT PULL] sound fixes for 7.2-rc2
 2026-07-05 15:46 UTC  (2+ messages)

[GIT PULL] perf events fixes
 2026-07-05 15:46 UTC  (2+ messages)

[GIT PULL] futex fix
 2026-07-05 15:46 UTC  (2+ messages)

[GIT PULL] IRQ fixes
 2026-07-05 15:46 UTC  (2+ messages)

[PATCH 0/5] perf/arm-cmn: Support CMN S3 r2
 2026-07-05 15:44 UTC  (3+ messages)
` [PATCH 3/5] perf/arm-cmn: Refactor event filter data

[PATCH] dt-bindings: iio: adc: convert Xilinx XADC bindings to YAML
 2026-07-05 15:42 UTC  (2+ messages)

[PATCH] dt-bindings: iio: adc: convert Xilinx XADC bindings to YAML
 2026-07-05 15:42 UTC  (3+ messages)

[PATCH 0/2] Add device tree for Acer Swift Go Pro AI (SFA14-11)
 2026-07-05 15:39 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Add "
` [PATCH 2/2] arm64: dts: qcom: Add support for "

[char-misc] mei: bus: access mei_device under device_lock on cleanup
 2026-07-05 15:12 UTC 

[PATCH 0/4] Bluetooth: fix hci_conn lookup RCU usage + holding refcounts
 2026-07-05 15:35 UTC  (6+ messages)
` [PATCH 1/4] Bluetooth: hci_sync: extend conn_hash lookup RCU critical sections
  ` Bluetooth: fix hci_conn lookup RCU usage + holding refcounts
` [PATCH 2/4] Bluetooth: mgmt: fix RCU use in unpair_device/disconnect_sync
` [PATCH 3/4] Bluetooth: mgmt: hold reference for hci_conn in mgmt_pending_cmds
` [PATCH 4/4] Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups

[PATCH] staging: rtl8723bs: use rS0S1_PathSwitch define instead of 0x948 magic number
 2026-07-05 15:32 UTC 

[PATCH] docs: filesystems: porting: fix spelling of returned and instead
 2026-07-05 15:30 UTC  (2+ messages)

[PATCH v3 0/9] spacemit mmc driver
 2026-07-05 15:21 UTC  (4+ messages)
` [PATCH v3 3/9] mmc: sdhci: enable CMD23 for multi-block transfers

[PATCH] rust: Upgrade 1.96.0 -> 1.96.1
 2026-07-05 15:20 UTC 

[PATCH 7.0 345/461] vsock/virtio: fix zerocopy completion for multi-skb sends
 2026-07-05 15:19 UTC  (11+ messages)

[PATCH v1 0/5] pwm: Unify arrays of various *_device_id
 2026-07-05 15:14 UTC  (12+ messages)
` [PATCH v1 1/5] pwm: pca9685: Drop unused assignment of acpi_device_id driver data
` [PATCH v1 2/5] pwm: Use named initializers for arrays of acpi_device_id
` [PATCH v1 3/5] pwm: Unify coding style of acpi_device_id arrays
` [PATCH v1 4/5] pwm: Unify coding style of of_device_id arrays
` [PATCH v1 5/5] pwm: lpss-pci: Unify coding style of pci_device_id array

[PATCH v20 0/2] ACPI: Add support for ACPI RAS2 feature table
 2026-07-05 15:13 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: rockchip: Add EmbedFire LubanCat 4 board
 2026-07-05 15:11 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH] batctl: translate: don't overwrite the search key
 2026-07-05 15:09 UTC 

[PATCH 0/7] rust: Use kernel style vertical imports in various drivers
 2026-07-05 15:03 UTC  (5+ messages)

[PATCH] media: chips-media: wave5: Check decoder qbuf runtime resume
 2026-07-05 14:57 UTC 

[PATCH] arm64: dts: qcom: sc8280xp-huawei-gaokun3: Add dsi panel DT node
 2026-07-05 14:58 UTC  (9+ messages)

Policy regarding linux-next only changes
 2026-07-05 14:59 UTC  (5+ messages)

[PATCH] CREDITS: Honor Mark Gross who recently was removed from MAINTAINERS
 2026-07-05 14:54 UTC  (2+ messages)

[wrynose][PATCH 1/3] vim: fix for CVE-2026-41411 & CVE-2026-44656
 2026-07-05 14:49 UTC  (3+ messages)
` [wrynose][PATCH 3/3] vim: Fix for CVE-2026-52858,CVE-2026-52859,CVE-2026-52860
  ` [OE-core] "

[PATCH net-next 0/2] nfc: s3fwrn5: support the S3NRN4V variant
 2026-07-05 14:47 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: nfc: samsung,s3fwrn5: add S3NRN4V and clk-req-gpios

[PATCH v2] media: dw2102: Fix a buffer overflow
 2026-07-05 14:45 UTC 

[PULL 00/44] pci, vhost, virtio, iommu: features, fixes, cleanups
 2026-07-05 14:36 UTC  (32+ messages)
` [PULL 02/44] amd_iommu: Return int from page walk status helpers
` [PULL 04/44] amd_iommu: Decode IRTEs without bitfields
` [PULL 05/44] amd_iommu: Fix endianness handling for command buffer entries
` [PULL 07/44] qapi, hmp: introspection for the sp-mem device
` [PULL 08/44] i386/acpi-build: partition device_memory SRAT umbrella for sp-mem
` [PULL 14/44] tests/qtest: add e820 fw_cfg test
` [PULL 15/44] tests/qtest: cover sp-mem SOFT_RESERVED e820 entry
` [PULL 17/44] vhost-user.rst: clarify when rings are started
` [PULL 18/44] libvhost-user: look for available vq buffers upon SET_VRING_KICK
` [PULL 19/44] vhost-user: inject kick after SET_VRING_KICK
` [PULL 21/44] tests/qtest/libqos: share Intel IOMMU test setup helpers
` [PULL 22/44] tests/qtest/libqos: add Intel IOMMU invalidation helpers
` [PULL 24/44] vhost-user-base: free virtqueue array during cleanup
` [PULL 26/44] vdpa: fix use-after-free of vqs in vhost_vdpa_device_unrealize
` [PULL 27/44] arm: sbsa_gwdt: fixup default "clock-frequency"
` [PULL 28/44] arm: add tracing events to sbsa_gwdt
` [PULL 29/44] arm: sbsa_gwdt: rename device type to sbsa-gwdt
` [PULL 30/44] arm: virt: create sbsa-gwdt watchdog
` [PULL 31/44] arm: sbsa-gwdt: add 'wdat' option
` [PULL 32/44] acpi: introduce WDAT table for GWDT
` [PULL 34/44] tests: acpi: arm/virt: whitelist new WDAT table
` [PULL 35/44] tests: acpi: arm/virt: add WDAT table test case
` [PULL 36/44] tests: acpi: arm/virt: update expected WDAT blob
` [PULL 37/44] tests: acpi: arm/virt: whitelist GTDT table
` [PULL 38/44] tests: acpi: arm/virt: add GTDT watchdog table test case
` [PULL 39/44] tests: acpi: arm/virt: update expected GTDT blob
` [PULL 40/44] vhost-user: Guarantee that memory regions do not overlap
` [PULL 41/44] hw/virtio-crypto: enforce max akcipher key length
` [PULL 42/44] vhost-user-scmi: free vhost virtqueue array on cleanup
` [PULL 43/44] vhost-user-blk: add seg-max-adjust flag
` [PULL 44/44] virtio-net: validate RSS indirections_len in post_load

[PATCH] intel_th: Fix MSC output device reference leak
 2026-07-05 14:41 UTC 

[PATCH 0/2] hwmon: Add support for MPS mpq82d00
 2026-07-05 14:40 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: Add "

[PATCH 1/2] dt-bindings: gpio: renesas,rcar-gpio: Document R-Car X5H (R8A78000) support
 2026-07-05 14:40 UTC  (2+ messages)

[PATCH v2 0/2] ptrace_set_syscall_info: add support for seccomp syscall skipping
 2026-07-05 14:38 UTC  (4+ messages)
` [PATCH v2 1/2] ptrace: PTRACE_SET_SYSCALL_INFO syscall skipping support

[PATCH] ksmbd: Do not skip lock checks for single-byte ranges
 2026-07-05 14:37 UTC  (2+ messages)

[PATCH v3 0/3] watchdog: npcm: Add reset status detection support
 2026-07-05 14:36 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: watchdog: npcm: add GCR syscon property


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.