messages from 2026-05-20 12:31:16 to 2026-05-21 13:56:11 UTC [more...]
[PATCH net-next v3 00/14][pull request] Introduce iXD driver
2026-05-21 13:56 UTC (11+ messages)
` [PATCH net-next v3 01/14] virtchnl: create 'include/linux/intel' and move necessary header files
` [PATCH net-next v3 03/14] libeth: allow to create fill queues without NAPI
` [PATCH net-next v3 05/14] libie: add bookkeeping support for control queue messages
[PATCH v5 00/13] AD9910 Direct Digital Synthesizer
2026-05-21 13:48 UTC (5+ messages)
` [PATCH v5 03/13] iio: core: add hierarchical channel relationships
` [PATCH v5 12/13] Documentation: ABI: testing: add docs for ad9910 sysfs entries
[PATCH v6 00/43] guest_memfd: In-place conversion support
2026-05-21 13:48 UTC (53+ messages)
` [PATCH v6 05/43] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [PATCH v6 06/43] KVM: x86/mmu: Bug the VM if gmem attributes are queried to determine max mapping level
` [PATCH v6 07/43] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [PATCH v6 08/43] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v6 09/43] KVM: Move kvm_supported_mem_attributes() to kvm_host.h
` [PATCH v6 10/43] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v6 11/43] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v6 12/43] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v6 14/43] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v6 15/43] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v6 16/43] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v6 17/43] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v6 18/43] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v6 19/43] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v6 20/43] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v6 21/43] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v6 23/43] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v6 24/43] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
[PATCH net-next 0/3] devlink: Add boot-time eswitch mode defaults
2026-05-21 13:41 UTC (6+ messages)
` [PATCH net-next 1/3] net/mlx5: Clear FW reset-in-progress bit before reload
` [PATCH net-next 2/3] devlink: Add eswitch mode boot defaults
` [PATCH net-next 3/3] net/mlx5: Apply devlink default eswitch mode during init
[PATCH v6] stm: class: Add MIPI OST protocol support
2026-05-21 13:14 UTC
[PATCH v6] stm: class: Add MIPI OST protocol support
2026-05-21 13:08 UTC
[PATCH v2 00/25] Introduce meminspect
2026-05-21 12:20 UTC (5+ messages)
[PATCH v7 0/8] Add Chinese translation for USB subsystem
2026-05-21 9:55 UTC (9+ messages)
` [PATCH v7 1/8] docs/zh_CN: Add index.rst translation
` [PATCH v7 2/8] docs/zh_CN: Add acm.rst translation
` [PATCH v7 3/8] docs/zh_CN: Add authorization.rst translation
` [PATCH v7 4/8] docs/zh_CN: Add chipidea.rst translation
` [PATCH v7 5/8] docs/zh_CN: Add dwc3.rst translation
` [PATCH v7 6/8] docs/zh_CN: Add ehci.rst translation
` [PATCH v7 7/8] docs/zh_CN: Add usbmon.rst translation
` [PATCH v7 8/8] docs/zh_CN: Add CREDITS translation
[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
2026-05-21 11:58 UTC (8+ messages)
` [PATCH v2 4/4] cpufreq: Use policy->min/max init as QoS request
[PATCH v12 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-21 11:32 UTC (3+ messages)
` [PATCH v12 5/6] iio: adc: ad4691: add oversampling support
[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-21 11:18 UTC (5+ messages)
` [PATCH v3 1/4] tools/lib/mm: add shared file helpers
` [PATCH v3 2/4] tools/lib/mm: move hugepage_settings out of selftests
` [PATCH v3 3/4] tools/mm: add a standalone GUP microbenchmark
` [PATCH v3 4/4] selftests/mm: rewrite gup_test as a standalone harness-based selftest
[PATCH v2] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
2026-05-21 10:14 UTC (2+ messages)
[PATCH bpf-next v11 0/8] bpf: Extend the bpf_list family of APIs
2026-05-21 10:00 UTC (18+ messages)
` [PATCH bpf-next v11 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v11 2/8] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v11 3/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH bpf-next v11 4/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v11 5/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v11 6/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH bpf-next v11 7/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v11 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-21 9:11 UTC (8+ messages)
` [PATCH v3] "
[PATCH v5 00/13] ima: Introduce staging mechanism
2026-05-21 8:30 UTC (20+ messages)
` [PATCH v5 01/13] ima: Remove ima_h_table structure
` [PATCH v5 02/13] ima: Replace static htable queue with dynamically allocated array
` [PATCH v5 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
` [PATCH v5 04/13] ima: Introduce per binary measurements list type binary_runtime_size value
` [PATCH v5 05/13] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
` [PATCH v5 06/13] ima: Mediate open/release method of the measurements list
` [PATCH v5 07/13] ima: Use snprintf() in create_securityfs_measurement_lists
` [PATCH v5 08/13] ima: Introduce ima_dump_measurement()
[PATCH 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-21 8:19 UTC (7+ messages)
` [PATCH 1/6] alloc_tag: add ioctl to /proc/allocinfo
[PATCH v5 0/8] Add support for ZTE zx297520v3
2026-05-21 8:00 UTC (5+ messages)
` [PATCH v5 8/8] ARM: defconfig: Add a zx29 defconfig file
[PATCH 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
2026-05-21 6:36 UTC (4+ messages)
` [PATCH 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation
[PATCH bpf-next] bpf: Add kernel-doc for arena page kfuncs
2026-05-21 5:28 UTC (4+ messages)
[PATCH v2] docs: submitting-patches: Clarify that "reviewer" is a person
2026-05-21 5:12 UTC (2+ messages)
[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
2026-05-21 5:11 UTC (12+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
[soc:zx/soc 1/1] htmldocs: Documentation/arch/arm/zte/zx297520v3.rst:66: WARNING: Title underline too short
2026-05-21 2:57 UTC
[PATCH v8 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-05-21 2:36 UTC (4+ messages)
[PATCH v2] kconfig: add optional warnings for changed input values
2026-05-21 2:28 UTC
[PATCH bpf-next v2] bpf, docs: add LOAD_ACQUIRE and STORE_RELEASE instructions
2026-05-21 2:17 UTC (2+ messages)
[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
2026-05-21 1:00 UTC (2+ messages)
[PATCH] dcache: add fs.dentry-limit sysctl with negative-first reaper
2026-05-21 0:55 UTC (9+ messages)
[RFC PATCH 3/5] mm/damon/core: floor effective quota size at minimum region size
2026-05-21 0:36 UTC (4+ messages)
[RFC PATCH 0/7] mm/damon: hardware-sampled access reports + AMD IBS Op example
2026-05-21 0:32 UTC (4+ messages)
[PATCH v2 3/7] net: arcnet: remove ISA and PCMCIA support; modernize documentation
2026-05-21 0:16 UTC (2+ messages)
` [PATCH v2 6/7] docs: net: arcnet: remove outdated/irrelevant information; improve style
[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-05-20 23:09 UTC (6+ messages)
` [PATCH v3 04/12] x86,fs/resctrl: Program PLZA through kmode arch hooks
[PATCH net-next v2 0/2] Add ICSSG firmware stats related to HSR
2026-05-20 22:33 UTC (8+ messages)
` [PATCH net-next v2 2/2] net: ti: icssg: Add HSR and LRE PA statistics
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-05-20 22:06 UTC (10+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
` [PATCH v4 3/4] swap: apply new pw_queue_on() interface
` [PATCH v4 4/4] slub: "
[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
2026-05-20 20:12 UTC (6+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
[PATCH v10 00/25] Runtime TDX module update support
2026-05-20 19:42 UTC (4+ messages)
` [PATCH v10 25/25] x86/virt/tdx: Document TDX module update
[PATCH v4 0/3] Let userspace know about swapped out panthor GEM objects
2026-05-20 19:38 UTC (8+ messages)
` [PATCH v4 1/3] drm/fdinfo: Add "evicted" memory accounting
` [PATCH v4 2/3] drm/panthor: Implement evicted status for GEM objects
` [PATCH v4 3/3] drm/panthor: Reduce padding in gems debugfs for refcount
[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
2026-05-20 18:29 UTC (12+ messages)
[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
2026-05-20 16:28 UTC (11+ messages)
[PATCH bpf-next] bpf, docs: add LOAD_AQCUIRE and STORE_RELEASE instructions
2026-05-20 16:07 UTC (4+ messages)
[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-05-20 15:47 UTC (21+ messages)
` [PATCH 02/15] accel/qda: Add QDA driver documentation
` [PATCH 03/15] accel/qda: Add initial QDA DRM accelerator driver
` [PATCH 04/15] accel/qda: Add compute bus for QDA context banks
` [PATCH 05/15] iommu: Add QDA compute context bank bus to iommu_buses
` [PATCH 06/15] accel/qda: Create compute context bank devices on QDA compute bus
` [PATCH 07/15] accel/qda: Add memory manager for CB devices
` [PATCH 08/15] accel/qda: Add QUERY IOCTL and QDA UAPI header
` [PATCH 12/15] accel/qda: Add FastRPC invocation support
` [PATCH 13/15] accel/qda: Add DSP process creation and release
[PATCH 00/12] misc/syncobj: add /dev/syncobj device
2026-05-20 15:27 UTC (15+ messages)
[PATCH v4 1/1] leds: Introduce the multi_max_intensity sysfs attribute
2026-05-20 14:34 UTC (2+ messages)
` (subset) "
[PATCH] kconfig: add optional warnings for changed input values
2026-05-20 14:31 UTC (2+ messages)
[PATCH v7 0/2] AMD Promontory 21 xHCI temperature sensor support
2026-05-20 14:18 UTC (3+ messages)
` [PATCH v7 1/2] usb: xhci-pci: add AMD Promontory 21 PCI glue
[PATCH v2 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-20 14:12 UTC (3+ messages)
[PATCH v3 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-20 14:09 UTC (4+ messages)
` [PATCH v3 1/3] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v3 2/3] mm/hmm: add hmm_range_fault_unlockable() for mmap lock-drop support
` [PATCH v3 3/3] selftests/mm: add userfaultfd test for HMM unlockable path
[PATCH v4] 00/30] Cleaning up the KVM clock mess
2026-05-20 14:08 UTC (10+ messages)
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration
[PATCH v3 0/3] raspberrypi-hwmon voltage support and teardown fix
2026-05-20 13:39 UTC (7+ messages)
` [PATCH v3 1/3] soc: bcm2835: raspberrypi-firmware: Add voltage domain IDs
` [PATCH v3 2/3] hwmon: raspberrypi: Add voltage input support
` [PATCH v3 3/3] hwmon: raspberrypi: Fix delayed-work teardown race
[PATCH AUTOSEL 7.0] Documentation: security-bugs: do not systematically Cc the security team
2026-05-20 13:07 UTC (2+ messages)
[PATCH v2 0/2] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-20 13:06 UTC (7+ messages)
` [PATCH v2 1/2] tools/mm: add a standalone GUP microbenchmark
page: | 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