messages from 2026-05-23 00:18:07 to 2026-05-25 12:23:18 UTC [more...]
[PATCH v2 0/4] mm/zswap: Implement per-cgroup proactive writeback
2026-05-25 12:22 UTC (4+ messages)
` [PATCH v2 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
` [PATCH v2 2/4] mm/zswap: Implement proactive writeback
` [PATCH v2 3/4] mm/zswap: Add per-memcg stat for "
[PATCH v13 0/6] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
2026-05-25 12:02 UTC (8+ messages)
` [PATCH v13 1/6] dt-bindings: iio: adc: add AD4691 family
` [PATCH v13 2/6] iio: adc: ad4691: add initial driver for "
` [PATCH v13 3/6] iio: adc: ad4691: add triggered buffer support
` [PATCH v13 4/6] iio: adc: ad4691: add SPI offload support
` [PATCH v13 5/6] iio: adc: ad4691: add oversampling support
` [PATCH v13 6/6] docs: iio: adc: ad4691: add driver documentation
[PATCH v4 00/14] userfaultfd: working set tracking for VM guest memory
2026-05-25 11:37 UTC (12+ messages)
` [PATCH v4 01/14] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v4 02/14] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v4 03/14] mm: rename uffd-wp PTE accessors "
` [PATCH v4 04/14] mm: add VM_UFFD_RWP VMA flag
` [PATCH v4 05/14] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v4 06/14] mm: preserve RWP marker across PTE rewrites
` [PATCH v4 07/14] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v4 08/14] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v4 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v4 10/14] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v4 11/14] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
[PATCH v14 00/17] arm64/riscv: Add support for crashkernel CMA reservation
2026-05-25 11:36 UTC (20+ messages)
` [PATCH v14 01/17] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v14 02/17] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
` [PATCH v14 03/17] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v14 04/17] arm64: kexec: Fix image->elf_headers memory leak during retry loop
` [PATCH v14 05/17] x86/kexec: Fix potential buffer overflow in prepare_elf_headers()
` [PATCH v14 06/17] arm64: kexec_file: "
` [PATCH v14 07/17] riscv: "
` [PATCH v14 08/17] LoongArch: kexec: "
` [PATCH v14 09/17] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v14 10/17] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v14 11/17] x86/kexec: "
` [PATCH v14 12/17] riscv: kexec_file: "
` [PATCH v14 13/17] LoongArch: kexec: "
` [PATCH v14 14/17] crash: Use crash_exclude_core_ranges() on powerpc
` [PATCH v14 15/17] arm64: kexec: Add support for crashkernel CMA reservation
` [PATCH v14 16/17] riscv: "
` [PATCH v14 17/17] arm64/crash: Add crash hotplug support
[PATCH v2 00/24] dynamic-debug cleanups refactors maintenance + alignment fix
2026-05-25 9:24 UTC (26+ messages)
` [PATCH v2 01/24] docs/dyndbg: update examples \012 to \n
` [PATCH v2 02/24] docs/dyndbg: explain flags parse 1st
` [PATCH v2 03/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v2 04/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v2 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v2 06/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v2 07/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v2 08/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v2 09/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 10/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v2 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 12/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v2 13/24] dyndbg: reduce verbose/debug clutter
` [PATCH v2 14/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 15/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 16/24] dyndbg: replace classmap list with an array-slice
` [PATCH v2 17/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
` [PATCH v2 19/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v2 20/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v2 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH v2 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 24/24] dyndbg: improve section names
[PATCH v2 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
2026-05-25 8:35 UTC (6+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH v2 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH v2 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation
[PATCH RFC v5 00/18] riscv: add Ssqosid and CBQRI resctrl support
2026-05-25 8:23 UTC (20+ messages)
` [PATCH RFC v5 01/18] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH RFC v5 02/18] riscv: detect the Ssqosid extension
` [PATCH RFC v5 03/18] riscv: add support for srmcfg CSR from "
` [PATCH RFC v5 04/18] fs/resctrl: Add resctrl_is_membw() helper
` [PATCH RFC v5 05/18] fs/resctrl: Add RDT_RESOURCE_MB_MIN and RDT_RESOURCE_MB_WGHT
` [PATCH RFC v5 06/18] fs/resctrl: Let bandwidth resources default to min_bw at reset
` [PATCH RFC v5 07/18] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH RFC v5 08/18] riscv_cbqri: Add capacity controller monitoring "
` [PATCH RFC v5 09/18] riscv_cbqri: Add bandwidth controller probe and allocation "
` [PATCH RFC v5 10/18] riscv_cbqri: Add bandwidth controller monitoring "
` [PATCH RFC v5 11/18] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH RFC v5 12/18] riscv_cbqri: resctrl: Add L3 cache occupancy monitoring
` [PATCH RFC v5 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
` [PATCH RFC v5 14/18] riscv_cbqri: resctrl: Add MB_WGHT bandwidth allocation via Mweight
` [PATCH RFC v5 15/18] riscv_cbqri: resctrl: Add mbm_total_bytes bandwidth monitoring
` [PATCH RFC v5 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v5 17/18] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)
` [PATCH RFC v5 18/18] riscv: enable resctrl filesystem for Ssqosid
[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
2026-05-25 8:03 UTC (5+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets
` [PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
` [PATCH 3/3] AF_ALG: Document that it is *always* slower
[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-25 7:32 UTC (7+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo
` [PATCH v2 2/6] alloc_tag: add ioctl filters "
[PATCH net-next V2 2/2] net/mlx5: implement max_sfs parameter
2026-05-25 6:42 UTC (3+ messages)
[PATCH v3 0/4] selftests/mm: separate GUP microbenchmarking from functional testing
2026-05-25 6:29 UTC (7+ 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 v18 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-05-25 5:44 UTC (3+ messages)
[PATCH v9 0/4] Add MSI Claw HID Configuration Driver
2026-05-25 2:05 UTC (5+ messages)
` [PATCH v9 1/4] HID: hid-msi: Add MSI Claw configuration driver
` [PATCH v9 2/4] HID: hid-msi: Add M-key mapping attributes
` [PATCH v9 3/4] HID: hid-msi: Add RGB control interface
` [PATCH v9 4/4] HID: hid-msi: Add Rumble Intensity Attributes
[PATCH v7 0/8] Add Chinese translation for USB subsystem
2026-05-25 2:05 UTC (3+ messages)
` [PATCH v7 2/8] docs/zh_CN: Add acm.rst translation
[PATCH v2 0/7] seg6: add SRv6 Mobile User Plane (RFC 9433) behaviors
2026-05-25 1:44 UTC (4+ messages)
` [PATCH v2 1/7] seg6: add End.MAP behavior
[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
2026-05-25 1:05 UTC (5+ messages)
` [PATCH v2 4/4] cpufreq: Use policy->min/max init as QoS request
[PATCH] docs: pt_BR: Translate process/kernel-docs.rst into Portuguese
2026-05-24 22:48 UTC (3+ messages)
[PATCH] Documentation: ABI: sysfs-class-reboot-mode-reboot_modes: fix doc warnings
2026-05-24 22:48 UTC (3+ messages)
[PATCH] docs/mm: fix spelling mistakes in memory management docs
2026-05-24 18:43 UTC (3+ messages)
[PATCH v14 00/12] ADF41513/ADF41510 PLL frequency synthesizers
2026-05-24 12:34 UTC (14+ messages)
` [PATCH v14 01/12] dt-bindings: iio: frequency: add adf41513
` [PATCH v14 02/12] lib: kstrtox: add local _parse_integer_limit_init() helper
` [PATCH v14 03/12] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v14 04/12] lib: test-kstrtox: tests for kstrtodec64() and kstrtoudec64()
` [PATCH v14 05/12] lib: math: div64: add div64_s64_rem()
` [PATCH v14 06/12] iio: core: add decimal value formatting into 64-bit value
` [PATCH v14 07/12] iio: test: iio-test-format: add test case for decimal format
` [PATCH v14 08/12] iio: frequency: adf41513: driver implementation
` [PATCH v14 09/12] iio: frequency: adf41513: handle LE synchronization feature
` [PATCH v14 10/12] iio: frequency: adf41513: features on frequency change
` [PATCH v14 11/12] docs: iio: add documentation for adf41513 driver
` [PATCH v14 12/12] Documentation: ABI: testing: add common ABI file for iio/frequency
[PATCH bpf-next] bpf: Add kernel-doc for arena page kfuncs
2026-05-24 12:23 UTC (3+ messages)
` [PATCH bpf-next v2] "
[PATCH] docs/zh_CN: fix KASAN SW_TAGS mode description
2026-05-24 10:44 UTC (3+ messages)
[PATCH v3 00/16] userfaultfd: working set tracking for VM guest memory
2026-05-24 6:32 UTC (10+ messages)
` [PATCH v3 05/16] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v3 13/16] selftests/mm: add userfaultfd RWP tests
` [PATCH v3 14/16] Documentation/userfaultfd: document RWP working set tracking
` [PATCH v3 15/16] userfaultfd.2: Add read-write protect mode
[PATCH] mm/dmapool: use static key for boot-time debug enablement
2026-05-24 3:40 UTC
[PATCH v16 00/28] Add new general DRM property "color format"
2026-05-23 19:44 UTC (29+ messages)
` [PATCH v16 01/28] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v16 02/28] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v16 03/28] drm: Add new general DRM property "color format"
` [PATCH v16 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v16 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v16 06/28] drm/bridge: Act on the DRM color format property
` [PATCH v16 07/28] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v16 08/28] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v16 09/28] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v16 10/28] drm/amdgpu: Implement "color format" DRM property
` [PATCH v16 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v16 12/28] drm/i915/dp: "
` [PATCH v16 13/28] drm/i915/hdmi: Implement "color format" DRM property
` [PATCH v16 14/28] drm/i915/dp: "
` [PATCH v16 15/28] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v16 16/28] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v16 17/28] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v16 18/28] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v16 19/28] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v16 20/28] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v16 21/28] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v16 22/28] drm/connector: Register color format property on HDMI connectors
` [PATCH v16 23/28] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v16 24/28] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v16 25/28] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v16 26/28] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v16 27/28] drm/bridge: Document bridge chain format selection
` [PATCH v16 28/28] drm/connector: Update docs of "colorspace" for color format prop
[PATCH v5 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-05-23 17:00 UTC (2+ messages)
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-05-23 15:04 UTC (5+ messages)
` DEPT (the dependency tracker) as AI review prompt? (was: DEPT v18)
` DEPT (the dependency tracker) as AI review prompt?
[PATCH 4/5] mm: enable map_anon_folio_pmd_nopf to handle unshare
2026-05-23 14:25 UTC (2+ messages)
[PATCH v4 0/4] Rework TPS25990 direct conversions and add TPS1689 support
2026-05-23 14:17 UTC (5+ messages)
` [PATCH v4 1/4] hwmon: (pmbus) Add and export direct conversion calculation helpers
` [PATCH v4 2/4] hwmon: (pmbus/tps25990): Rework TPS25990 direct conversion handling
[PATCH v1 1/4] driver core: allow certain drivers prohibit override via sysfs
2026-05-23 14:13 UTC (2+ messages)
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-23 13:41 UTC (11+ messages)
` [PATCH v3] "
[PATCH 0/2] docs/zh: update DAMON usage sysfs documentation
2026-05-23 9:44 UTC (3+ messages)
` [PATCH 1/2] docs/zh_CN: "
` [PATCH 2/2] docs/zh_TW: "
[PATCH v5 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-23 3:24 UTC (4+ messages)
` [PATCH v5 2/4] kernel: param: initialize module_kset in a pure_initcall
[PATCH v2] scsi: st: fix typo in documentation
2026-05-23 3:14 UTC (2+ messages)
[PATCH v2 2/2] Docs/admin-guide/mm/damon/usage: clarify current_value of quota goals
2026-05-23 1:58 UTC (2+ messages)
[PATCH v7 00/42] guest_memfd: In-place conversion support
2026-05-23 0:18 UTC (7+ messages)
` [PATCH v7 37/42] KVM: selftests: Provide common function to set memory attributes
` [PATCH v7 38/42] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v7 39/42] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v7 40/42] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v7 41/42] KVM: selftests: Add script to exercise private_mem_conversions_test
` [PATCH v7 42/42] KVM: selftests: Update private memory exits test to work with per-gmem attributes
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