messages from 2026-07-22 21:09:31 to 2026-07-22 23:42:35 UTC [more...]
[RFC PATCH 0/8] ASoC: SDCA: enable on DT platforms and add Qualcomm WCD9378 (Tambora) codec
2026-07-22 23:42 UTC (4+ messages)
` [RFC PATCH 1/8] ASoC: SDCA: hw_params: program upstream Input Terminals for OT DAI
` [RFC PATCH 2/8] ASoC: SDCA: allow building without ACPI
` [RFC PATCH 3/8] ASoC: SDCA: expose class helpers with hw_ops for non-DisCo platforms
[PATCH] lkdtm: use kmalloc() instead of __get_free_page
2026-07-22 23:42 UTC (2+ messages)
[PATCH v4 00/16] Fix bugs on HugeTLB folio allocation failure paths
2026-07-22 23:41 UTC (17+ messages)
` [PATCH v4 01/16] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v4 02/16] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v4 03/16] mm: hugetlb: Use try-commit-cancel protocol for memcg charge of folios
` [PATCH v4 04/16] mm: hugetlb: Remove unused mem_cgroup_charge_hugetlb function
` [PATCH v4 05/16] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v4 06/16] mm: hugetlb: Rename local variables for clarity in hugetlb_reserve_pages()
` [PATCH v4 07/16] mm: hugetlb: Fix Use-After-Free in unlock_or_release_subpool()
` [PATCH v4 08/16] fs: hugetlbfs: Fix global reservation leak in hugetlbfs_fill_super()
` [PATCH v4 09/16] WIP: mm: hugetlb: Move subpool functions to hugetlb_subpool.c
` [PATCH v4 10/16] WIP: fs: hugetlbfs: Refactor subpool getters and integrate with hugetlb_subpool API
` [PATCH v4 11/16] WIP: mm: hugetlb: Make struct hugepage_subpool private to hugetlb_subpool.c
` [PATCH v4 12/16] WIP: tools: testing: Add unit tests for HugeTLB subpool functions
` [PATCH v4 13/16] WIP: Reproducer for allocation failure due to cgroup v2 memory limits
` [PATCH v4 14/16] WIP: Reproducer for subpool usage leak
` [PATCH v4 15/16] WIP: Reproducer for false restoration on shared HugeTLB mappings
` [PATCH v4 16/16] WIP: Reproducer for out_put_pages subpool reserve leakage
[PATCH v2] dma-buf: Split sgl into page-aligned 2G chunks
2026-07-22 23:39 UTC (3+ messages)
` [PATCH v3] dma-buf: Split sgl by largest page-aligned chunk
[PATCHSET v8 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
2026-07-22 23:26 UTC (9+ messages)
` [PATCH 04/12] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 05/12] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 06/12] sched_ext: Fix proxy-exec race in consume_remote_task()
` [PATCH 09/12] sched_ext: Delegate proxy donor admission to BPF schedulers
[PATCH 0/2] Remove pcrypt
2026-07-22 23:30 UTC (7+ messages)
` [PATCH 1/2] crypto: pcrypt - "
[PATCH] tracing: Do not clean up hiter in mmiotrace read function
2026-07-22 23:24 UTC (2+ messages)
[PATCH] drm/mediatek: Check CRTC state before freeing
2026-07-22 23:24 UTC (2+ messages)
[PATCH v2 0/4] mm: fix reclaim storms in defrag_mode
2026-07-22 23:22 UTC (3+ messages)
` [PATCH v2 4/4] mm: page_alloc: fix non-movable reclaim storm "
[PATCH v2 0/2] Drivers: hv: vmbus: Small cleanups
2026-07-22 23:22 UTC (2+ messages)
[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
2026-07-22 23:19 UTC (13+ messages)
` [PATCH v6 1/8] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH v6 2/8] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH v6 3/8] KVM: x86/pmu: Rename and move vcpu_get_perf_capabilities() to pmu.h
` [PATCH v6 4/8] KVM: x86/pmu: Snapshot host IA32_PERF_CAPABILITIES in kvm_host
` [PATCH v6 5/8] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU
` [PATCH v6 6/8] KVM: x86/pmu: Move RDPMC emulation into per-vendor callbacks
[RFC] [Question] memset.S old code stuff
2026-07-22 23:17 UTC
[PATCH v2] PCI/portdrv: Allow probing even without child services
2026-07-22 23:16 UTC (4+ messages)
[PATCHv2] PCI: dwc: uniphier: use fwnode API for legacy-interrupt-controller
2026-07-22 23:15 UTC
[PATCH v2] docs: dt: writing-schema: Extend expectations about example part of binding
2026-07-22 23:15 UTC (2+ messages)
[PATCH v14 00/22] TDX KVM selftests
2026-07-22 23:13 UTC (23+ messages)
` [PATCH v14 01/22] KVM: selftests: Add macros to simplify creating VM shapes for non-default types
` [PATCH v14 02/22] KVM: selftests: Update kvm_init_vm_address_properties() for TDX
` [PATCH v14 03/22] KVM: selftests: Initialize the TDX VM
` [PATCH v14 04/22] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration
` [PATCH v14 05/22] KVM: selftests: Expose segment definitions to assembly files
` [PATCH v14 06/22] tools: include: Add kbuild.h for assembly structure offsets
` [PATCH v14 07/22] KVM: selftests: Introduce structures for TDX guest boot parameters
` [PATCH v14 08/22] KVM: selftests: Add TDX boot code
` [PATCH v14 09/22] KVM: selftests: Expose functions to get default sregs values
` [PATCH v14 10/22] KVM: selftests: Set up TDX boot code region
` [PATCH v14 11/22] KVM: selftests: Set up TDX boot parameters region
` [PATCH v14 12/22] KVM: selftests: Require guest_memfd for TDX VMs
` [PATCH v14 13/22] KVM: selftests: Support guest_memfd in-place conversion
` [PATCH v14 14/22] KVM: selftests: Expose function to allocate vCPU stack
` [PATCH v14 15/22] KVM: selftests: Call KVM_TDX_INIT_VCPU when creating a new TDX vcpu
` [PATCH v14 16/22] KVM: selftests: Load per-vCPU guest stack in TDX boot parameters
` [PATCH v14 17/22] KVM: selftests: Set entry point for TDX guest code
` [PATCH v14 18/22] KVM: selftests: Add helpers to init TDX memory and finalize VM
` [PATCH v14 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
` [PATCH v14 20/22] KVM: selftests: Implement MMIO WRITE for the TDX VM
` [PATCH v14 21/22] KVM: selftests: Add ucall support for TDX
` [PATCH v14 22/22] KVM: selftests: Add TDX lifecycle test
[PATCH v4] PCI/portdrv: Allow probing even without child services
2026-07-22 23:09 UTC
[PATCH] PCI: apple: use fwnode_irq_get() for port IRQ lookup
2026-07-22 23:12 UTC
[PATCH v2 0/4] DWC3 link tunneling state reporting
2026-07-22 23:07 UTC (9+ messages)
` [PATCH v2 2/4] usb: xhci: Honor PORTSC.TM if valid
` [PATCH v2 3/4] usb: xhci: Allow custom op for usb_link_tunnel_mode reporting
` [PATCH v2 4/4] usb: dwc3: Notify XHCI core of tunneled status
[PATCH v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-07-22 23:04 UTC (12+ messages)
` [PATCH v10 01/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v10 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v10 03/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v10 04/11] selftests: tracing: Add syntax "
` [PATCH v10 05/11] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v10 06/11] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v10 07/11] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v10 08/11] tracing: wprobe: Add wprobe event trigger
` [PATCH v10 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v10 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v10 11/11] tracing/wprobe: Support BTF typecast in wprobe trigger command
[RFC PATCH] ASoC: qcom: q6apm-lpass-dais: start the graph at prepare
2026-07-22 23:02 UTC (8+ messages)
[PATCH 0/2] lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()
2026-07-22 23:01 UTC (3+ messages)
` [PATCH 2/2] "
[PATCH v2] KVM: nVMX: Service local TLB flushes on failed nested VM-Enter
2026-07-22 23:01 UTC
[PATCH v2] mm/page_reporting: Add page_reporting_delay_ms sysctl
2026-07-22 22:54 UTC (2+ messages)
[PATCH] clk: sunxi-ng: ccu_mp: fix clocks without P dividers
2026-07-22 22:48 UTC (4+ messages)
[PATCH 0/3] iio: adc: ti-ads112c14: buffered read support
2026-07-22 22:52 UTC (4+ messages)
` [PATCH 1/3] iio: adc: ti-ads112c14: add debugfs register access
[PATCH v2] sched/fair: Prefer waker CPU for reciprocal sync wakeups
2026-07-22 22:50 UTC
[PATCH v10 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-22 22:48 UTC (10+ messages)
` [PATCH v10 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v10 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v10 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v10 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v10 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v10 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v10 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v10 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
2026-07-22 22:39 UTC (12+ messages)
` [RFC PATCH v2 02/25] KVM: SVM: Passthrough the number of supported ASIDs
` [RFC PATCH v2 03/25] KVM: VMX: Generalize VPID allocation to be vendor-neutral
[PATCH nf] netfilter: ipset: fix refcount race between list:set GC and swap
2026-07-22 22:38 UTC
[PATCH v21 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
2026-07-22 22:32 UTC (2+ messages)
[PATCH] arm64: dts: allwinner: a523: enable IR on the Avaota A1
2026-07-22 22:26 UTC
[PATCH] pinctrl: sunxi: A523: fix voltage withstand encoding
2026-07-22 22:23 UTC (3+ messages)
[PATCH] mm: proc/task_mmu: Use walk_page_range_vma() for smaps
2026-07-22 22:25 UTC (4+ messages)
[PATCH] mshv: bounds-check cpu index in vtl mmap fault handler
2026-07-22 22:22 UTC (2+ messages)
[PATCH] mshv: fix fd leak in mshv_ioctl_create_vtl()
2026-07-22 22:20 UTC (3+ messages)
[PATCH] KVM: nVMX: Only update last_vpid on a successful nested VM-Enter
2026-07-22 22:16 UTC (3+ messages)
[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
2026-07-22 22:16 UTC (3+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case
` [PATCH net-next v3 2/2] gve: add XDP metadata support for DQ RDA
[PATCH RFC 0/2] media: i2c: Surface Pro 7+ camera flip fixes
2026-07-22 22:14 UTC (2+ messages)
[PATCH net] dpll: use pin owner's dpll ref for pin-level attribute reporting
2026-07-22 22:13 UTC (2+ messages)
[PATCH v2 0/7] display: lcdif: imx: add display support for imx8dxl and imx8qxp
2026-07-22 22:12 UTC (7+ messages)
` [PATCH v2 3/7] drm/panel: simple: Add waiken WKS101WX001-WCT support
[PATCH net-next v3] net: phy: motorcomm: Enable optional clock for YT8531
2026-07-22 22:10 UTC (2+ messages)
[PATCH net-next v2 0/2] net: mdio: Rearrange Kconfig menus
2026-07-22 22:10 UTC (2+ messages)
[PATCH net v2] net/sched: serialize qdisc_rtab_list against concurrent get/put
2026-07-22 22:10 UTC (2+ messages)
[PATCH] hyperv: mshv: zero VTL hypercall output page
2026-07-22 22:07 UTC (3+ messages)
` [PATCH v2] mshv_vtl: clear hypercall output before copyout
[PATCH v2] mtd: maps: remove dead select of MTD_CFI_BE_BYTE_SWAP
2026-07-22 22:06 UTC
[PATCH RFC 1/2] dt-bindings: regmap: add common schema for no-sequential-read
2026-07-22 22:03 UTC (5+ messages)
[PATCH v5 0/4] media: qcom: Add support for the iris codec on shikra
2026-07-22 22:03 UTC (3+ messages)
` [PATCH v5 1/4] dt-bindings: media: qcom,venus-common: Add IOMMU IOVA reservation region
[PATCH v4 0/2] Add initial dual front camera and rear flash support for Pixel 3 / 3 XL
2026-07-22 22:01 UTC (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: sdm845-google: Add dual front IMX355 cameras
[PATCH] um: vector: fix use-after-free in vector_mmsg_rx()
2026-07-22 21:33 UTC (4+ messages)
[PATCH v5 00/20] KVM: x86: Enable APX for guests
2026-07-22 22:01 UTC (3+ messages)
[PATCH 1/1] Drivers: hv: vmbus: Set DMA coherent mask for VMBus devices
2026-07-22 22:01 UTC (3+ messages)
[PATCH v3 0/3] Add DMA support for i.MX94 and improve AHB read performance
2026-07-22 22:00 UTC (4+ messages)
` [PATCH v3 1/3] spi: dt-bindings: nxp,imx94-xspi: add DMA properties
` [PATCH v3 2/3] spi: nxp-xspi: Improve AHB read performance with DMA
` [PATCH v3 3/3] arm64: dts: imx94-xspi: add the DMA channels
[PATCH] fbdev: replace dead select with dependency
2026-07-22 22:00 UTC
[PATCH v4 0/9] block,md,nvme: correct handling of unsupported P2PDMA transfers
2026-07-22 21:59 UTC (3+ messages)
` [PATCH v4 9/9] nvme-rdma: return BLK_STS_P2PDMA for unsupported P2P transfers
[PATCH v3 00/14] vfs: add O_CREAT|O_DIRECTORY to open*(2)
2026-07-22 21:57 UTC (9+ messages)
` [PATCH v3 09/14] "
[PATCH 7.1 0000/2079] 7.1.5-rc2 review
2026-07-22 21:56 UTC (2+ messages)
[PATCH v2 0/2] arm64: dts: qcom: qcs6490-rubikpi3: Add IMX219 camera overlays
2026-07-22 21:55 UTC (5+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: qcs6490-rubikpi3: Add 3.3 V output supply
` [PATCH v2 2/2] arm64: dts: qcom: qcs6490-rubikpi3: Add IMX219 camera overlays
[PATCH v7] dma-buf: Fix silent overflow for phys vec to sgt
2026-07-22 21:53 UTC (2+ messages)
[PATCH] staging: rtl8723bs: Replace custom RotR1 macro with ror16
2026-07-22 21:53 UTC
[PATCH] rcu-tasks: Rename tasks_rcu_exit_srcu_stall_timer to tasks_rcu_exit_stall_timer
2026-07-22 21:53 UTC (2+ messages)
[PATCH v2] platform/x86/intel/pmc: Update NVLS PCDS LPM request GUID
2026-07-22 21:52 UTC
[PATCH v1 00/11] RCU: Enable callbacks to benefit from expedited grace periods
2026-07-22 21:50 UTC (5+ messages)
` [PATCH v1 10/11] rcu: Advance callbacks for expedited GP completion in rcu_core()
[PATCH net v3 11/14] afs: Create a server appdata key
2026-07-22 21:48 UTC (3+ messages)
[PATCH v2] arch: arm64: add early_param idle=<wfi|yield|nop>
2026-07-22 21:43 UTC (2+ messages)
[PATCH] iommu/io-pgtable-arm: Add support for contiguous hint bit
2026-07-22 21:42 UTC (7+ messages)
[PATCH] iommu/virtio: Set driver data before enabling virtqueues
2026-07-22 21:42 UTC (3+ messages)
` [PATCH] iommu/virtio: Handle iommu_device_register() failures
[PATCH v1 0/2] iommu/virtio: Harden event handling
2026-07-22 21:42 UTC (5+ messages)
` [PATCH v1 1/2] iommu/virtio: Set driver data before enabling virtqueues
` [PATCH v1 2/2] iommu/virtio: Reject short event buffers
[PATCH v2] mshv: Add dedicated ioctl for GVA to GPA translation
2026-07-22 21:41 UTC (2+ messages)
[PATCH 1/2] dt-bindings: arm: ti: Add bindings for PHYTEC AM62Px based hardware
2026-07-22 21:40 UTC (2+ messages)
` [PATCH 2/2] arm64: dts: ti: Add support for the phyCORE-AM62Px
[PATCH v2 0/2] CPPC: reduce FFH feedback-counter sampling skew on arm64
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2] iommu/msm: unwind probe state on registration failure
2026-07-22 21:39 UTC (3+ messages)
` [PATCH v3] iommu/msm: Fix dangling list entry on probe failure
[PATCH v1] virt: arm-cca-guest: Drop unused assignment of platform_device_id driver data
2026-07-22 21:39 UTC (2+ messages)
[PATCH v3 0/2] iommu/arm-smmu-v3: Fix Tegra241 CMDQV CMD_SYNC use-after-free
2026-07-22 21:39 UTC (2+ messages)
[PATCH v5] arm64: errata: work around NVIDIA Olympus device store/load ordering
2026-07-22 21:39 UTC (2+ messages)
[PATCH] iommu/msm: limit the per-master Machine ID list
2026-07-22 21:39 UTC (2+ messages)
[PATCH] iommu: arm: Remove redundant dev_err()/dev_err_probe()
2026-07-22 21:39 UTC (2+ messages)
[PATCH] iommu/arm-smmu-v3: Declare eats_s1chk and eats_trans as host-endian u64
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2 0/6] iommu/qcom: Misc Fixes
2026-07-22 21:39 UTC (2+ messages)
[PATCH] iommu/amd: Fix undefined behavior in devid_write debugfs function
2026-07-22 21:39 UTC (2+ messages)
[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
2026-07-22 21:39 UTC (2+ messages)
[PATCH v3] dt-bindings: arm-smmu: qcom: Add compatible for Maili SoC
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2] dt-bindings: iommu: ti,omap-iommu: Convert to DT schema
2026-07-22 21:39 UTC (2+ messages)
[PATCH] iommu/qcom: Remove sysfs device on probe failure path
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2] iommu/arm-smmu-qcom: Add SM8450 MDSS compatible
2026-07-22 21:39 UTC (2+ messages)
[PATCH v6 0/7] drm/msm: Add support for Shikra GPU (A704)
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2 0/9] drm/msm: Support for Eliza GPU
2026-07-22 21:39 UTC (2+ messages)
[PATCH v2] pinctrl: s32cc: fix unmet dependency for PINCTRL_S32CC
2026-07-22 21:33 UTC
[PATCH] SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
2026-07-22 21:32 UTC (2+ messages)
[PATCH] kcsan: avoid unintended access checking in NMIs
2026-07-22 21:26 UTC
[PATCH] um: ubd: validate COW header fields before use
2026-07-22 21:25 UTC (2+ messages)
[PATCH] pinctrl: s32cc: fix unmet dependency for PINCTRL_S32CC
2026-07-22 21:24 UTC (4+ messages)
[PATCH 1/2] x86/topology: Name the AMD core-type values
2026-07-22 21:23 UTC (11+ messages)
` [PATCH] x86/topo: Map vendor CPU types to generic Linux such types
[PATCH] efi: make efi_guid_to_str() take a const GUID pointer
2026-07-22 21:22 UTC
[PATCH] um: virtio_uml: fix heap overflow in vhost_user_get_config()
2026-07-22 21:20 UTC (2+ messages)
[RFC PATCH v2 0/2] kho: support preserving unsplit high-order pages
2026-07-22 21:19 UTC (7+ messages)
` [RFC PATCH v2 1/2] kho: Introduce a helper to init unsplit pages
` [RFC PATCH v2 2/2] kho: Introduce preserve/restore APIs for "
[PATCH] smb: client: use GFP_KERNEL for registry allocation
2026-07-22 21:18 UTC
[PATCH v3 0/2] mmc: core: Keep the card powered across suspend when firmware needs it live
2026-07-22 21:14 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: mmc: Document no-mmc-poweroff-suspend property
` [PATCH v3 2/2] mmc: core: Add MMC_CAP2_NO_POWEROFF_SUSPEND host capability
[PATCH] dm dust: use target-relative sectors in badblock messages
2026-07-22 21:14 UTC (2+ messages)
[PATCH v5 02/10] x86/resctrl: Protect against bad shift
2026-07-22 21:11 UTC (2+ messages)
` [PATCH v5.1 "
[PATCH net-next v2 0/2] net: dsa: mt7530: add EcoNet EN7528 built-in switch support
2026-07-22 21:10 UTC (2+ messages)
[PATCH v3] selftests/udmabuf: Open /dev/udmabuf O_RDONLY
2026-07-22 21:10 UTC
[PATCH net v2] ila: reload IPv6 header after pskb_may_pull in checksum adjust
2026-07-22 21:10 UTC (2+ messages)
[PATCH net v3] vmxnet3: fix BUG_ON in vmxnet3_get_hdr_len() for Geneve packets
2026-07-22 21:10 UTC (2+ messages)
[PATCH] media: imagination: e5010: Enable autosuspend for runtime PM
2026-07-22 21:08 UTC
[PATCH v2] rust_binder: add TF_DEFER_COMPLETE flag for avoiding userspace roundtrip
2026-07-22 21:09 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