mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v46 0/7] firmware: imx: driver for NXP secure-enclave
 2026-09-02 21:46 UTC  (7+ messages)
` [PATCH v46 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v46 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v46 4/7] firmware: imx: device context dedicated to priv
` [PATCH v46 5/7] firmware: imx: adds miscdev
` [PATCH v46 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v46 7/7] arm64: dts: imx8ulp: add reserved memory for EdgeLock Enclave

[PATCH v3] mm: remove min_free_kbytes adjustment for THP
 2026-09-02 17:00 UTC  (10+ messages)

[PATCH] Documentation: fuse: harmonize numeration
 2026-09-02 17:00 UTC  (2+ messages)

[PATCH v3 0/3] platform/wmi: Add aarch64 support
 2026-09-02 17:00 UTC  (8+ messages)
` [PATCH v3 2/3] ACPI: video: Remove CONFIG_X86 handling from nvidia_wmi_ec_supported()

[PATCH v4 00/25] mtd: spi-nor: QE handling cleanup + fixup reworks + Winbond RV chips addition
 2026-09-02 16:59 UTC  (26+ messages)
` [PATCH v4 01/25] mtd: spi-nor: Rename BFPT_DWORD15_QER_SR2_BIT1_BUGGY
` [PATCH v4 02/25] mtd: spi-nor: Create a structure containing the flash opcodes
` [PATCH v4 03/25] mtd: spi-nor: Refactor Read Status/Write Status support
` [PATCH v4 04/25] mtd: spi-nor: Add support for the new JESD216 rev F QER field
` [PATCH v4 05/25] mtd: spi-nor: Create the concept of fixup table with match function
` [PATCH v4 06/25] mtd: spi-nor: Move the fixup flags into the fixup list
` [PATCH v4 07/25] mtd: spi-nor: Create an indirection on the part name
` [PATCH v4 08/25] mtd: spi-nor: Move the SFDP header structure to a C header
` [PATCH v4 09/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-Q/N parts
` [PATCH v4 10/25] mtd: spi-nor: winbond: Add support for W25Q32RV-Q/N
` [PATCH v4 11/25] mtd: spi-nor: winbond: Add support for W25Q64RV-Q/N
` [PATCH v4 12/25] mtd: spi-nor: winbond: Add support for W25Q12RV-Q/N
` [PATCH v4 13/25] mtd: spi-nor: winbond: Add support for W25Q25RV-Q/N
` [PATCH v4 14/25] mtd: spi-nor: winbond: Add support for W25Q51RV-Q/N
` [PATCH v4 15/25] mtd: spi-nor: winbond: Add support for W25Q01RV-Q/N
` [PATCH v4 16/25] mtd: spi-nor: winbond: Add support for W25Q02RV-Q/N
` [PATCH v4 17/25] mtd: spi-nor: winbond: Prepare introduction of W25QxxRV-M parts
` [PATCH v4 18/25] mtd: spi-nor: winbond: Add support for W25Q32RV-M
` [PATCH v4 19/25] mtd: spi-nor: winbond: Add support for W25Q64RV-M
` [PATCH v4 20/25] mtd: spi-nor: winbond: Add support for W25Q12RV-M
` [PATCH v4 21/25] mtd: spi-nor: winbond: Add support for W25Q25RV-M
` [PATCH v4 22/25] mtd: spi-nor: winbond: Add support for W25Q51RV-M
` [PATCH v4 23/25] mtd: spi-nor: winbond: Add support for W25Q01RV-M
` [PATCH v4 24/25] mtd: spi-nor: winbond: Add support for W25Q02RV-M
` [PATCH v4 25/25] mtd: spi-nor: debugfs: Expose SR opcodes and QE mask

[PATCH v2] dt-bindings: usb: qcom,snps-dwc3: Fix glymur binding for non-MP controllers
 2026-09-02 16:59 UTC  (6+ messages)

[PATCH] arm64: hugetlb: fix BBM for mprotect() on contiguous PTEs
 2026-09-02 16:58 UTC  (5+ messages)

[PATCH net] s390/ism: folio_put() after error
 2026-09-02 16:58 UTC  (2+ messages)

[PATCH v2] mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race
 2026-09-02 16:57 UTC  (2+ messages)

[BUG] SPD5118 Intermittent MR11 Corruption During Suspend/Resume
 2026-09-02 16:57 UTC  (15+ messages)

[PATCH net-next v9 00/15] ax88179_178a: Add support for AX88179A-based chips
 2026-09-02 16:57 UTC  (16+ messages)
` [PATCH net-next v9 01/15] phylink: Add phylink_mac_interrupt
` [PATCH net-next v9 02/15] phylib: Add support for PHYs with broken forced mode
` [PATCH net-next v9 03/15] ax88179_178a: Fix endianness of pause watermark register
` [PATCH net-next v9 04/15] ax88179_178a: Split driver into library and device specific code
` [PATCH net-next v9 05/15] ax88179_178a: Add netdev2data() convenience function
` [PATCH net-next v9 06/15] ax88179_178a: Add HW support for AX179A-based chips
` [PATCH net-next v9 07/15] ax88179_178a: Add EEE configuration support for AX88179A MACs
` [PATCH net-next v9 08/15] ax88179_178a: Add EEE configuration support for AX88179A PHYs
` [PATCH net-next v9 09/15] ax88179_178a: Add VLAN offload support for AX88179A
` [PATCH net-next v9 10/15] ax88179_178a: Add AX179A/AX279 multicast configuration
` [PATCH net-next v9 11/15] ax88179_178a: Add Suspend/resume support for AX88179A/772D/279
` [PATCH net-next v9 12/15] ax88179_178a: Add ethtool get_drvinfo
` [PATCH net-next v9 13/15] ax88179_178a: Update driver name and information
` [PATCH net-next v9 14/15] ax88179_178a: Add support for AX88179A/772D/279 EEPROM access
` [PATCH net-next v9 15/15] ax88796b: Add support for AX88772D, AX88179A and AX88279

[PATCH v2] lib/group_cpus: rotate extra groups to avoid IRQ stacking
 2026-09-02 16:57 UTC  (4+ messages)

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2026-09-02 16:56 UTC  (4+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH v4 1/2] hwmon: (spd5118) Select page 0 unconditionally during probe
 2026-09-02 16:56 UTC  (4+ messages)
` [PATCH v4 2/2] hwmon: (spd5118) Avoid probing when 16-bit addressing is enabled

[PATCH RFC 0/2] of: property: Make fw_devlink follow GPIO and PWM nexus maps
 2026-09-02 16:55 UTC  (5+ messages)
` [PATCH RFC 1/2] of: property: fw_devlink: Follow GPIO "

[PATCH 0/2] smb: client: improve copy_ref_data() robustness
 2026-09-02 16:55 UTC  (3+ messages)
` [PATCH 1/2] smb: client: fill cache fields after populating cache in copy_ref_data()

(no subject)
 2026-09-02 16:54 UTC 

[PATCH v2] tracing: Make is_signed_type() compatible with sparse
 2026-09-02 16:54 UTC  (16+ messages)

[PATCH 0/5] arm64: dts: qcom: use pci for device nodes
 2026-09-02 16:53 UTC  (5+ messages)
` [PATCH 1/5] arm64: dts: qcom: qcs6490-rb3gen2: "

[PATCH] crypto: atmel-tdes - zero-initialize device state
 2026-09-02 16:53 UTC  (2+ messages)

[BUG] fanotify: destroy/add race leaves a mark on a detached connector
 2026-09-02 16:52 UTC  (11+ messages)

[PATCH 0/2] btrfs: async checksumming cleanups
 2026-09-02 16:51 UTC  (3+ messages)
` [PATCH 1/2] btrfs: consume the given iter directly instead of copying in csum_one_bio()
` [PATCH 2/2] btrfs: use bio::remaining for async checksumming synchronization

[PATCH v7 00/17] Collection of fixes for Panfrost: Perfcnt, RPM, refactorings
 2026-09-02 16:51 UTC  (18+ messages)
` [PATCH v7 11/17] drm/panfrost: Add debugfs knob for manually triggering a GPU reset
` [PATCH v7 13/17] drm/panfrost: Skip cache flush/invalidate when enabling perfcnt
` [PATCH v7 14/17] drm/panfrost: Avoid cache flush after perfcnt sample in fully coherent systems
` [PATCH v7 16/17] drm/panfrost: Fix races between perfcnt and reset sequence

[QUESTION] xfs: Can we remove flush_workqueue from xlog_cil_push_now?
 2026-09-02 16:50 UTC  (5+ messages)

[PATCH] remoteproc: imx_dsp: acquire runtime PM before adding carveouts
 2026-09-02 16:50 UTC  (2+ messages)

[PATCH] RDMA/rtrs-clt: Fix CQ pool leak when connect is interrupted
 2026-09-02 16:48 UTC  (3+ messages)

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-02 16:48 UTC  (4+ messages)
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled

[PATCH] cdrom: fix brackets
 2026-09-02 16:46 UTC  (2+ messages)

[PATCH net 0/3] net/mlx5e: RS FEC variant fixes
 2026-09-02 16:46 UTC  (4+ messages)
` [PATCH net 1/3] net/mlx5e: Fix missing FEC mode mapping for RS_544_514_INTERLEAVED_QUAD
` [PATCH net 2/3] net/mlx5e: Fix setting RS FEC after remapping
` [PATCH net 3/3] net/mlx5e: Fix reporting support for all RS FEC variants

[PATCH] mm/mlock: use the IRQ-safe accessor for NR_MLOCK in __munlock_folio()
 2026-09-02 16:45 UTC  (3+ messages)

[syzbot] [greybus?] [usb?] KASAN: slab-out-of-bounds Write in gb_operation_message_alloc
 2026-09-02 16:45 UTC 

[PATCH net v2] net: mana: Clear RDMA teardown and suspend state in mana_rdma_probe()
 2026-09-02 16:44 UTC  (2+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-02 16:44 UTC  (5+ messages)
` [PATCH v20 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v20 04/14] KVM: arm64: Ensure GCS memory effects are visible

[PATCH v3] ARM: imx: Fix suspend/resume crash with Clang CFI
 2026-09-02 16:44 UTC  (10+ messages)
` [PATCH v4] "

[PATCH] dlm: wait for outstanding SRCU callbacks to complete in exit paths
 2026-09-02 16:44 UTC  (5+ messages)

[PATCH v1 1/1] arm64: dts: imx8mp-var-dart-sonata: Fix Sonata SD I/O supply
 2026-09-02 16:43 UTC 

[BUG] ASoC/AMD ACP70/RT721: ASUS TUF Gaming A14 FA401EA speakers silent and headphone jack buzzes on playback
 2026-09-02 16:43 UTC 

[PATCH v5] PCI: imx6: fix resource leaks in probe error paths
 2026-09-02 16:43 UTC 

[PATCH v2] platform/x86: asus-wmi: fix FA401 series keyboard sleep strobe
 2026-09-02 16:42 UTC  (4+ messages)

[PATCH v4 5/6] drm/panel: Use managed helpers in display vendor panels
 2026-09-02 16:42 UTC  (2+ messages)

[PATCH v2 00/20] KVM: selftests: PPC pre-enabling
 2026-09-02 16:41 UTC  (21+ messages)
` [PATCH v2 01/20] KVM: selftests: Use MEM_REGION_PT memslot instead of '0' for s390 regions/segments
` [PATCH v2 02/20] KVM: selftests: Use the common minimum GPA for page tables on LoongArch
` [PATCH v2 03/20] KVM: selftests: Use vm_alloc_page_table() to allocate LoongArch page tables
` [PATCH v2 04/20] KVM: selftests: Rename "num" param to "nr_pages" for physical page allocators
` [PATCH v2 05/20] KVM: selftests: Use goto instead of do-while to retry finding unused physical pages
` [PATCH v2 06/20] KVM: selftests: Extend page allocator to support naturally aligned allocations
` [PATCH v2 07/20] KVM: selftests: Make the single-page allocator APIs static inline
` [PATCH v2 08/20] KVM: selftests: Use the innermost page allocator API in the memslot perf test
` [PATCH v2 09/20] KVM: selftests: Use the innermost page allocator API in s390's IRQ routing test
` [PATCH v2 10/20] KVM: selftests: Add a wrapper API to allocate multiple page table pages
` [PATCH v2 11/20] KVM: selftests: Initialize vm->memslots[] with invalid memslots during creation
` [PATCH v2 12/20] KVM: selftests: Add APIs to override memory region types with custom memslots
` [PATCH v2 13/20] KVM: selftests: Add TEST_EXTRA memory region type for "special" memslots
` [PATCH v2 14/20] KVM: selftests: Use TEST_EXTRA region in arm64's vGIC LPI stress test
` [PATCH v2 15/20] KVM: selftests: Use TEST_EXTRA region in x86's smaller MAXPHYADDR test
` [PATCH v2 16/20] KVM: selftests: Use TEST_EXTRA region in set memory region test
` [PATCH v2 17/20] KVM: selftests: Take the memory region type, not memslot, in page allocators
` [PATCH v2 18/20] KVM: selftests: Use TEST_ASSERT(), not assert(), in vm_get_mem_region()
` [PATCH v2 19/20] KVM: selftests: Automatically pick min_gpa for allocations based on region type
` [PATCH v2 20/20] KVM: selftests: Add arch hook to force page tables to be naturally aligned

[RFC PATCH v4 00/16] coco/TSM: Implement host-side support for Arm CCA TDISP setup
 2026-09-02 16:39 UTC  (10+ messages)
` [RFC PATCH v4 03/16] iommu/arm-smmu-v3: Add initial pSMMU realm viommu plumbing

[PATCH net 0/2] net: macb: fix the link speed the taprio setup reads
 2026-09-02 16:37 UTC  (3+ messages)
` [PATCH net 2/2] net: macb: reject an unknown link speed in the taprio setup

[PATCH net 0/4] net/mlx5: SD LAG and devcom stability fixes
 2026-09-02 16:37 UTC  (5+ messages)
` [PATCH net 1/4] net/mlx5: SD, serialize SD LAG init/cleanup against LAG mode changes
` [PATCH net 2/4] net/mlx5: devcom, Base component size on linked devices
` [PATCH net 3/4] net/mlx5: SD, unload reps on shared FDB create error path
` [PATCH net 4/4] net/mlx5: LAG, reload IB reps of LAG master before the rest

[PATCH] ihex: Fix 16 bit truncation in ihex_binrec_size()
 2026-09-02 16:35 UTC  (3+ messages)

[RFC] ptwrite uprobes
 2026-09-02 16:35 UTC  (3+ messages)
` [RFC v1 05/19] ptwrite uprobes: Add minimal low level support for x86

[PATCH v2 0/5] ceph: convert the inline data paths to folios
 2026-09-02 16:35 UTC  (6+ messages)
` [PATCH v2 1/5] ceph: use a folio in ceph_get_caps()
` [PATCH v2 2/5] ceph: use a folio in the inline read branch of ceph_filemap_fault()
` [PATCH v2 3/5] ceph: use a folio in the READ_INLINE path of ceph_read_iter()
` [PATCH v2 4/5] ceph: convert ceph_fill_inline_data() to take a folio
` [PATCH v2 5/5] ceph: convert r_locked_page to r_locked_folio

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-09-02 16:35 UTC  (2+ messages)

[REGRESSION] [6.12.y] crypto: ccp - Move SEV/SNP Platform initialization to KVM breaks SEV-ES VM launch
 2026-09-02 16:34 UTC 

[PATCH] sched_ext: Fix NULL sched deref in select_cpu_and sub-sched error path
 2026-09-02 16:34 UTC  (3+ messages)

[PATCH 1/2] sched/numa: Use execution context for NUMA task tick
 2026-09-02 16:33 UTC  (2+ messages)
` [PATCH 2/2] sched/cache: Use execution context for cache "

[syzbot] [autofs?] memory leak in autofs_new_ino
 2026-09-02 16:33 UTC 

[PATCH v5 06/10] tracing: Fix subbuf resize races with trace_pipe_raw readers
 2026-09-02 16:33 UTC  (12+ messages)
` STABLE REQ: "

[GIT PULL] hardening fix for v7.3-rc2
 2026-09-02 16:31 UTC 

[PATCH 0/2] firmware: stratix10-svc: fix kaddr dangling pointers and populate kaddr1
 2026-09-02 16:31 UTC  (2+ messages)

[PATCH v2] docs: verify/bisect: fix typos
 2026-09-02 16:30 UTC  (2+ messages)

[PATCH RESEND v1 0/2] arm64: dts: qcom: lemans-evk: Update SDHC storage support via overlays
 2026-09-02 16:30 UTC  (5+ messages)
` [PATCH RESEND v1 1/2] arm64: dts: qcom: lemans-evk: Move SD card support to overlay
` [PATCH RESEND v1 2/2] arm64: dts: qcom: lemans-evk: Add SDHCI support for eMMC via overlay

[PATCH] srcutiny: Enable atomic SRCU flavor tracking
 2026-09-02 16:29 UTC  (5+ messages)

[PATCH RFC v3 0/8] kcov: add per-task dataflow tracking for function arguments/return values
 2026-09-02 16:29 UTC  (9+ messages)
` [PATCH RFC v3 1/8] "
` [PATCH RFC v3 2/8] Documentation: add kcov-dataflow.rst
` [PATCH RFC v3 3/8] selftests/kcov_dataflow: add ioctl interface selftest
` [PATCH RFC v3 4/8] selftests/kcov_dataflow: add rust_ffi_contract selftest
` [PATCH RFC v3 5/8] selftests/kcov_dataflow: add binderfs selftest
` [PATCH RFC v3 6/8] selftests/kcov_dataflow: add eight_struct_args_{c,rust} selftest module
` [PATCH RFC v3 7/8] selftests/kcov_dataflow: add rust_kworker_remote "
` [PATCH RFC v3 8/8] selftests/kcov_dataflow: add trigger-view.py

[PATCH V5 0/3] arm64: dts: qcom: Monaco: Enable SDHCI storage support
 2026-09-02 16:29 UTC  (7+ messages)
` [PATCH V5 1/3] arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to board DT
` [PATCH V5 2/3] arm64: dts: qcom: monaco-evk: Enable SDHCI for SD Card via overlay
` [PATCH V5 3/3] arm64: dts: qcom: monaco-evk: Add SDHCI support for eMMC "

[PATCH RESEND] crypto: x86/aria - add missing vzeroupper in AVX2 code
 2026-09-02 16:27 UTC  (3+ messages)

[PATCH net-next 10/10] net: dsa: microchip: add periodic output support for the KSZ8463
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,10/10] "

[PATCH net-next 06/10] net: dsa: microchip: extract compute_width
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,06/10] "

[PATCH net-next 05/10] net: dsa: microchip: extract ptp_get_pin
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,05/10] "

[PATCH net-next 04/10] net: dsa: microchip: extract PTP callbacks configuration from PTP registration
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,04/10] "

[PATCH net-next 02/10] net: dsa: microchip: add the number of periodic signals to chip infos
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,02/10] "

[PATCH net-next 01/10] net: dsa: microchip: add the number of pins to chip infos
 2026-09-02 16:27 UTC  (2+ messages)
` [net-next,01/10] "

[PATCH v3 0/4] KVM: TDX: Validate directly configurable CPUID bits
 2026-09-02 16:26 UTC  (20+ messages)
` [PATCH v3 1/4] KVM: TDX: Track configurable CPUID bits allowed by KVM

[PATCH] selftests/pidfd: fix PPID values in error message
 2026-09-02 16:26 UTC 

[PATCH v4 0/7] binder: fix issues with mremap()
 2026-09-02 16:25 UTC  (4+ messages)
` [PATCH v4 5/7] binder: check vma->vm_start in binder_vma_close()

[REGRESSION] PCIe/qcom: on-board WCN7850 link stuck in Polling on X1E80100 (Surface Pro 11)
 2026-09-02 16:25 UTC  (5+ messages)

[syzbot] [greybus?] [usb?] KASAN: slab-out-of-bounds Write in gb_operation_message_alloc
 2026-09-02 16:25 UTC  (2+ messages)
` Forwarded: [PATCH] greybus: operation: fix out-of-bounds write in message allocation

[PATCH v7 0/2] ASoC: Intel: Add Yoga Book RT5677 support
 2026-09-02 16:24 UTC  (3+ messages)
` [PATCH v7 1/2] ASoC: Intel: Add Cherry Trail RT5677 machine driver

[PATCH] arm64: dts: qcom: x1-denali: Add volume up/down GPIO keys
 2026-09-02 16:24 UTC  (4+ messages)

[PATCH v4 4/6] drm/panel: Use managed helpers in Himax and Ilitek panels
 2026-09-02 16:24 UTC  (2+ messages)

[PATCH RESEND] xor: add missing vzeroupper to AVX code
 2026-09-02 16:23 UTC  (3+ messages)

[RFC PATCH 00/12] Introduce LVBS support for Hyper-V guests
 2026-09-02 16:22 UTC  (4+ messages)
` [RFC PATCH 07/12] drivers: hv: hv_vsm_boot: load secure kernel image from firmware

[PATCH RFC 00/15] arm-mpam: Add basic device tree support for resctrl
 2026-09-02 16:22 UTC  (3+ messages)
` [PATCH RFC 08/15] arm_mpam: Fix ris_idx type to prevent range check bypass on truncation

[PATCH] RCU safety for vma maple tree walks
 2026-09-02 16:21 UTC  (6+ messages)

[PATCH 0/2] power: supply: qcom_battmgr: report charge levels on SM8350-class firmware
 2026-09-02 16:21 UTC  (4+ messages)
` [PATCH 2/2] power: supply: qcom_battmgr: expose CHARGE_NOW "

[PATCH 0/9] EDAC/versalnet: Fix error handling, teardown, and robustness
 2026-09-02 16:21 UTC  (2+ messages)

[PATCH v7 00/23] KVM: s390: Introduce arm64 KVM
 2026-09-02 16:20 UTC  (3+ messages)
` [PATCH v7 23/23] KVM: s390: arm64: Add KVM_S390_ARM64 Kconfig and Makefile

[PATCH v2] remoteproc: imx_rproc: allow mappings ending at region boundary
 2026-09-02 16:20 UTC  (2+ messages)

[PATCH v3] tracing: Take trace_array reference when opening options file
 2026-09-02 16:19 UTC 

[PATCH] pci: designware: Set DMA_BYPASS bit in outbound IATU CTRL2 register
 2026-09-02 16:17 UTC  (4+ messages)

[PATCH] cgroup: Avoid iteration of dying tasks with zero refcount
 2026-09-02 16:16 UTC 

[PATCH v7] HID: pulsar: add driver for Pulsar gaming mice
 2026-09-02 16:13 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®