mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v2 0/4] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-15 21:46 UTC  (3+ messages)
` [PATCH v2 1/4]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH v2 2/4]IPC: Added system call number in all most common arch

[PATCH net-next] net: phy: microchip_rds_ptp: simplify allocation
 2026-03-15 21:45 UTC 

[PATCH v4] powerpc: dts: Build devicetrees of enabled platforms
 2026-03-15 21:45 UTC 

[PATCH 0/8] i2c: rtl9300: support for RTL9607C I2C controller
 2026-03-15 21:45 UTC  (7+ messages)
` [PATCH 4/8] i2c: rtl9300: introduce a property for 8 bit width reg address
` [PATCH 6/8] i2c: rtl9300: intoduce new function properties to driver data

[PATCH] pmdomain: qcom: cpr: simplify main allocation
 2026-03-15 21:41 UTC 

[PATCH] staging: rtl8723bs: Use kmemdup() to replace kzalloc() followed by memcpy()
 2026-03-15 21:36 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: remove redundant blank line in rtw_btcoex.c
 2026-03-15 21:34 UTC  (2+ messages)

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-03-15 21:25 UTC  (2+ messages)

[PATCH v3 0/6] iio: light: vcnl4000: add regulator support
 2026-03-15 21:24 UTC  (9+ messages)
` [PATCH v3 3/6] iio: light: vcnl4000: replace mutex_init with devm_mutex_init
` [PATCH v3 4/6] iio: light: vcnl4000: add support for regulators
` [PATCH v3 5/6] iio: light: vcnl4000: remove error messages for trigger and irq

[PATCH v2 0/4] rust: refactor ARef and AlwaysRefCounted imports
 2026-03-15 21:23 UTC  (3+ messages)
`  "

[PATCH v2] rust: update `kernel::c_str!` documentation
 2026-03-15 21:23 UTC  (2+ messages)

[PATCH] rust: cpufreq: fix clippy::double_parens warning in Policy doctest
 2026-03-15 21:22 UTC  (4+ messages)
` [RFC PATCH] rust: kbuild: support global per-version flags

[PATCH v4 0/8] lib/glob: bug fixes, new features, and tests
 2026-03-15 21:18 UTC  (9+ messages)
` [PATCH v4 1/8] lib/glob: normalize inverted character class ranges
` [PATCH v4 2/8] lib/glob: treat trailing backslash as literal character
` [PATCH v4 3/8] lib/glob: accept [^...] as character class negation syntax
` [PATCH v4 4/8] lib/glob: add case-insensitive glob_match_nocase()
` [PATCH v4 5/8] lib/glob: add glob_validate() for pattern syntax checking
` [PATCH v4 6/8] lib/tests: add glob test cases for escapes, edge cases, and new features
` [PATCH v4 7/8] lib/tests: add kunit tests for glob_match_nocase() and glob_validate()
` [PATCH v4 8/8] kunit: validate glob filter patterns before use

[PATCH v2 0/2] btrfs: verify cached extent buffers against tree parent checks
 2026-03-15 21:17 UTC  (3+ messages)
` [PATCH v2 2/2] btrfs: revalidate cached tree blocks on the uptodate path

[PATCH v3 0/8] lib/glob: bug fixes, new features, and tests
 2026-03-15 21:16 UTC  (14+ messages)
` [PATCH v2 1/5] lib/glob: add case-insensitive glob_match_nocase()
` [PATCH v3 1/8] lib/glob: normalize inverted character class ranges
` [PATCH v2 2/5] lib/glob: add glob_validate() for pattern syntax checking
` [PATCH v3 2/8] lib/glob: treat trailing backslash as literal character
` [PATCH v3 3/8] lib/glob: accept [^...] as character class negation syntax
` [PATCH v2 3/5] lib/tests: add glob test cases for escapes, edge cases, and new features
` [PATCH v3 4/8] lib/glob: add case-insensitive glob_match_nocase()
` [PATCH v2 4/5] lib/tests: add kunit tests for glob_match_nocase() and glob_validate()
` [PATCH v2 5/5] kunit: validate glob filter patterns before use
` [PATCH v3 5/8] lib/glob: add glob_validate() for pattern syntax checking
` [PATCH v3 6/8] lib/tests: add glob test cases for escapes, edge cases, and new features
` [PATCH v3 7/8] lib/tests: add kunit tests for glob_match_nocase() and glob_validate()
` [PATCH v3 8/8] kunit: validate glob filter patterns before use

Linux 7.0-rc4
 2026-03-15 21:15 UTC 

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2026-03-15 21:14 UTC  (2+ messages)

[PATCH] net: pse-pd: add LED trigger support
 2026-03-15 21:12 UTC  (2+ messages)

[PATCH v4 0/2] staging: rtl8723bs: Cleanups for rtw_xmit.c
 2026-03-15 21:05 UTC  (3+ messages)
` [PATCH v4 1/2] staging: rtl8723bs: Replace network magic numbers with EtherType macros
` [PATCH v4 2/2] staging: rtl8723bs: Replace msleep() with fsleep()

[RFC PATCH 00/10] mm/damon: let DAMON be paused and resumed
 2026-03-15 21:00 UTC  (11+ messages)
` [RFC PATCH 01/10] mm/damon/core: introduce damon_ctx->paused
` [RFC PATCH 02/10] mm/damon/sysfs: add pause file under context dir
` [RFC PATCH 03/10] Docs/mm/damon/design: update for context pause/resume feature
` [RFC PATCH 04/10] Docs/admin-guide/mm/damon/usage: update for pause file
` [RFC PATCH 05/10] Docs/ABI/damon: update for pause sysfs file
` [RFC PATCH 06/10] mm/damon/tests/core-kunit: test pause commitment
` [RFC PATCH 07/10] selftests/damon/_damon_sysfs: support pause file staging
` [RFC PATCH 08/10] selftests/damon/drgn_dump_damon_status: dump pause
` [RFC PATCH 09/10] selftests/damon/sysfs.py: check pause on assert_ctx_committed()
` [RFC PATCH 10/10] selftets/damon/sysfs.py: pause DAMON before dumping status

[PATCH v5 0/5] Print AGESA version at bootup
 2026-03-15 20:56 UTC  (5+ messages)
` [PATCH v5 5/5] x86/CPU/AMD: Print AGESA string from DMI additional information entry

[GIT PULL] probes: Fixes for for v7.0-rc3
 2026-03-15 20:52 UTC  (2+ messages)

[GIT PULL] bootconfig: Fixes for v7.0-rc3
 2026-03-15 20:52 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 7.0-rc3
 2026-03-15 20:52 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 7.0-rc4
 2026-03-15 20:52 UTC  (2+ messages)

[PATCH 0/2] staging: nvec_power: quiesce EC queries for system suspend
 2026-03-15 20:48 UTC  (2+ messages)

[PATCH net-next v8 0/4] net: phy: realtek: pair order and polarity
 2026-03-15 20:44 UTC  (5+ messages)
` [PATCH net-next v8 1/4] dt-bindings: net: ethernet-phy: add property enet-phy-pair-order
` [PATCH net-next v8 2/4] net: phy: realtek: add RTL8224 pair order support
` [PATCH net-next v8 3/4] dt-bindings: net: ethernet-phy: add property enet-phy-pair-polarity
` [PATCH net-next v8 4/4] net: phy: realtek: add RTL8224 polarity support

[PATCH] net: ntb_netdev: add SPDX-License-Identifier tag
 2026-03-15 20:33 UTC 

[PATCH] staging: rtl8723bs: remove unnecessary spaces in rtw_security.c
 2026-03-15 20:23 UTC 

[PATCH v3 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
 2026-03-15 20:22 UTC 

[PATCH] mfd/ASoC: WM8400: select SND_SOC_WM8400 from MFD_WM8400
 2026-03-15 20:21 UTC 

[PATCH 0/3] ASoC: amd: acp: PX13 ACP70 config and machine quirks
 2026-03-15 20:20 UTC  (8+ messages)
` [PATCH 3/3] ASoC: amd: acp: add ASUS HN7306EA quirk for legacy SDW machine

[PATCH v2 0/8] lib/glob: bug fixes, new features, and tests
 2026-03-15 20:18 UTC  (9+ messages)
` [PATCH v2 1/8] lib/glob: normalize inverted character class ranges
` [PATCH v2 2/8] lib/glob: treat trailing backslash as literal character
` [PATCH v2 3/8] lib/glob: accept [^...] as character class negation syntax
` [PATCH v2 4/8] lib/glob: add case-insensitive glob_match_nocase()
` [PATCH v2 5/8] lib/glob: add glob_validate() for pattern syntax checking
` [PATCH v2 6/8] lib/tests: add glob test cases for escapes, edge cases, and new features
` [PATCH v2 7/8] lib/tests: add kunit tests for glob_match_nocase() and glob_validate()
` [PATCH v2 8/8] kunit: validate glob filter patterns before use

[PATCH v3 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID
 2026-03-15 20:17 UTC 

[PATCH v3 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
 2026-03-15 20:17 UTC 

[PATCH v3 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
 2026-03-15 20:16 UTC 

[PATCH] net: macvtap: add missing blank lines after declarations
 2026-03-15 20:13 UTC 

osq_lock on arm64
 2026-03-15 20:11 UTC 

[PATCH v3] ALSA: hda/realtek: Sequence GPIO2 on Star Labs StarFighter
 2026-03-15 20:11 UTC  (2+ messages)
` [PATCH v4] "

[PATCH sched_ext/for-7.1] sched_ext: Reduce DSQ lock contention in consume_dispatch_q()
 2026-03-15 20:10 UTC  (4+ messages)

[PATCH v3 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
 2026-03-15 20:10 UTC 

[PATCH] ALSA: hda/realtek: Use ALC287_FIXUP_TXNW2781_I2C for ASUS Strix Gxx5
 2026-03-15 20:10 UTC  (2+ messages)

[PATCH v3 0/6] Commonize Redmi 5A for 4A and GO
 2026-03-15 19:58 UTC  (3+ messages)
` [PATCH v3 3/6] arm64: dts: qcom: msm8917-xiaomi-wingtech: Add goodix touch

[PATCH] signal: use task parameter instead of current in task_join_group_stop()
 2026-03-15 19:50 UTC  (3+ messages)

[PATCH 0/3] lib/bug: concurrency fix, cleanups, and debugfs inspection
 2026-03-15 19:49 UTC  (4+ messages)
` [PATCH 1/3] lib/bug: annotate concurrent access to bug->flags with READ_ONCE/WRITE_ONCE
` [PATCH 2/3] lib/bug: clean up types in bug reporting helpers
` [PATCH 3/3] lib/bug: add debugfs interface to list all BUG/WARN sites

[PATCH v2] crypto: atmel-sha204a - Fix potential UAF and memory leak in remove path
 2026-03-15 19:45 UTC  (3+ messages)

[PATCH v3 0/7] Introduce Synology Microp driver
 2026-03-15 19:41 UTC  (7+ messages)
` [PATCH v3 7/7] leds: add synology microp led driver

[PATCH] power: supply: qcom_smbx: allow disabling charging
 2026-03-15 19:40 UTC 

[PATCH] lib/list_sort: introduce list_sort_nonatomic() and remove dummy cmp() calls
 2026-03-15 19:39 UTC 

[PATCH net v4 0/5] selftests: net: fix false failures due to missing features and host interference
 2026-03-15 19:25 UTC  (4+ messages)
` [PATCH net v4 3/5] selftests: net: rename pmtu.sh to pmtu-test.sh

[PATCH] iio: light: as73211: remove duplicate zero init of scan.chan[3]
 2026-03-15 19:21 UTC 

[PATCH v2] mm/damon/stat: monitor all System RAM resources
 2026-03-15 19:17 UTC  (2+ messages)

[PATCH v4 0/8] iio: accel: convert to guard(mutex)
 2026-03-15 19:13 UTC  (4+ messages)
` [PATCH v4 8/8] iio: accel: sca3000: "

[PATCH] selftests: sched: drop unnecessary rpath from Makefile
 2026-03-15 19:11 UTC  (2+ messages)

[PATCH] selftests: do not override CFLAGS set by the build environment
 2026-03-15 19:11 UTC  (2+ messages)

[GIT PULL] RISC-V T-HEAD Devicetrees for v7.1
 2026-03-15 19:10 UTC 

[syzbot] [mm?] WARNING in folio_add_new_anon_rmap
 2026-03-15 19:09 UTC 

[PATCH] selftests: x86: test_shadow_stack: return KSFT_SKIP when test is skipped
 2026-03-15 19:08 UTC  (2+ messages)

[PATCH v2] 9p: document missing enum values in kernel-doc comments
 2026-03-15 19:06 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 0/8] platform-x86: lenovo-wmi: Add fixes and enhancement
 2026-03-15 18:59 UTC  (9+ messages)
` [PATCH v4 4/8] platform/x86: lenovo-wmi-other: Limit adding attributes to supported devices
` [PATCH v4 8/8] platform/x86: lenovo-wmi-other: Add WMI battery charge limiting

[PATCH v3 0/2] iio: proximity: add driver for ST VL53L1X ToF sensor
 2026-03-15 18:57 UTC  (6+ messages)

[PATCH v3 0/3] iio: ssp_sensors: improve resource cleanup with cleanup.h
 2026-03-15 18:55 UTC  (7+ messages)
` [PATCH v3 1/3] iio: ssp_sensors: ssp_spi: use guard() to release mutexes
` [PATCH v3 2/3] iio: ssp_sensors: simplify cleanup using __free
` [PATCH v3 3/3] iio: ssp_sensors: cleanup codestyle warning

[PATCH WIP v2 00/11] Input: support for STM FTS5
 2026-03-15 18:52 UTC  (12+ messages)
` [PATCH WIP v2 01/11] Input: stmfts - Fix the MODULE_LICENSE() string
` [PATCH WIP v2 02/11] Input: stmfts - Use dev struct directly
` [PATCH WIP v2 03/11] Input: stmfts - Switch to devm_regulator_bulk_get_const
` [PATCH WIP v2 04/11] Input: stmfts - abstract reading information from the firmware
` [PATCH WIP v2 05/11] Input: stmfts - disable regulators when power on fails
` [PATCH WIP v2 06/11] Input: stmfts - use client to make future code cleaner
` [PATCH WIP v2 07/11] dt-bindings: input: touchscreen: st,stmfts: Introduce reset GPIO
` [PATCH WIP v2 08/11] Input: stmfts - add optional reset GPIO support
` [PATCH WIP v2 09/11] dt-bindings: input: touchscreen: st,stmfts: Introduce STM FTS5
` [PATCH WIP v2 10/11] Input: stmfts - support FTS5
` [PATCH WIP v2 11/11] arm64: dts: qcom: sdm845-google: Add STM FTS touchscreen support

[PATCH -tip v4 1/4] x86/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base accessors
 2026-03-15 18:51 UTC  (4+ messages)
` [PATCH -tip v4 2/4] x86/segment: Remove unnecessary memory clobber from savesegment()
` [PATCH -tip v4 3/4] x86/segment: Use ASM_INPUT_RM in __loadsegment_fs()
` [PATCH -tip v4 4/4] x86/segment: Implement loadsegment()/savesegment() macros with static inline helpers

[GIT PULL] Please pull powerpc/linux.git powerpc-7.0-3 tag
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] x86 fix
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] timer subsystem fix
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] objtool fixes
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] IRQ fixes
 2026-03-15 18:47 UTC  (2+ messages)

[GIT PULL] I3C fixes for 7.0
 2026-03-15 18:47 UTC  (2+ messages)

[PULL REQUEST] i2c-for-7.0-rc4
 2026-03-15 18:47 UTC  (2+ messages)

[PATCH v2] iio: st_sensors: drop temporary kmalloc buffer and reuse buffer_data
 2026-03-15 18:46 UTC  (2+ messages)

[PATCH v2] MIPS: dts: loongson64g-package: Switch to Loongson UART driver
 2026-03-15 18:44 UTC 

[PATCH v2 0/2] serial: 8250: loongson: Add support for MIPS-based Loongson 3A4000
 2026-03-15 18:42 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: 8250: Add Loongson 3A4000 uart compatible
` [PATCH v2 2/2] serial: 8250: loongson: Enable building on MIPS Loongson64

[syzbot] [mm?] possible deadlock in mfill_get_vma
 2026-03-15 18:37 UTC 

[PATCH v2] iio: ssp_sensors: simplify cleanup using __free
 2026-03-15 18:36 UTC  (2+ messages)

[RFC PATCH v4 0/6] Accelerate page migration with batch copying and hardware offload
 2026-03-15 18:25 UTC  (7+ messages)
` [RFC PATCH v4 1/6] mm: introduce folios_mc_copy() for batch folio copying
` [RFC PATCH v4 2/6] mm/migrate: skip data copy for already-copied folios

[PATCH] usb: gadget: dummy_hcd: fix data corruption with queued requests
 2026-03-15 18:24 UTC  (9+ messages)
  ` [PATCH v2] usb: gadget: dummy_hcd: fix premature URB completion when ZLP follows partial transfer

[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
 2026-03-15 18:21 UTC  (5+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID

[PATCH] staging: greybus: bootrom: fix potential null pointer dereference
 2026-03-15 18:20 UTC 

[RFC PATCH] tools: nvmem: add nvmemctl for userspace NVMEM device management
 2026-03-15 18:18 UTC 

[PATCH 0/2] iio: light: vcnl4000: add regulator support
 2026-03-15 18:16 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v2 0/5] Introduce QPW for per-cpu operations (v2)
 2026-03-15 18:10 UTC  (6+ messages)
` [PATCH v2 2/5] Introducing qpw_lock() and per-cpu queue & flush work

[PATCH v7 0/9] Enhancements to pcie-tegra194 driver
 2026-03-15 18:06 UTC  (4+ messages)
` [PATCH v7 8/9] PCI: tegra194: Add core monitor clock support

[PATCH v4 0/6] iio: fix spelling mistakes in comments
 2026-03-15 18:05 UTC  (4+ messages)

[PATCH v2] scripts/coccinelle: Add script for using ARRAY_END()
 2026-03-15 17:54 UTC  (4+ messages)

[PATCH] staging: greybus: use %pe to print PTR_ERR in fw-core.c
 2026-03-15 17:45 UTC  (2+ messages)

[PATCH net-next v2 0/6] dpll: zl3073x: refactor state management
 2026-03-15 17:42 UTC  (7+ messages)
` [PATCH net-next v2 1/6] dpll: zl3073x: use struct_group to partition states
` [PATCH net-next v2 2/6] dpll: zl3073x: add zl3073x_ref_state_update helper
` [PATCH net-next v2 3/6] dpll: zl3073x: introduce zl3073x_chan for DPLL channel state
` [PATCH net-next v2 4/6] dpll: zl3073x: add DPLL channel status fields to zl3073x_chan
` [PATCH net-next v2 5/6] dpll: zl3073x: add reference priority "
` [PATCH net-next v2 6/6] dpll: zl3073x: drop selected and simplify connected ref getter

[PATCH] fat: add KUnit tests for timestamp conversion helpers
 2026-03-15 17:38 UTC  (2+ messages)

[PATCH net-next 5/6] dpll: zl3073x: add reference priority to zl3073x_chan
 2026-03-15 17:38 UTC  (3+ messages)
` [net-next,5/6] "

[PATCH v25 0/9] Simple Donor Migration for Proxy Execution
 2026-03-15 17:38 UTC  (3+ messages)
` [PATCH v25 9/9] sched: Handle blocked-waiter migration (and return migration)

[PATCH v3 0/2] staging: rtl8723bs: Cleanups for rtw_xmit.c
 2026-03-15 17:34 UTC  (3+ messages)
` [PATCH v3 2/2] staging: rtl8723bs: Replace msleep() with fsleep()

[PATCH] fbtft-bus: fix spacing before closing parenthesis
 2026-03-15 17:33 UTC 

[PATCH] MIPS: Loongson64: env: Check UARTs passed by LEFI cautiously
 2026-03-15 17:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Optimization and alignment for MMC, Rust and iwlwifi
 2026-03-15 17:25 UTC  (4+ messages)
` [PATCH v2 1/3] wifi: iwlwifi: pcie: optimize MSI-X interrupt affinity
` [PATCH v2 2/3] rust: block: rnull: update to Pin<KBox<QueueData>> for PinInit
` [PATCH v2 3/3] mmc: sdhci-esdhc-imx: consolidate imx25/35 data and add Kingston CID

[PATCH] irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe()
 2026-03-15 17:24 UTC  (2+ messages)

[PATCH v6 0/2] hfsplus: prevent b-tree allocator corruption
 2026-03-15 17:20 UTC  (3+ messages)
` [PATCH v6 1/2] hfsplus: refactor b-tree map page access and add node-type validation
` [PATCH v6 2/2] hfsplus: validate b-tree node 0 bitmap at mount time

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®