Linux Documentation
 help / color / mirror / Atom feed
 messages from 2026-09-08 20:04:22 to 2026-09-09 13:22:56 UTC [more...]

[PATCH 00/14] mfd: unused driver purge
 2026-09-09 13:21 UTC  (5+ messages)
` [PATCH 01/14] mfd: remove unused 88pm80x driver
` [PATCH 02/14] mfd: remove unused rdc321x southbridge support
` [PATCH 03/14] mfd: remove unused si476x driver
` [PATCH 04/14] mfd: remove unused wm8400 driver

[PATCH v2 13/13] lib/crypto: Add documentation about zeroization of key and context data
 2026-09-09 13:22 UTC  (2+ messages)

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-09 13:00 UTC  (11+ messages)
` [PATCH v20 03/14] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v20 07/14] KVM: arm64: Forward GCS exceptions to nested guests

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-09 12:59 UTC  (28+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH 00/13] ARM: deprecated platform removal
 2026-09-09 12:54 UTC  (24+ messages)
` [PATCH 01/13] ARM: remove sa1100 platform
` [PATCH 03/13] ARM: remove riscpc
` [PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
` [PATCH 06/13] ARM: omap2: remove omap24xx support
` [PATCH 07/13] ARM: imx: remove i.MX31 SoC support
` [PATCH 09/13] ARM: lpc18xx: remove entire platform
` [PATCH 12/13] ARM: at91: remove samv7 support

[PATCH 0/4] docs: pt_BR: process: Add remaining core process translations
 2026-09-09 12:48 UTC  (5+ messages)
` [PATCH 1/4] docs: pt_BR: translate coding-style.rst
` [PATCH 2/4] docs: pt_BR: translate kernel-enforcement-statement.rst
` [PATCH 3/4] docs: pt_BR: translate maintainer-tip.rst
` [PATCH 4/4] docs: pt_BR: translate submitting-patches.rst

Subject: [RFC] docs/zh_TW: defining a maintainable scope for the Traditional Chinese translation
 2026-09-09 12:20 UTC  (4+ messages)

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 12:08 UTC  (42+ messages)
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-09 11:48 UTC  (15+ messages)

[PATCH] docs/mm: describe set_memory() and set_direct_map() APIs
 2026-09-09 10:44 UTC  (3+ messages)

[PATCH v6] PCI/pcie: Add PCIe Lane Margining at Receiver (LMR) support
 2026-09-09 10:38 UTC  (2+ messages)

[PATCH v3 0/8] mm/page_owner: Add PID/TGID/COMM and cgroup filtering
 2026-09-09 10:28 UTC  (4+ messages)

[RFC PATCH] Docs/mm/damon/design: clarify when qt_exceeds increases
 2026-09-09 10:07 UTC  (3+ messages)

[PATCH] dma-mapping: rename dma_opt_mapping_size()
 2026-09-09  9:33 UTC  (2+ messages)

[PATCH v3] Documentation: Update after split of <linux/mod_devicetable.h>
 2026-09-09  9:19 UTC  (3+ messages)

[PATCH v4 00/14] drm/panic: Split into core and helpers
 2026-09-09  8:55 UTC  (15+ messages)
` [PATCH v4 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v4 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v4 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v4 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v4 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v4 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v4 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v4 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v4 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v4 10/14] drm/panic: Restrict to primary planes
` [PATCH v4 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v4 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v4 13/14] drm/panic: Move panic display code into helper library
` [PATCH v4 14/14] drm/panic: Compile KUnit tests as module

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-09-09  8:51 UTC  (5+ messages)
` [PATCH v6 01/40] arm_mpam: Ensure in_reset_state is false after applying configuration
` [PATCH v6 03/40] arm64/sysreg: Add MPAMSM_EL1 register

[PATCH v7 net-next 0/7] ptp: Add PHC timestamp quality attributes
 2026-09-09  7:31 UTC  (8+ messages)
` [PATCH v7 net-next 1/7] ptp: Add ioctls for PHC timestamps with "
` [PATCH v7 net-next 2/7] selftests/ptp: Extract print_system_timestamp helper in testptp
` [PATCH v7 net-next 3/7] selftests/ptp: Add testptp support for attributes ioctls
` [PATCH v7 net-next 4/7] ptp: ptp_vmclock: Implement "
` [PATCH v7 net-next 5/7] net: ena: Update PHC admin interface for error bound support
` [PATCH v7 net-next 6/7] net: ena: Add error bound to PHC communication layer
` [PATCH v7 net-next 7/7] net: ena: Implement gettimexattrs64 callback for PTP attributes

[PATCH v1] hwmon: (lm75) Add support for Nuvoton NCT7715
 2026-09-09  7:10 UTC  (3+ messages)

[PATCH] docs/zh_CN: add Chinese translation for usb/ohci.rst
 2026-09-09  6:54 UTC 

[PATCH v4] docs: verify/bisect: fix typos, formating and punctuation
 2026-09-09  6:49 UTC  (2+ messages)

[PATCH v5 8/9] crash_dump: Disallow configfs/crash_dm_crypt_key/reuse if crash hotplug supported
 2026-09-09  5:48 UTC  (6+ messages)
` [PATCH v5 9/9] Documentation: kdump: Add arm64 and ppc64le to encrypted dump target support list

[RFC PATCH v2 0/2] Monitor Yoga Slim 7x EC sensors without taking over cooling
 2026-09-09  4:58 UTC  (4+ messages)
` [RFC PATCH v2 1/2] platform: arm64: qcom-hamoa-ec: monitor Slim 7x legacy sensors

[PATCH v12 00/13] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
 2026-09-09  3:21 UTC  (6+ messages)
` [PATCH v12 08/13] sched/core: Push current task from non preferred CPU

[PATCH v2 00/11] mm: Switch device DAX to section-based vmemmap optimization
 2026-09-09  1:45 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Update DMABUF lifecycle docs after move_notify() rename
 2026-09-09  1:03 UTC  (2+ messages)

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-09  0:55 UTC  (40+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 05/39] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v9 06/39] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 08/39] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 09/39] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 10/39] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 11/39] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v9 12/39] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v9 13/39] dyndbg: reduce verbose/debug clutter
` [PATCH v9 14/39] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 16/39] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 17/39] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 18/39] dyndbg: replace classmap list with an array-slice
` [PATCH v9 19/39] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 20/39] dyndbg: reduce class param storage to u32
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 22/39] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 25/39] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v9 26/39] dyndbg: detect class_id reservation conflicts
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v9 28/39] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v9 29/39] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 30/39] dyndbg: control-parser: treat comma as a token separator
` [PATCH v9 31/39] selftests: enable comma-terminator tests
` [PATCH v9 32/39] dyndbg: split multi-query strings with @
` [PATCH v9 33/39] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation
` [PATCH v9 35/39] docs/dyndbg: add classmap info to howto
` [PATCH v9 36/39] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v9 37/39] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v9 38/39] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v9 39/39] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls

[PATCH net-next] docs: phonet: Fix the struct sockaddr_pn name in the example
 2026-09-08 23:50 UTC  (2+ messages)

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08 23:16 UTC  (14+ messages)
` [PATCH v2 09/15] accel/qda: Add DMA-backed GEM objects and memory manager integration
` [PATCH v2 11/15] accel/qda: Add PRIME DMA-BUF import support
` [PATCH v2 12/15] accel/qda: Add FastRPC invocation support

[PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
 2026-09-08 22:34 UTC  (2+ messages)

[PATCH v4 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-08 21:02 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox