linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-24 07:14:36 to 2025-01-28 09:11:24 UTC [more...]

[PATCH 0/7] arm64/boot: Enable EL2 requirements for FEAT_PMUv3p9
 2025-01-28  9:11 UTC  (9+ messages)

[PATCH v9 0/5] Add support for AArch64 AMUv1-based average freq
 2025-01-28  8:43 UTC  (3+ messages)
` [PATCH v9 2/5] cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (16+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-28  7:11 UTC  (28+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem
` [PATCH 02/20] mm/mshare: pre-populate msharefs with information file
` [PATCH 03/20] mm/mshare: make msharefs writable and support directories
` [PATCH 04/20] mm/mshare: allocate an mm_struct for msharefs files
` [PATCH 05/20] mm/mshare: Add ioctl support
` [PATCH 06/20] mm/mshare: Add a vma flag to indicate an mshare region
` [PATCH 07/20] mm/mshare: Add mmap support
` [PATCH 08/20] mm/mshare: flush all TLBs when updating PTEs in an mshare range
` [PATCH 09/20] sched/numa: do not scan msharefs vmas
` [PATCH 10/20] mm: add mmap_read_lock_killable_nested()
` [PATCH 11/20] mm: add and use unmap_page_range vm_ops hook
` [PATCH 12/20] mm/mshare: prepare for page table sharing support
` [PATCH 13/20] x86/mm: enable page table sharing
` [PATCH 14/20] mm: create __do_mmap() to take an mm_struct * arg
` [PATCH 15/20] mm: pass the mm in vma_munmap_struct
` [PATCH 16/20] mshare: add MSHAREFS_CREATE_MAPPING
` [PATCH 17/20] mshare: add MSHAREFS_UNMAP
` [PATCH 18/20] mm/mshare: provide a way to identify an mm as an mshare host mm
` [PATCH 19/20] mm/mshare: get memcg from current->mm instead of mshare mm
` [PATCH 20/20] mm/mshare: associate a mem cgroup with an mshare file

[PATCH v9 00/17] reimplement per-vma lock as a refcount
 2025-01-28  5:50 UTC  (12+ messages)
` [PATCH v9 11/17] mm: replace vm_lock and detached flag with a reference count
          ` [PATCH] refcount: Strengthen inc_not_zero()

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28  3:51 UTC  (14+ messages)
` [PATCH RFC net-next v1 1/5] net: add devmem TCP TX documentation
` [PATCH RFC net-next v1 3/5] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v1 5/5] net: devmem: Implement TX path

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-28  0:06 UTC  (39+ messages)
` [RFC v2 01/38] docs: power: video.rst: fix a footnote reference
` [RFC v2 02/38] docs: media: ipu3: fix two footnote references
` [RFC v2 03/38] docs: block: ublk.rst: remove a reference from a dropped text
` [RFC v2 04/38] docs: sphinx: remove kernellog.py file
` [RFC v2 05/38] docs: sphinx/kernel_abi: adjust coding style
` [RFC v2 06/38] docs: admin-guide: abi: add SPDX tags to ABI files
` [RFC v2 07/38] ABI: sysfs-class-rfkill: fix kernelversion tags
` [RFC v2 08/38] ABI: sysfs-bus-coresight-*: "
` [RFC v2 09/38] ABI: sysfs-driver-dma-idxd: fix date tags
` [RFC v2 10/38] ABI: sysfs-fs-f2fs: "
` [RFC v2 11/38] ABI: sysfs-power: fix a what tag
` [RFC v2 12/38] scripts/documentation-file-ref-check: don't check perl/python scripts
` [RFC v2 13/38] scripts/get_abi.py: add a Python tool to generate ReST output
` [RFC v2 14/38] scripts/get_abi.py: add support for symbol search
` [RFC v2 15/38] docs: use get_abi.py for ABI generation
` [RFC v2 16/38] scripts/get_abi.py: optimize parse_abi() function
` [RFC v2 17/38] scripts/get_abi.py: use an interactor for ReST output
` [RFC v2 18/38] docs: sphinx/kernel_abi: use AbiParser directly
` [RFC v2 19/38] docs: sphinx/kernel_abi: reduce buffer usage for ABI messages
` [RFC v2 20/38] docs: sphinx/kernel_abi: properly split lines
` [RFC v2 21/38] scripts/get_abi.pl: Add filtering capabilities to rest output
` [RFC v2 22/38] scripts/get_abi.pl: add support to parse ABI README file
` [RFC v2 23/38] docs: sphinx/kernel_abi: parse ABI files only once
` [RFC v2 24/38] docs: admin-guide/abi: split files from symbols
` [RFC v2 25/38] docs: sphinx/automarkup: add cross-references for ABI
` [RFC v2 26/38] docs: sphinx/kernel_abi: avoid warnings during Sphinx module init
` [RFC v2 27/38] scripts/get_abi.py: Rename title name for ABI files
` [RFC v2 28/38] docs: media: Allow creating cross-references for RC ABI
` [RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI
` [RFC v2 30/38] docs: arm: asymmetric-32bit: "
` [RFC v2 31/38] docs: arm: generic-counter: "
` [RFC v2 32/38] docs: iio: Allow creating cross-references ABI
` [RFC v2 33/38] docs: networking: Allow creating cross-references statistics ABI
` [RFC v2 34/38] docs: submit-checklist: Allow creating cross-references for ABI README
` [RFC v2 35/38] docs: translations: "
` [RFC v2 36/38] docs: ABI: drop two duplicate symbols
` [RFC v2 37/38] scripts/get_abi.py: add support for undefined ABIs
` [RFC v2 38/38] scripts/get_abi.pl: drop now obsoleted script

[PATCH 0/2] Add support for LT3074 low voltage linear regulator
 2025-01-27 20:35 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: trivial-devices: add lt3074
` [PATCH 2/2] hwmon: (pmbus/lt3074): add support for lt3074

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-01-27 20:17 UTC  (6+ messages)
` [PATCH v2 1/3] cgroup/rstat: Fix forceidle time in cpu.stat
` [PATCH v2 2/3] cgroup/rstat: Cleanup cpu.stat once for all
` [PATCH v2 3/3] cgroup/rstat: Add run_delay accounting for cgroups

[PATCH bpf-next v6 0/4] xsk: TX metadata Launch Time support
 2025-01-27 19:20 UTC  (10+ messages)
` [PATCH bpf-next v6 4/4] igc: Add launch time support to XDP ZC
          ` [xdp-hints] "

[PATCH v2 1/1] gitlab-ci: Let project define runner using environment variables
 2025-01-27 18:58 UTC 

[PATCH v2 0/7] x86/resctrl : Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-01-27 18:25 UTC  (3+ messages)
  `  "

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-27 17:10 UTC  (13+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH RFC net-next v3 2/8] netconsole: Rename userdata to extradata
` [PATCH RFC net-next v3 3/8] netconsole: Helper to count number of used entries
` [PATCH RFC net-next v3 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH RFC net-next v3 5/8] netconsole: Include sysdata in extradata entry count
` [PATCH RFC net-next v3 6/8] netconsole: add support for sysdata and CPU population
` [PATCH RFC net-next v3 7/8] netconsole: selftest: test for sysdata CPU
` [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-27 16:04 UTC  (13+ messages)
` [PATCH bpf v9 1/5] strparser: add read_sock callback
` [PATCH bpf v9 2/5] bpf: fix wrong copied_seq calculation
` [PATCH bpf v9 3/5] bpf: disable non stream socket for strparser
` [PATCH bpf v9 4/5] selftests/bpf: fix invalid flag of recv()
` [PATCH bpf v9 5/5] selftests/bpf: add strparser test for bpf

[PATCH] documentation: networking: fix spelling mistakes
 2025-01-27 10:52 UTC  (6+ messages)

[PATCH v16 0/7] drm/vkms: Add support for YUV and DRM_FORMAT_R*
 2025-01-27 10:48 UTC  (4+ messages)
` [PATCH v16 5/7] drm/vkms: Create KUnit tests for YUV conversions

[PATCH 0/2] Add support for LTM4673 μModule regulator
 2025-01-27  7:51 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: hwmon: ltc2978: add support for ltm4673
` [PATCH 2/2] hwmon: (pmbus/ltc2978) "

[PATCH AUTOSEL 6.12 02/31] drm: Add panel backlight quirks
 2025-01-26 16:28 UTC  (2+ messages)

[PATCH AUTOSEL 6.13 02/34] drm: Add panel backlight quirks
 2025-01-26 14:52 UTC 

[PATCH v8] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-01-26 14:34 UTC  (7+ messages)

[PATCH v4] docs/zh_CN: Add snp-tdx-threat-model index Chinese translation
 2025-01-26 10:23 UTC  (2+ messages)

[PATCH v2 0/6] module: Introduce hash-based integrity checking
 2025-01-25 21:16 UTC  (2+ messages)

[PATCH] .mailmap: Update incorrect entry and my email in MAINTAINERS
 2025-01-25 16:38 UTC  (2+ messages)

[PATCH] mailmap, docs: Update email to carlos.bilbao@kernel.org
 2025-01-25 15:37 UTC  (7+ messages)

[PATCH v4 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
 2025-01-25 12:43 UTC  (10+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800
` [PATCH v4 2/3] hwmon: (pmbus/adp1050): Add support for "
` [PATCH v4 3/3] hwmon: (pmbus/adp1050): Add regulator support for ltp8800

[PATCH v2 1/1] Documentation: iio: Add ADC documentation
 2025-01-25 12:04 UTC  (5+ messages)

[PATCH 29/63] dyndbg-doc: add classmap info to howto
 2025-01-25  6:45 UTC 

[PATCH 0/3] Fix and cleanup and extend cpu.stat
 2025-01-25  4:54 UTC  (13+ messages)
` [PATCH 1/3] cgroup/rstat: Fix forceidle time in cpu.stat
    `  "
        `  "
` [PATCH 2/3] cgroup/rstat: Cleanup cpu.stat once for all

[PATCH] arm64/gcs: Fix documentation for HWCAP
 2025-01-24 17:33 UTC 

[PATCH v9 0/5] drm/panthor: Display size of internal kernel BOs through fdinfo
 2025-01-24 16:18 UTC  (8+ messages)
` [PATCH v9 3/5] drm/panthor: Expose size of driver internal BO's over fdinfo
` [PATCH v9 5/5] drm/panthor: Fix race condition when gathering fdinfo group samples

[PATCH net-next v2 0/5] netconsole: Add support for CPU population
 2025-01-24 15:28 UTC  (8+ messages)
` [PATCH net-next v2 3/5] netconsole: add support for sysdata and "

[PATCH 4/7] kcov: introduce new kcov KCOV_TRACE_UNIQ_CMP mode
 2025-01-24 12:26 UTC  (2+ messages)

[PATCH v3 1/6] powerpc: Document APIv2 KVM hcall spec for Hostwide counters
 2025-01-24 12:25 UTC  (2+ messages)

[PATCH v13 0/8] Coresight for Kernel panic and watchdog reset
 2025-01-24 12:08 UTC  (2+ messages)

[PATCH] KFENCE: Clarify that sample allocations are not following NUMA or memory policies
 2025-01-24 12:03 UTC  (5+ messages)

[PATCH v2] docs/zh_CN: Add self-protection index Chinese translation
 2025-01-24  9:54 UTC  (2+ messages)

[PATCH v3 0/7] Add all Chinese translations in the tpm directory
 2025-01-24  9:24 UTC  (11+ messages)
` [PATCH v3 3/7] docs/zh_CN: Add tpm tpm-security Chinese translation
` [PATCH v3 4/7] docs/zh_CN: Add tpm tpm_tis "
` [PATCH v3 5/7] docs/zh_CN: Add tpm tpm_vtpm_proxy "
` [PATCH v3 6/7] docs/zh_CN: Add tpm xen-tpmfront "
` [PATCH v3 7/7] docs/zh_CN: Add tpm tpm_ftpm_tee "

[PATCH v2] KFENCE: Clarify that sample allocations are not following NUMA or memory policies
 2025-01-24  9:14 UTC  (2+ messages)

[PATCH v3] docs/zh_CN: Add snp-tdx-threat-model index Chinese translation
 2025-01-24  7:09 UTC  (3+ messages)


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).