linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-27 19:07:34 to 2026-01-02 07:04:43 UTC [more...]

[PATCH v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-02  6:59 UTC  (19+ messages)
` [PATCH v2 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH v2 02/28] arc: "
` [PATCH v2 03/28] arm: "
` [PATCH v2 04/28] arm64: "
` [PATCH v2 05/28] csky: "
` [PATCH v2 06/28] hexagon: "
` [PATCH v2 07/28] loongarch: "
` [PATCH v2 08/28] m68k: "
` [PATCH v2 09/28] microblaze: "
` [PATCH v2 10/28] mips: "
` [PATCH v2 11/28] nios2: "
` [PATCH v2 12/28] openrisc: "
` [PATCH v2 13/28] parisc: "
` [PATCH v2 14/28] powerpc: "
` [PATCH v2 15/28] riscv: "
` [PATCH v2 16/28] s390: "
` [PATCH v2 17/28] sh: "
` [PATCH v2 18/28] sparc: "

[PATCH 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-02  6:59 UTC  (37+ messages)
` [PATCH 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH 02/28] arc: "
` [PATCH 03/28] arm: "
` [PATCH 04/28] arm64: "
` [PATCH 05/28] csky: "
` [PATCH 06/28] hexagon: "
` [PATCH 07/28] loongarch: "
` [PATCH 08/28] m68k: "
` [PATCH 09/28] microblaze: "
` [PATCH 10/28] mips: "
` [PATCH 11/28] nios2: "
` [PATCH 12/28] openrisc: "
` [PATCH 13/28] parisc: "
` [PATCH 14/28] powerpc: "
` [PATCH 15/28] riscv: "
` [PATCH 16/28] s390: "
` [PATCH 17/28] sh: "
` [PATCH 18/28] sparc: "
` [PATCH 19/28] um: "
` [PATCH 20/28] x86: "
` [PATCH 21/28] xtensa: "
` [PATCH 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH 23/28] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH 24/28] mips: drop paging_init()
` [PATCH 25/28] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH 26/28] mm, arch: consolidate hugetlb CMA reservation
` [PATCH 27/28] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH 28/28] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"

[linux-next:master 1503/2671] htmldocs: Documentation/filesystems/api-summary:56: ./fs/namei.c:4953: WARNING: Inline emphasis start-string without end-string. [docutils]
 2026-01-02  6:38 UTC  (4+ messages)

[PATCH] tracing: Add show_event_filters to expose active event filters
 2026-01-01 23:34 UTC 

[PATCH 1/2] Documentation/process: maintainer-soc: Be more explicit about defconfig
 2026-01-01 22:33 UTC  (4+ messages)
` [PATCH 2/2] Documentation/process: maintainer-soc: Mark 'make' as commands

[cgroup/for-6.20 PATCH v2 0/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-01 19:15 UTC  (5+ messages)
` [cgroup/for-6.20 PATCH v2 1/4] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [cgroup/for-6.20 PATCH v2 2/4] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [cgroup/for-6.20 PATCH v2 3/4] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [cgroup/for-6.20 PATCH v2 4/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict

[PATCH v2] arm64: errata: Workaround for SI L1 downstream coherency issue
 2026-01-01 18:55 UTC  (3+ messages)

[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs
 2026-01-01 12:12 UTC  (4+ messages)
` [PATCH 1/2] can: dummy_can: add CAN termination support
` [PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL

[PATCH v9 00/11] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-01-01 12:00 UTC  (9+ messages)
` [PATCH v9 03/11] dmaengine: qcom: bam_dma: implement support for BAM locking

[PATCH 0/3] gpio: pca953x: Add support for TCAL6408 TCAL6416
 2025-12-31 22:29 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Documentation: gpio: add TCAL6408 and TCAL6416

[PATCH] Documentation/bpf: Update PROG_TYPE for BPF_PROG_RUN
 2025-12-31 21:50 UTC  (2+ messages)

[PATCH RFC 00/13] fix DMA aligment issues around virtio
 2025-12-31 20:48 UTC  (21+ messages)
` [PATCH RFC 01/13] dma-mapping: add __dma_from_device_align_begin/end
` [PATCH RFC 02/13] docs: dma-api: document __dma_align_begin/end
` [PATCH RFC 03/13] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 04/13] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH RFC 05/13] dma-debug: track cache clean flag in entries
` [PATCH RFC 06/13] virtio: add virtqueue_add_inbuf_cache_clean API
` [PATCH RFC 07/13] vsock/virtio: fix DMA alignment for event_list
` [PATCH RFC 08/13] vsock/virtio: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 09/13] virtio_input: fix DMA alignment for evts
` [PATCH RFC 10/13] virtio_scsi: fix DMA cacheline issues for events
` [PATCH RFC 11/13] virtio-rng: fix DMA alignment for data buffer
` [PATCH RFC 12/13] virtio_input: use virtqueue_add_inbuf_cache_clean for events
` [PATCH RFC 13/13] vsock/virtio: reorder fields to reduce struct padding
` [PATCH RFC 14/13] gpio: virtio: fix DMA alignment
` [PATCH RFC 15/13] gpio: virtio: reorder fields to reduce struct padding

[PATCH] docs/zh_CN: Add staging/crc32 Chinese translation
 2025-12-31 19:51 UTC  (4+ messages)
` [PATCH v2] docs/zh_CN: Add crc32.rst translation

[PATCH] Add initerofs for EROFS-backed early rootfs
 2025-12-31 17:07 UTC 

[PATCH v13 0/2] ACPI: Add support for ACPI RAS2 feature table
 2025-12-31 16:07 UTC  (7+ messages)
` [PATCH v13 1/2] ACPI:RAS2: Add driver for the "

[PATCH v2] docs: alienware-wmi: fix typo
 2025-12-31  1:04 UTC  (3+ messages)

[PATCH v1] docs: fix PPR for AMD EPYC broken link
 2025-12-30 23:23 UTC  (2+ messages)

[drm-misc:for-linux-next 2/18] htmldocs: Documentation/gpu/drm-kms-helpers:197: ./drivers/gpu/drm/drm_bridge.c:1521: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
 2025-12-30 22:50 UTC 

[PATCH next v2 0/2] THP COW support for private executable file mmap
 2025-12-30 21:42 UTC  (4+ messages)

[PATCH next 0/2] THP COW support for private executable file mmap
 2025-12-30 21:29 UTC  (2+ messages)

[PATCH 0/7] docs/zh_CN: Add timers subsystem translation
 2025-12-30 20:06 UTC  (4+ messages)
` [PATCH 1/7] docs/zh_CN: Add timers directory Chinese translation

[PATCH v2 0/7] docs/zh_CN: Add timers subsystem translation
 2025-12-30 19:02 UTC  (8+ messages)
` [PATCH v2 1/7] docs/zh_CN: Add timers directory Chinese translation
` [PATCH v2 2/7] docs/zh_CN: Translate timers/timekeeping.rst
` [PATCH v2 3/7] docs/zh_CN: Translate timers/hpet.rst
` [PATCH v2 4/7] docs/zh_CN: Translate timers/hrtimers.rst
` [PATCH v2 5/7] docs/zh_CN: Translate timers/highres.rst
` [PATCH v2 6/7] docs/zh_CN: Translate timers/no_hz.rst
` [PATCH v2 7/7] docs/zh_CN: Translate timers delay_sleep_functions

[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
 2025-12-30 16:58 UTC  (6+ messages)
` [PATCH v6 1/4] rust: export BINDGEN_TARGET from a separate Makefile
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 3/4] rust: add a Kconfig function to test for support of bindgen options
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

[RFC PATCH 00/10] liveupdate: hugetlb support
 2025-12-30 16:37 UTC  (14+ messages)
` [RFC PATCH 01/10] kho: drop restriction on maximum page order
` [RFC PATCH 03/10] liveupdate: do early initialization before hugepages are allocated
` [RFC PATCH 06/10] liveupdate: hugetlb subsystem FLB state preservation
` [RFC PATCH 08/10] mm: hugetlb: disable CMA if liveupdate is enabled

[syzbot] [xfs?] INFO: task hung in xfs_file_fsync
 2025-12-30 15:21 UTC 

[PATCH] docs: admin-guide: thunderbolt: replace ifconfig with ip
 2025-12-30 10:27 UTC  (2+ messages)

[PATCH RFC 09/13] virtio_input: fix DMA cacheline alignment for evts
 2025-12-30 10:16 UTC  (2+ messages)
` [PATCH RFC 11/13] virtio-rng: fix DMA cacheline alignment for data buffer

[PATCH v3 00/22] drm/bridge: add of_drm_find_and_get_bridge() and a managed *next_bridge, deprecate of_drm_find_bridge()
 2025-12-30  9:17 UTC  (2+ messages)

[PATCH v3 00/33] VKMS: Introduce multiple configFS attributes
 2025-12-30  9:08 UTC  (25+ messages)
` [PATCH v3 07/33] drm/vkms: Introduce configfs for plane name
` [PATCH v3 17/33] drm/vkms: Introduce config for plane format
` [PATCH v3 18/33] drm/vkms: Introduce configfs "
` [PATCH v3 26/33] drm/vkms: Introduce configfs for connector supported colorspace
` [PATCH v3 28/33] drm/vkms: Introduce configfs for connector EDID
` [PATCH v3 32/33] drm/vkms: Allow to hot-add connectors
` [PATCH v3 33/33] drm/vkms: Introduce configfs for dynamic connector creation

[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
 2025-12-29 22:00 UTC  (8+ messages)
` [PATCH v3 1/2] cpufreq: "

[PATCH] Documentation: PCI: Fix typos in msi-howto.rst
 2025-12-29 17:24 UTC  (4+ messages)

[RFC 00/11] Reintroduce Hornet LSM
 2025-12-29 17:12 UTC  (2+ messages)

[PATCH] docs: alienware-wmi: fix typo
 2025-12-29 15:21 UTC  (2+ messages)

[PATCH 03/12] ras: add estatus vendor handling and processing
 2025-12-29 15:01 UTC  (2+ messages)

[PATCH 00/12] ras: share firmware-first estatus handling
 2025-12-29 11:54 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: hwmon: add STEF48H28
 2025-12-29  7:21 UTC  (6+ messages)

[PATCH 00/26] Introduce meminspect
 2025-12-29  6:59 UTC  (7+ messages)
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "

[sashal:spec 116/131] htmldocs: Documentation/driver-api/basics:75: ./kernel/signal.c:5541: WARNING: Bullet list ends without a blank line; unexpected unindent. [docutils]
 2025-12-29  5:46 UTC 

[PATCH v2 00/16] HID: Add Legion Go and Go S Drivers
 2025-12-29  3:17 UTC  (17+ messages)
` [PATCH v2 01/16] include: device.h: Add named device attributes
` [PATCH v2 02/16] HID: hid-lenovo-go: Add Lenovo Legion Go Series HID Driver
` [PATCH v2 03/16] HID: hid-lenovo-go: Add Feature Status Attributes
` [PATCH v2 04/16] HID: hid-lenovo-go: Add Rumble and Haptic Settings
` [PATCH v2 05/16] HID: hid-lenovo-go: Add FPS Mode DPI settings
` [PATCH v2 06/16] HID: hid-lenovo-go: Add RGB LED control interface
` [PATCH v2 07/16] HID: hid-lenovo-go: Add Calibration Settings
` [PATCH v2 08/16] HID: hid-lenovo-go: Add OS Mode Toggle
` [PATCH v2 09/16] HID: Include firmware version in the uevent
` [PATCH v2 10/16] HID: hid-lenovo-go-s: Add Lenovo Legion Go S Series HID Driver
` [PATCH v2 11/16] HID: hid-lenovo-go-s: Add MCU ID Attribute
` [PATCH v2 12/16] HID: hid-lenovo-go-s: Add Feature Status Attributes
` [PATCH v2 13/16] HID: hid-lenovo-go-s: Add Touchpad Mode Attributes
` [PATCH v2 14/16] HID: hid-lenovo-go-s: Add RGB LED control interface
` [PATCH v2 15/16] HID: hid-lenovo-go-s: Add IMU and Touchpad RO Attributes
` [PATCH v2 16/16] HID: Add documentation for Lenovo Legion Go drivers

[sashal:spec 113/131] htmldocs: Documentation/driver-api/basics:75: ./kernel/signal.c:5950: WARNING: Inline emphasis start-string without end-string. [docutils]
 2025-12-29  1:01 UTC 

[PATCH 0/3] scripts: coccicheck: document debug log handling
 2025-12-28 19:36 UTC  (5+ messages)
` [PATCH 1/3] scripts: coccicheck: simplify debug file handling
  ` [PATCH 2/3] scripts: coccicheck: warn on unset debug file
` [PATCH 3/3] Documentation: Coccinelle: document debug log handling

[PATCH v2 1/1] docs: Update documentation to avoid mentioning of kernel.h
 2025-12-28 18:02 UTC  (3+ messages)

[PATCH v8 00/14] riscv: add SBI FWFT misaligned exception delegation support
 2025-12-28 13:46 UTC  (4+ messages)
` [PATCH v8 06/14] riscv: misaligned: request misaligned exception from SBI

[PATCH v2 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2025-12-28 13:21 UTC  (5+ messages)
` [PATCH v2 4/5] KVM: arm64: Enable HDBSS support and handle HDBSSF events

[PATCH] x86/acpi: Add acpi=spcr to use SPCR-provided default console
 2025-12-28  9:22 UTC 

[PATCH -next v2 7/7] mm/mglru: remove memcg disable handling from lru_gen_shrink_node
 2025-12-28  2:02 UTC  (2+ messages)

[linux-next:master] [fs] 51a146e059: BUG:kernel_hang_in_boot_stage
 2025-12-28  0:18 UTC  (3+ messages)

[PATCH v2] docs: Makefile: wrap SPHINXDIRS help text
 2025-12-27 19:07 UTC  (3+ messages)
` [PATCH v3] "


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