messages from 2026-08-26 02:29:13 to 2026-08-27 12:15:12 UTC [more...]
[PATCH v2 0/2] support kselftest on nommu platform
2026-08-27 12:15 UTC (13+ messages)
` [PATCH v2 1/2] selftests: run tests on nommu architecture
[PATCH] HID: fix semantic patch and improve its performance
2026-08-27 12:08 UTC (4+ messages)
` [cocci] "
[PATCH 0/6] userfaultfd: decouple uffd mode from VMA flags
2026-08-27 11:29 UTC (23+ messages)
` [PATCH 3/6] userfaultfd: use userfaultfd_*() helpers instead of open coded flag tests
` [PATCH 5/6] userfaultfd: decouple fault reason from VMA flags
` [PATCH 6/6] userfaultfd: collapse VM_UFFD_{MISSING,WP,MINOR,RWP} into single VM_UFFD
[PATCH v10 0/3] iio: dac: Add support for AD5529R DAC
2026-08-27 11:17 UTC (8+ messages)
` [PATCH v10 1/3] spi: dt-bindings: Add spi-device-addr peripheral property
` [PATCH v10 2/3] dt-bindings: iio: dac: Add AD5529R
` [PATCH v10 3/3] iio: dac: Add AD5529R DAC driver support
[PATCH v10 00/12] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
2026-08-27 10:50 UTC (3+ messages)
[PATCH v6 net-next 0/7] ptp: Add PHC timestamp quality attributes
2026-08-27 10:30 UTC (4+ messages)
` [PATCH v6 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
[RFC 0/3] rv: per-edge dwell-time statistics for per-cpu monitors
2026-08-27 10:10 UTC (7+ messages)
` [RFC 1/3] rv: add per-edge dwell-time statistics primitive
` [RFC 2/3] rv: add per-monitor edge-stat facility and stats file
` [RFC 3/3] rv: collect per-edge dwell time for per-cpu DA/HA monitors
[PATCH 0/2] x86/mce: Rate-limit storm notices and add a corrected error ceiling
2026-08-27 9:49 UTC (4+ messages)
` [PATCH 1/2] x86/mce: Rate-limit the CMCI storm transition notices
[PATCH 2/2] x86/mce: Add mce=panic_on_ce_count to panic on a corrected error flood
2026-08-27 9:47 UTC (14+ messages)
[PATCH 02/21] HID: add documentation and Coccinelle script for FF registration race
2026-08-27 9:45 UTC (4+ messages)
` "
[PATCH v1] doc: RCU: Fix typo
2026-08-27 9:05 UTC
[PATCH v3 00/10] gpu: nova-core: add PRAMIN window support
2026-08-27 8:51 UTC (11+ messages)
` [PATCH v3 01/10] gpu: nova-core: mm: Add VramAddress type
` [PATCH v3 02/10] gpu: nova-core: mm: Implement Alignable and Debug for VramAddress
` [PATCH v3 03/10] gpu: nova-core: mm: Add PRAMIN window registers
` [PATCH v3 04/10] gpu: nova-core: mm: Add the memory management HAL
` [PATCH v3 05/10] rust: io: add static `cast()` method for views
` [PATCH v3 06/10] gpu: nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v3 07/10] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v3 08/10] gpu: nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v3 09/10] gpu: nova-core: Add self-test assertion macros and config option
` [PATCH v3 10/10] gpu: nova-core: mm: Add PRAMIN aperture self-tests
[PATCH v3 0/6] hwmon: (lm63) Add Sensylink CTF2301 support
2026-08-27 6:39 UTC (5+ messages)
` [PATCH v3 6/6] riscv: dts: spacemit: Add CTF2301 on K3 CoM260
[PATCH v10 00/41] guest_memfd: In-place conversion support
2026-08-27 4:34 UTC (20+ messages)
` [PATCH v10 07/41] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v10 09/41] KVM: guest_memfd: Filter both shared and private when invalidating
[PATCH v3 1/1] hwmon: Add Minisforum UM780 XTX EC monitoring and fan control
2026-08-27 4:15 UTC (2+ messages)
[RFC for-next 0/3] block: delay support for error injection
2026-08-27 3:49 UTC (5+ messages)
` [RFC for-next 1/3] block: reject unknown status tags in error injection rules
` [RFC for-next 2/3] block: allow error injection rules to delay bios
` [RFC for-next 3/3] Documentation: block: document error injection delays
[PATCH v4 00/19] crypto: cmh - add Rambus CryptoManager Hub driver
2026-08-27 1:39 UTC (4+ messages)
` [PATCH v4 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
[PATCH v11 00/46] guest_memfd: In-place conversion support
2026-08-26 23:47 UTC (51+ messages)
` [PATCH v11 01/46] KVM: guest_memfd: Optimize away conversion overheads via dead-code elimination
` [PATCH v11 02/46] KVM: guest_memfd: Use kvm_mem_is_private() when populating guest_memfd memory
` [PATCH v11 03/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v11 04/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v11 05/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v11 06/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v11 07/46] KVM: Rename kvm_mem_is_private() to kvm_is_private_gfn()
` [PATCH v11 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v11 09/46] KVM: guest_memfd: Stub in ability to enable in-place shared<=>private conversion
` [PATCH v11 10/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v11 11/46] KVM: guest_memfd: Invalidate both SHARED and PRIVATE mappings for in-place conversions
` [PATCH v11 12/46] KVM: guest_memfd: Pass mapping type filter to invalidation helper
` [PATCH v11 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v11 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v11 15/46] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v11 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v11 17/46] mm/gup: factor out LRU cache draining for folio into lru_cache_drain_for_folio()
` [PATCH v11 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v11 19/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v11 20/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v11 21/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v11 22/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v11 23/46] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
` [PATCH v11 24/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v11 25/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v11 26/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v11 27/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v11 28/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v11 29/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v11 30/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v11 31/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v11 32/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v11 33/46] KVM: selftests: Test conversion before allocation
` [PATCH v11 34/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v11 35/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v11 36/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v11 37/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v11 38/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v11 39/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v11 40/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v11 41/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v11 42/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v11 43/46] KVM: selftests: Support guest_memfd attributes in private_mem_conversions_test
` [PATCH v11 44/46] KVM: selftests: Set up page size and alignment independently for guest_memfd
` [PATCH v11 45/46] KVM: selftests: Test in-place conversions in private_mem_conversions_test
` [PATCH v11 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes
[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
2026-08-26 22:50 UTC (10+ messages)
` [PATCH v4 06/27] vfio/pci: Add CXL ops registration interface
` [PATCH v4 07/27] vfio/pci: Detect CXL devices and load vfio-cxl on demand
` [PATCH v4 08/27] vfio/cxl: Add the vfio-cxl module skeleton
` [PATCH v4 27/27] selftests/vfio: Add CXL Type-2 passthrough corner-case tests
[PATCH 00/11] mm/cma: charge cma allocation to memcg using per area counters
2026-08-26 20:31 UTC (14+ messages)
[PATCH v5 00/16] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-08-26 19:32 UTC (17+ messages)
` [PATCH v5 01/16] x86/cpufeatures: Support Privilege Level Zero Association (PLZA)
` [PATCH v5 02/16] x86/resctrl: Add PLZA support to command-line options
` [PATCH v5 03/16] x86/resctrl: Add PLZA configuration definitions and data structures
` [PATCH v5 04/16] fs/resctrl: Introduce kernel mode policy enum
` [PATCH v5 05/16] x86,fs/resctrl: Introduce architecture hooks to program kernel mode
` [PATCH v5 06/16] fs/resctrl: Introduce kernel mode states for resctrl
` [PATCH v5 07/16] fs/resctrl: Introduce resctrl_set_kmode_support() to register supported modes
` [PATCH v5 08/16] x86/resctrl: Expose assign_global_enable_per_cpu when PLZA is available
` [PATCH v5 09/16] fs/resctrl: Add interface to display supported and active kernel modes
` [PATCH v5 10/16] fs/resctrl: Add support for hidden resource group files
` [PATCH v5 11/16] fs/resctrl: Introduce kmode_cpus/kmode_cpus_list per rdtgroup
` [PATCH v5 12/16] fs/resctrl: Program kernel mode assignments on CPU hotplug
` [PATCH v5 13/16] fs/resctrl: Deactivate the kernel mode association when a group is removed
` [PATCH v5 14/16] fs/resctrl: Add interface to modify kernel mode via info/kernel_mode
` [PATCH v5 15/16] fs/resctrl: Allow user space to write kmode_cpus/kmode_cpus_list
` [PATCH v5 16/16] fs/resctrl: Add documentation on kernel_mode with example
[PATCH v2 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
2026-08-26 19:06 UTC (9+ messages)
` [PATCH v2 01/14] perf cs-etm: Fix nVHE per-thread decoding
` [PATCH v2 02/14] perf cs-etm: Warn for invalid timestamp option
` [PATCH v2 03/14] perf cs-etm: Turn on context packet timestamps in per-thread mode
` [PATCH v2 04/14] perf cs-etm: Use per-CPU queues for "
[GIT PULL] Documentation stragglers for 7.3
2026-08-26 18:39 UTC (2+ messages)
[PATCH v15 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2026-08-26 18:36 UTC (4+ messages)
` [PATCH v15 2/5] dt-bindings: remoteproc: imx_rproc: Add "rpmsg" subnode support
[PATCH v3 13/13] Documentation/gpu: document the Vino driver
2026-08-26 17:28 UTC (2+ messages)
[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-26 17:09 UTC (14+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[PATCH v1] docs: sysctl: timer_migration is for hrtimer only
2026-08-26 17:04 UTC (2+ messages)
[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
2026-08-26 17:00 UTC (19+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
[PATCH 0/3] binfmt_misc: only let punctuation delimit a register string
2026-08-26 15:55 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/exec: test delimiter restrictions
` [PATCH 3/3] binfmt_misc: document the field delimiter
[RFC PATCH 0/12] drm/fabric: vendor-neutral topology infrastructure for scale-up accelerator interconnects
2026-08-26 15:38 UTC (3+ messages)
[PATCH v42 0/7] firmware: imx: driver for NXP secure-enclave
2026-08-26 15:05 UTC (4+ messages)
` [PATCH v42 5/7] firmware: imx: adds miscdev
[PATCH v5 net-next 0/2] ECN offload handling series
2026-08-26 14:14 UTC (14+ messages)
` [PATCH v5 net-next 1/2] net: update comments for SKB_GSO_TCP_ECN and SKB_GSO_TCP_ACCECN
[PATCH 0/2] Document the DMA-buf mapping lifetime negotiation
2026-08-26 14:02 UTC (8+ messages)
` [PATCH 1/2] PCI/P2PDMA: Update DMABUF lifecycle docs after move_notify() rename
` [PATCH 2/2] dma-buf: Document how exporters and importers agree on mapping lifetime
[PATCH] docs/zh_TW: replace 接口 with 介面 in stable-api-nonsense.rst
2026-08-26 13:55 UTC (2+ messages)
[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 thin-ultrabook perf-mode quirk
2026-08-26 13:29 UTC (3+ messages)
[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 ops and hotkeys
2026-08-26 13:29 UTC (2+ messages)
[PATCH v2 00/15] drm/drm_simple: remove drm_simple_encoder_init
2026-08-26 12:21 UTC (4+ messages)
[PATCH v2] docs: pt_BR: process: Translate development process and programming language
2026-08-26 11:49 UTC (2+ messages)
[PATCH v5] docs: real-time: mention the hrtimer sleeper HARD path
2026-08-26 8:26 UTC (3+ messages)
` [PATCH v6] "
[PATCH v3] power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()
2026-08-26 8:09 UTC (2+ messages)
[RFC PATCH 0/2] sched: Document WF_SYNC wakeup placement semantics
2026-08-25 22:46 UTC (2+ messages)
` [RFC PATCH 1/2] "
[PATCH 1/2] sched/fair: Reset incompatible burst on quota change
2026-08-26 3:00 UTC (2+ messages)
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