Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-14 02:04:09 to 2026-07-14 21:14:49 UTC [more...]

[RFC PATCH 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-14 21:14 UTC  (15+ messages)
` [RFC PATCH 01/13] arch: add HAVE_REINSTALL_HW_BREAKPOINT
` [RFC PATCH 02/13] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [RFC PATCH 03/13] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [RFC PATCH 04/13] HWBP: Add modify_wide_hw_breakpoint_local() API
` [RFC PATCH 05/13] mm/kwatch: add watch expression parser and dereference engine
` [RFC PATCH 06/13] mm/kwatch: add lockless per-task context pool
` [RFC PATCH 07/13] stacktrace: export stack_trace_save_regs()
` [RFC PATCH 08/13] mm/kwatch: add hardware breakpoint backend
` [RFC PATCH 09/13] mm/kwatch: add probe lifecycle runtime
` [RFC PATCH 10/13] mm/kwatch: add anchor thread for global watchpoints
` [RFC PATCH 11/13] mm/kwatch: add debugfs control plane
` [RFC PATCH 12/13] mm/kwatch: add KUnit tests for the watch expression parser
` [RFC PATCH 13/13] Documentation/dev-tools: document KWatch

[RFC PATCH v4 0/3] trace: stack trace deduplication for ftrace ring buffer
 2026-07-14 21:11 UTC  (3+ messages)
` [RFC PATCH v4 1/3] trace: add lock-free stackmap for stack trace deduplication

[PATCH v2] PCI: rcar-gen4: Isolate driver to ARM64
 2026-07-14 21:10 UTC  (2+ messages)

[PATCH v14 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-07-14 21:10 UTC  (11+ messages)
` [PATCH v14 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus

[PATCH v2] docs: translations: pt_BR: process: email-clients: traduz para pt_BR
 2026-07-14 21:01 UTC 

[PATCH 0/4] mm/hmm: Clarify notifier retry state and scope HMM timeouts
 2026-07-14 20:13 UTC  (5+ messages)
` [PATCH 1/4] fixup! mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH 2/4] fixup! drm/nouveau: use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH 3/4] fixup! accel/amdxdna: use hmm_range_fault_unlocked_timeout() for range population
` [PATCH 4/4] fixup! drm/gpusvm: use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-14 20:05 UTC  (9+ messages)

[PATCH] docs: pt_BR: process: Translate the security-bugs.rst
 2026-07-14 19:30 UTC  (2+ messages)

What's cooking in zh_CN (Jul 2026, #02)
 2026-07-14 18:17 UTC  (5+ messages)

[PATCH v5 0/3] x86,fs/resctrl,arm_mpam: Factor MBA parse-time conversion to be per-arch
 2026-07-14 17:45 UTC  (2+ messages)

[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-07-14 17:33 UTC  (5+ messages)
` [PATCH v7 06/10] ACPI: APEI: GHES: move CXL CPER helpers

[PATCH net-next 0/9] RFC 6724 rule 5.5 support
 2026-07-14 17:31 UTC  (13+ messages)
` [PATCH net-next 1/9] net/ipv6: fix lookup for ::/0 (non-)subtree route
` [PATCH net-next 2/9] net/ipv6: flatten ip6_route_get_saddr
` [PATCH net-next 3/9] net/ipv6: create ipv6_fl_get_saddr
` [PATCH net-next 4/9] net/ipv6: use ipv6_fl_get_saddr in output
` [PATCH net-next 5/9] net/ipv6: drop ip6_route_get_saddr
` [PATCH net-next 6/9] net/ipv6: flip IPV6_SUBTREES default to Y
` [PATCH net-next 7/9] net/ipv6: support RFC6724 rule 5.5 via subtrees
` [PATCH net-next 8/9] selftests: net: RFC6724 rule 5.5 tests
` [PATCH net-next 9/9] net: document RFC6724 rule 5.5 implementation

[PATCH RFC v2 0/9] leds: Add support for hardware-initiated hardware control trigger transition
 2026-07-14 17:23 UTC  (4+ messages)
` [PATCH RFC v2 5/9] leds: Add trigger_may_offload attribute

[PATCH net v3] tun/tap & vhost-net: make qdisc backpressure opt-in via IFF_BACKPRESSURE
 2026-07-14 16:50 UTC  (4+ messages)

[PATCH 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-14 16:52 UTC  (5+ messages)
` [PATCH 1/2] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH 2/2] mm/zswap: Support batch writeback in shrink_memcg()

htmldocs: Documentation/networking/ipv6-addrsel.rst: WARNING: document isn't included in any toctree [toc.not_included]
 2026-07-14 16:21 UTC 

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-14 15:15 UTC  (21+ messages)
` [PATCH v5 01/20] vfio/pci: Factor out the reset logic in VFIO PCI device close path
` [PATCH v5 02/20] vfio: Export various helpers from VFIO
` [PATCH v5 03/20] vfio/pci: Export vfio_pci_dma_buf_move for vfio-pci module
` [PATCH v5 04/20] liveupdate: Export symbols needed by modules
` [PATCH v5 05/20] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v5 06/20] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v5 07/20] vfio: Introduce vfio_find_device() helper
` [PATCH v5 08/20] vfio: Refactor vfio_device_fops_cdev_open()
` [PATCH v5 09/20] vfio: Add API to open cdev device for Live Update restore
` [PATCH v5 10/20] vfio/pci: Retrieve preserved device files after Live Update
` [PATCH v5 11/20] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v5 12/20] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v5 13/20] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v5 14/20] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v5 15/20] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v5 16/20] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v5 17/20] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v5 18/20] vfio: selftests: Expose iommu_modes to tests
` [PATCH v5 19/20] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v5 20/20] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test

[PATCH v25 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-14 14:38 UTC  (4+ messages)
` (subset) "

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-14 14:33 UTC  (9+ messages)
` [PATCH 3/6] iio: adc: adi-axi-adc: Add support for CRC
` [PATCH 5/6] gpio: ad7768: Add AD7768 GPIO auxiliary driver

What's cooking in zh_CN (Jul 2026)
 2026-07-14 14:03 UTC  (10+ messages)

[RFC PATCH 0/7] riscv: iommu: Add QoS ID support for resctrl device assignment
 2026-07-14 14:03 UTC  (9+ messages)
` [RFC PATCH 1/7] iommu: Add group lookup by ID
` [RFC PATCH 2/7] iommu: Add checked group device update helper
` [RFC PATCH 3/7] resctrl: Add a devices file for external requester assignment
` [RFC PATCH 4/7] iommu/riscv: Program QoS IDs for assigned groups
` [RFC PATCH 5/7] iommu/riscv: Expose global QoS IDs in sysfs
` [RFC PATCH 6/7] riscv_cbqri: Assign IOMMU groups to resource groups
` [RFC PATCH 7/7] selftests/iommu: Add RISC-V IOMMU QoS smoke test

[PATCH] PCI: rcar-gen4: Inline GIC_TRANSLATER offset macro
 2026-07-14 13:18 UTC  (6+ messages)

[RFC PATCH] firmware: scmi: Make SCMI arch independent
 2026-07-14 13:16 UTC  (3+ messages)

[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-14 13:15 UTC  (15+ messages)
` [PATCH v7 02/12] cpumask: Introduce cpu_preferred_mask
` [PATCH v7 10/12] virt/steal_monitor: Provide functions for managing steal values
` [PATCH v7 11/12] virt/steal_monitor: Act on steal time periodically and decide on preferred CPUs

[PATCH net-next V6 0/4] devlink: Add boot-time eswitch mode defaults
 2026-07-14 12:58 UTC  (8+ messages)
` [PATCH net-next V6 1/4] net/mlx5: Clear FW reset-in-progress bit before reload
` [PATCH net-next V6 2/4] devlink: Factor out eswitch mode setting
` [PATCH net-next V6 3/4] devlink: Parse eswitch mode boot defaults
` [PATCH net-next V6 4/4] devlink: Apply "

[RFC v2 0/3] mm/mglru: proactive aging via memory.aging
 2026-07-14 12:15 UTC  (4+ messages)
` [RFC v2 1/3] mm/lru_gen: add AGING counter and proactive aging helper
` [RFC v2 2/3] mm: memcontrol: add memory.aging cgroup v2 file
` [RFC v2 3/3] mm/lru_gen: expose oldest-generation page counts in memory.stat

[PATCH v8 00/17] AD9910 Direct Digital Synthesizer
 2026-07-14 11:46 UTC  (19+ messages)
` [PATCH v8 01/17] iio: ABI: add attributes for altcurrent channels
` [PATCH v8 02/17] iio: ABI: raw, scale and offset for frequency/phase channels
` [PATCH v8 03/17] iio: ABI: add parent entry for iio channels
` [PATCH v8 04/17] iio: add IIO_FREQUENCY channel type
` [PATCH v8 05/17] iio: core: support 64-bit register through debugfs
` [PATCH v8 06/17] iio: core: create local __iio_chan_prefix_emit() for reuse
` [PATCH v8 07/17] iio: test: add kunit tests for channel prefix naming generation
` [PATCH v8 08/17] iio: core: add hierarchical channel relationships
` [PATCH v8 09/17] dt-bindings: iio: frequency: add ad9910
` [PATCH v8 10/17] iio: frequency: ad9910: initial driver implementation
` [PATCH v8 11/17] iio: frequency: ad9910: add basic parallel port support
` [PATCH v8 12/17] iio: frequency: ad9910: add digital ramp generator support
` [PATCH v8 13/17] iio: frequency: ad9910: add RAM mode support
` [PATCH v8 14/17] iio: frequency: ad9910: add output shift keying support
` [PATCH v8 15/17] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v8 16/17] iio: ABI: add docs for ad9910 sysfs and debugfs entries
` [PATCH v8 17/17] docs: iio: add documentation for ad9910 driver

[PATCH RESEND 0/3] x86/vdso: Improve vdso=/vdso32= boot parameter validation
 2026-07-14 11:19 UTC  (3+ messages)

[PATCH] scripts/kernel-doc: Suggest possible names for excess descriptions
 2026-07-14 11:12 UTC 

[PATCH v7 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-07-14 10:42 UTC  (4+ messages)
` [PATCH v7 1/3] iommu/arm-smmu-v3: Factor out CMDQ batch force-sync conditions
` [PATCH v7 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure
` [PATCH v7 3/3] iommu/arm-smmu-v3: Enable CFGI/TLBI-repeat workaround on Tegra264

[PATCH v12 0/4] Add MSI Claw HID Configuration Driver
 2026-07-14 10:26 UTC  (5+ messages)
` [PATCH v12 1/4] HID: hid-msi: Add MSI Claw configuration driver
` [PATCH v12 2/4] HID: hid-msi: Add M-key mapping attributes
` [PATCH v12 3/4] HID: hid-msi: Add RGB control interface
` [PATCH v12 4/4] HID: hid-msi: Add Rumble Intensity Attributes

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-07-14 10:12 UTC  (12+ messages)
` [PATCH v4 4/4] slub: apply new pw_queue_on() interface

[PATCH v21 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-07-14  9:49 UTC  (3+ messages)
` [PATCH v21 06/14] dmaengine: qcom: bam_dma: add support for BAM locking

[PATCH v3 0/4] docs/zh_CN: update rust documentation translations
 2026-07-14  8:59 UTC  (6+ messages)
` [PATCH v3 1/4] docs/zh_CN: Update rust/quick-start.rst translation
` [PATCH v3 2/4] docs/zh_CN: Update rust/general-information.rst translation
` [PATCH v3 3/4] docs/zh_CN: Update rust/arch-support.rst translation
` [PATCH v3 4/4] docs/zh_CN: Update rust/testing.rst translation

[PATCH 0/4] hwmon: Add Kandou KB9002 PCIe retimer driver
 2026-07-14  8:19 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: Add vendor prefix for Kandou
` [PATCH 2/4] dt-bindings: hwmon: Add Kandou KB9002
` [PATCH 3/4] hwmon: (kb9002) Add driver for Kandou KB9002 retimer
` [PATCH 4/4] hwmon: (kb9002) Add documentation

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-14  8:20 UTC  (7+ messages)
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH v2] docs: zh_TW: process: localize terminologies and improve fluency in 8.Conclusion
 2026-07-14  7:42 UTC  (5+ messages)

[PATCH 0/2] nvme: Introduce service-time iopolicy
 2026-07-14  7:01 UTC  (2+ messages)

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-07-14  6:29 UTC  (13+ messages)
` [PATCH v5 4/6] mm/zswap: Implement "

Dear linux-doc, project info
 2026-07-14  5:24 UTC 

[PATCH v6 0/3] iommu/arm-smmu-v3: Tegra264 invalidation workaround
 2026-07-14  4:59 UTC  (4+ messages)
` [PATCH v6 2/3] iommu/arm-smmu-v3: Introduce CFGI/TLBI-repeat workaround infrastructure

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-07-14  4:32 UTC  (5+ messages)
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition

[PATCH v2 0/4] docs/zh_CN: update rust documentation translations
 2026-07-14  3:39 UTC  (4+ messages)
` [PATCH v2 2/4] docs/zh_CN: Update rust/general-information.rst translation

[PATCH 1/3] delaytop: refactor repetitive delay fields into array with enum
 2026-07-14  3:07 UTC  (2+ messages)

[PATCH 0/3] tools/accounting: refactor delay fields and share format_timespec()
 2026-07-14  2:48 UTC  (2+ messages)

[PATCH] docs/zh_CN: fix KASAN SW_TAGS mode description
 2026-07-14  2:16 UTC  (3+ messages)

[PATCH v4 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-07-14  2:03 UTC  (8+ messages)
` [PATCH v4 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
` [PATCH v4 net-next 2/7] selftests/ptp: Extract print_system_timestamp helper in testptp
` [PATCH v4 net-next 3/7] selftests/ptp: Add testptp support for attributes ioctls
` [PATCH v4 net-next 4/7] ptp: ptp_vmclock: Implement "
` [PATCH v4 net-next 5/7] net: ena: Update PHC admin interface for error bound support
` [PATCH v4 net-next 6/7] net: ena: Add error bound to PHC communication layer
` [PATCH v4 net-next 7/7] net: ena: Implement gettimexattrs64 callback for PTP attributes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox