messages from 2025-12-11 08:08:16 to 2025-12-13 06:57:17 UTC [more...]
[PATCH 00/26] Introduce meminspect
2025-12-13 6:57 UTC (3+ messages)
[RFC 00/11] Reintroduce Hornet LSM
2025-12-13 5:50 UTC (9+ messages)
` [RFC 04/11] crypto: pkcs7: add flag for validated trust on a signed info block
` [RFC 06/11] crypto: pkcs7: add ability to extract signed attributes by OID
` [RFC 08/11] security: Hornet LSM
[RFC][PATCH v2] ima: Add support for staging measurements for deletion and trimming
2025-12-13 2:06 UTC (4+ messages)
[PATCH v2] Support conditional deps using "depends on X if Y"
2025-12-13 1:40 UTC (6+ messages)
[PATCH v3] locking/rwsem: Reintroduce reader optimistic spinning conditionally
2025-12-13 0:52 UTC (4+ messages)
[PATCH v21 0/7] firmware: imx: driver for NXP secure-enclave
2025-12-13 0:45 UTC (11+ messages)
` [PATCH v21 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v21 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v21 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v21 4/7] firmware: imx: device context dedicated to priv
` [PATCH v21 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v21 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v21 7/7] arm64: dts: imx8ulp-evk: add reserved memory property
[PATCH net-next v7 0/9] Add support for providers with large rx buffer
2025-12-13 0:04 UTC (9+ messages)
` [PATCH net-next v7 4/9] net: let pp memory provider to specify rx buf len
` [PATCH net-next v7 7/9] eth: bnxt: allow providers to set rx buf size
[PATCH v5 22/24] KVM: arm64: Add KVM_CAP to partition the PMU
2025-12-12 22:59 UTC (2+ messages)
[PATCH v5 21/24] KVM: arm64: Inject recorded guest interrupts
2025-12-12 22:55 UTC (2+ messages)
[PATCH v4 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
2025-12-12 22:42 UTC (6+ messages)
` [PATCH v4 2/3] KVM: selftests: Test for KVM_EXIT_ARM_SEA
[PATCH v5 20/24] perf: arm_pmuv3: Handle IRQs for Partitioned PMU guest counters
2025-12-12 22:36 UTC (2+ messages)
[PATCH v5 19/24] KVM: arm64: Implement lazy PMU context swaps
2025-12-12 22:25 UTC (2+ messages)
[PATCH v5 18/24] KVM: arm64: Enforce PMU event filter at vcpu_load()
2025-12-12 21:59 UTC (2+ messages)
[PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
2025-12-12 21:57 UTC (2+ messages)
[PATCH v5 16/24] KVM: arm64: Account for partitioning in PMCR_EL0 access
2025-12-12 21:31 UTC (2+ messages)
[PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
2025-12-12 21:22 UTC (2+ messages)
[PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
2025-12-12 21:06 UTC (2+ messages)
[PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
2025-12-12 20:54 UTC (2+ messages)
[PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
2025-12-12 20:51 UTC (2+ messages)
[PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
2025-12-12 20:29 UTC (2+ messages)
[PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
2025-12-12 20:27 UTC (2+ messages)
[PATCH v6 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-12-12 19:43 UTC (6+ messages)
` [PATCH v6 1/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
` [PATCH v6 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v6 3/5] docs: driver-api: gpio: generic gpio driver over rpmsg bus
` [PATCH v6 4/5] gpio: rpmsg: add generic rpmsg GPIO driver
` [PATCH v6 5/5] arm64: dts: imx8ulp: Add rpmsg node under imx_rproc
[PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
2025-12-12 19:22 UTC (2+ messages)
[PATCH v4 0/4] iommu: Add IOMMU_DEBUG_PAGEALLOC sanitizer
2025-12-12 18:47 UTC (12+ messages)
` [PATCH v4 1/4] iommu: Add page_ext for IOMMU_DEBUG_PAGEALLOC
` [PATCH v4 2/4] iommu: Add calls "
` [PATCH v4 3/4] iommu: debug-pagealloc: Track IOMMU pages
` [PATCH v4 4/4] iommu: debug-pagealloc: Check mapped/unmapped kernel memory
[PATCH v26 00/28] riscv control-flow integrity for usermode
2025-12-12 18:33 UTC (33+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v26 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v26 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v26 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v26 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v26 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v26 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v26 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v26 09/28] riscv/mm: write protect and shadow stack
` [PATCH v26 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v26 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v26 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v26 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v26 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v26 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v26 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v26 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v26 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v26 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v26 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v26 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v26 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v26 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v26 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v26 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v26 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v26 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v26 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v4 0/3] hwmon: Add support for the LTC4283 Hot Swap Controller
2025-12-12 17:31 UTC (11+ messages)
` [PATCH v4 2/3] hwmon: ltc4283: Add support for the LTC4283 "
[drm-msm:msm-fixes-external-fixes 8/80] htmldocs: Documentation/gpu/drm-mm:506: ./drivers/gpu/drm/drm_gpuvm.c:2447: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
2025-12-12 17:09 UTC
[PATCH v6 16/31] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
2025-12-12 16:05 UTC (4+ messages)
[PATCH v3 0/7] seccomp: support nested listeners
2025-12-12 13:57 UTC (5+ messages)
` [PATCH v3 1/7] seccomp: remove unused argument from seccomp_do_user_notification
` [PATCH v3 4/7] seccomp: mark first listener in the tree
` [PATCH v3 6/7] seccomp: allow nested listeners
[PATCH 0/3] gpio: pca953x: Add support for TCAL6408 TCAL6416
2025-12-12 13:03 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Documentation: gpio: add TCAL6408 and TCAL6416
` [PATCH 3/3] dt-bindings: gpio: gpio-pca95xx: Add tcal6408 and tcal6416
[PATCH 00/26] drm/bridge: add drm_of_find_bridge(), deprecate of_drm_find_bridge()
2025-12-12 11:10 UTC (12+ messages)
` [PATCH 04/26] drm/bridge: make of_drm_find_bridge() a wrapper of drm_of_find_bridge()
` [PATCH 06/26] drm/bridge: add devm_drm_of_find_bridge
[PATCH v4 00/35] Compiler-Based Context- and Locking-Analysis
2025-12-12 11:09 UTC (26+ messages)
` [PATCH v4 02/35] compiler-context-analysis: Add infrastructure for Context Analysis with Clang
` [PATCH v4 06/35] cleanup: Basic compatibility with context analysis
` [PATCH v4 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v4 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v4 16/35] kref: Add context-analysis annotations
[PATCH -next 0/5] mm/mglru: remove memcg lru
2025-12-12 10:15 UTC (2+ messages)
[PATCH -next 3/5] mm/mglru: extend shrink_one for both lrugen and non-lrugen
2025-12-12 9:53 UTC (3+ messages)
[PATCH v5 4/4] coccinelle: Add kmalloc_objs conversion script
2025-12-12 9:51 UTC (4+ messages)
` [cocci] "
[PATCH v20 0/7] firmware: imx: driver for NXP secure-enclave
2025-12-12 9:07 UTC (10+ messages)
` [PATCH v20 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [EXT] "
[PATCH v5 5/7] revocable: Add fops replacement
2025-12-12 8:32 UTC (14+ messages)
[PATCH v6 0/5] drm/amdgpu: add UMA carveout tuning interfaces
2025-12-12 7:59 UTC (6+ messages)
` [PATCH v6 1/5] drm/amdgpu: parse UMA size-getting/setting bits in ATCS mask
` [PATCH v6 2/5] drm/amdgpu: add helper to read UMA carveout info
` [PATCH v6 3/5] drm/amdgpu: add UMA allocation setting helpers
` [PATCH v6 4/5] drm/amdgpu: add UMA allocation interfaces to sysfs
` [PATCH v6 5/5] Documentation/amdgpu: Add UMA carveout details
[PATCH 00/11] mm/hugetlb: Eliminate fake head pages from vmemmap optimization
2025-12-12 6:45 UTC (8+ messages)
[PATCH v8 5/5] irqchip/irq-loongarch-ir:Add Redirect irqchip support
2025-12-12 1:33 UTC (3+ messages)
[PATCH 0/3] clk: remove round_rate clk op from the clk core
2025-12-11 23:41 UTC (4+ messages)
` [PATCH 1/3] clk: test: remove references to clk_ops.round_rate
` [PATCH 2/3] clk: composite: convert from round_rate() to determine_rate()
` [PATCH 3/3] clk: remove round_rate() clk ops
[RFC][PATCH] ima: Add support for staging measurements for deletion
2025-12-11 23:38 UTC (12+ messages)
[PATCH v8 3/5] irqchip/irq-loongson.h:irq-loongson.h preparation for Redirect irqchip
2025-12-11 23:18 UTC (4+ messages)
` [PATCH v8 4/5] irqchip/loongarch-avec.c:return IRQ_SET_MASK_OK_DONE when keep affinity
` [PATCH] irqchip/irq-loongarch-ir:Add Redirect irqchip support
[PATCH v6 5/5] coccinelle: Add kmalloc_objs conversion script
2025-12-11 22:02 UTC (3+ messages)
[PATCH v2] hwmon: (sht3x) add support for SHT85
2025-12-11 18:58 UTC
[PATCH v2 0/1] Trim N entries of IMA event logs
2025-12-11 18:41 UTC (5+ messages)
` [PATCH V2 1/1] IMA event log trimming
[PATCH v25 00/28] riscv control-flow integrity for usermode
2025-12-11 17:13 UTC (4+ messages)
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
[PATCH v6 0/1] KVM: Add support for the ERAPS feature
2025-12-11 16:09 UTC (6+ messages)
` [PATCH v6 1/1] x86: kvm: svm: set up ERAPS support for guests
[PATCH v7 net-next 00/13] AccECN protocol case handling series
2025-12-11 15:54 UTC (4+ messages)
[PATCH v4 0/3] TrackPoint doubletap enablement and user control
2025-12-11 14:46 UTC (4+ messages)
` [PATCH v4 1/3] input: trackpoint - Enable doubletap by default on capable devices
[RFC][PATCH 00/13] drm: Introduce GEM-UMA memory management
2025-12-11 12:04 UTC (7+ messages)
` [PATCH 01/13] drm/gem-shmem: Fix typos in documentation
` [PATCH 02/13] drm/gem-shmem: Fix the MODULE_LICENSE() string
[PATCH] kdoc: allow dots in inline @param names
2025-12-11 10:48 UTC
[PATCH v8 0/5] Loongarch irq-redirect support
2025-12-11 9:17 UTC (3+ messages)
` [PATCH v8 1/5] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v8 2/5] LoongArch: Architectural preparation for Redirect irqchip
[PATCH 00/11] char: qcom_csm_dp: Add data path driver for QDU100 device
2025-12-11 8:07 UTC (4+ messages)
` [PATCH 09/11] bus: mhi: host: Get total descriptor count
` [PATCH 10/11] drivers: bus: mhi: host: Add support for MHI MAX TRB capability
` [PATCH 11/11] char: qcom_csm_dp: Add data path driver for QDU100 device
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).