linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 15:24:19 to 2024-10-15 16:59:01 UTC [more...]

[PATCH v8 00/11] Enable haltpoll on arm64
 2024-10-15 16:50 UTC  (5+ messages)
` [PATCH v8 01/11] cpuidle/poll_state: poll via smp_cond_load_relaxed()

[PATCH 5.10 000/518] 5.10.227-rc1 review
 2024-10-15 16:58 UTC  (2+ messages)

[PATCH v3 0/4] Add support for stm32mp25x RNG
 2024-10-15 16:57 UTC  (6+ messages)
` [PATCH v3 1/4] dt-bindings: rng: add st,stm32mp25-rng support
` [PATCH v3 2/4] hwrng: stm32 - implement support for STM32MP25x platforms
` [PATCH v3 3/4] hwrng: stm32 - update STM32MP15 RNG max clock frequency
` [PATCH v3 4/4] arm64: dts: st: add RNG node on stm32mp251

[PATCH] rpmsg_ns: Work around TI non-standard message
 2024-10-15 16:58 UTC  (3+ messages)

[PATCH v2 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-15 16:58 UTC  (23+ messages)
` [PATCH v2 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v2 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v2 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v2 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v2 net-next 05/13] net: enetc: move some common interfaces to enetc_pf_common.c
` [PATCH v2 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v2 net-next 07/13] net: enetc: only enable ERR050089 workaround on LS1028A
` [PATCH v2 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [PATCH v2 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v2 net-next 11/13] net: enetc: optimize the allocation of tx_bdr

[PATCH v8 00/25] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-10-15 16:57 UTC  (11+ messages)
` [PATCH v8 19/25] x86/resctrl: Auto assign/unassign counters when mbm_cntr_assign is enabled
        `  "
            `  "

[PATCH v5] f2fs: introduce device aliasing file
 2024-10-15 16:56 UTC  (6+ messages)
    ` [f2fs-dev] "

[PATCH v2 0/4] Add support for stm32mp25x RNG
 2024-10-15 15:39 UTC  (9+ messages)
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms

[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
 2024-10-15 16:55 UTC  (7+ messages)

[PATCH] f2fs: decrease spare area for pinned files for zoned devices
 2024-10-15 16:54 UTC 

[PATCH net-next v1 0/3] Threads support in proc connector
 2024-10-15 16:53 UTC  (5+ messages)

[PATCH 0/2] wifi: ath12k: fix issues when unbinding
 2024-10-15 16:53 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: fix crash "
` [PATCH 2/2] wifi: ath12k: fix warning "

[RFC PATCH 0/1] libperf: evlist: Fix --cpu argument on hybrid platform
 2024-10-15 16:53 UTC  (3+ messages)
` [RFC PATCH 1/1] "

[PATCH v1 0/3] pinctrl: th1520: Unbreak the driver
 2024-10-15 16:52 UTC  (3+ messages)

[PATCH] [v2] drm/panel: s6e3ha8: select CONFIG_DRM_DISPLAY_DSC_HELPER
 2024-10-15 16:49 UTC  (2+ messages)

[PATCH v4 0/4] watchdog: rzg2l_wdt: Enable properly the watchdog clocks and power domain
 2024-10-15 16:47 UTC  (5+ messages)
` [PATCH v4 1/4] clk: renesas: rzg2l-cpg: Move PM domain power on in rzg2l_cpg_pd_setup()
` [PATCH v4 2/4] clk: renesas: rzg2l-cpg: Use GENPD_FLAG_* flags instead of local ones
` [PATCH v4 3/4] clk: renesas: r9a08g045: Mark the watchdog and always-on PM domains as IRQ safe
` [PATCH v4 4/4] watchdog: rzg2l_wdt: Power on the watchdog domain in the restart handler

[PATCH v1 0/2] riscv: spacemit: add i2c support to K1 SoC
 2024-10-15 16:47 UTC  (4+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: spacemit: add support for "

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-15 16:46 UTC  (7+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema

[PATCH v3] ACPI: GTDT: Tighten the check for the array of platform timer structures
 2024-10-15 16:44 UTC  (2+ messages)

[PATCH v3 00/11] s390/kvm: Handle guest-related program interrupts in KVM
 2024-10-15 16:43 UTC  (12+ messages)
` [PATCH v3 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v3 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v3 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v3 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v3 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v3 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v3 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v3 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v3 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v3 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v3 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA

[PATCH RFC 0/4] ad7380: add adaq4370-4 and adaq4380-4 support
 2024-10-15 16:43 UTC  (2+ messages)

[PATCH v3] mm/slub: Avoid list corruption when removing a slab from the full list
 2024-10-15 16:38 UTC  (8+ messages)

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in add_delayed_ref
 2024-10-15 16:38 UTC  (4+ messages)
` [PATCH next] btrfs: Accessing head_ref within delayed_refs lock

[PATCH] media: i2c: ov5645: add HAS_EVENTS support
 2024-10-15 16:37 UTC  (4+ messages)
    ` [PATCH] media: i2c: ov5645: add HAS_EVENTS supporty

[PATCH v2] cpupower: Add Chinese Simplified translation
 2024-10-15 16:33 UTC 

[PATCH v13 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-15 16:32 UTC  (16+ messages)
` [PATCH v13 10/18] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v13 12/18] platform: Add __free() based cleanup function for platform_device_put

[PATCH 0/2] pwm: brcmstb: Support configurable open-drain mode
 2024-10-15 16:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pwm: brcm,bcm7038: Document the 'open-drain' property

[PATCH net-next 0/2] ethtool: rss: track rss ctx busy from core
 2024-10-15 16:31 UTC  (4+ messages)
` [PATCH net-next 1/2] ethtool: rss: prevent rss ctx deletion when in use

[PATCH 0/8] Make SCMI transport as standalone drivers
 2024-10-15 16:31 UTC  (8+ messages)
` [PATCH 5/8] firmware: arm_scmi: Make SMC transport a standalone driver

[PATCH v5 0/8] TDX host: metadata reading tweaks, bug fix and info dump
 2024-10-15 16:29 UTC  (3+ messages)

Crash on armv7-a using KASAN
 2024-10-15 16:27 UTC  (10+ messages)

[PATCH v3 0/5] page allocation tag compression
 2024-10-15 16:26 UTC  (11+ messages)
` [PATCH v3 5/5] alloc_tag: config to store page allocation tag refs in page flags

[PATCH] leds: class: Protect brightness_show() with led_cdev->led_access mutex
 2024-10-15 16:25 UTC 

[PATCH v2] cpupower: Add Chinese Simplified translation
 2024-10-15 16:23 UTC 

[PATCH v2] cpupower: Add Chinese Simplified translation
 2024-10-15 16:23 UTC 

[PATCH lib] lib: alloc_tag_module_unload must wait for pending kfree_rcu calls
 2024-10-15 16:22 UTC  (9+ messages)

[PATCH v3] xfs: Check for delayed allocations before setting extsize
 2024-10-15 16:22 UTC  (7+ messages)

[RFC PATCH] pinctrl: pinmux: Introduce API to check if a pin is requested
 2024-10-15 16:20 UTC 

[PATCH v9 0/7] Linux RISC-V IOMMU Support
 2024-10-15 16:20 UTC  (3+ messages)
` [PATCH v9 7/7] iommu/riscv: Paging domain support

[PATCH v11 4/8] mtd: nand: Add qpic_common API file
 2024-10-15 16:18 UTC  (4+ messages)

[PATCH] mm/mmap: Fix race in mmap_region() with ftrucate()
 2024-10-15 16:11 UTC 

[PATCH v2 0/6] EDAC/fsl-ddr: Add imx9 support
 2024-10-15 16:11 UTC  (9+ messages)
` [PATCH v2 3/6] EDAC/fsl_ddr: Fix bad bit shift operations
` [PATCH v2 5/6] EDAC/fsl_ddr: Add support for i.MX9 DDR controller

[PATCH rcu 0/12] SRCU-lite changes for v6.13
 2024-10-15 16:11 UTC  (21+ messages)
` [PATCH v2 rcu 0/13] "
  ` [PATCH v2 rcu 13/13] srcu: Improve srcu_read_lock_lite() kernel-doc comment
  ` [PATCH v3 rcu 0/13] SRCU-lite changes for v6.13
    ` [PATCH rcu 01/15] srcu: Rename srcu_might_be_idle() to srcu_should_expedite()
    ` [PATCH rcu 02/15] srcu: Introduce srcu_gp_is_expedited() helper function
    ` [PATCH rcu 03/15] srcu: Renaming in preparation for additional reader flavor
    ` [PATCH rcu 04/15] srcu: Bit manipulation changes "
    ` [PATCH rcu 05/15] srcu: Standardize srcu_data pointers to "sdp" and similar
    ` [PATCH rcu 06/15] srcu: Improve srcu_read_lock{,_nmisafe}() comments
    ` [PATCH rcu 07/15] srcu: Create CPP macros for normal and NMI-safe SRCU readers
    ` [PATCH rcu 08/15] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()
    ` [PATCH rcu 09/15] srcu: Allow inlining of __srcu_read_{,un}lock_lite()
    ` [PATCH rcu 10/15] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits
    ` [PATCH rcu 11/15] rcutorture: Add reader_flavor parameter for SRCU readers
    ` [PATCH rcu 12/15] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor
    ` [PATCH rcu 13/15] rcutorture: Add light-weight SRCU scenario
    ` [PATCH rcu 14/15] refscale: Add srcu_read_lock_lite() support using "srcu-lite"
    ` [PATCH rcu 15/15] srcu: Improve srcu_read_lock_lite() kernel-doc comment

[PATCH RFC 0/2] iommu/arm-smmu-v3: bypass streamid zero on i.MX95
 2024-10-15 16:10 UTC  (10+ messages)
` [PATCH RFC 2/2] iommu/arm-smmu-v3: Bypass SID0 for NXP i.MX95

[PATCH V2][next] Bluetooth: btintel_pcie: Remove structually deadcode
 2024-10-15 16:10 UTC  (5+ messages)

[PATCH v3 1/6] iio: backend: add API for interface get
 2024-10-15 16:08 UTC  (6+ messages)
` [PATCH v3 6/6] iio: adc: ad4851: add ad485x driver

[PATCH v3] drm/display: Drop obsolete dependency on COMPILE_TEST
 2024-10-15 16:06 UTC  (2+ messages)

[PATCH v5 0/5] Add PSCI v1.3 SYSTEM_OFF2 support for hibernation
 2024-10-15 16:05 UTC  (5+ messages)
` [PATCH v5 4/5] KVM: selftests: Add test for PSCI SYSTEM_OFF2

[PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-10-15 15:59 UTC  (3+ messages)
` [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name()

[PATCH] drm/mediatek: Fix color format MACROs in OVL
 2024-10-15 15:58 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: Introduce new ioctl KVM_HYPERV_SET_TLB_FLUSH_INHIBIT
 2024-10-15 15:58 UTC  (6+ messages)
` [PATCH 2/7] KVM: x86: Implement Hyper-V's vCPU suspended state

[PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
 2024-10-15 15:58 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 2/9] arm: vdso: Remove timekeeper includes
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 3/9] arm64: vdso: Remove timekeeper include
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 4/9] powerpc/vdso: Remove timekeeper includes
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 5/9] riscv: vdso: Remove timekeeper include
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 6/9] s390/vdso: Remove timekeeper includes
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 7/9] x86/vdso: Remove timekeeper include
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 8/9] LoongArch: vdso: Remove timekeeper includes
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 9/9] MIPS: vdso: Remove timekeeper includes
 2024-10-15 15:57 UTC  (2+ messages)
` [tip: timers/vdso] "

[PATCH 1/3] selftests: Add a few missing gitignore files
 2024-10-15 15:56 UTC  (6+ messages)
` [PATCH 2/3] selftests/net: Fix ./ns-XXXXXX not cleanup
` [PATCH 3/3] selftests: ignore output files and clean them in Makefile

[PATCH v11 0/8] Add QPIC SPI NAND driver
 2024-10-15 15:56 UTC  (3+ messages)
` [PATCH v11 1/8] spi: dt-bindings: Introduce qcom,spi-qpic-snand

[PATCH] rust: query the compiler for dylib path
 2024-10-15 15:53 UTC  (16+ messages)

[PATCH v6 0/4] Clean up rustdocs and add new checkpatch checks
 2024-10-15 15:51 UTC  (5+ messages)
` [PATCH v6 1/4] rust: make section names plural
` [PATCH v6 2/4] checkpatch: warn on known non-plural rust doc headers
` [PATCH v6 3/4] rust: kernel: clean up empty `///` lines
` [PATCH v6 4/4] checkpatch: warn on empty rust doc comments

[PATCH net] bpf: xdp: fallback to SKB mode if DRV flag is absent
 2024-10-15 15:51 UTC  (2+ messages)

[PATCH v2 0/2] Support for Texas Instruments OPT4060 RGBW Color sensor
 2024-10-15 15:50 UTC  (5+ messages)

[net-next PATCH v2 00/10] Extend GbEth checksum offload support to VLAN/IPv6 packets
 2024-10-15 15:50 UTC  (5+ messages)
` [net-next PATCH v2 09/10] net: ravb: Enable IPv6 TX checksum offload for GbEth
` [net-next PATCH v2 10/10] net: ravb: Add VLAN checksum support

KASAN: use-after-free in snd_usbtv_pcm_close (with PoC and analysis)
 2024-10-15 15:45 UTC  (2+ messages)

[PATCH v1] mm/pagewalk: fix usage of pmd_leaf()/pud_leaf() without present check
 2024-10-15 15:45 UTC  (5+ messages)

linux-next: build warning after merge of the tip tree
 2024-10-15 15:44 UTC  (3+ messages)

[PATCH][next] Bluetooth: btintel_pcie: Remove structually deadcode
 2024-10-15 15:44 UTC  (4+ messages)

[PATCH v5 1/3] Docs/zh_CN: Translate page_tables.rst to Simplified Chinese
 2024-10-15 15:43 UTC 

[PATCH 6/7] powerpc/entry: factout irqentry-state
 2024-10-15 15:42 UTC  (2+ messages)

[PATCH] ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
 2024-10-15 15:41 UTC  (2+ messages)

[GIT PULL] ring-buffer: A couple of fixes for 6.12
 2024-10-15 15:37 UTC 

[PATCH v3 1/3] debugobjects: Delete a piece of redundant code
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[PATCH v3 2/3] debugobjects: Use hlist_splice_init() to reduce lock conflicts
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] debugobjects: Collect newly allocated objects in a list to reduce lock contention

[patch 03/25] debugobjects: Dont destroy kmem cache in init()
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 04/25] debugobjects: Remove pointless hlist initialization
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 05/25] debugobjects: Dont free objects directly on CPU hotplug
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 06/25] debugobjects: Reuse put_objects() on OOM
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 07/25] debugobjects: Remove pointless debug printk
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 08/25] debugobjects: Provide and use free_object_list()
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 09/25] debugobjects: Make debug_objects_enabled bool
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[tip: core/debugobjects] debugobjects: Reduce parallel pool fill attempts
 2024-10-15 15:36 UTC 

[patch 11/25] debugobjects: Move pools into a datastructure
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 12/25] debugobjects: Use separate list head for boot pool
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 13/25] debugobjects: Rename and tidy up per CPU pools
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 14/25] debugobjects: Move min/max count into pool struct
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 15/25] debugobjects: Rework object allocation
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 16/25] debugobjects: Rework object freeing
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 17/25] debugobjects: Rework free_object_work()
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 18/25] debugobjects: Use static key for boot pool selection
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 19/25] debugobjects: Prepare for batching
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 20/25] debugobjects: Prepare kmem_cache allocations for batching
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 21/25] debugobjects: Implement batch processing
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 22/25] debugobjects: Move pool statistics into global_pool struct
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 23/25] debugobjects: Double the per CPU slots
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 24/25] debugobjects: Refill per CPU pool more agressively
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[patch 25/25] debugobjects: Track object usage to avoid premature freeing of objects
 2024-10-15 15:36 UTC  (2+ messages)
` [tip: core/debugobjects] "

[PATCH] drm/panel: s6e3ha8: select CONFIG_DRM_DISPLAY_DSC_HELPER
 2024-10-15 15:34 UTC  (3+ messages)

[PATCH v10 0/2] Dynamic Allocation of the reserved_mem array
 2024-10-15 15:34 UTC  (2+ messages)

[PATCH 6.1 000/791] 6.1.113-rc2 review
 2024-10-15 15:34 UTC  (2+ messages)

[PATCH] firmware: arm_ffa: Fix warning caused by export_uuid()
 2024-10-15 15:34 UTC  (7+ messages)

[for-next][PATCH 0/2] ring-buffer: Fixes for v6.12
 2024-10-15 15:34 UTC  (4+ messages)
` [for-next][PATCH 1/2] ring-buffer: Fix refcount setting of boot mapped buffers
` [for-next][PATCH 2/2] ring-buffer: Fix reader locking when changing the sub buffer order

[PATCH v10 5/5] rust: add arch_static_branch
 2024-10-15 15:31 UTC  (7+ messages)

[PATCH v4] sched_ext: Trigger ops.update_idle() from pick_task_idle()
 2024-10-15 15:31 UTC  (3+ messages)

[PATCH v2] selftests: clone3: Use the capget and capset syscall directly
 2024-10-15 15:31 UTC  (2+ messages)

[PATCH v2] clocksource: Remove unused clocksource_change_rating
 2024-10-15 15:29 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH] applyed suggested changes
 2024-10-15 15:28 UTC  (2+ messages)

[PATCH 0/2] X1E001DE Snapdragon Devkit for Windows
 2024-10-15 15:27 UTC  (11+ messages)
` [PATCH 2/2] arm64: dts: qcom: Add "

[PATCH v2] locking/ww_mutex: Adjust to lockdep nest_lock requirements
 2024-10-15 15:27 UTC  (3+ messages)

[PATCH] firmware: arm_ffa: avoid string-fortify warningn in export_uuid()
 2024-10-15 15:27 UTC  (2+ messages)

[PATCH 6.6 000/211] 6.6.57-rc2 review
 2024-10-15 15:25 UTC  (2+ messages)

[PATCH bpf v1 1/2] bpf: fix link info netfilter flags to populate defrag flag
 2024-10-15 15:25 UTC  (2+ messages)

[PATCH RFC v1 net-next] net: ethernet: mtk_ppe_offload: Allow QinQ
 2024-10-15 15:24 UTC  (3+ messages)

[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
 2024-10-15 15:23 UTC  (5+ messages)
` [PATCH v1 1/4] mm/hmm: HMM API for P2P DMA to device zone pages
` [PATCH v1 2/4] nouveau/dmem: HMM P2P DMA for private dev pages
` [PATCH v1 3/4] IB/core: P2P DMA for device private pages
` [PATCH v1 4/4] RDMA/mlx5: Enabling ATS for ODP memory


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).