messages from 2026-01-08 09:28:32 to 2026-01-14 10:10:38 UTC [more...]
[PATCH v2 00/14] riscv: optimize string functions and add kunit tests
2026-01-14 10:10 UTC (28+ messages)
` [PATCH v2 01/14] lib/string: extract generic strlen() into __generic_strlen()
` [PATCH v2 02/14] lib/string: extract generic strnlen() into __generic_strnlen()
` [PATCH v2 03/14] lib/string: extract generic strchr() into __generic_strchr()
` [PATCH v2 04/14] lib/string: extract generic strrchr() into __generic_strrchr()
` [PATCH v2 05/14] lib/string_kunit: add correctness test for strlen
` [PATCH v2 06/14] lib/string_kunit: add correctness test for strnlen
` [PATCH v2 07/14] lib/string_kunit: add correctness test for strrchr()
` [PATCH v2 08/14] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v2 09/14] lib/string_kunit: add performance benchmark for strnlen()
` [PATCH v2 10/14] lib/string_kunit: add performance benchmark for strchr()
` [PATCH v2 11/14] lib/string_kunit: add performance benchmark for strrchr()
` [PATCH v2 12/14] riscv: lib: add strnlen implementation
` [PATCH v2 13/14] riscv: lib: add strchr implementation
` [PATCH v2 14/14] riscv: lib: add strrchr implementation
[PATCH 0/6] Initial Redmi Note 8T support and more
2026-01-14 9:10 UTC (32+ messages)
` [PATCH 1/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix msm-id and remove board-id
` [PATCH 2/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory ranges
` [PATCH 3/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extcon
` [PATCH 4/6] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio ranges
` [PATCH 5/6] dt-bindings: arm: qcom: Add Xiaomi Redmi Note 8T
` [PATCH 6/6] arm64: dts: qcom: Add "
[PATCH v2][next] virtio_net: Fix misalignment bug in struct virtnet_info
2026-01-14 8:53 UTC (8+ messages)
[PATCH 00/19] printk cleanup - part 3
2026-01-14 8:44 UTC (14+ messages)
` [PATCH 01/19] printk/nbcon: Use an enum to specify the required callback in console_is_usable()
` [PATCH 02/19] printk: Introduce console_is_nbcon
` [PATCH 03/19] printk: Drop flags argument from console_is_usable
[PATCH 1/1] Fortify: Use C arithmetic not FIELD_xxx() in FORTIFY_REASON defines
2026-01-13 20:03 UTC (4+ messages)
[PATCH] ecryptfs: Annotate struct ecryptfs_message with __counted_by
2026-01-13 19:53 UTC (3+ messages)
[PATCH v3 0/3] Retrieve information about DDR from SMEM
2026-01-13 16:29 UTC (24+ messages)
` [PATCH v3 1/3] soc: qcom: smem: Expose DDR data "
` [PATCH v3 2/3] soc: qcom: ubwc: Get HBB "
` [PATCH v3 3/3] drm/msm/adreno: Trust the SSoT UBWC config
[PATCH RESEND net-next] selftests/net/ipsec: Fix variable size type not at the end of struct
2026-01-13 3:20 UTC (2+ messages)
[PATCH RESEND] fs/xattr: Annotate struct simple_xattr with __counted_by
2026-01-12 22:30 UTC (2+ messages)
[PATCH RESEND] crypto: af_alg - Annotate struct af_alg_iv with __counted_by
2026-01-12 22:30 UTC (2+ messages)
[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
2026-01-12 14:54 UTC (8+ messages)
` [PATCH RFT 1/5] dmaengine: dw-edma: Add dw_edma_core_ll_cur_idx() to get completed link entry pos
` [PATCH RFT 2/5] dmaengine: dw-edma: Move dw_hdma_set_callback_result() up
` [PATCH RFT 3/5] dmaengine: dw-edma: Make DMA link list work as a circular buffer
` [PATCH RFT 4/5] dmaengine: dw-edma: Dynamitc append new request during dmaengine running
` [PATCH RFT 5/5] dmaengine: dw-edma: Add trace support
[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
2026-01-12 13:36 UTC (6+ messages)
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches
[PATCH v2 00/11] dmaengine: dw-edma: flatten desc structions and simple code
2026-01-12 13:07 UTC (13+ messages)
` [PATCH v2 01/11] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
` [PATCH v2 02/11] dmaengine: dw-edma: Move control field update of DMA link to the last step
` [PATCH v2 03/11] dmaengine: dw-edma: Add xfer_sz field to struct dw_edma_chunk
` [PATCH v2 04/11] dmaengine: dw-edma: Remove ll_max = -1 in dw_edma_channel_setup()
` [PATCH v2 05/11] dmaengine: dw-edma: Move ll_region from struct dw_edma_chunk to struct dw_edma_chan
` [PATCH v2 06/11] dmaengine: dw-edma: Pass down dw_edma_chan to reduce one level of indirection
` [PATCH v2 07/11] dmaengine: dw-edma: Add helper dw_(edma|hdma)_v0_core_ch_enable()
` [PATCH v2 08/11] dmaengine: dw-edma: Add callbacks to fill link list entries
` [PATCH v2 09/11] dmaengine: dw-edma: Use common dw_edma_core_start() for both eDMA and HDMA
` [PATCH v2 10/11] dmaengine: dw-edma: Use burst array instead of linked list
` [PATCH v2 11/11] dmaengine: dw-edma: Remove struct dw_edma_chunk
[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
2026-01-12 12:06 UTC (28+ messages)
` [RFC/RFT PATCH 04/19] x86: Make the 64-bit bzImage always physically relocatable
` [RFC/RFT PATCH 08/19] x86: Use PIE codegen for the relocatable 64-bit kernel
` [RFC/RFT PATCH 11/19] x86/rethook: Use RIP-relative reference for fake return address
` [RFC/RFT PATCH 13/19] x86/entry_64: Use RIP-relative addressing
` [RFC/RFT PATCH 14/19] x86/hibernate: Prefer RIP-relative accesses
` [RFC/RFT PATCH 15/19] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC/RFT PATCH 16/19] x86/kexec: Use 64-bit wide absolute reference from relocated code
` [RFC/RFT PATCH 17/19] x86/head64: Avoid absolute references in startup asm
` [RFC/RFT PATCH 18/19] x86/boot: Implement support for RELA/RELR/REL runtime relocations
` [RFC/RFT PATCH 19/19] x86/kernel: Switch to PIE linking for the relocatable kernel
[PATCH v5 0/2] TQ-Systems TQMa62xx SoM and MBa62xx board
2026-01-12 11:50 UTC (5+ messages)
` [PATCH v5 2/2] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
[PATCH v3 1/2] lib: introduce simple error-checking wrapper for memparse()
2026-01-11 0:01 UTC (14+ messages)
` [PATCH v3 2/2] xfs: adjust handling of a few numerical mount options
[PATCH v9 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
2026-01-09 18:43 UTC (6+ messages)
[PATCH] drm/amdgpu: Replace deprecated strcpy() in amdgpu_virt_write_vf2pf_data
2026-01-09 19:18 UTC (2+ messages)
[PATCH v6 0/5] asdf
2026-01-09 17:32 UTC (11+ messages)
` [PATCH v6 1/5] slab: Introduce kmalloc_obj() and family
` [PATCH v6 4/5] slab: Introduce kmalloc_flex() "
[PATCH] mtd: intel-dg: fix array-index-out-of-bounds in intel_dg_mtd_probe()
2026-01-09 15:16 UTC (6+ messages)
[PATCH v4 00/10] gpio: improve support for shared GPIOs
2026-01-09 15:08 UTC (6+ messages)
[RFC PATCH] arm64: Bring back linear map randomization using PArange override
2026-01-08 17:59 UTC (4+ messages)
[PATCH] lib: introduce simple error-checking wrapper for memparse()
2026-01-08 13:14 UTC (5+ messages)
[PATCH 0/5] riscv: optimize string functions and add kunit tests
2026-01-08 10:42 UTC (7+ messages)
` [PATCH 2/5] lib/string_kunit: add test case for strnlen
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