messages from 2025-07-03 11:14:53 to 2025-07-15 07:08:22 UTC [more...]
[RFC v1 0/3] Add and use seprintf() instead of less ergonomic APIs
2025-07-15 7:08 UTC (95+ messages)
` [RFC v1 1/3] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v1 2/3] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v1 3/3] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v2 0/5] Add and use "
` [RFC v2 1/5] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v2 2/5] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v2 3/5] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v2 4/5] array_size.h: Add ENDOF()
` [RFC v2 5/5] mm: Fix benign off-by-one bugs
` [RFC v3 0/7] Add and use seprintf() instead of less ergonomic APIs
` [RFC v3 1/7] vsprintf: Add [v]seprintf(), [v]stprintf()
` [RFC v3 2/7] stacktrace, stackdepot: Add seprintf()-like variants of functions
` [RFC v3 3/7] mm: Use seprintf() instead of less ergonomic APIs
` [RFC v3 4/7] array_size.h: Add ENDOF()
` [RFC v3 5/7] mm: Fix benign off-by-one bugs
` [RFC v3 6/7] sprintf: Add [V]STPRINTF()
` [RFC v3 7/7] mm: Use [V]STPRINTF() to avoid specifying the array size
` [RFC v4 0/7] Add and use sprintf_end() instead of less ergonomic APIs
` alx-0049r2 - add seprintf()
` [RFC v4 1/7] vsprintf: Add [v]sprintf_end()
` [RFC v4 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
` [RFC v4 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
` [RFC v4 4/7] array_size.h: Add ENDOF()
` [RFC v4 5/7] mm: Fix benign off-by-one bugs
` [RFC v4 6/7] sprintf: Add [V]SPRINTF_END()
` [RFC v4 7/7] mm: Use [V]SPRINTF_END() to avoid specifying the array size
` [RFC v5 0/7] Add and use sprintf_{end,array}() instead of less ergonomic APIs
` [RFC v5 1/7] vsprintf: Add [v]sprintf_end()
` [RFC v5 2/7] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
` [RFC v5 3/7] mm: Use sprintf_end() instead of less ergonomic APIs
` [RFC v5 4/7] array_size.h: Add ENDOF()
` [RFC v5 5/7] mm: Fix benign off-by-one bugs
` [RFC v5 6/7] sprintf: Add [v]sprintf_array()
` [RFC v5 7/7] mm: Use [v]sprintf_array() to avoid specifying the array size
` [RFC v6 0/8] Add and use sprintf_{end,trunc,array}() instead of less ergonomic APIs
` [RFC v6 1/8] vsprintf: Add [v]sprintf_trunc()
` [RFC v6 2/8] vsprintf: Add [v]sprintf_end()
` [RFC v6 3/8] sprintf: Add [v]sprintf_array()
` [RFC v6 4/8] stacktrace, stackdepot: Add sprintf_end()-like variants of functions
` [RFC v6 5/8] mm: Use sprintf_end() instead of less ergonomic APIs
` [RFC v6 6/8] array_size.h: Add ENDOF()
` [RFC v6 7/8] mm: Fix benign off-by-one bugs
` [RFC v6 8/8] mm: Use [v]sprintf_array() to avoid specifying the array size
[PATCH v1 1/1] string: Group str_has_prefix() and strstarts()
2025-07-15 6:53 UTC (4+ messages)
[PATCH v16 0/5] Initial Marvell PXA1908 support
2025-07-15 6:32 UTC (13+ messages)
` [PATCH v16 1/5] dt-bindings: mmc: sdhci-pxa: restrict pinctrl to pxav1
` [PATCH v16 2/5] dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte
` [PATCH v16 3/5] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
` [PATCH v16 4/5] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
` [PATCH v16 5/5] MAINTAINERS: add myself as Marvell PXA1908 maintainer
[PATCH v6 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-07-14 18:49 UTC (15+ messages)
` [PATCH v6 01/12] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v6 02/12] tee: add close_context to TEE driver operation
` [PATCH v6 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v6 04/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v6 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v6 06/12] firmware: qcom: scm: add support for object invocation
` [PATCH v6 07/12] firmware: qcom: scm: remove unused arguments to the shm_brige
` [PATCH v6 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v6 09/12] tee: add Qualcomm TEE driver
` [PATCH v6 10/12] qcomtee: add primordial object
` [PATCH v6 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v6 12/12] Documentation: tee: Add Qualcomm TEE driver
[net-next PATCH 01/11] octeontx2-af: Simplify context writing and reading to hardware
2025-07-14 10:45 UTC
[PATCH 0/2] i3c: add support for the Renesas controller
2025-07-14 9:12 UTC (2+ messages)
` [PATCH 2/2] i3c: add driver for Renesas I3C controller
[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
2025-07-14 6:01 UTC (12+ messages)
[PATCH 1/3] ext4: replace strcmp with direct comparison for '.' and '..'
2025-07-12 21:12 UTC (4+ messages)
` [PATCH 2/3] ext4: use memcpy() instead of strcpy()
` [PATCH 3/3] ext4: refactor the inline directory conversion and new directory codepaths
[RFC v1 00/17] Add Safefetch double-fetch protection
2025-07-12 19:22 UTC (18+ messages)
` [RFC v1 01/17] Add SafeFetch double-fetch protection to the kernel
` [RFC v1 02/17] x86: syscall: support caching in do_syscall_64()
` [RFC v1 03/17] x86: asm: support caching in do_get_user_call()
` [RFC v1 04/17] sched: add protection to task_struct
` [RFC v1 05/17] uaccess: add non-caching copy_from_user functions
` [RFC v1 06/17] futex: add get_user_no_dfcache() functions
` [RFC v1 07/17] gup: add non-caching get_user call to fault_in_readable()
` [RFC v1 08/17] init: add caching startup and initialization to start_kernel()
` [RFC v1 09/17] exit: add destruction of SafeFetch caches and debug info to do_exit()
` [RFC v1 10/17] iov_iter: add SafeFetch pinning call to copy_from_user_iter()
` [RFC v1 11/17] kernel: add SafeFetch cache handling to dup_task_struct()
` [RFC v1 12/17] bug: add SafeFetch statistics tracking to __report_bug() calls
` [RFC v1 13/17] softirq: add SafeFetch statistics to irq_enter_rc() and irq_exit()
` [RFC v1 14/17] makefile: add SafeFetch support to makefiles
` [RFC v1 15/17] kconfig: debug: add SafeFetch to debug kconfig
` [RFC v1 16/17] x86: enable SafeFetch on x86_64 builds
` [RFC v1 17/17] vfs: ioctl: add logging to ioctl_file_dedupe_range() for testing
[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-07-11 7:05 UTC (13+ messages)
` [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v5 12/12] Documentation: tee: Add Qualcomm TEE driver
[PATCH v3] printk: kunit: support offstack cpumask
2025-07-10 15:51 UTC
[PATCH 0/3] printk: KUnit: Followup fixes for the new KUnit test
2025-07-10 15:29 UTC (15+ messages)
` [PATCH 1/3] printk: ringbuffer: Explain why the KUnit test ignores failed writes
` [PATCH 2/3] printk: kunit: support offstack cpumask
` [PATCH 3/3] printk: kunit: Fix __counted_by() in struct prbtest_rbdata
[PATCH] crypto: zstd - replace zero-length array with flexible array member
2025-07-10 8:18 UTC (5+ messages)
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-07-10 1:57 UTC (4+ messages)
` [PATCH v2 08/14] powerpc: Handle KCOV __init vs inline mismatches
[PATCH v3 0/4] Support i.MX8MM Mettler Toledo Snowflake board
2025-07-09 9:44 UTC (5+ messages)
` [PATCH v3 3/4] arm64: dts: freescale: Add Mettler-Toledo Snowflake V2 support
` EXTERNAL - "
[PATCH net-next 0/6] eth: fbnic: Add firmware logging support
2025-07-09 0:20 UTC (2+ messages)
[PATCH v6 0/2] ARM: dts: Add support for Meta Clemente BMC
2025-07-08 13:23 UTC (5+ messages)
` [PATCH v6 1/2] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v6 2/2] ARM: dts: aspeed: clemente: add Meta Clemente BMC
[PATCH][next] overflow: Add safe add/sub and compare helpers
2025-07-08 13:01 UTC (2+ messages)
[PATCH v10 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
2025-07-07 16:24 UTC (3+ messages)
` [PATCH] ACPI: APEI: EINJ: Fix trigger actions
[PATCH][V2] fortify: add branch hints on unlikely fortify_panic paths
2025-07-07 13:45 UTC (2+ messages)
[PATCH v15 0/4] Initial Marvell PXA1908 support
2025-07-07 13:15 UTC (3+ messages)
[PATCH] mod_devicetable: Enlarge the maximum platform_device_id name length
2025-07-04 23:49 UTC (3+ messages)
[PATCH 0/2] Add AMD I3C master controller driver and bindings
2025-07-03 15:24 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: i3c: Add binding for AMD I3C master controller
` [PATCH 2/2] i3c: master: Add AMD I3C bus controller driver
[PATCH v4] btrfs: replace deprecated strcpy with strscpy
2025-07-03 15:12 UTC (4+ 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).