All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 14:26:11 to 2026-03-12 15:02:22 UTC [more...]

[PATCH v4 0/4] input: add GPIO-based charlieplex keypad
 2026-03-12 15:02 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: input: add settling-time-us common property

[PATCH] KVM: optionally post write on ioeventfd write
 2026-03-12 15:02 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: hda: Fix NULL pointer dereference on SoundWire IRQ during removal
 2026-03-12 15:00 UTC 

[PATCH] Revert "usb: cdns3: use VBUS Valid to determine role for dr_mode OTG"
 2026-03-12 15:01 UTC  (3+ messages)

[PATCH net-next] net: macb: set default_an_inband to true for SGMII
 2026-03-12 15:01 UTC  (2+ messages)

[PATCH v3 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask
 2026-03-12 15:00 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/i915/dmc: Update PIPEDMC interrupt mask (rev3)

[PATCH v3 0/2] drm/i915/dmc: Update PIPEDMC interrupt mask/
 2026-03-12 15:00 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PATCH] mm/mempolicy: add sysfs interface to override NUMA node bandwidth
 2026-03-12 15:00 UTC  (2+ messages)

[PATCH 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-12 15:00 UTC  (12+ messages)
` [PATCH 2/4] arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
` [PATCH 3/4] arm64: errata: Work around early CME DVMSync acknowledgement

[PATCH] netfilter: xt_time: use unsigned int for monthday bit shift
 2026-03-12 14:59 UTC 

[PATCH RFC v2 00/15] Add virtualization support for EGM
 2026-03-12 14:59 UTC  (6+ messages)

[PATCH v19 0/8] Specifying cache topology on ARM
 2026-03-12 14:58 UTC  (3+ messages)
` [PATCH v19 4/8] bios-tables-test: prepare to change ARM ACPI virt PPTT

[PATCH v15 0/8] support FEAT_LSUI
 2026-03-12 14:57 UTC  (6+ messages)
` [PATCH v15 4/8] arm64: futex: refactor futex atomic operation

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-03-12 14:58 UTC  (9+ messages)
` [PATCH v3 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH v3 0/2] iio: proximity: add driver for ST VL53L1X ToF sensor
 2026-03-12 14:58 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH i-g-t v1 0/6] Replace gtk-doc with cdoc(MkDocs) for API reference
 2026-03-12 14:57 UTC  (3+ messages)
` [PATCH i-g-t v1 1/6] mkdocs.yml: add mkdocs-cdoc and mdx_linkify

[PATCH net 1/2] net-shapers: clear hierarchy pointer and defer flush frees with RCU
 2026-03-12 14:57 UTC  (7+ messages)

[PATCH v1 0/2] [RFC] drm/tegra: dsi: remove tegra_output_probe use
 2026-03-12 14:57 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: tegra: document Tegra20 DSI port

[PULL] drm-xe-next
 2026-03-12 14:57 UTC 

[PATCH v3 2/2] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
 2026-03-12 14:57 UTC  (4+ messages)

[PATCH v1] PCI: imx6: Skip waiting for L2/L3 Ready on i.MX6SX
 2026-03-12 14:56 UTC  (2+ messages)

[PATCH v2 i-g-t 0/3] lib: Add NVL-P and WCL support
 2026-03-12 14:56 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for lib: Add NVL-P and WCL support (rev2)

[PATCH v1] PCI: imx6: Fix IMX6SX_GPR12_PCIE_TEST_POWERDOWN handling
 2026-03-12 14:55 UTC  (2+ messages)

[PATCH] netfilter: nf_conntrack_sip: fix OOB read in SIP URI port parsing
 2026-03-12 14:55 UTC 

[PATCH v2 00/28] kernel-doc: use a C lexical tokenizer for transforms
 2026-03-12 14:54 UTC  (29+ messages)
` [PATCH v2 01/28] docs: python: add helpers to run unit tests
` [PATCH v2 02/28] unittests: add a testbench to check public/private kdoc comments
` [PATCH v2 03/28] docs: kdoc: don't add broken comments inside prototypes
` [PATCH v2 04/28] docs: kdoc: properly handle empty enum arguments
` [PATCH v2 05/28] docs: kdoc_re: add a C tokenizer
` [PATCH v2 06/28] docs: kdoc: use tokenizer to handle comments on structs
` [PATCH v2 07/28] docs: kdoc: move C Tokenizer to c_lex module
` [PATCH v2 08/28] unittests: test_private: modify it to use CTokenizer directly
` [PATCH v2 09/28] unittests: test_tokenizer: check if the tokenizer works
` [PATCH v2 10/28] unittests: add a runner to execute all unittests
` [PATCH v2 11/28] docs: kdoc: create a CMatch to match nested C blocks
` [PATCH v2 12/28] tools: unittests: add tests for CMatch
` [PATCH v2 13/28] docs: c_lex: properly implement a sub() method "
` [PATCH v2 14/28] unittests: test_cmatch: add tests for sub()
` [PATCH v2 15/28] docs: kdoc: replace NestedMatch with CMatch
` [PATCH v2 16/28] docs: kdoc_re: get rid of NestedMatch class
` [PATCH v2 17/28] docs: xforms_lists: handle struct_group directly
` [PATCH v2 18/28] docs: xforms_lists: better evaluate struct_group macros
` [PATCH v2 19/28] docs: c_lex: add support to work with pure name ids
` [PATCH v2 20/28] docs: xforms_lists: use CMatch for all identifiers
` [PATCH v2 21/28] docs: c_lex: add "@" operator
` [PATCH v2 22/28] docs: c_lex: don't exclude an extra token
` [PATCH v2 23/28] docs: c_lex: setup a logger to report tokenizer issues
` [PATCH v2 24/28] docs: unittests: add and adjust tests to check for errors
` [PATCH v2 25/28] docs: c_lex: better handle BEGIN/END at search
` [PATCH v2 26/28] docs: kernel-doc.rst: document private: scope propagation
` [PATCH v2 27/28] docs: c_lex: produce a cleaner str() representation
` [PATCH v2 28/28] unittests: test_cmatch: remove weird stuff from expected results

[PATCH] netfilter: ctnetlink: validate CTA_EXPECT_NAT_DIR value
 2026-03-12 14:54 UTC  (2+ messages)

[PATCH v5 0/4] iio: adc: ad4080: add support for AD4880 dual-channel ADC
 2026-03-12 14:53 UTC  (3+ messages)
` [PATCH v5 3/4] dt-bindings: iio: adc: ad4080: add AD4880 support

[PATCH v2 0/2] x86/fred: Fix SEV-ES/SNP guest boot failures
 2026-03-12 14:53 UTC  (15+ messages)
` [PATCH v2 1/2] x86/cpu: Disable CR pinning during CPU bringup

[PATCH] cpufreq: conservative: Drop cached requested_freq
 2026-03-12 14:53 UTC  (7+ messages)

Sorting of new patches
 2026-03-12 14:53 UTC  (2+ messages)

[PATCH net] ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATS
 2026-03-12 14:53 UTC  (3+ messages)

[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
 2026-03-12 14:52 UTC  (6+ messages)
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
      ` [f2fs-dev] "

[PATCH] i3c: master: use kzalloc_flex
 2026-03-12 14:52 UTC  (3+ messages)

[PATCH V2] auxdisplay: lcd2s: add error handling for i2c transfers
 2026-03-12 14:51 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v8 0/5] Add USB2.0 VBUS mux driver and extend rzv2h-usb2phy reset for RZ/G3E support
 2026-03-12 14:50 UTC  (6+ messages)
` [PATCH v8 1/5] mux: Add driver for Renesas RZ/V2H USB VBENCTL VBUS_SEL mux
` [PATCH v8 2/5] dt-bindings: reset: renesas,rzv2h-usb2phy: Add '#mux-state-cells' property
` [PATCH v8 3/5] dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/G3E USB2PHY reset
` [PATCH v8 4/5] reset: rzv2h-usb2phy: Keep PHY clock enabled for entire device lifetime
` [PATCH v8 5/5] reset: rzv2h-usb2phy: Add support for VBUS mux controller registration

[QUESTION] ARM DSU PMU: 32-bit counter assumption and handling of 64-bit event counters
 2026-03-12 14:51 UTC  (3+ messages)

[Regression] mm:slab/sheaves: severe performance regression in cross-CPU slab allocation
 2026-03-12 14:50 UTC  (5+ messages)

[PATCH v2 00/11] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-03-12 14:50 UTC  (5+ messages)
` [PATCH v2 11/11] RAS: add DeviceTree firmware-first CPER provider

[PATCH] netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()
 2026-03-12 14:49 UTC 

[PATCH 00/12] arm64: dts: nxp: Use undeprecated reset-gpios
 2026-03-12 14:49 UTC  (3+ messages)
` [PATCH 07/12] arm64: dts: imx8: "

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-03-12 14:48 UTC  (3+ messages)
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions

[PATCH 0/4] Add i.MX94 remoteproc support and reset vector handling improvements
 2026-03-12 14:48 UTC  (3+ messages)
` [PATCH 2/4] dt-bindings: remoteproc: imx-rproc: Support i.MX94

ANN: Reference Policy 2.20260312
 2026-03-12 14:47 UTC 

[PATCH net-next v2] net: mana: Expose hardware diagnostic info via debugfs
 2026-03-12 14:46 UTC  (3+ messages)

[PATCH 01/16] lib: add lazy loadable infrastructure for deferred boot component loading
 2026-03-12 14:44 UTC  (10+ messages)
` [PATCH 02/16] bootm: split preparatory step from handler invocation
` [PATCH 03/16] boot: add bootm_boot wrapper that takes struct bootentry
` [PATCH 04/16] bootchooser: pass along "
` [PATCH 05/16] bootm: switch plain file names case to loadable API
` [PATCH 06/16] uimage: add offset parameter to uimage_load
` [PATCH 07/16] bootm: uimage: switch to loadable API
` [PATCH 08/16] bootm: fit: switch to new "
` [PATCH 09/16] bootm: stash initial OS address/entry in image_data
` [PATCH 10/16] bootm: support multiple entries for bootm.initrd

[PATCH v8 0/3] mtd: spi-nand: Add support for randomizer feature
 2026-03-12 14:45 UTC  (5+ messages)
` [PATCH v8 1/3] dt-bindings: mtd: spinand: Add randomizer enable/disable properties

[PATCH v2 00/19] PCI/TSM: TEE I/O infrastructure
 2026-03-12 14:45 UTC  (6+ messages)
` [PATCH v2 02/19] device core: Fix kernel-doc warnings in base.h
` [PATCH v2 03/19] device core: Introduce confidential device acceptance

[PATCH 1/5] tftp: skip memory allocation when seeking to current position
 2026-03-12 14:44 UTC  (5+ messages)
` [PATCH 2/5] tftp: warn when seek-heavy access wastes network bandwidth
` [PATCH 3/5] tftp: emulate backwards seek by reopening the file
` [PATCH 4/5] libfile: drop TFTP-specific hack in open_fdt()
` [PATCH 5/5] fs: fix relative path resolution when CWD is on a TFTP mount

[PATCH 0/4] wean start_command() off the_repository
 2026-03-12 14:44 UTC  (4+ messages)
` [PATCH v3 0/2] run-command: stop using the_repository
  ` [PATCH v3 1/2] run-command: wean start_command() off the_repository
  ` [PATCH v3 2/2] run-command: wean auto_maintenance() functions "

[PATCH] mtd: nand: Use guard for mutex in nand_suspend
 2026-03-12 14:44 UTC  (2+ messages)

[meta-arago][master][PATCH 0/1] Fix TensorFlow Lite GStreamer pipeline failures
 2026-03-12 14:44 UTC  (4+ messages)
` [meta-arago][master][PATCH 1/1] tensorflow-lite: fix undefined Abseil logging symbols in shared library

[PATCH v3 0/9] Hexagon system emulation - Part 3/3
 2026-03-12 14:43 UTC  (3+ messages)
` [PATCH v3 9/9] tests/qtest: Add hexagon boot-serial-test

[PATCH 1/2] globalvar: propagate dev_set_param return value from globalvar_set
 2026-03-12 14:43 UTC  (2+ messages)
` [PATCH 2/2] globalvar: add helpers for stashing global variables

[PATCH 00/13] TQMa6 with preparations for integrating additional TQ boards
 2026-03-12 14:43 UTC  (3+ messages)
` [PATCH 12/13] board: tqma6: use runtime SoC detection in enet setup

[PATCH 1/5] pmdomain: mediatek: Fix power domain count
 2026-03-12 14:42 UTC  (6+ messages)

[PATCH v3 0/2] Respect VASIZE for address limits
 2026-03-12 14:42 UTC  (7+ messages)
` [PATCH v3 1/2] iommu/amd: Remove PT_FEAT_DYNAMIC_TOP from PT_FORCE_ENABLED_FEATURES

[RFC PATCH v2 0/4] mm/damon: Support hot application detections
 2026-03-12 14:42 UTC  (2+ messages)

[PATCH v2 0/1] AMD VM crashing on deferred memory error injection
 2026-03-12 14:42 UTC  (3+ messages)
` [PATCH v2 1/1] x86/mce/amd: Fix VM crash during deferred error handling

[Intel-wired-lan] [PATCH iwl-next v4 0/2] ice: implement symmetric RSS hash configuration
 2026-03-12 14:42 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v4 1/2] ethtool: treat RXH_GTP_TEID as intrinsically symmetric
    `  "

[PATCH v2 0/6] mtd: rawnand: sunxi: Fixes user data length for H6
 2026-03-12 14:41 UTC  (4+ messages)
` [PATCH v2 6/6] mtd: rawnand: sunxi: introduce variable user data length

[PATCH i-g-t v4 0/2] Unify Batch Buffer Alignment and Introduce Aligned Buffer Mapping
 2026-03-12 14:40 UTC  (3+ messages)
` [PATCH i-g-t v4 1/2] lib/xe: Introduce aligned buffer mapping

[PATCH v1 0/2] platform/x86: wireless-hotkey: Bind to a platform device instead of an ACPI one
 2026-03-12 14:40 UTC  (3+ messages)
` [PATCH v1 1/2] platform/x86: wireless-hotkey: Register ACPI notify handler directly
` [PATCH v1 2/2] platform/x86: wireless-hotkey: Convert ACPI driver to a platform one

[PATCH] checkout: add --autostash option for branch switching
 2026-03-12 14:40 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add explicit NULL check for bo in amdgpu_vm_bo_update()
 2026-03-12 14:39 UTC  (2+ messages)

[android-common:android16-6.12 14/14] drivers/dma-buf/dma-buf.c:399: warning: Function parameter or struct member 'dmabuf_info' not described in 'dma_buf_account_task'
 2026-03-12 14:39 UTC 

[meta-networking][PATCH 1/6] mosquitto: upgrade 2.0.22 -> 2.1.2
 2026-03-12 14:38 UTC  (3+ messages)
` [meta-oe][PATCH 6/6] libcbor: upgrade 0.12.0 -> 0.13.0
  ` [oe] "

[PATCH 1/3] KVM: arm64: fix include path for ring buffer implementation
 2026-03-12 14:37 UTC  (4+ messages)
` [PATCH 2/3] tracing: add more symbols to whitelist

fio parsing issue when trying to use latency_target and latency_window
 2026-03-12 14:37 UTC  (2+ messages)

[PATCH v3] drm/pagemap_util: Ensure proper cache lock management on free
 2026-03-12 14:37 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 00/65] arm: Implement an emulation of GICv5 interrupt controller
 2026-03-12 14:36 UTC  (13+ messages)
` [PATCH 62/65] hw/arm/virt: Handle GICv5 in interrupt bindings for PPIs
` [PATCH 63/65] hw/arm/virt: Use correct interrupt type for GICv5 SPIs in the DTB
` [PATCH 64/65] hw/arm/virt: Enable GICv5 CPU interface when using GICv5
` [PATCH 65/65] hw/arm/virt: Allow user to select GICv5

[RFC 0/5] hw/tpm: CRB chunking capability to handle PQC
 2026-03-12 14:36 UTC  (2+ messages)

[PATCH v4 00/24] Runtime TDX Module update support
 2026-03-12 14:36 UTC  (4+ messages)
` [PATCH v4 10/24] x86/virt/seamldr: Allocate and populate a module update request

[usb:usb-linus] BUILD SUCCESS 8345b1539faa49fcf9c9439c3cbd97dac6eca171
 2026-03-12 14:35 UTC 

[PATCH net-next V3 00/10] devlink: add per-port resource support
 2026-03-12 14:36 UTC  (12+ messages)

[PATCH ipsec-next 01/10] xfrm: state: fix sparse warnings on xfrm_state_hold_rcu
 2026-03-12 14:36 UTC  (11+ messages)

[PATCH 0/7] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-12 14:35 UTC  (3+ messages)
` [PATCH 1/7] driver core: Add conditional guard support for device_lock()

[PATCH net-next 0/3] net: move netdev_compute_master_upper_features to ndo_set_features
 2026-03-12 14:34 UTC  (8+ messages)
` [syzbot ci] "

[PATCH v1 0/2] platform/x86: topstar-laptop: Bind to a platform device instead of an ACPI one
 2026-03-12 14:34 UTC  (3+ messages)
` [PATCH v1 1/2] platform/x86: topstar-laptop: Register ACPI notify handler directly
` [PATCH v1 2/2] platform/x86: topstar-laptop: Convert ACPI driver to a platform one

[RFC PATCH v3 5/6] KVM: Rename mn_* invalidate-related fields to generic ones
 2026-03-12 14:33 UTC  (2+ messages)

[PATCH v2 0/3] iio: light: vcnl4000: add regulator support
 2026-03-12 14:34 UTC  (6+ messages)
` [PATCH v2 2/3] iio: light: vcnl4000: add support for regulators
` [PATCH v2 3/3] iio: light: vcnl4000: move client->dev in probe into a variable

[PATCH v1] dt-bindings: rtc: mpfs-rtc: permit resets
 2026-03-12 14:34 UTC  (2+ messages)

[PATCH] ASoC: SDCA: Fix NULL pointer dereference in sdca_jack_process()
 2026-03-12 14:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] vmstate: fix subsection load name check
 2026-03-12 14:32 UTC  (3+ messages)

[PATCH v3 0/7] ASoC: basic support for configuring bus keepers
 2026-03-12 14:33 UTC  (3+ messages)
` [PATCH v3 7/7] ASoC: tas2770: expose SDOUT bus keeper via set_tdm_idle

[PATCH 0/8] Add support for TQMa7x
 2026-03-12 14:31 UTC  (9+ messages)
` [PATCH 1/8] Kconfig: update build-target for MX7 with SPL
` [PATCH 2/8] board/tq: Add common SoM API
` [PATCH 3/8] env: add env_set_runtime() helper
` [PATCH 4/8] arch: arm: dts: tqma7x: add u-boot device tree fragments
` [PATCH 5/8] arch: arm: dts: tqma7x: add boot phase properties
` [PATCH 6/8] board: tqma7: add code for u-boot with spl
` [PATCH 7/8] configs: tqma7: add defconfigs
` [PATCH 8/8] doc: tqma7: add documentation

[meta-arago][master][PATCH v3 0/1] nnstreamer: Fix packaging and buildpaths issues
 2026-03-12 14:32 UTC  (5+ messages)
` [meta-arago][master][PATCH v3 1/1] nnstreamer: Move test binaries to main package

[PATCH] drm/amdgpu: Reject unknown digital connector IDs in DVI mode validation
 2026-03-12 14:32 UTC  (2+ messages)

[PATCH 01/11] drm/amdgpu: revert to old status lock handling v4
 2026-03-12 14:32 UTC  (3+ messages)
` [PATCH 02/11] drm/amdgpu: restructure VM state machine

[PATCH] xfs: scrub: unlock dquot before early return in quota scrub
 2026-03-12 14:31 UTC  (2+ messages)

[PATCH] ARM: dts: omap: dm816x: Correct pinctrl register
 2026-03-12 14:31 UTC  (2+ messages)

[PATCH] tests/intel: Add powergate info to GT C6 assertions
 2026-03-12 14:31 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] regulator: pf1550: Remove redundant regmap assignment
 2026-03-12 14:30 UTC 

[PATCH] mac80211: stop hardware before clearing driver state on reconfig failure
 2026-03-12 14:30 UTC 

[PATCH v2 13/25] mm/init-mm: Annotate static information into meminspect
 2026-03-12 14:28 UTC  (2+ messages)

[PATCH] vt: Add boot param for setting default vt console
 2026-03-12 14:29 UTC  (2+ messages)

[PATCH net v9 2/2] virtio-net: correct hdr_len handling for tunnel gso
 2026-03-12 14:28 UTC  (2+ messages)

[PATCH] wifi: rtl8xxxu: Enable AP mode for RTL8188EU
 2026-03-12 14:29 UTC  (2+ messages)

[PATCH v1 0/2] platform/x86: system76: Bind to a platform device instead of an ACPI one
 2026-03-12 14:28 UTC  (3+ messages)
` [PATCH v1 1/2] platform/x86: system76: Register ACPI notify handler directly
` [PATCH v1 2/2] platform/x86: system76: Convert ACPI driver to a platform one

[agd5f:drm-next 204/224] drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c:534:3: error: a label can only be part of a statement and a declaration is not a statement
 2026-03-12 14:28 UTC 

[PATCH v2] scsi: ufs: drockchip,rk3576-ufshc: dt-bindings: Add new mphy reset item
 2026-03-12 14:27 UTC  (3+ messages)

[RFC PATCH v3 0/2] hwmon: emc2305: Support configurable fan PWM at shutdown
 2026-03-12 14:43 UTC  (3+ messages)
` [RFC PATCH v3 1/2] dt-bindings: hwmon: emc2305: Add fan-shutdown-percent property
` [RFC PATCH v3 2/2] hwmon: emc2305: Support configurable fan PWM at shutdown

[PATCH v3] mm: migrate: requeue destination folio on deferred split queue
 2026-03-12 14:27 UTC  (2+ messages)

linux-next: manual merge of the drm-rust tree with the drm-rust-fixes tree
 2026-03-12 14:26 UTC 

[PATCH net-next v4] ipv4: validate IPV4_DEVCONF attributes properly
 2026-03-12 14:26 UTC 

[PATCH] mm: switch deferred split shrinker to list_lru
 2026-03-12 14:26 UTC  (3+ messages)

[PATCH v4] Handle wrap around in limit calculation
 2026-03-12 14:25 UTC  (2+ messages)


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.