All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-04 15:32:33 to 2025-06-04 16:56:43 UTC [more...]

[RFC v4 00/18] Split netmem from struct page
 2025-06-04 16:56 UTC  (17+ messages)
` [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v4 13/18] netmem: remove __netmem_get_pp()

[PATCH 00/15] KVM: x86: Add I/O APIC kconfig, delete irq_comm.c
 2025-06-04 16:56 UTC  (11+ messages)
` [PATCH 05/15] KVM: x86: Fold kvm_setup_default_irq_routing() into kvm_ioapic_init()
` [PATCH 11/15] KVM: x86: Add CONFIG_KVM_IOAPIC to allow disabling in-kernel I/O APIC

[RFC v3 0/2] An API for Stashing Packets into CPU caches
 2025-06-04 16:54 UTC  (5+ messages)
` [PATCH v5 0/4] An API for Cache Stashing with TPH
  ` [PATCH v5 2/4] bus/pci: introduce the PCIe TLP Processing Hints API

[PATCH 0/2] drm/xe: Fix and prepare WA BB for more users
 2025-06-04 16:55 UTC  (6+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "

[PATCH net] virtio-net: drop the multi-buffer XDP packet in zerocopy
 2025-06-04 16:55 UTC  (2+ messages)

[PATCH] mm: fix the inaccurate memory statistics issue for users
 2025-06-04 16:54 UTC  (11+ messages)

[PATCH] drm/sched: Discourage usage of separate workqueues
 2025-06-04 16:53 UTC  (5+ messages)

Document anonymous chain creation
 2025-06-04 16:51 UTC  (4+ messages)

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in ntfs_utf16_to_nls
 2025-06-04 16:49 UTC 

[PATCH] s390/mm: Fix in_atomic() handling in do_secure_storage_access()
 2025-06-04 16:48 UTC  (3+ messages)

[PATCH v3 0/8] Add TH1520 GPU support with power sequencing
 2025-06-04 16:47 UTC  (4+ messages)
  ` [PATCH v3 7/8] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node

Parsing speed/efficiency, native class extensions and the expand cache
 2025-06-04 16:47 UTC 

[PATCH bpf-next v2 1/3] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-06-04 16:44 UTC  (3+ messages)
` [PATCH bpf-next v2 2/3] selftests/bpf: add cmp_map_pointer_with_const test

[v2] arm64: dts: freescale: imx93-var-som: update eqos support for MaxLinear PHY
 2025-06-04 16:44 UTC  (2+ messages)

[PATCH v6 0/4] add feature arc in rte_graph
 2025-06-04 16:42 UTC  (19+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 2/5] graph: add feature arc abstraction
` [PATCH v10 0/7] add feature arc in rte_graph
  ` [PATCH v10 2/7] graph: add feature arc registrations
  ` [PATCH v10 3/7] graph: add feature arc init APIs
  ` [PATCH v10 4/7] graph: add feature enable/disable APIs
` [PATCH v11 0/7] add feature arc in rte_graph
  ` [PATCH v11 1/7] graph: add API to override node process function

support keyrings for NFS TLS mounts v2
 2025-06-04 16:42 UTC  (7+ messages)
` [PATCH 2/2] nfs: create a kernel keyring

[PATCH v2] drm/ttm: Fix compile error when CONFIG_SHMEM is not set
 2025-06-04 16:43 UTC  (5+ messages)

[PATCH 2/2] media: i2c: ds90ub960: Add support for DS90UB954-Q1
 2025-06-04 16:42 UTC  (3+ messages)

[PATCH v8 0/9] Add STM32MP25 PCIe drivers
 2025-06-04 16:35 UTC  (8+ messages)
` [PATCH v8 2/9] PCI: stm32: Add PCIe host support for STM32MP25

[PATCH v2 0/3] Enhancements to the secvar interface in static key management mode
 2025-06-04 16:41 UTC  (5+ messages)
` [PATCH v2 2/3] powerpc/secvar: Expose secvars relevant to the "

[PATCH] LoongArch: vDSO: correctly use asm parameters in syscall wrappers
 2025-06-04 16:39 UTC  (3+ messages)

[PATCH v6 0/8] Introduce debugfs support in IOMMU
 2025-06-04 16:36 UTC  (9+ messages)
` [PATCH v6 1/8] iommu/amd: Refactor AMD IOMMU debugfs initial setup
` [PATCH v6 2/8] iommu/amd: Add debugfs support to dump IOMMU MMIO registers
` [PATCH v6 3/8] iommu/amd: Add debugfs support to dump IOMMU Capability registers
` [PATCH v6 4/8] iommu/amd: Add debugfs support to dump IOMMU command buffer
` [PATCH v6 5/8] iommu/amd: Add support for device id user input
` [PATCH v6 6/8] iommu/amd: Add debugfs support to dump device table
` [PATCH v6 7/8] iommu/amd: Add debugfs support to dump IRT Table
` [PATCH v6 8/8] iommu/amd: Add documentation for AMD IOMMU debugfs support

[PATCH v4 00/26] Arm GICv5: Host driver implementation
 2025-06-04 16:35 UTC  (11+ messages)
` [PATCH v4 01/26] dt-bindings: interrupt-controller: Add Arm GICv5

[PATCH bpf-next] bpf: Add show_fdinfo for perf_event
 2025-06-04 16:37 UTC 

[GIT PULL] SPDX/LICENSES update for 6.16-rc1
 2025-06-04 16:37 UTC  (2+ messages)

[GIT PULL] slab updates for 6.16
 2025-06-04 16:37 UTC  (2+ messages)

[RFC PATCH v2 0/3] fanotify HSM events for directories
 2025-06-04 16:35 UTC  (5+ messages)
` [RFC PATCH v2 1/3] fanotify: allow creating FAN_PRE_ACCESS events on directories
` [RFC PATCH v2 2/3] fanotify: allow O_PATH flag in event_f_flags
` [RFC PATCH v2 3/3] fanotify: introduce FAN_PATH_ACCESS event

[PATCH 3/4] drm/dp: Add an EDID quirk for the DPCD register access probe
 2025-06-04 16:34 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v2 0/3] drm/xe/bmg: Update PCI Id's and Workarounds
 2025-06-04 16:34 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe/bmg: Update PCI Id's and Workarounds (rev3)

[Buildroot] [PATCH] package/python-django: security bump to 5.2.2
 2025-06-04 16:33 UTC 

[PATCH v5 00/29] x86/resctrl telemetry monitoring
 2025-06-04 16:33 UTC  (4+ messages)
` [PATCH v5 01/29] x86,fs/resctrl: Consolidate monitor event descriptions

[PATCH 0/2] contrib/subtree: Add -S/-gpg-sign
 2025-06-04 16:33 UTC  (9+ messages)
` [PATCH 1/2] contrib/subtree: parse using --stuck-long
` [PATCH v2 0/2] contrib/subtree: Add -S/-gpg-sign

[PATCH] MAINTAINERS: add mm swap section
 2025-06-04 16:31 UTC 

[PATCH v4 0/2] send-email: fix threads breaking in case user edits emails and improvements to outlook ID fix
 2025-06-04 16:31 UTC  (3+ messages)
` [PATCH v7 "

[RFC v2 00/16] Live Update Orchestrator
 2025-06-04 16:30 UTC  (7+ messages)
` [RFC v2 01/16] kho: make debugfs interface optional
` [RFC v2 05/16] luo: luo_core: integrate with KHO
` [RFC v2 06/16] luo: luo_subsystems: add subsystem registration

[PATCH 00/28] KVM: x86: Clean up MSR interception code
 2025-06-04 16:28 UTC  (10+ messages)
` [PATCH 08/28] KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
` [PATCH 11/28] KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
` [PATCH 25/28] KVM: nSVM: Access MSRPM in 4-byte chunks only for merging L0 and L1 bitmaps

[PATCH 2/4] drm/edid: Add support for quirks visible to DRM core and drivers
 2025-06-04 16:27 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 0/3] build: bump meson version
 2025-06-04 16:27 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "

[thomas-weissschuh:b4/vdso-ptp 25/34] ld: cannot find loongarch64-linux-gcc:: No such file or directory
 2025-06-04 16:26 UTC 

[PATCH 0/3] BPF signature verification
 2025-06-04 16:25 UTC  (4+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature

[PATCH v9 0/4] qcom: Add support for IQ-9075-evk board
 2025-06-04 16:24 UTC  (6+ messages)
` [PATCH v9 2/4] arm64: dts: qcom: iq9: Introduce new memory map for qcs9100/qcs9075

[PATCH 0/3] wifi: ath11k: fix dest ring-buffer corruption
 2025-06-04 16:24 UTC  (8+ messages)
` [PATCH 1/3] "

[PATCH 0/2] ui: fix VNC endian regression & improve tracing
 2025-06-04 16:22 UTC  (3+ messages)
` [PATCH 1/2] ui: fix setting client_endian field defaults
` [PATCH 2/2] ui: add trace events for all client messages

use-after-free if killed while in IORING_OP_FUTEX_WAIT
 2025-06-04 16:22 UTC  (3+ messages)

[PATCH v4 0/1] drm: rcar-du: rzg2l_mipi_dsi: add MIPI DSI command support
 2025-06-04 16:22 UTC  (3+ messages)
` [PATCH v4 1/1] drm: renesas: rz-du: Implement MIPI DSI host transfers

Function tracing not working
 2025-06-04 16:22 UTC  (3+ messages)

[PATCH v6 00/10] New DRM accel driver for Rockchip's RKNN NPU
 2025-06-04 16:18 UTC  (4+ messages)
` [PATCH v6 06/10] accel/rocket: Add IOCTL for BO creation

[cip-dev] renesas_rzfive offline causing test problems?
 2025-06-04 16:21 UTC 

[PATCH] drm/prime: remove drm_prime_lookup_buf_by_handle
 2025-06-04 16:21 UTC  (3+ messages)

[PATCH v3] arm64: dts: rockchip: support Ethernet Switch adapter for RK3588 Jaguar
 2025-06-04 16:18 UTC  (2+ messages)

Clarification on GPG preference update prompts during Git test suite execution
 2025-06-04 16:20 UTC  (3+ messages)

pull-request: iwlwifi-fixes-2025-06-04
 2025-06-04 16:19 UTC 

[PATCH v3] tests/intel/xe_fault_injection: Ignore all errors while injecting fault
 2025-06-04 16:19 UTC 

[i-g-t, v8, 0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
 2025-06-04 16:18 UTC  (3+ messages)
` [i-g-t, v8, 1/2] "

[PATCH] btrfs: fix race between async reclaim worker and close_ctree()
 2025-06-04 16:18 UTC 

[PATCH] accel/ivpu: Reorder doorbell unregister and command queue destruction
 2025-06-04 16:18 UTC  (2+ messages)

[PATCH] x86: Correct condition for init_cache_f_r()
 2025-06-04 16:17 UTC  (3+ messages)

[PATCH v5] btrfs: zoned: reserve data_reloc block group on mount
 2025-06-04 16:16 UTC  (2+ messages)

[PATCH v1 1/2] PCI: qcom: Add equalization settings for 8.0 GT/s
 2025-06-04 16:16 UTC  (3+ messages)

[PATCH v3] staging: rtl8723bs: Fix typo in variable name 'ips_deffer_ms'
 2025-06-04 16:16 UTC  (2+ messages)

[PATCH v5 0/8] Introduce debugfs support in IOMMU
 2025-06-04 16:16 UTC  (4+ messages)
` [PATCH v5 7/8] iommu/amd: Add debugfs support to dump IRT Table

[PATCH 0/2] mm/memory: fix memory tearing on threaded fork
 2025-06-04 16:16 UTC  (5+ messages)
` [PATCH 1/2] mm/memory: ensure fork child sees coherent memory snapshot

[PATCH v3 1/3] docs: add documentation for Argo as a feature
 2025-06-04 15:42 UTC  (3+ messages)

[RESEND 0/6] drm/i915/dram: dram_info refactoring
 2025-06-04 16:14 UTC  (4+ messages)
` [RESEND 1/6] drm/i915/bw: pass struct dram_info pointer around

[PATCH] KVM: x86/mmu: Exempt nested EPT page tables from !USER, CR0.WP=0 logic
 2025-06-04 15:57 UTC  (2+ messages)

[PATCH rtw-next v2 1/2] wifi: rtw89: sar: drop lockdep assertion in rtw89_set_sar_from_acpi
 2025-06-04 16:13 UTC  (2+ messages)
` [PATCH rtw-next v2 2/2] wifi: rtw89: sar: do not assert wiphy lock held until probing is done

[PATCH rtw-next] wifi: rtw89: sar: drop assertion from rtw89_sar_set_src()
 2025-06-04 16:06 UTC  (3+ messages)

renesas_rzfive offline causing test problems?
 2025-06-04 16:12 UTC 

[PATCH 00/11] PM: EM: Add netlink support for the energy model
 2025-06-04 16:11 UTC  (4+ messages)
` [PATCH 04/11] PM: EM: Add the infrastructure for command processing

[PATCH v5 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
 2025-06-04 16:10 UTC  (7+ messages)
  ` [PATCH v5 5/8] serial: qcom-geni: move resource control logic to separate functions

[OE-core] [kirkstone][PATCH] glibc: pthreads NPTL: lost wakeup fix
 2025-06-04 16:09 UTC  (2+ messages)
`  "

[PATCH] bundle-uri: replace printf with fprintf in print_bundle_uri function
 2025-06-04 16:09 UTC  (2+ messages)

[alexghiti:alex-fixes_manual 6/6] .github/.MISSING_LINARO_DEP.swp: warning: ignored by one of the .gitignore files
 2025-06-04 16:05 UTC 

[PATCH] perf/core: Handling the race between exit_mmap and perf sample
 2025-06-04 16:08 UTC  (6+ messages)

[PATCH] btrfs: update comment for fields in btrfs_root
 2025-06-04 16:07 UTC  (2+ messages)

LTTng kernel tracer writes packetized (binary) metadata instead of plain text on Ubuntu 22.04 5.15.0-140/141-generic with LTTng 2.13.18
 2025-06-04 16:07 UTC  (2+ messages)

[PATCH 1/1] stop_machine: Fix migrate_swap() vs. balance_push() racing
 2025-06-04 16:04 UTC  (2+ messages)

[PATCH 2/2] can: add drop reasons in CAN protocols receive path
 2025-06-04 16:06 UTC 

[PATCH 1/2] can: add drop reasons in the receive path of AF_CAN
 2025-06-04 16:06 UTC 

[PATCH 0/2] can: add drop reasons in the receive path
 2025-06-04 16:06 UTC 

[Intel-wired-lan] [tnguy-net-queue:200GbE] BUILD SUCCESS b56bbaf8c9ffe02468f6ba8757668e95dda7e62c
 2025-06-04 15:57 UTC 

[PATCH v1] mm/gup: remove (VM_)BUG_ONs
 2025-06-04 16:05 UTC  (8+ messages)

[PATCH v6] arm64/mm: Optimize loop to reduce redundant operations of contpte_ptep_get
 2025-06-04 16:02 UTC  (2+ messages)

[BUG] veth: TX drops with NAPI enabled and crash in combination with qdisc
 2025-06-04 15:33 UTC 

[PATCH] mem: fix infinite loop
 2025-06-04 16:03 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test: improve resiliency of malloc autotest
 2025-06-04 16:02 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()
 2025-06-04 16:01 UTC 

[PATCH] perf bpf-filter: Improve error messages
 2025-06-04 16:00 UTC  (2+ messages)

[PATCH] crypto: qat - fix state restore for banks with exceptions
 2025-06-04 15:59 UTC 

[PATCH 1/1] perf/core: fix dangling cgroup pointer in cpuctx
 2025-06-04 15:59 UTC  (8+ messages)

[PATCH net] calipso: unlock rcu before returning -EAFNOSUPPORT
 2025-06-04 15:59 UTC  (2+ messages)

Device mem changes vs pinning/zerocopy changes
 2025-06-04 15:59 UTC  (4+ messages)

[PATCH v2] tests/intel/xe_fault_injection: Ignore all errors while injecting fault
 2025-06-04 15:58 UTC  (2+ messages)

[PATCH v7 1/5] drivers/base/node: Optimize memory block registration to reduce boot time
 2025-06-04 15:57 UTC  (6+ messages)

[PATCH] crypto: ccp: Fix SNP panic notifier unregistration
 2025-06-04 15:57 UTC  (2+ messages)

[PATCH net] seg6: Fix validation of nexthop addresses
 2025-06-04 15:56 UTC  (2+ messages)

[PATCH v2 0/4] KVM: arm64: vcpu sysreg accessor rework
 2025-06-04 15:53 UTC  (4+ messages)

[PATCH 0/3] drm/tests: Update format-helper tests for sysfb
 2025-06-04 15:45 UTC  (4+ messages)
` [PATCH 1/3] drm/tests: Do not use drm_fb_blit() in format-helper tests
` [PATCH 2/3] drm/tests: Test drm_fb_build_fourcc_list() in separate test suite
` [PATCH 3/3] drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpers

[PATCH 1/4] Fix maybe-uninitialized warning with GCC at -O3
 2025-06-04 15:50 UTC  (4+ messages)
` [PATCH 4/4] Fix unreachable-code warning with clang on Windows

[PATCH 0/1] alloc_tag: add per-numa node stats
 2025-06-04 15:50 UTC  (10+ messages)

[PATCH] mm/vmstat: Fix build with MEMCG=y and VM_EVENT_COUNTERS=n
 2025-06-04 15:49 UTC  (3+ messages)

[PATCH 0/2] Add ADI I3C Controller
 2025-06-04 15:48 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP

futex performance regression from "futex: Allow automatic allocation of process wide futex hash"
 2025-06-04 15:48 UTC  (3+ messages)

[PATCH v2] sandbox: solve undefined reference to pthread_kill symbol
 2025-06-04 15:48 UTC 

[PATCH 1/3] config/riscv: detect V extension
 2025-06-04 15:47 UTC  (5+ messages)
` [PATCH v3 0/3] Add RISC-V V extension detection and LPM optimization
  ` [PATCH v3 1/3] config/riscv: detect V extension
  ` [PATCH v3 2/3] lib/lpm: R-V V rte_lpm_lookupx4
  ` [PATCH v3 3/3] riscv: override machine_args only when default

Need help increasing raid scan efficiency
 2025-06-04 15:45 UTC  (3+ messages)

[PATCH v2 1/3] drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemap
 2025-06-04 15:45 UTC  (2+ messages)

[PATCH v3 0/9] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-06-04 15:44 UTC  (4+ messages)

[Bug] possible deadlock in vfs_rmdir in Linux kernel v6.12
 2025-06-04 15:44 UTC  (6+ messages)
` [Bug] kernel BUG in may_delete in linux "
  ` [BUG] task hung in fs_bdev_sync in linux v6.12

[PATCH v2] mm/pagewalk: split walk_page_range_novma() into kernel/user parts
 2025-06-04 14:39 UTC  (2+ messages)

[PATCH v3 00/14] riscv: introduce basic UART support and interrupts for hypervisor mode
 2025-06-04 15:41 UTC  (11+ messages)
` [PATCH v3 08/14] xen/riscv: imsic_init() implementation

[PATCH net] net: prevent a NULL deref in rtnl_create_link()
 2025-06-04 15:41 UTC  (2+ messages)

[PATCH v6 0/9] x86: Add support for NMI-source reporting with FRED
 2025-06-04 15:41 UTC  (5+ messages)
` [PATCH v6 9/9] x86/nmi: Print source information with the unknown NMI console message

[PATCH] rust: introduce sfile macro for easier code tracing
 2025-06-04 15:41 UTC  (8+ messages)

[PATCH v2] riscv: sbi: Add SBI Debug Triggers Extension tests
 2025-06-04 15:40 UTC  (3+ messages)

[PATCH nft] json: work around fuzzer-induced assert crashes
 2025-06-04 15:40 UTC  (3+ messages)

[PATCH v4] mm: userfaultfd: fix race of userfaultfd_move and swap cache
 2025-06-04 15:39 UTC  (3+ messages)

VM madvise semantics
 2025-06-04 15:39 UTC  (4+ messages)

[PATCH] sandbox: solve undefined reference to pthread_kill symbol
 2025-06-04 15:37 UTC  (8+ messages)

[PATCH v2 0/5] io_uring cmd for tx timestamps
 2025-06-04 15:37 UTC  (3+ messages)
` [PATCH v2 1/5] net: timestamp: add helper returning skb's tx tstamp

[bitbake][scarthgap][2.8][PATCH 0/1] Pull request (cover letter only)
 2025-06-04 15:36 UTC 

[PATCH] media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check
 2025-06-04 15:35 UTC  (2+ messages)

[bitbake][walnascar][2.12][PATCH 0/1] Pull request (cover letter only)
 2025-06-04 15:35 UTC 

[PATCH bpf-next] selftests/bpf: support array presets in veristat
 2025-06-04 15:33 UTC  (3+ 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.