messages from 2025-12-17 10:18:22 to 2025-12-19 08:13:17 UTC [more...]
[PATCH v8 00/15] Consolidate iommu page table implementations (AMD)
2025-12-19 8:10 UTC (2+ messages)
[PATCH v2 0/5] list private v2 & luo flb v9
2025-12-19 6:53 UTC (11+ messages)
` [PATCH v2 1/5] list: add primitives for private list manipulations
` [PATCH v2 2/5] list: add kunit test for private list primitives
` [PATCH v2 3/5] liveupdate: luo_file: Use private list
` [PATCH v9 4/5] liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
` [PATCH v9 5/5] tests/liveupdate: Add in-kernel liveupdate test
[PATCH v23 0/7] firmware: imx: driver for NXP secure-enclave
2025-12-19 6:36 UTC (9+ messages)
` [PATCH v23 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v23 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v23 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v23 4/7] firmware: imx: device context dedicated to priv
` [PATCH v23 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v23 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v23 7/7] arm64: dts: imx8ulp-evk: add reserved memory property
[PATCH v3 0/2] hwmon: Add support for MPS mp5926 chip
2025-12-19 5:54 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: Add mps mp5926 driver bindings
` [PATCH v3 2/2] hwmon: add mp5926 driver
[PATCH v8 0/2] Add support for sound profile switching and leverage for OnePlus slider
2025-12-19 5:35 UTC (3+ messages)
` [PATCH v8 1/2] Input: add ABS_SND_PROFILE
[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-12-19 2:23 UTC (15+ messages)
` [PATCH v6 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v6 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v6 3/5] docs: driver-api: gpio: generic gpio driver over rpmsg bus
` [PATCH v6 4/5] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH v4] mm, hugetlb: implement movable_gigantic_pages sysctl
2025-12-19 0:55 UTC (2+ messages)
[PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests
2025-12-19 0:03 UTC (8+ messages)
` Follow up from Linux Plumbers about my clk rate change talk (was Re: [PATCH RFC v4 00/12] clk: add support for v1 / v2 clock rate negotiation and kunit tests)
[PATCH 0/7] docs/zh_CN: Add timers subsystem translation
2025-12-18 23:16 UTC (8+ messages)
` [PATCH 1/7] docs/zh_CN: Add timers directory Chinese translation
` [PATCH 2/7] docs/zh_CN: Translate timers/timekeeping.rst
` [PATCH 3/7] docs/zh_CN: Translate timers/hpet.rst
` [PATCH 4/7] docs/zh_CN: Translate timers/hrtimers.rst
` [PATCH 5/7] docs/zh_CN: Translate timers/highres.rst
` [PATCH 6/7] docs/zh_CN: Translate timers/no_hz.rst
` [PATCH 7/7] docs/zh_CN: Translate timers delay_sleep_functions
[PATCH v3 0/2] Add support for Microchip EMC1812
2025-12-18 22:35 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: temperature: add support for EMC1812
` [PATCH v3 2/2] "
[PATCHv2 00/14]
2025-12-18 22:18 UTC (16+ messages)
` [PATCHv2 01/14] mm: Move MAX_FOLIO_ORDER definition to mmzone.h
` [PATCHv2 02/14] mm/sparse: Check memmap alignment
` [PATCHv2 03/14] mm: Change the interface of prep_compound_tail()
` [PATCHv2 04/14] mm: Rename the 'compound_head' field in the 'struct page' to 'compound_info'
` [PATCHv2 05/14] mm: Move set/clear_compound_head() next to compound_head()
` [PATCHv2 06/14] mm: Rework compound_head() for power-of-2 sizeof(struct page)
` [PATCHv2 07/14] mm: Make page_zonenum() use head page
` [PATCHv2 08/14] mm/hugetlb: Refactor code around vmemmap_walk
` [PATCHv2 09/14] mm/hugetlb: Remove fake head pages
` [PATCHv2 10/14] mm: Drop fake head checks
` [PATCHv2 11/14] hugetlb: Remove VMEMMAP_SYNCHRONIZE_RCU
` [PATCHv2 12/14] mm/hugetlb: Remove hugetlb_optimize_vmemmap_key static key
` [PATCHv2 13/14] mm: Remove the branch from compound_head()
` [PATCHv2 14/14] hugetlb: Update vmemmap_dedup.rst
` [PATCHv2 00/14] Eliminate fake head pages from vmemmap optimization
[RFC 00/11] Reintroduce Hornet LSM
2025-12-18 21:26 UTC (4+ messages)
` [RFC 08/11] security: "
[PATCH 0/2] module: add -EEXIST module_init() reservation docs
2025-12-18 20:59 UTC (3+ messages)
` [PATCH 1/2] module: add -EEXIST documentation
` [PATCH 2/2] docs: hacking: clarify reserved -EEXIST in module_init()
[RFC PATCH v5 00/15] Kernel API Specification Framework
2025-12-18 20:42 UTC (16+ messages)
` [RFC PATCH v5 01/15] kernel/api: introduce kernel API specification framework
` [RFC PATCH v5 02/15] kernel/api: enable kerneldoc-based API specifications
` [RFC PATCH v5 03/15] kernel/api: add debugfs interface for kernel "
` [RFC PATCH v5 04/15] tools/kapi: Add kernel API specification extraction tool
` [RFC PATCH v5 05/15] kernel/api: add API specification for io_setup
` [RFC PATCH v5 06/15] kernel/api: add API specification for io_destroy
` [RFC PATCH v5 07/15] kernel/api: add API specification for io_submit
` [RFC PATCH v5 08/15] kernel/api: add API specification for io_cancel
` [RFC PATCH v5 09/15] kernel/api: add API specification for setxattr
` [RFC PATCH v5 10/15] kernel/api: add API specification for lsetxattr
` [RFC PATCH v5 11/15] kernel/api: add API specification for fsetxattr
` [RFC PATCH v5 12/15] kernel/api: add API specification for sys_open
` [RFC PATCH v5 13/15] kernel/api: add API specification for sys_close
` [RFC PATCH v5 14/15] kernel/api: add API specification for sys_read
` [RFC PATCH v5 15/15] kernel/api: add API specification for sys_write
[PATCH v2] Documentation/driver-api/cxl: device hotplug section
2025-12-18 20:22 UTC (4+ messages)
[PATCH v15 00/28] x86: Secure Launch support for Intel TXT
2025-12-18 18:17 UTC (21+ messages)
` [PATCH v15 13/28] x86: Secure Launch Kconfig
` [PATCH v15 16/28] x86/txt: Intel Trusted eXecution Technology (TXT) definitions
` [PATCH v15 17/28] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v15 19/28] x86/tpm: Early TPM PCR extending driver
` [PATCH v15 22/28] x86: Secure Launch kernel early boot stub
[RFC PATCH 00/10] liveupdate: hugetlb support
2025-12-18 18:25 UTC (3+ messages)
` [RFC PATCH 04/10] liveupdate: flb: allow getting FLB data in early boot
[PATCH RESEND v2 00/32] VKMS: Introduce multiple configFS attributes
2025-12-18 18:00 UTC (32+ messages)
` [PATCH RESEND v2 01/32] drm/drm_mode_config: Add helper to get plane type name
` [PATCH RESEND v2 02/32] drm/vkms: Explicitly display plane type
` [PATCH RESEND v2 03/32] drm/vkms: Use enabled/disabled instead of 1/0 for debug
` [PATCH RESEND v2 04/32] drm/vkms: Explicitly display connector status
` [PATCH RESEND v2 06/32] drm/vkms: Introduce configfs for plane name
` [PATCH RESEND v2 07/32] drm/blend: Get a rotation name from it's bitfield
` [PATCH RESEND v2 08/32] drm/vkms: Introduce config for plane rotation
` [PATCH RESEND v2 09/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 10/32] drm/drm_color_mgmt: Expose drm_get_color_encoding_name
` [PATCH RESEND v2 11/32] drm/vkms: Introduce config for plane color encoding
` [PATCH RESEND v2 12/32] drm/vkms: Introduce configfs "
` [PATCH RESEND v2 13/32] drm/drm_color_mgmt: Expose drm_get_color_range_name
` [PATCH RESEND v2 14/32] drm/vkms: Introduce config for plane color range
` [PATCH RESEND v2 15/32] drm/vkms: Introduce configfs "
[PATCH] hwmon: (DS620) Update broken Datasheet URL in driver documentation
2025-12-18 17:50 UTC (2+ messages)
[PATCH v2 RESEND 0/2] hwmon: Add support for MPS mp5926 chip
2025-12-18 17:49 UTC (3+ messages)
` [PATCH v2 RESEND 2/2] hwmon: add mp5926 driver
[RFC 00/11] Reintroduce Hornet LSM
2025-12-18 17:40 UTC (2+ messages)
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2025-12-18 16:29 UTC (4+ messages)
[PATCH 00/12] ras: share firmware-first estatus handling
2025-12-18 16:04 UTC (23+ messages)
` [PATCH 01/12] ras: add estatus core interfaces
` [PATCH 02/12] ras: add estatus core implementation
` [PATCH 03/12] ras: add estatus vendor handling and processing
` [PATCH 04/12] ras: add estatus queuing and IRQ/NMI handling
` [PATCH 05/12] ras: flesh out estatus processing core
` [PATCH 06/12] efi/cper: adopt estatus iteration helpers
` [PATCH 07/12] ghes: prepare estatus hooks for shared handling
` [PATCH 08/12] ghes: add estatus provider ops
` [PATCH 09/12] ghes: route error handling through shared estatus core
` [PATCH 10/12] dt-bindings: ras: document estatus provider
` [PATCH 11/12] ras: add DeviceTree estatus provider driver
` [PATCH 12/12] doc: ras: describe firmware-first estatus flow
[PATCH] Documentation/driver-api/cxl: device hotplug section
2025-12-18 16:02 UTC (3+ messages)
[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2025-12-18 15:32 UTC (9+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking
` [PATCH v9 10/11] crypto: qce - Add "
[PATCH v3 01/22] drm/bridge: add of_drm_find_and_get_bridge()
2025-12-18 14:23 UTC (5+ messages)
[PATCH v4 06/35] cleanup: Basic compatibility with context analysis
2025-12-18 11:23 UTC (11+ messages)
[PATCH v2 0/3] gpio: pca953x: Add support for TCAL6408 TCAL6416
2025-12-18 10:27 UTC (2+ messages)
[PATCH v22 0/7] firmware: imx: driver for NXP secure-enclave
2025-12-18 9:45 UTC (9+ messages)
` [PATCH v22 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v22 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v22 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v22 4/7] firmware: imx: device context dedicated to priv
` [PATCH v22 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v22 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v22 7/7] arm64: dts: imx8ulp-evk: add reserved memory property
[PATCH][v2] watchdog: softlockup: panic when lockup duration exceeds N thresholds
2025-12-18 7:43 UTC
[PATCH v3 06/13] rv: Add sample hybrid monitors stall
2025-12-18 6:50 UTC (4+ messages)
` [PATCH v3 07/13] rv: Convert the opid monitor to a hybrid automaton
[PATCH v1 0/3] list: add primitives for private list manipulations
2025-12-18 0:58 UTC (4+ messages)
` [PATCH v1 3/3] liveupdate: luo_file: Use private list
[PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
2025-12-17 23:05 UTC (2+ messages)
[PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
2025-12-17 23:03 UTC (2+ messages)
[PATCH v2 1/1] docs: Update documentation to avoid mentioning of kernel.h
2025-12-17 22:48 UTC (5+ messages)
` [PATCH] Doc:it_IT: Do not reference kernel.h anymore
[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
2025-12-17 17:15 UTC (4+ messages)
[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
2025-12-17 19:41 UTC (4+ messages)
[PATCH v4 0/9] Add support for AD4062 device family
2025-12-17 15:28 UTC (11+ messages)
` [PATCH v4 1/9] dt-bindings: iio: adc: Add adi,ad4062
` [PATCH v4 2/9] docs: iio: New docs for ad4062 driver
` [PATCH v4 3/9] iio: adc: Add support for ad4062
` [PATCH v4 4/9] docs: iio: ad4062: Add IIO Trigger support
` [PATCH v4 5/9] iio: adc: "
` [PATCH v4 6/9] docs: iio: ad4062: Add IIO Events support
` [PATCH v4 7/9] iio: adc: "
` [PATCH v4 8/9] docs: iio: ad4062: Add GPIO Controller support
` [PATCH v4 9/9] iio: adc: "
[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
2025-12-17 13:39 UTC (3+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events
[PATCH v21 0/7] firmware: imx: driver for NXP secure-enclave
2025-12-17 8:40 UTC (4+ messages)
` [PATCH v21 5/7] firmware: drivers: imx: adds miscdev
[PATCH v3 09/22] drm/bridge: simple-bridge: get/put the next bridge
2025-12-17 10:41 UTC (2+ messages)
[PATCH v3 22/22] drm/bridge: imx8qxp-pixel-link: get/put the next bridge
2025-12-17 10:25 UTC (2+ messages)
[PATCH v3 19/22] drm/bridge: imx8qxp-pixel-link: simplify freeing of the remote device_node
2025-12-17 10:25 UTC (2+ messages)
[PATCH v3 21/22] drm/bridge: imx8qxp-pixel-link: imx8qxp_pixel_link_find_next_bridge: return int, not ERR_PTR
2025-12-17 10:25 UTC (2+ messages)
[PATCH v3 20/22] drm/bridge: imx8qxp-pixel-link: remove excess error message
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 17/22] drm/bridge: imx8qxp-pxl2dpi: get/put the companion bridge
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 16/22] drm/bridge: imx8qxp-pxl2dpi: get/put the next bridge
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 15/22] drm/bridge: imx8qxp-pxl2dpi: imx8qxp_pxl2dpi_find_next_bridge: return int, not ERR_PTR
2025-12-17 10:20 UTC (2+ messages)
[PATCH v3 14/22] drm/bridge: imx8qxp-pxl2dpi: remove excess error message
2025-12-17 10:19 UTC (2+ messages)
[PATCH v3 13/22] drm/bridge: imx8qxp-pxl2dpi: simplify put of device_node pointers
2025-12-17 10:18 UTC (2+ messages)
[PATCH v3 12/22] drm/meson: encoder_hdmi: get/put the next bridge
2025-12-17 10:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).