messages from 2025-07-17 07:44:32 to 2025-07-18 22:51:28 UTC [more...]
[PATCH v3 00/13] stackleak: Support Clang stack depth tracking
2025-07-18 22:51 UTC (20+ messages)
` [PATCH v3 01/13] stackleak: Rename STACKLEAK to KSTACK_ERASE
` [PATCH v3 02/13] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH v3 03/13] stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH v3 04/13] x86: Handle KCOV __init vs inline mismatches
` [PATCH v3 05/13] arm: "
` [PATCH v3 06/13] arm64: "
` [PATCH v3 07/13] s390: "
` [PATCH v3 08/13] powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init section
` [PATCH v3 09/13] mips: Handle KCOV __init vs inline mismatch
` [PATCH v3 10/13] init.h: Disable sanitizer coverage for __init and __head
` [PATCH v3 11/13] kstack_erase: Support Clang stack depth tracking
` [PATCH v3 12/13] configs/hardening: Enable CONFIG_KSTACK_ERASE
` [PATCH v3 13/13] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON
[PATCH v9 00/14] khugepaged: mTHP support
2025-07-18 22:34 UTC (14+ messages)
` [PATCH v9 05/14] khugepaged: generalize __collapse_huge_page_* for "
` [PATCH v9 09/14] khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH v9 10/14] khugepaged: allow khugepaged to check all anonymous mTHP orders
` [PATCH v9 13/14] khugepaged: add per-order mTHP khugepaged stats
[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-18 22:20 UTC (57+ messages)
` [PATCH v15 01/34] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v15 06/34] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v15 07/34] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v15 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v15 09/34] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v15 10/34] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v15 11/34] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v15 12/34] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v15 13/34] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v15 14/34] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v15 15/34] fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v15 16/34] x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
` [PATCH v15 17/34] fs/resctrl: Add the functionality to assign MBM events
` [PATCH v15 18/34] fs/resctrl: Add the functionality to unassign "
` [PATCH v15 19/34] fs/resctrl: Pass struct rdtgroup instead of individual members
` [PATCH v15 20/34] fs/resctrl: Introduce counter read, reset calls in mbm_event mode
` [PATCH v15 21/34] x86/resctrl: Refactor resctrl_arch_rmid_read()
` [PATCH v15 22/34] x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()
` [PATCH v15 23/34] fs/resctrl: Support counter read/reset with mbm_event assignment mode
` [PATCH v15 24/34] fs/resctrl: Report 'Unassigned' for MBM events in mbm_event mode
` [PATCH v15 25/34] fs/resctrl: Add definitions for MBM event configuration
` [PATCH v15 26/34] fs/resctrl: Add event configuration directory under info/L3_MON/
` [PATCH v15 27/34] fs/resctrl: Provide interface to update the event configurations
` [PATCH v15 29/34] x86,fs/resctrl: Auto assign counters on mkdir and clean up on group removal
` [PATCH v15 31/34] fs/resctrl: Introduce the interface to modify assignments in a group
` [PATCH v15 32/34] fs/resctrl: Disable BMEC event configuration when mbm_event mode is enabled
` [PATCH v15 33/34] fs/resctrl: Introduce the interface to switch between monitor modes
[PATCH v2] genirq: add support for warning on long-running IRQ handlers
2025-07-18 20:53 UTC (2+ messages)
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-18 20:32 UTC (11+ messages)
` [PATCH v4 1/4] drm: Create mipi_dsi_dual macro
` [PATCH v4 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
` [PATCH v4 3/4] drm: Remove unused MIPI write seq and chatty functions
` [PATCH v4 4/4] drm: docs: Update task from drm TODO list
[PATCH v6 0/2] Export fan control and register fans as cooling devices
2025-07-18 17:38 UTC (5+ messages)
` [PATCH v6 1/2] hwmon: (cros_ec) add PWM control over fans
` [PATCH v6 2/2] hwmon: (cros_ec) register fans into thermal framework cooling devices
[PATCH v8 00/10] New DRM accel driver for Rockchip's RKNN NPU
2025-07-18 17:26 UTC (7+ messages)
` [PATCH v8 01/10] accel/rocket: Add registers header
` [PATCH v8 02/10] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH v8 04/10] accel/rocket: Add job submission IOCTL
[PATCH v6 0/2] hwmon: add GPD devices sensor driver
2025-07-18 16:38 UTC (5+ messages)
` [PATCH v6 1/2] "
[PATCH v5 00/15] kunit: Introduce UAPI testing framework
2025-07-18 16:44 UTC (20+ messages)
` [PATCH v5 01/15] kbuild: userprogs: avoid duplication of flags inherited from kernel
` [PATCH v5 02/15] kbuild: userprogs: also inherit byte order and ABI "
` [PATCH v5 03/15] kbuild: doc: add label for userprogs section
` [PATCH v5 04/15] init: re-add CONFIG_CC_CAN_LINK_STATIC
` [PATCH v5 05/15] init: add nolibc build support
` [PATCH v5 06/15] fs,fork,exit: export symbols necessary for KUnit UAPI support
` [PATCH v5 07/15] kunit: tool: Add test for nested test result reporting
` [PATCH v5 08/15] kunit: tool: Don't overwrite test status based on subtest counts
` [PATCH v5 09/15] kunit: tool: Parse skipped tests from kselftest.h
` [PATCH v5 10/15] kunit: Always descend into kunit directory during build
` [PATCH v5 11/15] kunit: qemu_configs: loongarch: Enable LSX/LSAX
` [PATCH v5 12/15] kunit: Introduce UAPI testing framework
` [PATCH v5 13/15] kunit: uapi: Add example for UAPI tests
` [PATCH v5 14/15] kunit: uapi: Introduce preinit executable
` [PATCH v5 15/15] kunit: uapi: Validate usability of /proc
[PATCH v13 net-next 00/14] AccECN protocol patch series
2025-07-18 14:20 UTC (15+ messages)
` [PATCH v13 net-next 01/14] tcp: reorganize SYN ECN code
` [PATCH v13 net-next 02/14] tcp: fast path functions later
` [PATCH v13 net-next 03/14] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v13 net-next 04/14] tcp: ecn functions in separated include file
` [PATCH v13 net-next 05/14] tcp: AccECN core
` [PATCH v13 net-next 06/14] tcp: accecn: AccECN negotiation
` [PATCH v13 net-next 07/14] tcp: accecn: add AccECN rx byte counters
` [PATCH v13 net-next 08/14] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v13 net-next 09/14] tcp: sack option handling improvements
` [PATCH v13 net-next 10/14] tcp: accecn: AccECN option
` [PATCH v13 net-next 11/14] tcp: accecn: AccECN option send control
` [PATCH v13 net-next 12/14] tcp: accecn: AccECN option failure handling
` [PATCH v13 net-next 13/14] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics
` [PATCH v13 net-next 14/14] tcp: accecn: try to fit AccECN option with SACK
[RFC PATCH v2] cgroup: Track time in cgroup v2 freezer
2025-07-18 13:58 UTC (8+ messages)
` cpu.stat in core or cpu controller (was Re: [RFC PATCH v2] cgroup: Track time in cgroup v2 freezer)
[PATCH v3 17/17] rv: Add opid per-cpu monitor
2025-07-18 10:26 UTC (3+ messages)
[PATCH v3 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-07-18 9:23 UTC (12+ messages)
` [PATCH v3 01/11] md: add a new parameter 'offset' to md_super_write()
` [PATCH v3 02/11] md: factor out a helper raid_is_456()
` [PATCH v3 03/11] md/md-bitmap: support discard for bitmap ops
` [PATCH v3 04/11] md: add a new mddev field 'bitmap_id'
` [PATCH v3 05/11] md/md-bitmap: add a new sysfs api bitmap_type
` [PATCH v3 06/11] md/md-bitmap: delay registration of bitmap_ops until creating bitmap
` [PATCH v3 07/11] md/md-bitmap: add a new method skip_sync_blocks() in bitmap_operations
` [PATCH v3 08/11] md/md-bitmap: add a new method blocks_synced() "
` [PATCH v3 09/11] md: add a new recovery_flag MD_RECOVERY_LAZY_RECOVER
` [PATCH v3 10/11] md/md-bitmap: make method bitmap_ops->daemon_work optional
` [PATCH v3 11/11] md/md-llbitmap: introduce new lockless bitmap
[PATCH 0/4] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-07-18 9:02 UTC
[PATCH 5/5] Docs/zh_CN: Translate gfs2-glocks.rst to Simplified Chinese
2025-07-18 8:57 UTC
[PATCH 4/5] Docs/zh_CN: Translate gfs2-uevents.rst to Simplified Chinese
2025-07-18 8:56 UTC
[PATCH 3/5] Docs/zh_CN: Translate gfs2.rst to Simplified Chinese
2025-07-18 8:54 UTC
[PATCH 2/5] Docs/zh_CN: Translate ubifs-authentication.rst to Simplified Chinese
2025-07-18 8:53 UTC
[PATCH 1/5] Docs/zh_CN: Translate ubifs.rst to Simplified Chinese
2025-07-18 8:51 UTC
[PATCH 0/5] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-07-18 8:49 UTC
[PATCH 0/4] Docs/zh_CN: Translate filesystems docs to Simplified Chinese
2025-07-18 8:44 UTC
[PATCH v11 0/4] leds: add new LED driver for TI LP5812
2025-07-18 8:04 UTC (3+ messages)
` [PATCH v11 2/4] leds: add basic support for TI/National Semiconductor LP5812 LED Driver
[PATCH net-next v5 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
2025-07-18 7:41 UTC (4+ messages)
` [PATCH net-next v5 10/14] net: ethernet: qualcomm: Initialize PPE RSS hash settings
[PATCH v6 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
2025-07-18 6:00 UTC (4+ messages)
` [PATCH v6 1/2] perf: Fujitsu: Add the Uncore MAC "
[PATCH v2] sphinx: kernel_abi: fix performance regression with O=<dir>
2025-07-18 0:50 UTC (2+ messages)
[PATCH] scripts: add origin commit identification based on specific patterns
2025-07-18 0:24 UTC (4+ messages)
[PATCH 11/11] HID: multitouch: add haptic multitouch support
2025-07-17 23:59 UTC (4+ messages)
[PATCH net-next v09 1/8] hinic3: Async Event Queue interfaces
2025-07-17 23:40 UTC (3+ messages)
[agd5f:amd-staging-drm-next 2314/2370] drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dce_i2c_hw.c:380: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
2025-07-17 22:43 UTC
[PATCH] Documentation/rtla: Describe exit status
2025-07-17 20:26 UTC (2+ messages)
[PATCH 0/4] Convert atomic_*.txt and memory-barriers.txt to reST
2025-07-17 20:15 UTC (12+ messages)
` [PATCH 1/4] Documentation: memory-barriers: Convert to reST format
` [PATCH 2/4] Documentation: atomic_bitops: "
` [PATCH 3/4] Documentation: atomic_t: "
` [PATCH 4/4] Documentation: atomic_bitops, atomic_t, memory-barriers: Link to newly-converted docs
[PATCH v3] docs: document linked lists
2025-07-17 19:54 UTC (3+ messages)
[PATCH] docs: kernel: Clarify printk_ratelimit_burst reset behavior
2025-07-17 19:48 UTC (2+ messages)
[PATCH] Documentation: Add patch-validator to dev-tools
2025-07-17 19:41 UTC (2+ messages)
[PATCH bpf-next,v5 1/1] doc: xdp: clarify driver implementation for XDP Rx metadata
2025-07-17 18:40 UTC (2+ messages)
[PATCH v3 00/10] perf: arm_spe: Armv8.8 SPE features
2025-07-17 16:42 UTC (15+ messages)
` [PATCH v3 04/10] arm64/boot: Enable EL2 requirements for SPE_FEAT_FDS
` [PATCH v3 07/10] perf: arm_spe: Add support for filtering on data source
[RFC v2 00/16] Live Update Orchestrator
2025-07-17 16:17 UTC (10+ messages)
` [RFC v2 10/16] luo: luo_ioctl: add ioctl interface
[PATCH net-next 0/5] Expose grace period delay for devlink health reporter
2025-07-17 16:07 UTC (6+ messages)
` [PATCH net-next 1/5] devlink: Move graceful period parameter to reporter ops
` [PATCH net-next 2/5] devlink: Move health reporter recovery abort logic to a separate function
` [PATCH net-next 3/5] devlink: Introduce grace period delay for health reporter
` [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable
` [PATCH net-next 5/5] net/mlx5e: Set default grace period delay for TX and RX reporters
[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
2025-07-17 14:14 UTC (4+ messages)
[PATCH] Documentation: Add patch-validator to dev-tools
2025-07-17 13:38 UTC (2+ messages)
[PATCH v4 0/7] riscv: Add support for xmipsexectl
2025-07-17 11:47 UTC (14+ messages)
` [PATCH v4 2/7] riscv: Add xmipsexectl as a vendor extension
` [PATCH v4 3/7] riscv: Add xmipsexectl PAUSE instruction
` [PATCH v4 4/7] riscv: hwprobe: Add MIPS vendor extension probing
` [PATCH v4 5/7] riscv: hwprobe: Document MIPS xmipsexectl vendor extension
` [PATCH v4 6/7] riscv: Add tools support for xmipsexectl
` [PATCH v4 7/7] riscv: errata: Fix the PAUSE Opcode for MIPS P8700
[PATCH] sphinx: kernel_abi: fix performance regression with O=<dir>
2025-07-17 11:23 UTC
[Performance Regression since v6.15] empty docs build with O= option
2025-07-17 11:09 UTC (2+ messages)
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-17 10:58 UTC (3+ messages)
` [PATCH v3 2/4] drm/panel: jdi-lpm102a188a: Fix bug and clean up driver
[PATCH] iommu/amd: Wrap debugfs ABI testing symbols snippets in literal code blocks
2025-07-17 10:01 UTC (2+ messages)
[PATCH v9 00/29] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-07-17 8:49 UTC (5+ messages)
` [PATCH v9 23/29] iommu/arm-smmu-v3-iommufd: Add vsmmu_size/type and vsmmu_init impl ops
[PATCH v3] Documentation: dma-buf: heaps: Add naming guidelines
2025-07-17 8:10 UTC
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;
as well as URLs for NNTP newsgroup(s).