messages from 2025-05-21 03:58:02 to 2025-06-09 09:51:13 UTC [more...]
[PATCH v7 00/10] Add pinctrl support for the AAEON UP board FPGA
2025-06-09 9:51 UTC (7+ messages)
` [PATCH v7 01/10] gpiolib: add support to register sparse pin range
` [PATCH v7 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v7 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v7 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v7 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v7 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
[PATCH v6 00/12] Add pinctrl support for the AAEON UP board FPGA
2025-06-09 9:01 UTC (5+ messages)
` [PATCH v6 12/12] pinctrl: Add pin controller driver for AAEON UP boards
[RFC PATCH] um: replace deprecated strncpy with strscpy
2025-06-07 21:30 UTC
Introdunction
2025-06-07 12:40 UTC
[PATCH v11 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-05 22:04 UTC (9+ messages)
` [PATCH v11 1/5] rust: add bindings for bitmap.h
` [PATCH v11 2/5] rust: add bindings for bitops.h
` [PATCH v11 3/5] rust: add bitmap API
` [PATCH v11 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v11 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v2] slab: Decouple slab_debug and no_hash_pointers
2025-06-05 20:15 UTC (3+ messages)
[PATCH v8 0/7] Enable EINJv2 Support
2025-06-04 23:44 UTC (9+ messages)
` [PATCH v8 1/7] ACPI: APEI: EINJ: Fix kernel test sparse warnings
` [PATCH v8 2/7] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities
` [PATCH v8 3/7] ACPI: APEI: EINJ: Add einjv2 extension struct
` [PATCH v8 4/7] ACPI: APEI: EINJ: Discover EINJv2 parameters
` [PATCH v8 5/7] ACPI: APEI: EINJ: Create debugfs files to enter device id and syndrome
` [PATCH v8 6/7] ACPI: APEI: EINJ: Enable EINJv2 error injections
` [PATCH v8 7/7] ACPI: APEI: EINJ: Update the documentation for EINJv2 support
i915 utils: range_overflows*()
2025-06-04 8:59 UTC (5+ messages)
` [RFC] drm/i915/utils: document range_overflows*() macros
[Self- Introduction] - Stefan Weigl-Bosker
2025-06-04 1:51 UTC
[PATCH] overflow: Introduce __DEFINE_FLEX for having no initializer
2025-06-03 13:55 UTC (2+ messages)
[PATCH] lib/tests: Make RANDSTRUCT_KUNIT_TEST depend on RANDSTRUCT
2025-06-02 18:19 UTC (4+ messages)
[PATCH] lib/tests: Make FORTIFY_KUNIT_TEST depend on FORTIFY_SOURCE
2025-06-02 18:11 UTC (2+ messages)
[PATCH] ubsan: Fix incorrect hand-side used in handle
2025-06-02 18:06 UTC (2+ messages)
[PATCH v10 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 14:44 UTC (10+ messages)
` [PATCH v10 1/5] rust: add bindings for bitmap.h
` [PATCH v10 2/5] rust: add bindings for bitops.h
` [PATCH v10 3/5] rust: add bitmap API
` [PATCH v10 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v10 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v9 0/5] rust: adds Bitmap API, ID pool and bindings
2025-06-02 13:11 UTC (14+ messages)
` [PATCH v9 1/5] rust: add bindings for bitmap.h
` [PATCH v9 2/5] rust: add bindings for bitops.h
` [PATCH v9 3/5] rust: add bitmap API
` [PATCH v9 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v9 5/5] rust: add dynamic ID pool abstraction for bitmap
[GIT PULL] require gcc-8 and binutils-2.30
2025-05-31 15:30 UTC (3+ messages)
[PATCH] randstruct: gcc-plugin: Fix attribute addition
2025-05-31 4:33 UTC (2+ messages)
[PATCH 3/3] Revert "hardening: Disable GCC randstruct for COMPILE_TEST"
2025-05-30 22:31 UTC (6+ messages)
[PATCH v3][next] overflow: Fix direct struct member initialization in _DEFINE_FLEX()
2025-05-30 18:52 UTC (4+ messages)
[PATCH v9 3/5] rust: add bitmap API
2025-05-29 20:15 UTC (3+ messages)
[PATCH] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches
2025-05-29 18:18 UTC
[PATCH] crypto: Annotate crypto strings with nonstring
2025-05-29 17:31 UTC
[PATCH] arm64: tegra: Enable ramoops on Tegra210 and newer
2025-05-29 8:52 UTC (12+ messages)
[PATCH] ubsan: integer-overflow: depend on BROKEN to keep this out of CI
2025-05-29 6:00 UTC (6+ messages)
[linus:master] [crypto] 40b9969796: UBSAN:unsigned-integer-overflow_in_lib/crypto/chacha20poly1305-selftest.c
2025-05-28 17:41 UTC (5+ messages)
[PATCH v5 00/12] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-05-28 5:22 UTC (16+ messages)
` [PATCH v5 01/12] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v5 02/12] tee: add close_context to TEE driver operation
` [PATCH v5 03/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v5 04/12] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v5 05/12] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v5 06/12] firmware: qcom: scm: add support for object invocation
` [PATCH v5 07/12] firmware: qcom: scm: remove unused arguments to the shm_brige
` [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v5 09/12] tee: add Qualcomm TEE driver
` [PATCH v5 10/12] qcomtee: add primordial object
` [PATCH v5 11/12] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v5 12/12] Documentation: tee: Add Qualcomm TEE driver
[PATCH net-next v2 0/8] net: Convert dev_set_mac_address() to struct sockaddr_storage
2025-05-27 18:43 UTC (13+ messages)
` [PATCH net-next v2 1/8] net: core: Convert inet_addr_is_any() to sockaddr_storage
` [PATCH net-next v2 2/8] net: core: Switch netif_set_mac_address() to struct sockaddr_storage
` [PATCH net-next v2 3/8] net/ncsi: Use struct sockaddr_storage for pending_mac
` [PATCH net-next v2 4/8] ieee802154: Use struct sockaddr_storage with dev_set_mac_address()
` [PATCH net-next v2 5/8] net: usb: r8152: Convert to use struct sockaddr_storage internally
` [PATCH net-next v2 6/8] net: core: Convert dev_set_mac_address() to struct sockaddr_storage
` [PATCH net-next v2 7/8] rtnetlink: do_setlink: Use "
` [PATCH net-next v2 8/8] net: core: Convert dev_set_mac_address_user() to use "
[PATCH v2 00/14] stackleak: Support Clang stack depth tracking
2025-05-27 3:30 UTC (24+ messages)
` [PATCH v2 01/14] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v2 02/14] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v2 03/14] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v2 04/14] x86: Handle KCOV __init vs inline mismatches
` [PATCH v2 05/14] arm: "
` [PATCH v2 06/14] arm64: "
` [PATCH v2 07/14] s390: "
` [PATCH v2 08/14] powerpc: "
` [PATCH v2 09/14] mips: "
` [PATCH v2 10/14] loongarch: "
` [PATCH v2 11/14] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v2 12/14] kstack_erase: Support Clang stack depth tracking
` [PATCH v2 13/14] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v2 14/14] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON
[PATCH v4 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-05-27 0:59 UTC (4+ messages)
` [PATCH v4 08/11] tee: add Qualcomm TEE driver
[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
2025-05-26 14:22 UTC (8+ messages)
` [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH net-next v4 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-05-26 7:25 UTC (6+ messages)
` [PATCH net-next v4 01/14] dt-bindings: net: Add PPE "
[PATCH] x86: string_32.h: Provide basic sanity checks for fallback memcpy()
2025-05-24 0:52 UTC (3+ messages)
[PATCH v2] ext4: replace strcpy() with '.' assignment
2025-05-23 22:07 UTC (7+ messages)
[PATCH] csky: string.h: Provide basic sanity checks for fallback memcpy()
2025-05-23 4:27 UTC
[PATCH v3 00/12] Add initial USB support for the Renesas RZ/G3S SoC
2025-05-22 14:49 UTC (22+ messages)
` [PATCH v3 01/12] soc: renesas: rz-sysc: Add syscon/regmap support
` [PATCH v3 02/12] soc: renesas: rz-sysc: Add signal support
` [PATCH v3 03/12] soc: renesas: r9a08g045-sysc: Add USB PWRRDY signal
` [PATCH v3 04/12] dt-bindings: phy: renesas,usb2-phy: Mark resets as required for RZ/G3S
` [PATCH v3 05/12] dt-bindings: phy: renesas,usb2-phy: Add renesas,sysc-signals
` [PATCH v3 06/12] phy: renesas: rcar-gen3-usb2: Fix an error handling path in rcar_gen3_phy_usb2_probe()
` [PATCH v3 07/12] phy: renesas: rcar-gen3-usb2: Add support for USB PWRRDY signal
` [PATCH v3 08/12] reset: rzg2l-usbphy-ctrl: "
` [PATCH v3 09/12] dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G3S support
` [PATCH v3 10/12] reset: rzg2l-usbphy-ctrl: Add support for RZ/G3S SoC
` [PATCH v3 11/12] arm64: dts: renesas: r9a08g045: Add USB support
` [PATCH v3 12/12] arm64: dts: renesas: rzg3s-smarc: Enable "
[PATCH v4 2/2] pinctrl: eswin: Add EIC7700 pinctrl driver
2025-05-22 5:50 UTC (2+ messages)
[PATCH] riscv: enable mseal sysmap for RV64
2025-05-21 14:45 UTC (5+ messages)
[PATCH RESEND] alpha: Replace strcpy() with strscpy() in setup_arch()
2025-05-21 12:20 UTC
[PATCH RESEND] alpha: Replace sprintf()/strcpy() with scnprintf()/strscpy()
2025-05-21 12:18 UTC
[PATCH RESEND] sparc: PCI: Replace deprecated strcpy() with strscpy()
2025-05-21 12:17 UTC
[PATCH] usb: misc: adutux: replace kmalloc() with kmalloc_array()
2025-05-21 10:59 UTC (2+ messages)
[PATCH 0/7] net: Convert dev_set_mac_address() to struct sockaddr_storage
2025-05-21 5:18 UTC (5+ 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