Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-06-27 21:30:30 to 2026-06-29 16:30:41 UTC [more...]

[PATCH v2] docs/mm: Fix braces
 2026-06-29 16:11 UTC 

[PATCH 0/2] docs: pt_BR: Translate coding and posting guidelines
 2026-06-29 16:27 UTC  (2+ messages)

[PATCH v2] KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_WRITE_HYPERCALL_PAGE
 2026-06-29 16:16 UTC 

[PATCH 1/2] Documentation: kunit: Test Kconfig entries shouldn't select other configs
 2026-06-29 16:11 UTC  (2+ messages)

[PATCH] cxl: docs/linux/dax-driver - fix typos
 2026-06-29 16:06 UTC  (2+ messages)

[PATCH v7 00/15] userfaultfd: working set tracking for VM guest memory
 2026-06-29 16:02 UTC  (17+ messages)
` [PATCH v7 01/15] mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
` [PATCH v7 02/15] mm: rename uffd-wp PTE bit macros to uffd
` [PATCH v7 03/15] mm: rename uffd-wp PTE accessors "
` [PATCH v7 04/15] userfaultfd: test uffd VMA flags through the vma_flags_t API
` [PATCH v7 05/15] mm: add VM_UFFD_RWP VMA flag
` [PATCH v7 06/15] mm: add MM_CP_UFFD_RWP change_protection() flag
` [PATCH v7 07/15] mm: preserve RWP marker across PTE rewrites
` [PATCH v7 08/15] mm: handle VM_UFFD_RWP in khugepaged, rmap, and GUP
` [PATCH v7 09/15] userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbing
` [PATCH v7 10/15] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP
` [PATCH v7 11/15] mm/pagemap: add PAGE_IS_ACCESSED for RWP tracking
` [PATCH v7 12/15] userfaultfd: add UFFD_FEATURE_RWP_ASYNC for async fault resolution
` [PATCH v7 13/15] userfaultfd: add UFFDIO_SET_MODE for runtime sync/async toggle
` [PATCH v7 14/15] selftests/mm: add userfaultfd RWP tests
` [PATCH v7 15/15] Documentation/userfaultfd: document RWP working set tracking

[PATCH v2 1/2] dt-bindings: hwmon: chipcap2: Add label property
 2026-06-29 15:58 UTC  (4+ messages)
` [PATCH v2 2/2] hwmon: (chipcap2) Add support for label

[PATCH v10 0/6] mm/memory-failure: add panic option for unrecoverable pages
 2026-06-29 15:50 UTC  (4+ messages)
` [PATCH v10 6/6] selftests/mm: add hwpoison-panic destructive test

[PATCH] hwmon: ltc4283: fix malformed table docs build error
 2026-06-29 15:48 UTC  (2+ messages)

[PATCH RFC v6 0/5] iio: add Open Sensor Fusion IIO driver
 2026-06-29 15:39 UTC  (12+ messages)
` [PATCH RFC v6 1/5] dt-bindings: iio: add Open Sensor Fusion device
` [PATCH RFC v6 2/5] Documentation: iio: add Open Sensor Fusion driver overview
` [PATCH RFC v6 3/5] iio: osf: add protocol decoding
` [PATCH RFC v6 4/5] iio: osf: add authenticated stream parser
` [PATCH RFC v6 5/5] iio: osf: add UART IIO driver

[PATCH v2] Documentation: device-mapper: adopt new coding style of type-aware kmalloc-family
 2026-06-29 15:35 UTC 

[PATCH v3 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-29 15:32 UTC  (10+ messages)
` [PATCH v3 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v3 2/8] riscv: Detect the Ssqosid extension
` [PATCH v3 3/8] riscv: Add support for srmcfg CSR from "
` [PATCH v3 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v3 5/8] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v3 6/8] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH v3 7/8] dt-bindings: riscv: Add binding for CBQRI controllers
` [PATCH v3 8/8] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH v2] docs: kernel-hacking: fix typo
 2026-06-29 15:29 UTC 

[PATCH net-next] Documentation: networking: Add a test plan for ethtool pause validation
 2026-06-29 15:24 UTC  (12+ messages)

[PATCH] sched/topology: Allow EAS without schedutil for artificial Energy Models
 2026-06-29 15:16 UTC  (3+ messages)

[PATCH v20 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-06-29 15:04 UTC  (16+ messages)
` [PATCH v20 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v20 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v20 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v20 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v20 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v20 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v20 07/14] crypto: qce - Cancel work on device detach
` [PATCH v20 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v20 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v20 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v20 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v20 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v20 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v20 14/14] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH 0/5] mm/damon: five misc fixups
 2026-06-29 14:55 UTC  (2+ messages)
` [PATCH 3/5] Docs/{admin-guide,mm}/damon: fix DAMON documentation details

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-06-29 14:39 UTC  (5+ messages)

[PATCH] docs: watchdog: Fix brackets
 2026-06-29 14:36 UTC  (5+ messages)

[PATCH net-next v10 0/5] net: hinic3: PF initialization
 2026-06-29 14:25 UTC  (7+ messages)
` [PATCH net-next v10 1/5] hinic3: Add ethtool queue ops
` [PATCH net-next v10 2/5] hinic3: Add ethtool statistic ops
` [PATCH net-next v10 3/5] hinic3: Add ethtool coalesce ops
` [PATCH net-next v10 4/5] hinic3: Add ethtool rss ops
` [PATCH net-next v10 5/5] hinic3: Remove unneeded coalesce parameters

[PATCH v3 0/7] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-06-29 14:10 UTC  (11+ messages)
` [PATCH v3 1/7] net: wwan: t9xx: Add PCIe core
    ` [External Mail] "
` [PATCH v3 2/7] net: wwan: t9xx: Add control plane transaction layer
    ` [External Mail] "
` [PATCH v3 3/7] net: wwan: t9xx: Add control DMA interface
    ` [External Mail] "

[PATCH v2] cgroup/cpu: document cpu.stat.local
 2026-06-29 13:49 UTC  (3+ messages)
` [PATCH v3] cgroup/cpu: document cpu.stat.local and clarify cpu.stat behavior

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-29 13:20 UTC  (3+ messages)

[PATCH v4 0/2] arm64: acpi: Fix NULL kobject warning in cpuhp_smt_enable()
 2026-06-29 11:59 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-29 11:39 UTC  (11+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[PATCH v4 0/5] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-29 11:36 UTC  (10+ messages)
` [PATCH v4 2/5] mm/zswap: Factor writeback loop out of shrink_worker()

[PATCH v17 00/10] arm64/riscv: Add support for crashkernel CMA reservation
 2026-06-29 11:28 UTC  (12+ messages)
` [PATCH v17 01/10] riscv: kexec_file: Fix crashk_low_res not exclude bug
` [PATCH v17 02/10] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
` [PATCH v17 03/10] crash: Add crash_prepare_headers() to exclude crash kernel memory
` [PATCH v17 04/10] arm64: kexec_file: Use crash_prepare_headers() helper to simplify code
` [PATCH v17 05/10] x86/crash: "
` [PATCH v17 06/10] riscv: kexec_file: "
` [PATCH v17 07/10] LoongArch: "
` [PATCH v17 08/10] powerpc/kexec_file: Use crash_exclude_core_ranges() helper
` [PATCH v17 09/10] arm64: kexec_file: Add support for crashkernel CMA reservation
` [PATCH v17 10/10] riscv: "

[PATCH v5 0/6] mm/zswap: Implement per-cgroup proactive writeback
 2026-06-29 11:20 UTC  (7+ messages)
` [PATCH v5 1/6] mm/zswap: Fix global shrinker when memory cgroup is disabled
` [PATCH v5 2/6] mm/zswap: Support batch writeback in shrink_memcg()
` [PATCH v5 3/6] mm/zswap: Extract a reusable writeback helper from shrink_worker()
` [PATCH v5 4/6] mm/zswap: Implement proactive writeback
` [PATCH v5 5/6] mm/zswap: Add per-memcg stat for "
` [PATCH v5 6/6] selftests/cgroup: Add tests for zswap "

[PATCH v2] Documentation: admin-guide: fix brackets and translation issue
 2026-06-29 11:08 UTC 

[PATCH v4 0/2] arm64: errata: NVIDIA Olympus device store/load ordering
 2026-06-29 10:48 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: io: apply the device store-release workaround once per block write

[PATCH v2] docs: pagemap: fix flags location, member name and sample code
 2026-06-29  9:58 UTC  (2+ messages)

[PATCH] docs/mm: Fix brackets
 2026-06-29  9:57 UTC  (3+ messages)

[PATCH v3] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-06-29  9:54 UTC 

[PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
 2026-06-29  9:40 UTC  (11+ messages)

[PATCH v4] hwmon: add a driver for the temp/voltage sensor on PolarFire SoC
 2026-06-29  9:30 UTC 

[PATCH v11 0/4] Add MSI Claw HID Configuration Driver
 2026-06-29  8:51 UTC  (2+ messages)

[PATCH v4 00/31] Introduce SCMI Telemetry FS support
 2026-06-29  8:22 UTC  (9+ messages)

[PATCH v1] docs/ja_JP: translate submitting-patches.rst (sign-off)
 2026-06-29  7:20 UTC  (3+ messages)

[PATCH v26 0/7] firmware: imx: driver for NXP secure-enclave
 2026-06-29 12:22 UTC  (9+ messages)
` [PATCH v26 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v26 2/7] dt-bindings: arm: fsl: add imx-se-fw binding doc
` [PATCH v26 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v26 4/7] firmware: imx: device context dedicated to priv
` [PATCH v26 5/7] firmware: drivers: imx: adds miscdev
` [PATCH v26 6/7] arm64: dts: imx8ulp: add secure enclave node
` [PATCH v26 7/7] arm64: dts: imx8ulp-evk: add reserved memory property

[RFC PATCH net-next v8 00/12] net: pcs: Introduce support for fwnode PCS
 2026-06-29  7:28 UTC  (7+ messages)
` [RFC PATCH net-next v8 03/12] net: phylink: add phylink_release_pcs() to externally release a PCS

[PATCH v2 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-06-29  7:24 UTC  (3+ messages)
` [PATCH v2 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device
` [PATCH v2 2/2] hwmon: add Altera SoC FPGA hardware monitoring driver

[PATCH 0/5] hwmon: add Altera Stratix 10 SoC FPGA hardware monitor support
 2026-06-29  6:36 UTC  (4+ messages)
` [PATCH 2/5] dt-bindings: firmware: svc: add hwmon property

[PATCH v13 00/11] tracing/probes: Add more typecast features
 2026-06-29  6:14 UTC  (12+ messages)
` [PATCH v13 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v13 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v13 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v13 04/11] perf/probe: "
` [PATCH v13 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v13 06/11] tracing/probes: Support nested typecast
` [PATCH v13 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v13 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v13 09/11] tracing/probes: Add $current variable support
` [PATCH v13 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v13 11/11] tracing/probes: Add a new testcase for BTF typecasts

[PATCH v2] usbcore: Add quirk for 255-bytes initial config read
 2026-06-29  5:30 UTC  (19+ messages)

[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
 2026-06-29  5:24 UTC  (3+ messages)

[PATCH] Documentation/bpf: make it clear that kfuncs should be non-static
 2026-06-29  4:38 UTC  (2+ messages)

[PATCH v5 00/24] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-06-29  4:14 UTC  (7+ messages)
` [PATCH v5 06/24] sched/core: allow only preferred CPUs in is_cpu_allowed

[PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
 2026-06-29  3:11 UTC  (6+ messages)

[PATCH v4 0/3] mm: clean up folio LRU and swap declarations
 2026-06-29  0:20 UTC  (3+ messages)

[PATCH v12 00/11] tracing/probes: Add more typecast features
 2026-06-28 23:53 UTC  (12+ messages)
` [PATCH v12 01/11] tracing/probes: Allow eprobe to use variable without $ prefix
` [PATCH v12 02/11] tracing/probes: Support dumping fetcharg program for debugging dynamic events
` [PATCH v12 03/11] tools/bootconfig: Ignore comment lines in dynamic_events/kprobe_events file
` [PATCH v12 04/11] perf/probe: "
` [PATCH v12 05/11] tracing/probes: Support typecast for various probe events
` [PATCH v12 06/11] tracing/probes: Support nested typecast
` [PATCH v12 07/11] tracing/probes: Type casting always involves nested calls
` [PATCH v12 08/11] tracing/probes: Support field specifier option for typecast
` [PATCH v12 09/11] tracing/probes: Add $current variable support
` [PATCH v12 10/11] tracing/probes: Add this_cpu_read() and this_cpu_ptr() dereference method to fetcharg
` [PATCH v12 11/11] tracing/probes: Add a new testcase for BTF typecasts

[PATCH iproute2-next 0/7] devlink: add per-port resource support
 2026-06-28 17:14 UTC  (2+ messages)

[PATCH] Documentation: RCU: adopt new coding style of type-aware kmalloc-family - part 2/2
 2026-06-28 16:13 UTC  (2+ messages)

[PATCH v11 00/11] tracing/probes: Add more typecast features
 2026-06-28 16:03 UTC  (3+ messages)
` [PATCH v11 11/11] tracing/probes: Add a new testcase for BTF typecasts

[RFC] Doc: ABI: add files to MAINTAINERS
 2026-06-28 11:42 UTC 

[PATCH 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-06-28  8:41 UTC  (5+ messages)
` [PATCH 19/19] MAINTAINERS: add Rambus CryptoManager Hub (CMH)

[PATCH v2 0/3] watchdog: npcm: Add reset status detection support
 2026-06-28  7:01 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: watchdog: npcm: add GCR syscon property

[PATCH v2 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-06-27 22:10 UTC  (9+ messages)
` [PATCH v2 3/8] riscv: Add support for srmcfg CSR from Ssqosid extension
  ` [External] "
` [PATCH v2 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
  ` [External] "


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