messages from 2025-08-06 18:49:39 to 2025-08-15 09:09:31 UTC [more...]
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-15 9:09 UTC (8+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
[RFC v2 PATCH 0/8] pkeys-based cred hardening
2025-08-15 9:00 UTC (9+ messages)
` [RFC PATCH v2 1/8] arm64: kpkeys: Avoid unnecessary writes to POR_EL1
` [RFC PATCH v2 2/8] mm: kpkeys: Introduce unrestricted level
` [RFC PATCH v2 3/8] slab: Introduce SLAB_SET_PKEY
` [RFC PATCH v2 4/8] rcu: Allow processing kpkeys-protected data
` [RFC PATCH v2 5/8] mm: kpkeys: Introduce cred pkey/level
` [RFC PATCH v2 6/8] cred: Protect live struct cred with kpkeys
` [RFC PATCH v2 7/8] fs: Protect creds installed by override_creds()
` [RFC PATCH v2 8/8] mm: Add basic tests for kpkeys_hardened_cred
[PATCH v3] kdb: Replace deprecated strcpy() with strscpy() and memcpy()
2025-08-15 8:57 UTC (3+ messages)
[RFC PATCH v5 00/18] pkeys-based page table hardening
2025-08-15 8:55 UTC (19+ messages)
` [RFC PATCH v5 01/18] mm: Introduce kpkeys
` [RFC PATCH v5 02/18] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v5 03/18] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v5 04/18] arm64: Introduce por_elx_set_pkey_perms() helper
` [RFC PATCH v5 05/18] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v5 06/18] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v5 07/18] arm64: Reset POR_EL1 on exception entry
` [RFC PATCH v5 08/18] arm64: Context-switch POR_EL1
` [RFC PATCH v5 09/18] arm64: Enable kpkeys
` [RFC PATCH v5 10/18] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v5 11/18] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v5 12/18] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v5 13/18] mm: Map page tables with privileged pkey
` [RFC PATCH v5 14/18] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v5 15/18] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v5 16/18] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v5 17/18] mm: Add basic tests for kpkeys_hardened_pgtables
` [RFC PATCH v5 18/18] arm64: mm: Batch kpkeys level switches
[PATCH v14 0/5] rust: adds Bitmap API, ID pool and bindings
2025-08-15 7:36 UTC (9+ messages)
` [PATCH v14 1/5] rust: add bindings for bitmap.h
` [PATCH v14 2/5] rust: add bindings for bitops.h
` [PATCH v14 3/5] rust: add bitmap API
` [PATCH v14 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v14 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH] .gitignore: Add Coding Assistants section
2025-08-15 6:44 UTC
[PATCH net-next v7 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-08-14 22:40 UTC (18+ messages)
` [PATCH net-next v7 01/14] dt-bindings: net: Add PPE "
` [PATCH net-next v7 02/14] docs: networking: Add PPE driver documentation "
` [PATCH net-next v7 03/14] net: ethernet: qualcomm: Add PPE driver for "
` [PATCH net-next v7 04/14] net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574
` [PATCH net-next v7 05/14] net: ethernet: qualcomm: Initialize PPE queue "
` [PATCH net-next v7 06/14] net: ethernet: qualcomm: Initialize the PPE scheduler settings
` [PATCH net-next v7 07/14] net: ethernet: qualcomm: Initialize PPE queue settings
` [PATCH net-next v7 08/14] net: ethernet: qualcomm: Initialize PPE service code settings
` [PATCH net-next v7 09/14] net: ethernet: qualcomm: Initialize PPE port control settings
` [PATCH net-next v7 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
` [PATCH net-next v7 11/14] net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mapping
` [PATCH net-next v7 12/14] net: ethernet: qualcomm: Initialize PPE L2 bridge settings
` [PATCH net-next v7 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters
` [PATCH net-next v7 14/14] MAINTAINERS: Add maintainer for Qualcomm PPE driver
[PATCH v2] kdb: Replace deprecated strcpy() with strscpy() and memcpy()
2025-08-14 18:29 UTC (2+ messages)
[PATCH] kdb: Replace deprecated strcpy() with strscpy()
2025-08-14 15:17 UTC (4+ messages)
[PATCH][next] pwm: cros-ec: Avoid -Wflex-array-member-not-at-end warnings
2025-08-14 14:08 UTC (5+ messages)
[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-14 7:37 UTC (21+ messages)
` [PATCH v4 01/15] devres: provide devm_kmemdup_const()
` [PATCH v4 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v4 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v4 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v4 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v4 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v4 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v4 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v4 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v4 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v4 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v4 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH v3][next] drm/nouveau: fifo: Avoid -Wflex-array-member-not-at-end warning
2025-08-14 6:01 UTC
[PATCH v7 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-08-14 5:50 UTC (30+ messages)
` [PATCH v7 01/11] tee: allow a driver to allocate a tee_device without a pool
` [PATCH v7 02/11] tee: add close_context to TEE driver operation
` [PATCH v7 03/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v7 04/11] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF
` [PATCH v7 05/11] tee: increase TEE_MAX_ARG_SIZE to 4096
` [PATCH v7 06/11] firmware: qcom: scm: add support for object invocation
` [PATCH v7 07/11] firmware: qcom: tzmem: export shm_bridge create/delete
` [PATCH v7 08/11] tee: add Qualcomm TEE driver
` [PATCH v7 09/11] qcomtee: add primordial object
` [PATCH v7 10/11] qcomtee: enable TEE_IOC_SHM_ALLOC ioctl
` [PATCH v7 11/11] Documentation: tee: Add Qualcomm TEE driver
[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
2025-08-13 20:07 UTC (10+ messages)
` [PATCH v9 1/9] fc_els: use 'union fc_tlv_desc'
` [PATCH v9 2/9] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v9 3/9] nvme-fc: marginal path handling
` [PATCH v9 4/9] nvme-fc: nvme_fc_fpin_rcv() callback
` [PATCH v9 5/9] lpfc: enable FPIN notification for NVMe
` [PATCH v9 6/9] qla2xxx: "
` [PATCH v9 7/9] nvme: sysfs: emit the marginal path state in show_state()
` [PATCH v9 8/9] nvme-multipath: queue-depth support for marginal paths
` [PATCH v9 9/9] scsi: qla2xxx: Fix memcpy field-spanning write issue
[PATCH][next] drm/amd/pm: Avoid multiple -Wflex-array-member-not-at-end warnings
2025-08-13 12:57 UTC (7+ messages)
[PATCH RESEND] powerpc/rtas: Replace one-element array with flexible array member
2025-08-13 10:30 UTC
[PATCH v2][next] RDMA/cm: Avoid -Wflex-array-member-not-at-end warning
2025-08-13 10:22 UTC
[PATCH v11 0/3] ARM: dts: Add support for Meta Clemente BMC
2025-08-13 10:04 UTC (4+ messages)
` [PATCH v11 1/3] dt-bindings: arm: aspeed: add Meta Clemente board
` [PATCH v11 2/3] ARM: dts: aspeed: clemente: add NCSI3 and NCSI4 pinctrl nodes
` [PATCH v11 3/3] ARM: dts: aspeed: clemente: add Meta Clemente BMC
[PATCH v2] platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warning
2025-08-13 9:55 UTC (2+ messages)
[PATCH] hardening: Require clang 20.1.0 for __counted_by
2025-08-12 21:23 UTC (6+ messages)
[PATCH v2] kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
2025-08-12 16:24 UTC (2+ messages)
[PATCH][next] scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
2025-08-12 14:13 UTC
[PATCH][next] scsi: qla2xxx: Fix memcpy field-spanning write issue
2025-08-12 13:52 UTC (3+ messages)
[PATCH RESEND] iommu/amd: Avoid stack buffer overflow from kernel cmdline
2025-08-12 6:41 UTC (2+ messages)
[PATCH] audit: Replace deprecated strcpy() with strscpy()
2025-08-11 22:21 UTC (4+ messages)
[PATCH] kdb: Replace deprecated strcpy() with strscpy() in vkdb_printf()
2025-08-11 21:37 UTC (5+ messages)
[PATCH] Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()
2025-08-11 16:16 UTC (2+ messages)
[PATCH v2] kbuild: Re-enable -Wunterminated-string-initialization
2025-08-11 14:25 UTC (9+ messages)
[PATCH v9 00/10] Add pinctrl support for the AAEON UP board FPGA
2025-08-11 13:48 UTC (12+ messages)
` [PATCH v9 01/10] gpiolib: add support to register sparse pin range
` [PATCH v9 02/10] gpio: aggregator: move GPIO forwarder allocation in a dedicated function
` [PATCH v9 03/10] gpio: aggregator: refactor the code to add GPIO desc in the forwarder
` [PATCH v9 04/10] gpio: aggregator: refactor the forwarder registration part
` [PATCH v9 05/10] gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
` [PATCH v9 06/10] gpio: aggregator: export symbols of the GPIO forwarder library
` [PATCH v9 07/10] gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
` [PATCH v9 08/10] gpio: aggregator: add possibility to attach data to the forwarder
` [PATCH v9 09/10] lib/string_choices: Add str_input_output() helper
` [PATCH v9 10/10] pinctrl: Add pin controller driver for AAEON UP boards
` (subset) [PATCH v9 00/10] Add pinctrl support for the AAEON UP board FPGA
[PATCH v2] fs: hpfs: Avoid multiple -Wflex-array-member-not-at-end warnings
2025-08-11 13:00 UTC
[PATCH v2] ARM: mm: Don't use %pK through printk
2025-08-11 10:49 UTC
[PATCH v8 00/10] Add pinctrl support for the AAEON UP board FPGA
2025-08-11 9:25 UTC (2+ messages)
[PATCH] iwlegacy: Remove unused structs and avoid -Wflex-array-member-not-at-end warnings
2025-08-11 5:10 UTC
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-08-10 21:12 UTC (2+ messages)
[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
2025-08-09 6:15 UTC (8+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION
abusing CONFIG_RANDOMIZE_KSTACK_OFFSET to assist with exploitation
2025-08-08 10:46 UTC
[PATCH v10 0/3] ARM: dts: Add support for Meta Clemente BMC
2025-08-08 1:43 UTC (2+ messages)
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-08-07 14:43 UTC (5+ messages)
` [PATCH 05/17] powerpc: "
` [PATCH 09/17] riscv: "
[PATCH] gcc-plugins: Use swap() to simplify code
2025-08-07 4:45 UTC (2+ messages)
[PATCH v3] selftests/tty: add TIOCSTI test suite
2025-08-06 18:49 UTC
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).