Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-07-20 02:21:23 to 2026-07-20 19:35:34 UTC [more...]

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 19:34 UTC  (22+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map

[PATCH bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
 2026-07-20 19:32 UTC  (5+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation

[RFC PATCH 0/2] KVM: x86/pmu: Let userspace disable SW accounting of emulated instructions
 2026-07-20 19:22 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: x86/pmu: Add CAP to "
` [RFC PATCH 2/2] KVM: Documentation: Document KVM_CAP_X86_DISABLE_PMU_SW_ACCOUNTING

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-20 19:21 UTC  (3+ messages)

[PATCH v3] docs: dt: maintainer: Add Devicetree and OF maintainer profile document
 2026-07-20 19:19 UTC  (2+ messages)

[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
 2026-07-20 19:15 UTC  (5+ messages)

[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
 2026-07-20 19:12 UTC  (11+ messages)
` [RFC PATCH v3 1/3] "
` [RFC PATCH v3 2/3] mm/damon/vaddr: implement DAMOS_SPLIT handler
` [RFC PATCH v3 3/3] selftests/damon: add functional test for DAMOS_SPLIT

[RFC PATCH 0/7] mm: defer address-space teardown of large exiting processes to a kthread
 2026-07-20 18:38 UTC  (5+ messages)

[PATCH v7 00/11] Dynamic PAMT
 2026-07-20 18:34 UTC  (7+ messages)
` [PATCH v7 08/11] KVM: TDX: Get/put PAMT pages when (un)mapping private memory
` [PATCH v7 09/11] x86/virt/tdx: Enable Dynamic PAMT
` [PATCH v7 11/11] x86/virt/tdx: Optimize tdx_pamt_get/put()

[RFC] cxl: Device protocol AER injection
 2026-07-20 18:12 UTC  (3+ messages)

[PATCH 0/2] ntsync: docs uAPI fixup and timens selftest
 2026-07-20 17:54 UTC  (3+ messages)
` [PATCH 1/2] docs: ntsync: align ioctl names and struct layouts with uapi
` [PATCH 2/2] selftests: ntsync: test absolute MONOTONIC waits under time namespaces

[PATCH v2 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-07-20 17:49 UTC  (17+ messages)
` [PATCH v2 01/15] drm/exynos: remove dependency on DRM simple helpers
` [PATCH v2 02/15] drm/xlnx/zynqmp_dpsub: "
` [PATCH v2 03/15] drm/tegra: "
` [PATCH v2 04/15] drm/fsl-dcu: "
` [PATCH v2 05/15] drm/kmb: "
` [PATCH v2 06/15] drm/virtio: "
` [PATCH v2 07/15] drm/tidss: "
` [PATCH v2 08/15] drm/imx: "
` [PATCH v2 09/15] drm/mediatek: "
` [PATCH v2 10/15] drm/renesas/shmobile: "
` [PATCH v2 11/15] drm/hisilicon/kirin: "
` [PATCH v2 12/15] drm/arm/komeda: "
` [PATCH v2 13/15] drm/meson: "
` [PATCH v2 14/15] drm/drm_simple: remove deprecated drm_simple_encoder_init function
` [PATCH v2 15/15] Documentation/gpu: remove completed drm_simple_encoder_init() todo

[PATCH] fscrypt: Update encryption policy version docs
 2026-07-20 17:47 UTC  (2+ messages)

[PATCH 0/6] More fscrypt and blk-crypto doc updates and code removals
 2026-07-20 17:43 UTC  (14+ messages)
` [PATCH 1/6] fs: Update outdated comment for SB_INLINECRYPT
` [PATCH 2/6] f2fs: Update outdated comment in f2fs_write_begin()
` [PATCH 3/6] fscrypt: Remove unused function fscrypt_finalize_bounce_page()
` [PATCH 4/6] fscrypt: Update docs for data path
` [PATCH 5/6] blk-crypto: Remove unused function blk_crypto_config_supported()
` [PATCH 6/6] blk-crypto: Update docs for blk-crypto-fallback motivation

[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-20 17:35 UTC  (6+ messages)

[PATCH v8 00/11] sched, steal_governor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-20 17:22 UTC  (12+ messages)
` [PATCH v8 01/11] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
` [PATCH v8 02/11] cpumask: Introduce cpu_preferred_mask
` [PATCH v8 03/11] sysfs: Add preferred CPU file
` [PATCH v8 04/11] sched/core: Try to use a preferred CPU in is_cpu_allowed
` [PATCH v8 05/11] sched/fair: Load balance only among preferred CPUs
` [PATCH v8 06/11] sched/core: Push current task from non preferred CPU
` [PATCH v8 07/11] sched/debug: Add migration stats due to non preferred CPUs
` [PATCH v8 08/11] virt: Introduce steal governor driver
` [PATCH v8 09/11] virt/steal_governor: Add control knobs for handling steal values
` [PATCH v8 10/11] virt/steal_governor: Implement steal_governor policy loop
` [PATCH v8 11/11] virt/steal_governor: Enable the driver

[PATCH v5 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-07-20 17:12 UTC  (6+ messages)
` [PATCH v5 4/8] riscv_cbqri: Add capacity controller probe and allocation device ops
  ` [External] "

[PATCH v5 00/20] vfio/pci: Base Live Update support for VFIO
 2026-07-20 17:08 UTC  (2+ messages)

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-20 16:46 UTC  (4+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH] docs/core-api: memory-allocation: adopt type aware kmalloc_obj
 2026-07-20 16:29 UTC 

[PATCH net-next v5 00/15][pull request] Introduce iXD driver
 2026-07-20 16:24 UTC  (12+ messages)
` [PATCH net-next v5 04/15] libie: add control queue support
` [PATCH net-next v5 05/15] libie: add bookkeeping support for control queue messages
` [PATCH net-next v5 08/15] idpf: refactor idpf to use libie_pci APIs
` [PATCH net-next v5 09/15] idpf: refactor idpf to use libie control queues
` [PATCH net-next v5 14/15] ixd: add the core initialization

[PATCH v4 0/3] watchdog: npcm: Add reset status detection support
 2026-07-20 16:11 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: watchdog: npcm: add GCR syscon property
` [PATCH v4 2/3] docs: watchdog: npcm: Add reset status description
` [PATCH v4 3/3] watchdog: npcm: add bootstatus support

[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
 2026-07-20 15:48 UTC  (4+ messages)
` [PATCH v18 11/13] PCI: Cache PCI DSN into pci_dev->dsn during probe

[PATCH net-next v9 00/12] net: pcs: Introduce support for fwnode PCS
 2026-07-20 15:43 UTC  (4+ messages)
` [PATCH net-next v9 12/12] net: airoha: add phylink support

[PATCH] cgroup/cpu: document cpu.stat nice_usec and core_sched.force_idle_usec
 2026-07-20 15:27 UTC  (5+ messages)

[PATCH 00/15] drm/drm_simple: remove drm_simple_encoder_init
 2026-07-20 15:27 UTC  (5+ messages)
` [PATCH 01/15] drm/exynos: remove dependency on DRM simple helpers

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-20 15:26 UTC  (5+ messages)

(no subject)
 2026-07-20 15:09 UTC  (6+ messages)
` 

[RFC PATCH] firmware: scmi: Make SCMI arch independent
 2026-07-20 14:43 UTC  (4+ messages)

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-20 14:00 UTC  (4+ messages)
` [PATCH 1/6] dt-bindings: iio: adc: Add AD7768

[PATCH RESEND] Documentation: admin-guide: fix a doc for efi_no_storage_paranoia the "5KB" instead of the "50%"
 2026-07-20 13:21 UTC  (2+ messages)

[PATCH v3] cgroup/cpu: document cpu.stat.local and clarify cpu.stat behavior
 2026-07-20 13:16 UTC  (3+ messages)
` PING "

[PATCH v1] landlock: Document the threat model
 2026-07-20 12:59 UTC  (3+ messages)

[PATCH net-next v11 0/5] net: hinic3: PF initialization
 2026-07-20 12:53 UTC  (6+ messages)
` [PATCH net-next v11 1/5] hinic3: Add ethtool queue ops
` [PATCH net-next v11 2/5] hinic3: Add ethtool statistic ops
` [PATCH net-next v11 3/5] hinic3: Add ethtool coalesce ops
` [PATCH net-next v11 4/5] hinic3: Add ethtool rss ops
` [PATCH net-next v11 5/5] hinic3: Remove unneeded coalesce parameters

[PATCH] Documentation: wmi: lenovo-wmi-other: Document intentional BIOS misspelling
 2026-07-20 12:51 UTC  (4+ messages)

[PATCH v5 0/5] selftests/mm: separate GUP microbenchmarking from functional testing
 2026-07-20 12:01 UTC  (2+ messages)

[PATCH 0/4] iio: adc: ade9000: add support for ADE9078
 2026-07-20 11:07 UTC  (5+ messages)
` [PATCH 1/4] iio: adc: ade9000: introduce chip_info structure
` [PATCH 2/4] dt-bindings: iio: adc: adi,ade9000: add adi,ade9078 compatible
` [PATCH 3/4] iio: adc: ade9000: add support for ADE9078
` [PATCH 4/4] docs: iio: ade9000: document ADE9078 support

[PATCH V11 0/9] famfs: port into fuse
 2026-07-20 10:07 UTC  (11+ messages)
  ` [PATCH V11 1/9] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V11 2/9] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V11 5/9] famfs_fuse: register fs-dax daxdevs via FUSE_DEV_IOC_DAXDEV_OPEN
  ` [PATCH V11 6/9] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V11 7/9] famfs_fuse: fail I/O on invalid or errored daxdevs
  ` [PATCH V11 8/9] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V11 9/9] famfs_fuse: Add documentation

[RFC PATCH v1 0/8] Arm Core Local Accelerator Driver
 2026-07-20  9:54 UTC  (6+ messages)
` [RFC PATCH v1 1/8] misc/arm-cla: Add driver skeleton and documentation

[PATCH v3 0/3] Documentation: adopt new coding style of type-aware kmalloc-family
 2026-07-20  8:38 UTC  (4+ messages)
` [PATCH v3 3/3] Documentation: deprecated.rst: kmalloc-family: mark argument as optional

[PATCH]docs: ja_JP: Add 1.Intro.rst Japanese Ver
 2026-07-20  7:46 UTC  (2+ messages)

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

[PATCH RESEND v3] Fail the build on RUST=y and RUST_IS_AVAILABLE=n
 2026-07-20  7:13 UTC 

[PATCH v5] docs/ja_JP: translate submitting-patches.rst (sign-off)
 2026-07-20  7:20 UTC  (2+ messages)

[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
 2026-07-20  5:38 UTC  (17+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY

[PATCH v3 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-20  4:38 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties and complete examples
` [PATCH v3 2/4] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH v3 3/4] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH v3 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH v5 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-20  3:28 UTC  (4+ messages)
` [PATCH v5 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device

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

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

[PATCH RESEND v6 0/2] PM: dpm_watchdog: Improve DPM watchdog configurability
 2026-07-20  3:08 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] PM: sleep: Rename module parameters prefix to "pm"
` [PATCH RESEND v6 2/2] PM: dpm_watchdog: Allow disabling DPM watchdog by default


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