messages from 2026-06-28 14:09:54 to 2026-07-06 09:18:55 UTC [more...]
[PATCH v5 0/8] mm: optimize zone-device memmap initialization
2026-07-06 9:18 UTC (24+ messages)
` [PATCH v5 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v5 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v5 6/8] string: introduce memcpy_nt() helpers
` [PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v5 8/8] mm: use memcpy_nt() in zone-device template copies
[PATCH v6 0/6] New features for the AD5686 IIO driver
2026-07-05 23:30 UTC (11+ messages)
` [PATCH v6 1/6] iio: dac: ad5686: refactor command/data macros
` [PATCH v6 2/6] iio: dac: ad5686: introduce sync operation
` [PATCH v6 3/6] iio: dac: ad5686: implement new sync() op for the spi bus
` [PATCH v6 4/6] iio: dac: ad5686: read_raw/write_raw: use guard(mutex)()
` [PATCH v6 5/6] iio: dac: ad5686: add triggered buffer support
` [PATCH v6 6/6] iio: dac: ad5686: add gain control support
[PATCH] crypto: af_alg - Allow additional ciphers for cryptsetup
2026-07-05 18:44 UTC
[PATCH v4 00/10] Add support for Qualcomm remoteproc subsystem cooling
2026-07-05 10:19 UTC (29+ messages)
` [PATCH v4 01/10] dt-bindings: firmware: qcom: tmd: add TMD device type constants
` [PATCH v4 02/10] dt-bindings: remoteproc: qcom,pas: add #cooling-cells property
` [PATCH v4 03/10] soc: qcom: Add QMI TMD support for remote thermal mitigation
` [PATCH v4 04/10] remoteproc: qcom: pas: add support for TMD thermal cooling devices
` [PATCH v4 05/10] remoteproc: qcom_q6v5_pas: enable QMI TMD cooling support
` [PATCH v4 06/10] arm64: dts: qcom: kodiak: Enable CDSP & Modem cooling
` [PATCH v4 07/10] arm64: dts: qcom: lemans: Enable CDSP cooling
` [PATCH v4 08/10] arm64: dts: qcom: talos: "
` [PATCH v4 09/10] arm64: dts: qcom: monaco: "
` [PATCH v4 10/10] arm64: dts: qcom: hamoa: "
[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
2026-07-05 8:39 UTC (10+ messages)
[PATCHv2] scsi: st: use kzalloc_array()
2026-07-05 3:14 UTC (3+ messages)
[PATCH] scsi: st: use kzalloc_array
2026-07-05 1:15 UTC (5+ messages)
[PATCH v6 00/16] AD9910 Direct Digital Synthesizer
2026-07-04 22:55 UTC (35+ messages)
` [PATCH v6 01/16] iio: ABI: add attributes for altcurrent channels
` [PATCH v6 03/16] iio: ABI: add parent entry for iio channels
` [PATCH v6 05/16] iio: core: support 64-bit register through debugfs
` [PATCH v6 06/16] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v6 07/16] iio: core: add hierarchical channel relationships
` [PATCH v6 08/16] dt-bindings: iio: frequency: add ad9910
` [PATCH v6 09/16] iio: frequency: ad9910: initial driver implementation
` [PATCH v6 10/16] iio: frequency: ad9910: add basic parallel port support
` [PATCH v6 11/16] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v6 12/16] iio: frequency: ad9910: add RAM mode support
` [PATCH v6 13/16] iio: frequency: ad9910: add output shift keying support
` [PATCH v6 15/16] iio: ABI: add docs for ad9910 sysfs entries
` [PATCH v6 16/16] docs: iio: add documentation for ad9910 driver
[PATCH next] drivers/bus/fsl-mc: Use strscpy() to copy strings into arrays
2026-07-04 9:10 UTC (2+ messages)
[PATCH] kunit: string-stream: Replace strlcat() with strscpy() and seq_buf
2026-07-04 8:28 UTC (2+ messages)
[PATCHv2] usb: mtu3: allocate phys with ssusb
2026-07-04 6:57 UTC (2+ messages)
[PATCH net-next] devlink: Replace strlcat() with seq_buf
2026-07-04 3:49 UTC
[PATCH v2 0/2] riscv: spacemit: Add K3 PCIe/USB comb phy support
2026-07-03 17:12 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: phy: Add Spacemit K3 USB3/PCIe "
` [PATCH v2 2/2] phy: spacemit: Add USB3/PCIe comb PHY driver for Spacemit K3
[PATCH] usb: mtu3: allocate phys with ssusb
2026-07-03 9:45 UTC (2+ messages)
[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
2026-07-02 21:21 UTC (11+ messages)
` [PATCH v3 01/10] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v3 02/10] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v3 03/10] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v3 04/10] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v3 05/10] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v3 06/10] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v3 07/10] dmaengine: dw-edma: Add non_ll_start() callback
` [PATCH v3 08/10] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v3 09/10] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v3 10/10] dmaengine: dw-edma: Remove struct dw_edma_chunk
Avoiding selected variables assignments before null pointer checks
2026-07-02 18:27 UTC
[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
2026-07-02 17:37 UTC
[PATCH v6] soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read
2026-07-02 17:35 UTC (3+ messages)
[PATCH] media: si2165: Replace strlcat() with snprintf()
2026-07-02 17:26 UTC
[PATCH net-next v3] net: skb: isolate skb data area allocations into a separate bucket
2026-07-02 17:07 UTC
[PATCH v2] leds: pwm: Annotate leds[] with __counted_by()
2026-07-02 15:54 UTC
[PATCH] leds: pwm: Annotate leds[] with __counted_by()
2026-07-02 15:39 UTC (3+ messages)
[PATCH] EDAC/thunderx: Replace strlcat() with snprintf() and seq_buf
2026-07-02 6:46 UTC
[PATCH v2] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
2026-07-01 21:04 UTC (24+ messages)
[PATCH v5] io_uring/register: add IORING_REGISTER_CLONE_FILES opcode
2026-07-01 14:34 UTC (4+ messages)
` [PATCH v6] "
[PATCH v2] selinux: replace strlcat() with seq_buf in selinux_ima_collect_state()
2026-07-01 9:52 UTC (4+ messages)
[PATCH v9 0/2] Add AMD I3C master controller driver and bindings
2026-07-01 9:52 UTC (4+ messages)
` [PATCH v9 2/2] i3c: master: Add driver for AMD AXI I3C master controller
[PATCH] netfilter: x_tables: replace strlcat() with snprintf()
2026-07-01 6:31 UTC (4+ messages)
[PATCHv2] firmware: arm_scmi: simplify some allocations
2026-06-30 20:51 UTC
[PATCHv2] firmware: arm_scmi: simplify some allocations
2026-06-30 20:47 UTC
[PATCH 00/11] ARM: NXP: Drop NOMMU platform support
2026-06-30 15:37 UTC (3+ messages)
` [PATCH 05/11] pinctrl: freescale: IMXRT: Remove "
[PATCH v3 00/15] media: qcom: camss: CAMSS Offline Processing Engine support
2026-06-30 12:57 UTC (4+ messages)
` [PATCH v3 14/15] arm64: dts: qcom: agatti: Assigned clock rate for CAMSS AXI
[PATCHv2] firmware: ti_sci: simplify resource allocation
2026-06-30 12:30 UTC (4+ messages)
[PATCH RFC v8 00/24] pkeys-based page table hardening
2026-06-30 9:16 UTC (16+ messages)
` [PATCH RFC v8 01/24] mm: Introduce kpkeys
` [PATCH RFC v8 02/24] set_memory: Introduce set_memory_pkey() stub
` [PATCH RFC v8 04/24] arm64: Introduce por_elx_set_pkey_perms() helper
` [PATCH RFC v8 05/24] arm64: Implement asm/kpkeys.h using POE
[PATCH] mm/vmalloc: widen guard region to defeat ENTER-based stack pivot
2026-06-30 8:09 UTC (13+ messages)
[PATCHv2] dmaengine: k3-udma: simplify resource allocation
2026-06-30 1:39 UTC
[PATCH v5 00/12] New features for the AD5686 IIO driver
2026-06-29 23:47 UTC (11+ messages)
` [PATCH v5 06/12] iio: dac: ad5686: consume optional reset signal
` [PATCH v5 07/12] iio: dac: ad5686: add ldac gpio
` [PATCH v5 08/12] iio: dac: ad5686: introduce sync operation
` [PATCH v5 09/12] iio: dac: ad5686: implement new sync() op for the spi bus
` [PATCH v5 10/12] iio: dac: ad5686: read_raw/write_raw: use guard(mutex)()
` [PATCH v5 11/12] iio: dac: ad5686: add triggered buffer support
` [PATCH v5 12/12] iio: dac: ad5686: add gain control support
[PATCH v2] tracing: Use seq_buf for string concatenation
2026-06-29 18:39 UTC (2+ messages)
[PATCH] remoteproc: virtio: support dynamic number of vrings
2026-06-29 16:43 UTC (4+ messages)
[PATCH v3 0/8] Add support for Qualcomm remoteproc subsystem cooling
2026-06-29 14:43 UTC (23+ messages)
` [PATCH v3 1/8] dt-bindings: remoteproc: qcom,pas: add thermal mitigation properties
` [PATCH v3 4/8] arm64: dts: qcom: kodiak: Enable CDSP & Modem cooling
[PATCH v2 next] drivers/misc/kgdbts: Replace strlen() strcpy() pair with strscpy()
2026-06-29 9:25 UTC (2+ messages)
[PATCH wireless-next] wifi: rt2x00: Use flexible array for hw_mode_spec channels
2026-06-29 3:31 UTC
[PATCHv3 0/3] clk: samsung: use kzalloc_flex
2026-06-29 3:25 UTC (4+ messages)
` [PATCHv3 1/3] "
` [PATCHv3 2/3] clk: samsung: cpu: "
` [PATCHv3 3/3] clk: samsung: pll: "
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