The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-15 16:21:01 to 2026-07-15 18:06:39 UTC [more...]

[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
 2026-07-15 18:04 UTC  (17+ messages)
` [PATCH 01/16] drivers: arch_numa: move percpu set up code to arch
` [PATCH 02/16] arm64: kconfig: make percpu related configs not depend on NUMA
` [PATCH 03/16] mm: pgalloc: introduce {pud|pmd}_populate_sync()
` [PATCH 04/16] vmalloc: pass in pgd pointer for vmap{__vunmap}_range_noflush()
` [PATCH 05/16] arm64: mm: enable percpu kernel page table
` [PATCH 06/16] arm64: mm: defined {pud|pmd}_populate_sync()
` [PATCH 07/16] arm64: mm: sync percpu page table for memory hotplug/unplug
` [PATCH 08/16] arm64: kasan: sync up kasan shadow area page table
` [PATCH 09/16] arm64: mm: define percpu virtual space area
` [PATCH 10/16] mm: percpu: prepare to use dedicated percpu area
` [PATCH 11/16] arm64: mm: map local percpu first chunk
` [PATCH 12/16] mm: percpu: set up first chunk and reserve chunk
` [PATCH 13/16] arm64: mm: introduce __per_cpu_local_off
` [PATCH 14/16] mm: percpu: allocate and free local percpu vm area
` [PATCH 15/16] arm64: kconfig: select HAVE_LOCAL_PER_CPU_MAP
` [PATCH 16/16] arm64: percpu: use local percpu for this_cpu_*() APIs

[PATCH net v3 0/2] net/stmmac: Secure against failures of DMA memory allocation
 2026-07-15 18:05 UTC  (3+ messages)
  ` [PATCH net v3 1/2] net/stmmac: Set Rx queue page_pool to NULL when freeing DMA resources

[PATCH] cpufreq/amd-pstate: Bail out early in virtual machines and don't warn
 2026-07-15 18:04 UTC  (3+ messages)

[PATCH] f2fs: fix to zero post-EOF data when extending file size
 2026-07-15 18:05 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH 0/8] nvmem: make reg_write() take a const void *
 2026-07-15 17:52 UTC  (9+ messages)
` [PATCH 1/8] nvmem: core: "
` [PATCH 2/8] nvmem: make all reg_write callbacks take "
` [PATCH 3/8] rtc: "
` [PATCH 4/8] misc: "
` [PATCH 5/8] iio: pressure: bmp280: make reg_write callback "
` [PATCH 6/8] firmware: meson_sm: "
` [PATCH 7/8] mfd: twl-core: "
` [PATCH 8/8] media: ov2740: remove NULL reg_write callback

[PATCH v2 0/3] perf sched stats: Fix memory leaks
 2026-07-15 18:01 UTC  (2+ messages)

[PATCH v3 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
 2026-07-15 17:57 UTC  (10+ messages)
` [PATCH v3 1/9] dmaengine: dw-edma: Fix HDMA channel status register access
` [PATCH v3 2/9] dmaengine: dw-edma: Terminate all descriptors without callbacks
` [PATCH v3 3/9] dmaengine: dw-edma: Serialize abort state updates
` [PATCH v3 4/9] dmaengine: dw-edma: Complete descriptors before pausing
` [PATCH v3 5/9] dmaengine: dw-edma: Serialize channel state checks
` [PATCH v3 6/9] dmaengine: dw-edma: Clear stale requests on termination
` [PATCH v3 7/9] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
` [PATCH v3 8/9] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
` [PATCH v3 9/9] dmaengine: dw-edma: Defer channel IRQ handling to workqueue

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_lookup_create
 2026-07-15 17:57 UTC  (2+ messages)
` Forwarded: "

[PATCH 0/5] ceph: reduce mdsc->mutex contention in the cephfs kclient
 2026-07-15 17:56 UTC  (5+ messages)
` [PATCH 2/5] ceph: replace the request_tree rbtree with an xarray keyed by r_tid

[PATCH v7 00/24] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-07-15 17:56 UTC  (5+ messages)
` [PATCH v7 02/24] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v7 07/24] KVM: arm64: iommu: Shadow host stage-2 page table

[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
 2026-07-15 17:55 UTC  (2+ messages)

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-15 17:55 UTC  (9+ messages)
` [PATCH v14 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus

[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-07-15 17:47 UTC  (10+ messages)
` [PATCH v5 1/9] PCI/P2PDMA: Split pool-related cleanup out of pci_p2pdma_release()
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v5 3/9] vfio/pci: Add a helper to look up PFNs for DMABUFs
` [PATCH v5 4/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA
` [PATCH v5 5/9] vfio/pci: Convert BAR mmap() to use a DMABUF
` [PATCH v5 6/9] vfio/pci: Provide a user-facing name for BAR mappings
` [PATCH v5 7/9] vfio/pci: Clean up BAR zap and revocation
` [PATCH v5 8/9] vfio/pci: Support mmap() of a VFIO DMABUF
` [PATCH v5 9/9] vfio/pci: Permanently revoke a DMABUF on request

[PATCH] ext4: skip i_extra_isize expansion during inode eviction
 2026-07-15 17:52 UTC 

[PATCH v3] ARM: traps: Implement KCFI trap handler for ARM32
 2026-07-15 17:52 UTC 

[PATCH] fuse: select alternative io_uring queue if local queue is full
 2026-07-15 17:51 UTC  (2+ messages)

[PATCH 1/4] mm: vmpressure: scale sampling window with machine size
 2026-07-15 17:51 UTC  (3+ messages)
` [PATCH 4/4] ceph: release unused cap reservation on readdir error

[PATCH v1 0/3] perf jevents: Deterministic build fix and mypy cleanliness
 2026-07-15 17:49 UTC  (4+ messages)
` [PATCH v1 1/3] perf jevents: Add more components to the metric sorting order

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-15 17:47 UTC  (11+ messages)
` [PATCH v2] mm: vmscan: abort proactive reclaim early when freezing for suspend

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-15 17:45 UTC  (15+ messages)
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl

[PATCHSET sched_ext/for-7.3] sched_ext: Sub-scheduler follow-ups
 2026-07-15 17:45 UTC  (2+ messages)

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-07-15 17:45 UTC  (9+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs

[PATCH] selinux: use socket SID for SCTP bind/connect permission checks in softirq
 2026-07-15 17:45 UTC 

[PATCH v2 00/11] iommu/tegra241-cmdqv: Fix error-interrupt races and VINTF lifecycle bugs
 2026-07-15 17:44 UTC  (2+ messages)

[PATCH] iommu/io-pgtable-arm: Add support for contiguous hint bit
 2026-07-15 17:45 UTC  (8+ messages)

[PATCH] cpufreq/amd-pstate: Loosen requirement on lowest nonlinear frequency != min freq
 2026-07-15 17:43 UTC 

[PATCH] overlayfs.rst: remove mention of workdir needing to be empty
 2026-07-15 17:42 UTC  (2+ messages)

[RFC PATCH 0/2] media: synopsys: hdmirx: add HDMI audio capture support
 2026-07-15 17:41 UTC  (7+ messages)
` [RFC PATCH 1/2] dt-bindings: media: snps,dw-hdmi-rx: add #sound-dai-cells

[PATCH v5] hfs: port HFS+ b-tree bitmap corruption check
 2026-07-15 17:37 UTC  (2+ messages)

[PATCH v2 0/12] perf vendor events intel: update
 2026-07-15 17:35 UTC  (2+ messages)

[PATCH net] nfp: Check resource mutex allocation
 2026-07-15 17:32 UTC  (2+ messages)

[PATCH] xfs: clear zapped attr fork state when bmap repair finds no attr fork
 2026-07-15 17:32 UTC  (2+ messages)

[PATCH] staging: greybus: Replace sprintf with sysfs_emit
 2026-07-15 17:28 UTC 

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-15 17:30 UTC  (15+ messages)

[PATCH] perf test: Remove duplicate include of util/term.h
 2026-07-15 17:28 UTC  (2+ messages)

[PATCH v5 0/5] Enhance RPMsg buffer management
 2026-07-15 17:28 UTC  (4+ messages)
` [PATCH v5 3/5] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH] smb: client: set SB_I_NODEV to prevent device node injection
 2026-07-15 17:27 UTC  (5+ messages)

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-15 17:24 UTC  (2+ messages)

[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
 2026-07-15 17:23 UTC  (3+ messages)

[PATCH] firmware: maintain a firmware list
 2026-07-15 17:23 UTC  (2+ messages)

kernel BUG at mm/slub.c:634 (kfree) when unbinding device from iwlwifi
 2026-07-15 17:22 UTC  (2+ messages)

[PATCH v2 0/9] remoteproc: qcom_q6v5_wcss: add native ipq9574 support
 2026-07-15 17:22 UTC  (4+ messages)
` (subset) "

[PATCH v27 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-15 18:09 UTC  (8+ messages)
` [PATCH v27 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v27 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v27 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v27 4/7] firmware: imx: device context dedicated to priv
` [PATCH v27 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v27 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v27 7/7] arm64: dts: imx8ulp-evk: add reserved memory property

[PATCH 0/4] staging: rtl8723bs: Changing two struct members
 2026-07-15 17:16 UTC  (5+ messages)
` [PATCH 1/4] staging: rtl8723bs: change struct member bDriverStopped
` [PATCH 2/4] staging: rtl8723bs: wrap line over 100 characters
` [PATCH 3/4] staging: rtl8723bs: change struct member bSurpriseRemoved
` [PATCH 4/4] staging: rtl8723bs: fix Alignment should match open parenthesis in rtw_mlme_ext.c

[PATCH] USB: serial: mxuport: validate firmware header size
 2026-07-15 17:17 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: eliza: Add CPU and LLCC BWMONs
 2026-07-15 17:16 UTC  (4+ messages)

[PATCH v2 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-15 17:14 UTC  (6+ messages)

[PATCH v2] riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()
 2026-07-15 17:14 UTC  (2+ messages)

Missing signoff in the ntfs3 tree
 2026-07-15 17:10 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: Fix spacing around ternary operator in sdio_intf.c
 2026-07-15 17:06 UTC 

[PATCH] sched/psi: use for_each_set_bit() in psi_group_change() task-count walk
 2026-07-15 17:03 UTC  (3+ messages)

[PATCH iwl] ice: acquire NVM lock around each flash read
 2026-07-15 17:04 UTC  (4+ messages)

[PATCH] regulator: ltc3676: Fix incorrect IRQSTAT bit offsets
 2026-07-15 17:04 UTC 

[PATCH] fs/ntfs3: load ATTR_BITMAP run extents from $MFT extension records
 2026-07-15 17:02 UTC 

[PATCH] staging: rtl8723bs: Split multiple assignments in _rtw_open_pktfile
 2026-07-15 17:00 UTC 

[PATCH v1] PCI: dwc: Add force_l2 flag for platforms requiring L2 entry without D3cold
 2026-07-15 16:57 UTC  (2+ messages)

[PATCH] i3c: master: adi: add OF module alias for autoloading
 2026-07-15 16:56 UTC  (2+ messages)

[PATCH v2 00/21] gpio: Improvements around device-id arrays
 2026-07-15 16:55 UTC  (22+ messages)
` [PATCH v2 01/21] gpio: Remove __maybe_unused annotations from acpi_device_id arrays
` [PATCH v2 02/21] gpio: fxl6408: Remove __maybe_unused annotations from of_device_id array
` [PATCH v2 03/21] gpio: Drop unused assignment of acpi_device_id driver data
` [PATCH v2 04/21] gpio: max7301: Drop unused assignment of spi_device_id "
` [PATCH v2 05/21] gpio: mmio: Drop unused assignment of platform_device_id "
` [PATCH v2 06/21] gpio: ljca: Drop unused assignment of auxiliary_device_id "
` [PATCH v2 07/21] gpio: Add missing ACPI module annotations
` [PATCH v2 08/21] gpio: sodaville: Add missing PCI "
` [PATCH v2 09/21] gpio: Add missing OF "
` [PATCH v2 10/21] gpio: pxa: Add missing platform "
` [PATCH v2 11/21] gpio: pl061: Use empty initializer for amba_id terminator
` [PATCH v2 12/21] gpio: Use named initializers for acpi_device_id array
` [PATCH v2 13/21] gpio: Use named initializers for spi_device_id array
` [PATCH v2 14/21] gpio: virtio: Use a named initializer for virtio_device_id array
` [PATCH v2 15/21] gpio: pcf857x: Use named initializers for of_device_id array
` [PATCH v2 16/21] gpio: Unify style of acpi_device_id arrays
` [PATCH v2 17/21] gpio: Unify style of of_device_id arrays
` [PATCH v2 18/21] gpio: max77620: Unify style of platform_device_id arrays
` [PATCH v2 19/21] gpio: Unify style of spi_device_id arrays
` [PATCH v2 20/21] gpio: Unify style of pci_device_id arrays
` [PATCH v2 21/21] gpio: Unify style of various *_device_id arrays

[PATCH v4] dt-bindings: leds: Add default-intensity property
 2026-07-15 16:55 UTC  (2+ messages)

[PATCH v5 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-07-15 16:54 UTC  (5+ messages)
` [PATCH v5 10/17] i3c: renesas: Return immediately if there is no transfer
` [PATCH v5 17/17] i3c: renesas: Add runtime PM support

linux-next: manual merge of the jc_docs tree with the mm-unstable tree
 2026-07-15 16:53 UTC  (4+ messages)

[PATCH net] net: hip04: fix RX buffer leak on build_skb failure
 2026-07-15 16:52 UTC  (5+ messages)

[PATCH] mm: mglru: promote mapped executable folios after first usage
 2026-07-15 16:50 UTC  (2+ messages)

[PATCH 0/7] mailbox: Improve the mbox core then introduce the goog-mba driver
 2026-07-15 16:49 UTC  (4+ messages)
` [PATCH 6/7] dt-bindings: mailbox: goog-mba: Add goog-mba mailbox bindings

[PATCH] staging: rtl8723bs: Replace msleep with usleep_range in os_intfs.c
 2026-07-15 16:47 UTC 

[PATCH] ALSA: hda/generic: Replace strlcat() with strscpy()
 2026-07-15 16:45 UTC  (4+ messages)

[PATCH 2/4] virtio_input: validate device-reported multitouch slot count
 2026-07-15 16:41 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v15 00/37] arm64: Support for Arm CCA in KVM
 2026-07-15 16:43 UTC  (10+ messages)
` [PATCH v15 02/37] KVM: arm64: Avoid including linux/kvm_host.h in kvm_pgtable.h
` [PATCH v15 26/37] KVM: arm64: WARN on injected undef exceptions

[PATCH 1/4] virtio-mem: validate device-reported block size
 2026-07-15 16:41 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v4 0/3] Add support for Variscite VAR-SOM-MX8QM and Symphony board
 2026-07-15 16:40 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: fsl: add Variscite VAR-SOM-MX8 QuadMax Boards
` [PATCH v4 2/3] arm64: dts: freescale: Add support for Variscite VAR-SOM-MX8 QuadMax
` [PATCH v4 3/3] arm64: dts: imx8qm-var-som: Add support for Variscite Symphony board

[PATCH v1 1/1] gpio: pcf857x: Use le16_to_cpu() and cpu_to_le16() in IO accessors
 2026-07-15 16:39 UTC 

[PATCH RFC 00/13] mm/swap: introduce priority queue to remove global cluster cache and plist
 2026-07-15 16:38 UTC  (6+ messages)
` [PATCH RFC 09/13] mm/swap: add priority queue for swap device allocation

[PATCH v2 00/10] Initial Apple M3 Pro, Max and Ultra device trees
 2026-07-15 16:35 UTC  (3+ messages)
` [PATCH v2 06/10] dt-bindings: watchdog: apple,wdt: Add t6030 and t6031 compatibles

[PATCH] wifi: mwifiex: replace one-element arrays with flexible array members
 2026-07-15 16:35 UTC  (2+ messages)

[PATCH] kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
 2026-07-15 16:34 UTC  (3+ messages)

[PATCH] wifi: mwifiex: validate HT/VHT capability and operation IE lengths
 2026-07-15 16:34 UTC  (3+ messages)

[PATCH v1 0/4] ACPI: Add and use acpi_dev_get_pci_dev()
 2026-07-15 16:34 UTC  (7+ messages)
` [PATCH v1 2/4] ACPI: PCI: Introduce acpi_dev_get_pci_dev()
` [PATCH v1 4/4] ACPI: video: Use acpi_dev_get_pci_dev() instead of acpi_get_pci_dev()

[for-linus] tracing: Fix for 7.2
 2026-07-15 16:33 UTC 

[PATCH v1 0/1 RESEND] media: i2c: mt9m114: Add get_fwnode_pad operation for IFP
 2026-07-15 16:31 UTC  (5+ messages)
` [PATCH v1 1/1 "

[PATCH v1 0/9] Support Clang context analysis for ext2
 2026-07-15 16:27 UTC  (10+ messages)
` [PATCH v1 1/9] ext2: fix ext2_xattr_delete_inode() context analysis warning

[PATCH v2 0/3] Fix races on creation of SDCA jack detection
 2026-07-15 16:29 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: Add a component fixup_controls callback
` [PATCH v2 2/3] ASoC: SDCA: Populate IRQ data earlier
` [PATCH v2 3/3] ASoC: SDCA: Switch to fixup_controls callback for IRQ registration

[PATCH v2] wifi: mwifiex: bound uAP association event IEs to the event buffer
 2026-07-15 16:28 UTC  (2+ messages)

[ANNOUNCE] 6.1.177-rt65
 2026-07-15 16:27 UTC 

[PATCH] wifi: mwifiex: bound the pairwise-cipher OUI walk to the IE length
 2026-07-15 16:27 UTC  (2+ messages)

[PATCH 0/3] container_of: refactors
 2026-07-15 16:27 UTC  (6+ messages)
` [PATCH 2/3] container_of: remove useless pair of parentheses

[PATCH] drm/panthor: add gpu_load debugfs node
 2026-07-15 16:27 UTC  (4+ messages)
  `  "

[PATCH v2 0/6] Add audio support for QCS6490 RubikPi3
 2026-07-15 14:02 UTC  (3+ messages)
` [PATCH v2 1/6] ASoC: dt-bindings: es8316: Document jack detect inversion
` [PATCH v2 2/6] ASoC: dt-bindings: qcom,sm8250: Add RubikPi 3 sound card

[PATCH] mtd: rawnand: sunxi: add H616 MBUS DMA support
 2026-07-15 16:24 UTC 

[PATCH v4] ARM: breakpoint: CFI breakpoints only on demand
 2026-07-15 16:21 UTC  (2+ messages)

[PATCH v4 0/2] riscv: Introduce support for hardware break/watchpoints
 2026-07-15 16:21 UTC  (2+ messages)

[PATCH v5 0/8] unwind, arm64: add sframe unwinder for kernel
 2026-07-15 16:20 UTC  (7+ messages)


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