messages from 2026-07-20 05:44:14 to 2026-07-20 23:08:15 UTC [more...]
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-20 23:07 UTC (8+ messages)
` [PATCH v7 03/12] PCI: liveupdate: Track incoming preserved PCI devices
[PATCH v18 00/13] Enable CXL PCIe Port Protocol Error handling and logging
2026-07-20 23:05 UTC (34+ messages)
` [PATCH v18 01/13] cxl/ras: Fix cxl_rch_get_aer_severity() wrong severity register
` [PATCH v18 02/13] acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks
` [PATCH v18 03/13] cxl: Tighten CPER kfifo registration API and symbol visibility
` [PATCH v18 04/13] cxl: Rename find_cxl_port() to find_cxl_port_by_dport()
` [PATCH v18 05/13] PCI/AER: Introduce AER-CXL protocol error kfifo
` [PATCH v18 06/13] PCI: Establish common CXL Port protocol error flow
` [PATCH v18 07/13] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v18 08/13] cxl/pci: Thread port and dport through RAS handling helpers
` [PATCH v18 09/13] cxl: Update CXL Endpoint AER handler
` [PATCH v18 10/13] cxl: Add port and dport identifiers to CXL AER trace events
` [PATCH v18 11/13] PCI: Cache PCI DSN into pci_dev->dsn during probe
` [PATCH v18 12/13] PCI/CXL: Mask/Unmask CXL protocol errors
[PATCH v6] docs/ja_JP: translate submitting-patches.rst (sign-off)
2026-07-20 22:34 UTC
[RFC] cxl: Device protocol AER injection
2026-07-20 22:27 UTC (5+ messages)
[RFC PATCH 0/2] KVM: x86/pmu: Let userspace disable SW accounting of emulated instructions
2026-07-20 22:27 UTC (4+ 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 bpf-next v5 0/8] Add the the capability to load HW RX checksum in eBPF programs
2026-07-20 22:08 UTC (6+ messages)
` [PATCH bpf-next v5 8/8] selftests: net: add test for XDP_PASS skb checksum invalidation
[PATCH] power: supply: bd71828: add a terminating table border
2026-07-20 22:03 UTC (2+ messages)
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-20 22:01 UTC (4+ messages)
[PATCH] Documentation: wmi: lenovo-wmi-other: Document intentional BIOS misspelling
2026-07-20 21:06 UTC (5+ messages)
[PATCH v3] docs: dt: maintainer: Add Devicetree and OF maintainer profile document
2026-07-20 20:34 UTC (6+ messages)
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-07-20 20:12 UTC (6+ messages)
[PATCH v5 00/36] Private Memory NUMA Nodes
2026-07-20 20:05 UTC (37+ 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 v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation
[RFC PATCH v3 0/3] mm/damon: introduce DAMOS_SPLIT action
2026-07-20 19:12 UTC (9+ messages)
` [RFC PATCH v3 1/3] "
[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()
[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 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 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 (2+ messages)
[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 (2+ messages)
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
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