All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 22:35:06 to 2026-07-22 23:43:58 UTC [more...]

[PATCH bpf-next v1 0/8] resolve_btfids: Discover kfuncs from BTF ID sets
 2026-07-22 23:43 UTC  (10+ messages)
` [PATCH bpf-next v1 1/8] resolve_btfids: Implement generic ensure_mem() to grow arrays
` [PATCH bpf-next v1 2/8] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 3/8] resolve_btfids: Keep collected kfuncs in a rbtree
` [PATCH bpf-next v1 4/8] libbpf: Export btf__find_by_name_kind_own()
` [PATCH bpf-next v1 5/8] resolve_btfids: Fix the _impl lookup for module BTF
` [PATCH bpf-next v1 6/8] HID: bpf: Make syscall kfunc flags match the struct_ops set
` [PATCH bpf-next v1 7/8] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 8/8] resolve_btfids: Enforce consistent kfunc flags across "

[PATCH v2 0/3] ocfs2: cluster: o2hb_region_pin() fixes
 2026-07-22 23:43 UTC  (2+ messages)

[PATCH] tee: remove dead select from kconfig
 2026-07-22 23:43 UTC  (5+ messages)

[PATCH 00/15] Enable TDX Module Extensions and DICE-based TDX Quoting
 2026-07-22 23:43 UTC  (3+ messages)
` [RFC PATCH 12/15] KVM: TDX: Add in-kernel Quote generation

[RFC PATCH 0/8] ASoC: SDCA: enable on DT platforms and add Qualcomm WCD9378 (Tambora) codec
 2026-07-22 23:42 UTC  (9+ 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
` [RFC PATCH 4/8] ASoC: SDCA: add PDE pre/post-pmu hooks to hw_ops
` [RFC PATCH 5/8] ASoC: SDCA: class_function: xlate sound-dai cell by entity index
` [RFC PATCH 6/8] ASoC: SDCA: register SDCA_FUNCTION_TYPE_SIMPLE_JACK in class function driver
` [RFC PATCH 7/8] dt-bindings: sound: qcom: add Tambora WCD9378 SDCA codec
` [RFC PATCH 8/8] ASoC: codecs: add Qualcomm Tambora (WCD9378) "

[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  (34+ 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

[to-be-updated] ocfs2-cluster-dont-sleep-while-holding-o2hb_live_lock-in-o2hb_region_pin.patch removed from -mm tree
 2026-07-22 23:39 UTC 

+ selftests-mm-fix-potential-wild-pointer-access-of-getline-due-to-missing-init.patch added to mm-hotfixes-unstable branch
 2026-07-22 23:37 UTC 

+ selftests-clone3-fix-wild-pointer-access-of-getline-due-to-missing-init.patch added to mm-hotfixes-unstable branch
 2026-07-22 23:37 UTC 

[PATCH v3 0/4] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-22 23:36 UTC  (5+ messages)
` [PATCH v3 1/4] media: dt-bindings: allwinner,sun4i-a10-ir: add A523 compatible
` [PATCH v3 2/4] arm64: dts: allwinner: a523: add IR receiver nodes
` [PATCH v3 3/4] arm64: dts: allwinner: a523: enable IR receiver on the X96Q Pro+
` [PATCH v3 4/4] arm64: dts: allwinner: a523: enable IR on the Avaota A1

[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 v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-22 23:32 UTC  (19+ 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

[PATCH] perl: upgrade 5.42.2 -> 5.44.0
 2026-07-22 23:31 UTC  (3+ messages)
` [PATCH v2] "
  ` Patchtest results for "

[PATCH 0/2] Remove pcrypt
 2026-07-22 23:30 UTC  (7+ messages)
` [PATCH 1/2] crypto: pcrypt - "

Regression: webcam freezing since Linux 6.15
 2026-07-22 23:30 UTC  (4+ messages)

Getting positive, and not just negative, Sashiko reviews
 2026-07-22 23:30 UTC  (2+ messages)

[PATCH v1 0/4] drm/xe: MCR semaphore and TLB invalidation timeout fixes for ARL
 2026-07-22 23:28 UTC  (5+ messages)
` [PATCH v1 3/4] drm/xe/guc/ct: Queue G2H worker before flushing it in timeout paths

[PATCH v4 00/12] ASoC: add and use new snd_soc_register_component()
 2026-07-22 23:29 UTC  (5+ messages)
` [PATCH v4 01/12] ASoC: soc-component: move soc_component_field_shift()

[PATCH] PCI: apple: use fwnode_irq_get() for port IRQ lookup
 2026-07-22 23:24 UTC  (2+ messages)

[PATCH] tracing: Do not clean up hiter in mmiotrace read function
 2026-07-22 23:24 UTC  (2+ messages)

[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
 2026-07-22 23:24 UTC  (2+ messages)

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202607220920
 2026-07-22 23:24 UTC  (2+ messages)

[PATCH] drm/mediatek: Check CRTC state before freeing
 2026-07-22 23:24 UTC  (2+ messages)

[PATCHv2] PCI: dwc: uniphier: use fwnode API for legacy-interrupt-controller
 2026-07-22 23:23 UTC  (2+ messages)

+ mm-page_alloc-fix-non-movable-reclaim-storm-in-defrag_mode.patch added to mm-new branch
 2026-07-22 23:22 UTC 

+ mm-page_alloc-move-capture_control-to-the-page-allocator.patch added to mm-new branch
 2026-07-22 23:22 UTC 

+ mm-compaction-support-non-movable-compaction-for-pageblock-requests.patch added to mm-new branch
 2026-07-22 23:22 UTC 

+ mm-page_alloc-__gfp_fs-lockdep-annotation-for-direct-compaction.patch added to mm-new branch
 2026-07-22 23:22 UTC 

[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 v4] dt-bindings: pinctrl: microchip,pic32mzda-pinctrl: Convert to DT schema
 2026-07-22 23:21 UTC  (3+ messages)

[PATCH v4] PCI/portdrv: Allow probing even without child services
 2026-07-22 23:20 UTC  (2+ messages)

[PATCH V6 0/8] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-22 23:19 UTC  (9+ messages)
` [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

[PATCH 0/9] Add new debug infrastructure for configfs
 2026-07-22 23:18 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Add new debug infrastructure for configfs (rev2)

[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)

Semantic conflict between 04b177544a04 in drm-misc-fixes and 0b6b1bb28482 in -mm
 2026-07-22 23:15 UTC  (3+ messages)

[PATCH net] ethtool: Embed FEC hist ranges as buffer in struct
 2026-07-22 23:15 UTC  (5+ messages)

[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

[RFC PATCH bpf-next v3 0/3] selftests/bpf: restructure the Makefile as a layered build
 2026-07-22 23:12 UTC  (3+ messages)
` [RFC PATCH bpf-next v3 2/3] selftests/bpf: move shared build definitions into Makefile.buildvars

[PATCH 0/3] Modify the SW tail logic in OA
 2026-07-22 23:10 UTC  (2+ messages)
` ✓ CI.KUnit: success for Modify the SW tail logic in OA (rev2)

[RFC PATCH] net/bonding: reject control operations in secondary
 2026-07-22 23:10 UTC  (2+ messages)

+ mm-page_table_check-skip-special-zero-mappings.patch added to mm-hotfixes-unstable branch
 2026-07-22 23:09 UTC 

[PATCH] vhost: fix null dereference in async packed dequeue
 2026-07-22 23:08 UTC  (2+ messages)

[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 v2 net] ipv4: icmp: fill flow parameters in icmp_route_lookup decoy lookup
 2026-07-22 23:06 UTC  (2+ messages)

[dlech:b4/iio-adc-ti-ads122c14 1/12] arch/arm64/boot/dts/ti/k3-am67a7-beagley-ai-ads122c14.dtb: chosen: 'overlays' does not match any of the regexes: '^framebuffer', '^pinctrl-[0-9]+$'
 2026-07-22 23:06 UTC 

[LTP] [PATCH v2] cve/icmp_rate_limit01: Lower icmp_msgs_per_sec for debug kernel reliability
 2026-07-22 23:05 UTC  (2+ messages)
` [LTP] "

[ANNOUNCE] koshi: a GTK4 client for reading and replying to lore.kernel.org lists
 2026-07-22 23:03 UTC 

[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 v3 0/1] drm/xe/guc_ads: allocate UM queues in a separate UC BO
 2026-07-22 23:00 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH iproute2-next 0/2] seg6: add support for lookup attribute in SRv6 encap routes
 2026-07-22 23:00 UTC  (2+ messages)

[PATCH iproute2-next v3] ipmaddr: use RTM_GETMULTICAST to list multicast addresses
 2026-07-22 23:00 UTC  (2+ messages)

Patchwork housekeeping for: spi-devel-general
 2026-07-22 22:58 UTC 

[PATCH 0/2 -v3] ext4: scoped NOFS for the handle in nojournal mode
 2026-07-22 22:55 UTC  (3+ messages)
` [PATCH 1/2] ext4: enable scoped NOFS when starting a "

[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 i-g-t 00/10] Implement Wa_14026539277
 2026-07-22 22:52 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[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 

+ drm-gpusvm-use-hmm_range_fault_unlocked_timeout-for-range-faults.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ accel-amdxdna-use-hmm_range_fault_unlocked_timeout-for-range-population.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ rdma-umem-use-hmm_range_fault_unlocked_timeout-for-odp-faults.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ drm-nouveau-use-hmm_range_fault_unlocked_timeout-for-svm-faults.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ mshv-use-hmm_range_fault_unlocked_timeout-for-region-faults.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ selftests-mm-add-hmm-test-for-mmap-lock-dropping-faults.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

[PATCH] scsi: smartpqi: add new pci device-ids
 2026-07-22 22:48 UTC  (2+ messages)
` [PATCH] scsi: smartpqi: add new pci device-ids (please disregard, duplicate)

+ mm-hmm-add-hmm_range_fault_unlocked_timeout-for-mmap-lock-drop-support.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

+ mm-hmm-move-page-fault-handling-out-of-walk-callbacks.patch added to mm-unstable branch
 2026-07-22 22:49 UTC 

[PATCH v10 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-22 22:48 UTC  (3+ messages)

[PATCH] tests/intel/xe_pm: include PCI domain in i2c adapter name
 2026-07-22 22:41 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] hwmon: (nct6775-core) Fix number of temperature registers for NCT6116
 2026-07-22 22:41 UTC  (3+ messages)

[PATCH] apparmor: update website link
 2026-07-22 22:36 UTC  (3+ messages)

[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] arm64: dts: allwinner: a523: enable IR on the Avaota A1
 2026-07-22 22:36 UTC  (2+ messages)

[PATCH v1 0/4] smartpqi: fixes and updates for 2.1.42-011
 2026-07-22 22:36 UTC  (3+ messages)
` [PATCH v1 1/4] smartpqi: Fix AIO retry marker cleared by SCSI core between dispatches

[PATCH v5 1/1] drm/xe/eustall: Add WA 14027054324 support for graphics IP 35.11
 2026-07-22 22:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v5,1/1] "

[PATCH v2 0/3] media: rc: sunxi-cir: support the A523/H728/T527 IR receiver
 2026-07-22 22:31 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.