linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-04 21:01:39 to 2025-08-07 01:45:33 UTC [more...]

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-07  1:44 UTC  (31+ messages)
` [PATCH v3 01/30] kho: init new_physxa->phys_bits to fix lockdep
` [PATCH v3 02/30] kho: mm: Don't allow deferred struct page with KHO
` [PATCH v3 03/30] kho: warn if KHO is disabled due to an error
` [PATCH v3 04/30] kho: allow to drive kho from within kernel
` [PATCH v3 05/30] kho: make debugfs interface optional
` [PATCH v3 06/30] kho: drop notifiers
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges
` [PATCH v3 08/30] kho: don't unpreserve memory during abort
` [PATCH v3 09/30] liveupdate: kho: move to kernel/liveupdate
` [PATCH v3 10/30] liveupdate: luo_core: luo_ioctl: Live Update Orchestrator
` [PATCH v3 11/30] liveupdate: luo_core: integrate with KHO
` [PATCH v3 12/30] liveupdate: luo_subsystems: add subsystem registration
` [PATCH v3 13/30] liveupdate: luo_subsystems: implement subsystem callbacks
` [PATCH v3 14/30] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v3 15/30] liveupdate: luo_files: implement file systems callbacks
` [PATCH v3 16/30] liveupdate: luo_ioctl: add userpsace interface
` [PATCH v3 17/30] liveupdate: luo_files: luo_ioctl: Unregister all FDs on device close
` [PATCH v3 18/30] liveupdate: luo_files: luo_ioctl: Add ioctls for per-file state management
` [PATCH v3 19/30] liveupdate: luo_sysfs: add sysfs state monitoring
` [PATCH v3 20/30] reboot: call liveupdate_reboot() before kexec
` [PATCH v3 21/30] kho: move kho debugfs directory to liveupdate
` [PATCH v3 22/30] liveupdate: add selftests for subsystems un/registration
` [PATCH v3 23/30] selftests/liveupdate: add subsystem/state tests
` [PATCH v3 24/30] docs: add luo documentation
` [PATCH v3 25/30] MAINTAINERS: add liveupdate entry
` [PATCH v3 26/30] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v3 27/30] mm: shmem: allow freezing inode mapping
` [PATCH v3 28/30] mm: shmem: export some functions to internal.h
` [PATCH v3 29/30] luo: allow preserving memfd
` [PATCH v3 30/30] docs: add documentation for memfd preservation via LUO

[PATCH 2/2] kcov: load acquire coverage count in user-space code
 2025-08-07  0:36 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/2] Add sq24905c support
 2025-08-07  0:22 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: hwmon: adm1275: add "
` [PATCH v3 2/2] hwmon: (pmbus/adm1275) "

[RFC 0/4] net/tls: add support for the record size limit extension
 2025-08-07  0:14 UTC  (9+ messages)
` [RFC 1/4] net/handshake: get negotiated tls record size limit
` [RFC 2/4] net/tls/tls_sw: use the record size limit specified

[RFC PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-06 23:48 UTC  (12+ messages)

[PATCH v2 00/32] Live Update Orchestrator
 2025-08-06 22:28 UTC  (21+ messages)
` [PATCH v2 10/32] liveupdate: luo_core: "
` [PATCH v2 14/32] liveupdate: luo_files: add infrastructure for FDs
` [PATCH v2 16/32] liveupdate: luo_ioctl: add ioctl interface
` [PATCH v2 31/32] libluo: introduce luoctl

[PATCH v16 00/34] x86,fs/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-08-06 22:04 UTC  (14+ messages)
` [PATCH v16 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v16 10/34] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v16 11/34] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v16 13/34] fs/resctrl: Introduce interface to display number of free MBM counters

[PATCH 0/4] Add agent coding assistant configuration to Linux kernel
 2025-08-06 21:53 UTC  (21+ messages)
` [PATCH 4/4] agents: add legal requirements and agent attribution guidelines

[PATCH 0/2] KVM: Fault injection
 2025-08-06 21:51 UTC  (3+ messages)
` [PATCH 1/2] KVM: Add fault injection for some MMU operations
` [PATCH 2/2] Documentation: fault-injection: Add entries for KVM fault injection points

[PATCH 00/12] docs: kdoc: thrash up dump_struct()
 2025-08-06 21:27 UTC  (9+ messages)
` [PATCH 10/12] docs: kdoc: further rewrite_struct_members() cleanup

[PATCH v4 0/4] procfs: make reference pidns more user-visible
 2025-08-06 18:57 UTC  (12+ messages)
` [PATCH v4 1/4] pidns: move is-ancestor logic to helper
` [PATCH v4 2/4] procfs: add "pidns" mount option
` [PATCH v4 3/4] procfs: add PROCFS_GET_PID_NAMESPACE ioctl
` [PATCH v4 4/4] selftests/proc: add tests for new pidns APIs

[PATCH v1 00/16] dma-mapping: migrate to physical address-based API
 2025-08-06 18:44 UTC  (10+ messages)
` [PATCH v1 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v1 02/16] iommu/dma: handle MMIO path in dma_iova_link
` [PATCH v1 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v1 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys

[PATCH RFC v2 0/2] KVM: arm64: PMU: Use multiple host PMUs
 2025-08-06 18:24 UTC  (5+ messages)
` [PATCH RFC v2 1/2] KVM: arm64: PMU: Introduce KVM_ARM_VCPU_PMU_V3_COMPOSITION
` [PATCH RFC v2 2/2] KVM: arm64: selftests: Test guest PMUv3 composition

[PATCH v4 00/14] Introduce AMD Pensando RDMA driver
 2025-08-06 17:58 UTC  (10+ messages)
` [PATCH v4 01/14] net: ionic: Create an auxiliary device for rdma driver
` [PATCH v4 03/14] net: ionic: Export the APIs from net driver to support device commands

[PATCH] docs/core-api: Fix circular buffer examples
 2025-08-06 17:19 UTC  (5+ messages)

[PATCH v5 0/7] riscv: Add support for xmipsexectl
 2025-08-06 17:15 UTC  (2+ messages)

[PATCH v19 00/27] riscv control-flow integrity for usermode
 2025-08-06 17:15 UTC  (2+ messages)

[PATCH v3 0/3] VMM can handle guest SEA via KVM_EXIT_ARM_SEA
 2025-08-06 15:03 UTC  (3+ messages)
` [PATCH v3 1/3] KVM: arm64: VM exit to userspace to handle SEA

[PATCH v18 0/7] firmware: imx: driver for NXP secure-enclave
 2025-08-06 13:27 UTC  (12+ messages)
` [PATCH v18 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
    ` [EXT] "

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-06 12:45 UTC  (19+ messages)
` [PATCH 11/65] media: Replace file->private_data access with custom functions
` [PATCH 13/65] media: amphion: Make some vpu_v4l2 functions static
  ` [EXT] "
` [PATCH 14/65] media: amphion: Delete v4l2_fh synchronously in .release()
  ` [EXT] "
` [PATCH 27/65] media: Reset file->private_data to NULL in v4l2_fh_del()
` [PATCH 29/65] media: allegro: Access v4l2_fh from file
` [PATCH 39/65] media: imx-jpeg: "
  ` [EXT] "
` [PATCH 42/65] media: renesas: "
` [PATCH 54/65] media: hantro: Access v4l2_fh from file->private_data

[PATCH 0/5] mm/damon/sysfs: Add commands useful for using migration dests
 2025-08-06  4:15 UTC  (9+ messages)
` [PATCH 1/5] mm/damon/core: Add damos_destroy_dests()
` [PATCH 2/5] mm/damon/sysfs: Implement a command to only commit scheme dests
` [PATCH 3/5] mm/damon/sysfs: Implement a command to wait until schemes are applied
` [PATCH 4/5] Docs/ABI/damon: Document new DAMON commands
` [PATCH 5/5] Docs/admin-guide/mm/damon/usage: "

[PATCH 00/15] Translate sphinx-pre-install to Python
 2025-08-06  3:13 UTC  (6+ messages)

[PATCH v2 2/2] openrisc: Add jump label support
 2025-08-06  2:05 UTC 

[PATCH v8 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-08-05 23:30 UTC  (11+ messages)
` [PATCH v8 01/10] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v8 02/10] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v8 03/10] x86,fs/resctrl: Detect io_alloc feature
` [PATCH v8 04/10] x86,fs/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v8 05/10] fs/resctrl: Introduce interface to display "io_alloc" support
` [PATCH v8 06/10] fs/resctrl: Add user interface to enable/disable io_alloc feature
` [PATCH v8 07/10] fs/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v8 08/10] fs/resctrl: Modify rdt_parse_data to pass mode and CLOSID
` [PATCH v8 09/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks
` [PATCH v8 10/10] fs/resctrl: Update bit_usage to reflect io_alloc

[PATCH v4 0/5] Fix issues with ARM Processor CPER records
 2025-08-05 18:39 UTC  (7+ messages)
` [PATCH v4 1/5] RAS: Report all ARM processor CPER information to userspace
` [PATCH v4 2/5] efi/cper: Adjust infopfx size to accept an extra space
` [PATCH v4 3/5] efi/cper: Add a new helper function to print bitmasks
` [PATCH v4 4/5] efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs
` [PATCH v4 5/5] docs: efi: add CPER functions to driver-api

[PATCH v10 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-08-05 16:36 UTC  (4+ messages)
` [PATCH v10 1/3] mm: Add node_to_range lookup facility to numa_memblks

[PATCH 0/8] dma-mapping: migrate to physical address-based API
 2025-08-05 15:36 UTC  (10+ messages)

[PATCH v3 0/6] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-05 15:08 UTC  (26+ messages)
` [PATCH v3 2/6] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v3 3/6] mm/huge_memory: respect MADV_COLLAPSE with PR_THP_DISABLE_EXCEPT_ADVISED
` [PATCH v3 4/6] docs: transhuge: document process level THP controls
` [PATCH v3 5/6] selftests: prctl: introduce tests for disabling THPs completely
` [PATCH v3 6/6] selftests: prctl: introduce tests for disabling THPs except for madvise

[PATCH v2 0/2] Add sq24905c support
 2025-08-05 12:46 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: adm1275: add "
` [PATCH v2 2/2] hwmon: (pmbus/adm1275) "

[PATCH v5 0/3] hwmon: Add support for MPS mp2869,mp29608,mp29612,mp29816,mp29502 chip
 2025-08-05 10:20 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: hwmon: Add MPS mp2869,mp29608,mp29612,mp29816 and mp29502
  ` [PATCH v5 2/3] hwmon: add MP2869,MP29608,MP29612 and MP29816 series driver
  ` [PATCH v5 3/3] hwmon: add MP29502 driver

[PATCH] drm/sched: Extend and update documentation
 2025-08-05 10:22 UTC  (4+ messages)

[PATCH 2/2] openrisc: Add jump label support
 2025-08-05  8:40 UTC 

[PATCH v2 0/3] Add support for Uniwill laptop features
 2025-08-05  7:50 UTC  (3+ messages)
` [PATCH v2 2/3] platform/x86: Add Uniwill laptop driver

[PATCH 0/2] Add sq24905c support
 2025-08-05  6:58 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: adm1275: add "

[RFC PATCH v3 0/2] cgroup: Track time in cgroup v2 freezer
 2025-08-05  3:29 UTC  (3+ messages)
` [RFC PATCH v3 1/2] cgroup: cgroup.freeze.stat.local time accounting
` [RFC PATCH v3 2/2] cgroup: selftests: Add tests for freezer time

[PATCH v5 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
 2025-08-05  1:15 UTC  (4+ messages)
` [PATCH v5 08/11] md/md-bitmap: add a new method blocks_synced() in bitmap_operations

[PATCH v1 00/11] Implement support for IBS virtualization
 2025-08-05  1:10 UTC  (7+ messages)
` [PATCH v1 04/11] KVM: x86: Add emulation support for Extented LVT registers

[PATCH v7 00/10] x86,fs/resctrl: Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-08-04 21:34 UTC  (9+ messages)
` [PATCH v7 05/10] fs/resctrl: Update bit_usage to reflect io_alloc
` [PATCH v7 10/10] fs/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).