linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-25 00:31:14 to 2025-01-29 11:54:42 UTC [more...]

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-01-29 11:54 UTC  (10+ messages)
` [PATCH v1 01/12] mm/gup: reject FOLL_SPLIT_PMD with hugetlb VMAs
` [PATCH v1 02/12] mm/rmap: reject hugetlb folios in folio_make_device_exclusive()
` [PATCH v1 03/12] mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
` [PATCH v1 04/12] mm/rmap: implement make_device_exclusive() using folio_walk instead of rmap walk
` [PATCH v1 05/12] mm/memory: detect writability in restore_exclusive_pte() through can_change_pte_writable()
` [PATCH v1 06/12] mm: use single SWP_DEVICE_EXCLUSIVE entry type
` [PATCH v1 07/12] mm/page_vma_mapped: device-private entries are not migration entries
` [PATCH v1 08/12] mm/rmap: handle device-exclusive entries correctly in try_to_unmap_one()
` [PATCH v1 09/12] mm/rmap: handle device-exclusive entries correctly in try_to_migrate_one()

[PATCH v5 00/10] Add support for hot-pluggable DRM bridges
 2025-01-29 11:51 UTC  (22+ messages)
` [PATCH v5 04/10] drm/bridge: add documentation of refcounted bridges
` [PATCH v5 08/10] drm/bridge: samsung-dsim: use supporting variable for out_bridge

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

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-29 11:04 UTC  (47+ 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 v2 1/1] pps: retrieve generator specific data from framework
 2025-01-29 10:04 UTC  (4+ messages)

[PATCH v5 0/6] Add support for ADIS16550 and ADIS16550W
 2025-01-29  9:28 UTC  (8+ messages)
` [PATCH v5 1/6] iio: imu: adis: Add custom ops struct
` [PATCH v5 2/6] iio: imu: adis: Add reset to custom ops
` [PATCH v5 3/6] iio: imu: adis: Add DIAG_STAT register size
` [PATCH v5 4/6] dt-bindings: iio: Add adis16550 bindings
` [PATCH v5 5/6] iio: imu: adis16550: add adis16550 support
` [PATCH v5 6/6] docs: iio: add documentation for adis16550 driver

[PATCH 00/14] drm: Move to using devm_platform_ioremap_resource
 2025-01-29  9:01 UTC  (18+ messages)
` [PATCH 01/14] drm/aspeed: move to devm_platform_ioremap_resource() usage
` [PATCH 02/14] drm/fsl-dcu: "
` [PATCH 03/14] drm/hisilicon: "
` [PATCH 04/14] drm/mediatek: "
` [PATCH 05/14] drm/meson: "
` [PATCH 06/14] drm/mxsfb: "
` [PATCH 07/14] drm/rockchip: "
` [PATCH 08/14] drm/sprd: "
` [PATCH 09/14] drm/sti: "
` [PATCH 10/14] drm/stm: "
` [PATCH 11/14] drm/tegra: "
` [PATCH 12/14] drm/tiny: "
` [PATCH 13/14] drm/vc4: "
` [PATCH 14/14] Documentation: Update the todo

[PATCH v2 0/3] Fix and cleanup and extend cpu.stat
 2025-01-29  4:48 UTC  (8+ 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] serial: mctrl_gpio: Remove unused mctrl_gpio_free
 2025-01-29  2:00 UTC 

[PATCH v2] .mailmap: Remove redundant mappings of emails
 2025-01-29  1:34 UTC 

[PATCH] .mailmap: Remove redundant mappings of emails
 2025-01-29  1:31 UTC  (3+ messages)

[PATCH] .mailmap: Update incorrect entry and my email in MAINTAINERS
 2025-01-29  1:12 UTC  (4+ messages)

[PATCH 00/20] Add support for shared PTEs across processes
 2025-01-29  0:59 UTC  (16+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem

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

[PATCH v8] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-01-28 21:17 UTC  (9+ messages)

[PATCH 1/2] docs/ja_JP: Convert SubmitChecklist into reST with belated updates
 2025-01-28 16:45 UTC  (3+ messages)
` [PATCH 2/2] docs: submit-checklist: Expand on build tests against different word sizes

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-28 16:12 UTC  (10+ messages)
` [PATCH RFC net-next v3 1/8] netconsole: consolidate send buffers into netconsole_target struct
` [PATCH RFC net-next v3 4/8] netconsole: Introduce configfs helpers for sysdata features
` [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population

[PATCH RFC net-next v1 0/5] Device memory TCP TX
 2025-01-28 14:49 UTC  (15+ 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

[PATCH] intel_idle: introduce 'use_acpi_cst' module parameter
 2025-01-28 14:11 UTC 

[PATCH 1/1] pps: retrieve generator specific data from framework
 2025-01-28 14:06 UTC  (2+ messages)

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

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-28  8:21 UTC  (13+ messages)
` [PATCH v6 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [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 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 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 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  (5+ 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  (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: ltc2978: add support for ltm4673

[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 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, docs: Update email to carlos.bilbao@kernel.org
 2025-01-25 15:37 UTC  (7+ messages)

[PATCH v4 2/3] hwmon: (pmbus/adp1050): Add support for adp1051, adp1055 and ltp8800
 2025-01-25 12:43 UTC  (4+ messages)

[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  (6+ messages)
` [PATCH 1/3] cgroup/rstat: Fix forceidle time in cpu.stat
    `  "
        `  "


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