messages from 2026-01-27 09:58:45 to 2026-02-04 14:31:25 UTC [more...]
[PATCH v5 0/5] lib and lib/cmdline enhancements
2026-02-04 14:31 UTC (7+ messages)
` [PATCH v5 1/5] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v5 2/5] lib: fix memparse() "
` [PATCH v5 3/5] lib: add more string to 64-bit integer conversion overflow tests
` [PATCH v5 4/5] lib/cmdline_kunit: add test case for memparse()
` [PATCH v5 5/5] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
[PATCH] vsnprintf: drop __printf() attributes on binary printing functions
2026-02-04 13:47 UTC (2+ messages)
[PATCH v4 0/4] lib and lib/cmdline enhancements
2026-02-04 11:22 UTC (8+ messages)
` [PATCH v4 1/4] lib: fix _parse_integer_limit() to handle overflow
` [PATCH v4 2/4] lib: add more string to 64-bit integer conversion overflow tests
` [PATCH v4 3/4] lib/cmdline_kunit: add test case for memparse()
` [PATCH v4 4/4] lib/cmdline: adjust a few comments to fix kernel-doc -Wreturn warnings
[PATCH] pstore: ram_core: fix incorrect success return when vmap() fails
2026-02-03 2:03 UTC
[PATCH v2 0/3] Add Amlogic general DMA
2026-02-02 16:10 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v2 2/3] dma: amlogic: Add general DMA driver for A9
[Kernel Bug] WARNING in ext4_fill_super
2026-02-02 4:19 UTC
[PATCH v7 0/8] riscv: optimize string functions and add kunit tests
2026-02-02 3:24 UTC (18+ messages)
` [PATCH v7 1/8] lib/string_kunit: add correctness test for strlen()
` [PATCH v7 2/8] lib/string_kunit: add correctness test for strnlen()
` [PATCH v7 3/8] lib/string_kunit: add correctness test for strrchr()
` [PATCH v7 4/8] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v7 5/8] lib/string_kunit: extend benchmarks to strnlen() and chr searches
` [PATCH v7 6/8] riscv: lib: add strnlen() implementation
` [PATCH v7 7/8] riscv: lib: add strchr() implementation
` [PATCH v7 8/8] riscv: lib: add strrchr() implementation
[PATCH] pstore/ram: fix buffer overflow in persistent_ram_save_old()
2026-02-01 13:22 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 00/41] kernel-doc: make it parse new functions and structs
2026-01-31 14:25 UTC (42+ messages)
` [PATCH v4 01/41] docs: kdoc_re: add support for groups()
` [PATCH v4 02/41] docs: kdoc_re: don't go past the end of a line
` [PATCH v4 03/41] docs: kdoc_parser: move var transformers to the beginning
` [PATCH v4 04/41] docs: kdoc_parser: don't mangle with function defines
` [PATCH v4 05/41] docs: kdoc_parser: add functions support for NestedMatch
` [PATCH v4 06/41] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [PATCH v4 07/41] docs: kdoc_parser: fix variable regexes to work with size_t
` [PATCH v4 08/41] docs: kdoc_parser: fix the default_value logic for variables
` [PATCH v4 09/41] docs: kdoc_parser: add some debug for variable parsing
` [PATCH v4 10/41] docs: kdoc_parser: don't exclude defaults from prototype
` [PATCH v4 11/41] docs: kdoc_parser: fix parser to support multi-word types
` [PATCH v4 12/41] docs: kdoc_parser: ignore context analysis and lock attributes
` [PATCH v4 13/41] docs: kdoc_parser: add support for LIST_HEAD
` [PATCH v4 14/41] docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v4 15/41] docs: kdoc_re: properly handle strings and escape chars on it
` [PATCH v4 16/41] docs: kdoc_re: better show KernRe() at documentation
` [PATCH v4 17/41] docs: kdoc_re: don't recompile NestedMatch regex every time
` [PATCH v4 18/41] docs: kdoc_re: Change NestedMath args replacement to \0
` [PATCH v4 19/41] docs: kdoc_re: make NestedMatch use KernRe
` [PATCH v4 20/41] docs: kdoc_re: add support on NestedMatch for argument replacement
` [PATCH v4 21/41] docs: kdoc_parser: better handle struct_group macros
` [PATCH v4 22/41] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v4 23/41] docs: kdoc_re: add a helper class to declare C function matches
` [PATCH v4 24/41] docs: kdoc_parser: use the new CFunction class
` [PATCH v4 25/41] docs: kdoc_parser: minimize differences with struct_group_tagged
` [PATCH v4 26/41] docs: kdoc_parser: move transform lists to a separate file
` [PATCH v4 27/41] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [PATCH v4 28/41] docs: kdoc_re: prevent adding whitespaces on sub replacements
` [PATCH v4 29/41] docs: xforms_lists.py: use CFuntion to handle all function macros
` [PATCH v4 30/41] docs: kdoc_files: allows the caller to use a different xforms class
` [PATCH v4 31/41] docs: kdoc_re: Fix NestedMatch.sub() which causes PDF builds to break
` [PATCH v4 32/41] docs: sphinx-build-wrapper: allow -v override -q
` [PATCH v4 33/41] tools: sphinx-build-wrapper: improve its help message
` [PATCH v4 34/41] docs: kdoc_files: document KernelFiles() ABI
` [PATCH v4 35/41] docs: kdoc_output: add optional args to ManOutput class
` [PATCH v4 36/41] docs: sphinx-build-wrapper: better handle troff .TH markups
` [PATCH v4 37/41] docs: kdoc_output: use a more standard order for .TH on man pages
` [PATCH v4 38/41] docs: kdoc_output: describe the class init parameters
` [PATCH v4 39/41] docs: kdoc_output: pick a better default for modulename
` [PATCH v4 40/41] docs: python: add helpers to run unit tests
` [PATCH v4 41/41] tools: unittests: add tests for kernel-doc NestedMatch and KernRe
[PATCH][next] dlm: Avoid -Wflex-array-member-not-at-end warning
2026-01-31 1:17 UTC (3+ messages)
[PATCH 00/19] printk cleanup - part 3
2026-01-30 17:27 UTC (8+ 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 05/19] printk: Add more context to suspend/resume functions
[PATCH v4 0/3] Fix bugs and performance of kstack offset randomisation
2026-01-30 16:16 UTC (6+ messages)
` [PATCH v4 2/3] prandom: Add __always_inline version of prandom_u32_state()
[PATCH v3 00/30] kernel-doc: make it parse new functions and structs
2026-01-30 11:11 UTC (56+ messages)
` [PATCH v3 01/30] docs: kdoc_re: add support for groups()
` [PATCH v3 02/30] docs: kdoc_re: don't go past the end of a line
` [PATCH v3 03/30] docs: kdoc_parser: move var transformers to the beginning
` [Intel-wired-lan] "
` [PATCH v3 04/30] docs: kdoc_parser: don't mangle with function defines
` [Intel-wired-lan] "
` [PATCH v3 05/30] docs: kdoc_parser: add functions support for NestedMatch
` [Intel-wired-lan] "
` [PATCH v3 06/30] docs: kdoc_parser: use NestedMatch to handle __attribute__ on functions
` [Intel-wired-lan] "
` [PATCH v3 07/30] docs: kdoc_parser: fix variable regexes to work with size_t
` [Intel-wired-lan] "
` [PATCH v3 08/30] docs: kdoc_parser: fix the default_value logic for variables
` [Intel-wired-lan] "
` [PATCH v3 09/30] docs: kdoc_parser: add some debug for variable parsing
` [Intel-wired-lan] "
` [PATCH v3 10/30] docs: kdoc_parser: don't exclude defaults from prototype
` [Intel-wired-lan] "
` [PATCH v3 11/30] docs: kdoc_parser: fix parser to support multi-word types
` [Intel-wired-lan] "
` [PATCH v3 12/30] docs: kdoc_parser: ignore context analysis and lock attributes
` [Intel-wired-lan] "
` [PATCH v3 13/30] docs: kdoc_parser: add support for LIST_HEAD
` [Intel-wired-lan] "
` [PATCH v3 14/30] kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)
` [PATCH v3 15/30] docs: kdoc_re: properly handle strings and escape chars on it
` [Intel-wired-lan] "
` [PATCH v3 16/30] docs: kdoc_re: better show KernRe() at documentation
` [Intel-wired-lan] "
` [PATCH v3 17/30] docs: kdoc_re: don't recompile NextMatch regex every time
` [Intel-wired-lan] "
` [PATCH v3 18/30] docs: kdoc_re: Change NestedMath args replacement to \0
` [Intel-wired-lan] "
` [PATCH v3 19/30] docs: kdoc_re: make NextedMatch use KernRe
` [Intel-wired-lan] "
` [PATCH v3 20/30] docs: kdoc_re: add support on NestedMatch for argument replacement
` [Intel-wired-lan] "
` [PATCH v3 21/30] docs: python: add helpers to run unit tests
` [PATCH v3 22/30] unittests: add tests for NestedMatch class
` [PATCH v3 23/30] docs: kdoc_parser: better handle struct_group macros
` [Intel-wired-lan] "
` [PATCH v3 24/30] docs: kdoc_re: fix a parse bug on struct page_pool_params
` [PATCH v3 25/30] docs: kdoc_re: add a helper class to declare C function matches
` [Intel-wired-lan] "
` [PATCH v3 26/30] docs: kdoc_parser: use the new CFunction class
` [Intel-wired-lan] "
` [PATCH v3 27/30] docs: kdoc_parser: minimize differences with struct_group_tagged
` [Intel-wired-lan] "
` [PATCH v3 28/30] docs: kdoc_parser: move transform lists to a separate file
` [Intel-wired-lan] "
` [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing ";" with NestedMatch
` [Intel-wired-lan] [PATCH v3 29/30] docs: kdoc_re: don't remove the trailing "; " "
` [PATCH v3 30/30] docs: xforms_lists.py: use CFuntion to handle all function macros
[PATCH v6 0/8] riscv: optimize string functions and add kunit tests
2026-01-30 1:31 UTC (12+ messages)
` [PATCH v6 1/8] lib/string_kunit: add correctness test for strlen()
` [PATCH v6 2/8] lib/string_kunit: add correctness test for strnlen()
` [PATCH v6 3/8] lib/string_kunit: add correctness test for strrchr()
` [PATCH v6 4/8] lib/string_kunit: add performance benchmark for strlen()
` [PATCH v6 5/8] lib/string_kunit: extend benchmarks to strnlen() and chr searches
` [PATCH v6 6/8] riscv: lib: add strnlen() implementation
` [PATCH v6 7/8] riscv: lib: add strchr() implementation
` [PATCH v6 8/8] riscv: lib: add strrchr() implementation
[PATCH v2 0/2] Simplify kallsyms offset table generation
2026-01-30 0:10 UTC (2+ messages)
[PATCH v5 0/8] riscv: optimize string functions and add kunit tests
2026-01-29 2:19 UTC (11+ messages)
` [PATCH v5 1/8] lib/string_kunit: add correctness test for strlen()
` [PATCH v5 4/8] lib/string_kunit: add performance benchmark "
[RFC v3 0/6] Improve function parameters in ISO C2y
2026-01-28 15:21 UTC (7+ messages)
` [RFC v3 3/6] alx-0078r2 - [static n] shouldn't access more than n elements
` [RFC v3 5/6] alx-0081r2 - array parameters of 0 elements
[PATCH v2 00/10] arm64: Unmap linear alias of kernel data/bss
2026-01-27 17:37 UTC (34+ messages)
` [PATCH v2 01/10] arm64: Move the zero page to rodata
` [PATCH v2 03/10] arm64: mm: Permit contiguous descriptors to be rewritten
` [PATCH v2 05/10] arm64: mm: Preserve non-contiguous descriptors when mapping DRAM
` [PATCH v2 06/10] arm64: mm: Remove bogus stop condition from map_mem() loop
` [PATCH v2 07/10] arm64: mm: Drop redundant pgd_t* argument from map_mem()
` [PATCH v2 08/10] arm64: mm: Don't abuse memblock NOMAP to check for overlaps
` [PATCH v2 09/10] arm64: mm: Map the kernel data/bss read-only in the linear map
` [PATCH v2 10/10] arm64: mm: Unmap kernel data/bss entirely from "
[PATCH v3 0/7] Initial Redmi Note 8T support and more
2026-01-27 15:56 UTC (6+ messages)
` [PATCH v3 3/7] arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebuffer
` [PATCH v3 7/7] arm64: dts: qcom: Add Redmi Note 8T
[PATCH v3 0/3] Retrieve information about DDR from SMEM
2026-01-27 14:22 UTC (4+ messages)
` [PATCH v3 1/3] soc: qcom: smem: Expose DDR data "
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