linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-29 20:11:06 to 2025-02-01 13:03:00 UTC [more...]

[PATCH RESEND 0/5] LED1202 / leds-st1202 fixes and improvements
 2025-02-01 13:02 UTC  (2+ messages)
` [PATCH RESEND 1/5] leds: leds-st1202: fix NULL pointer access on race condition

[PATCH 1/2] gpu: nova-core: add initial driver stub
 2025-02-01 12:12 UTC  (8+ messages)
` [PATCH 2/2] gpu: nova-core: add initial documentation

[PATCH v10] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-02-01 10:54 UTC 

[PATCH v9] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-02-01 10:49 UTC  (3+ messages)

[PATCH] documentation grammer correction
 2025-02-01  8:43 UTC  (2+ messages)

[PATCH v3] arm: rust: Enable Rust support for ARMv7
 2025-02-01  0:58 UTC  (11+ messages)

[PATCH 1/2] docs/ja_JP: Convert SubmitChecklist into reST with belated updates
 2025-02-01  0:55 UTC  (3+ messages)

[PATCH v3 0/3] Add support for AD7191
 2025-01-31 18:39 UTC  (6+ messages)
` [PATCH v3 2/3] iio: adc: ad7191: add AD7191
` [PATCH v3 3/3] docs: iio: "

[PATCH v3 0/6] iio: adc: ad4030: new driver for AD4030 and similar ADCs
 2025-01-31 18:18 UTC  (10+ messages)
` [PATCH v3 1/6] dt-bindings: iio: adc: add ADI ad4030, ad4630 and ad4632
` [PATCH v3 2/6] iio: adc: ad4030: add driver for ad4030-24
` [PATCH v3 3/6] iio: adc: ad4030: add averaging support
` [PATCH v3 4/6] iio: adc: ad4030: add support for ad4630-24 and ad4630-16
` [PATCH v3 5/6] iio: adc: ad4030: add support for ad4632-16 and ad4632-24
` [PATCH v3 6/6] docs: iio: ad4030: add documentation

[PATCH RFC net-next v2 0/6] Device memory TCP TX
 2025-01-31 17:45 UTC  (17+ messages)
` [PATCH RFC net-next v2 1/6] net: add devmem TCP TX documentation
` [PATCH RFC net-next v2 2/6] selftests: ncdevmem: Implement devmem TCP TX
` [PATCH RFC net-next v2 3/6] net: add get_netmem/put_netmem support
` [PATCH RFC net-next v2 4/6] net: devmem: TCP tx netlink api
` [PATCH RFC net-next v2 5/6] net: devmem: Implement TX path
` [PATCH RFC net-next v2 6/6] net: devmem: make dmabuf unbinding scheduled work

[PATCH v1 0/4] mm: cleanups for device-exclusive entries (hmm)
 2025-01-31 17:20 UTC  (20+ messages)
` [PATCH v1 1/4] lib/test_hmm: make dmirror_atomic_map() consume a single page
` [PATCH v1 2/4] mm/mmu_notifier: drop owner from MMU_NOTIFY_EXCLUSIVE
` [PATCH v1 3/4] mm/memory: pass folio and pte to restore_exclusive_pte()
` [PATCH v1 4/4] mm/memory: document restore_exclusive_pte()

[PATCH v1 00/12] mm: fixes for device-exclusive entries (hmm)
 2025-01-31 17:13 UTC  (51+ 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 12/12] mm/rmap: keep mapcount untouched for device-exclusive entries

[PATCH v3 0/6] ima: Remove unnecessary inode locks
 2025-01-31 16:59 UTC  (11+ messages)
` [PATCH v3 1/6] fs: ima: Remove S_IMA and IS_IMA()
` [PATCH v3 2/6] ima: Remove inode lock
` [PATCH v3 3/6] ima: Detect if lock is held when iint pointer is set in inode security blob
` [PATCH v3 4/6] ima: Mark concurrent accesses to the iint pointer in the "
` [PATCH v3 5/6] ima: Defer fixing security.ima to __fput()

[PATCH v16 5/7] drm/vkms: Create KUnit tests for YUV conversions
 2025-01-31 16:57 UTC  (4+ messages)

[PATCH v16 3/7] drm/vkms: Drop YUV formats TODO
 2025-01-31 16:53 UTC  (4+ messages)

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

[PATCH v7 0/7] Improve gpu_scheduler trace events + uAPI
 2025-01-31 13:12 UTC  (3+ messages)
` [PATCH v7 7/7] drm/doc: document some tracepoints as uAPI

[PATCH RFC net-next v3 0/8] netconsole: Add support for CPU population
 2025-01-31 13:11 UTC  (18+ 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 00/14] drm: Move to using devm_platform_ioremap_resource
 2025-01-31 12:52 UTC  (8+ messages)
` [PATCH 09/14] drm/sti: move to devm_platform_ioremap_resource() usage
` [PATCH 14/14] Documentation: Update the todo

[PATCH v16 6/7] drm/vkms: Add how to run the Kunit tests
 2025-01-31  8:41 UTC  (2+ messages)

[PATCH v16 4/7] drm: Export symbols to use in tests
 2025-01-31  8:40 UTC  (2+ messages)

[RFC PATCH] mm, memcg: introduce memory.high.throttle
 2025-01-30 22:27 UTC  (14+ messages)

[PATCH v3 0/7] Support L3 Smart Data Cache Injection Allocation Enforcement (SDCIAE)
 2025-01-30 21:20 UTC  (8+ messages)
` [PATCH v3 1/7] x86/cpufeatures: Add support for L3 Smart Data Cache Injection Allocation Enforcement
` [PATCH v3 2/7] x86/resctrl: Add SDCIAE feature in the command line options
` [PATCH v3 3/7] x86/resctrl: Detect io_alloc feature
` [PATCH v3 4/7] x86/resctrl: Implement "io_alloc" enable/disable handlers
` [PATCH v3 5/7] x86/resctrl: Add interface to enable/disable io_alloc feature
` [PATCH v3 6/7] x86/resctrl: Introduce interface to display io_alloc CBMs
` [PATCH v3 7/7] x86/resctrl: Introduce interface to modify io_alloc Capacity Bit Masks

[GIT PULL] Two documentation fixes for 6.14-rc1
 2025-01-30 19:05 UTC  (2+ messages)

[PATCH v8] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2025-01-30 18:51 UTC  (8+ messages)

[PATCH rcu v2 2/7] docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()
 2025-01-30 18:49 UTC 

[PATCH v10 0/5] drm/panthor: Display size of internal kernel BOs through fdinfo
 2025-01-30 17:28 UTC  (6+ messages)
` [PATCH v10 1/5] Documentation/gpu: Clarify format of driver-specific fidnfo keys
` [PATCH v10 2/5] drm/file: Add fdinfo helper for printing regions with prefix
` [PATCH v10 3/5] drm/panthor: Expose size of driver internal BO's over fdinfo
` [PATCH v10 4/5] Documentation/gpu: Add fdinfo meanings of panthor-*-memory tags
` [PATCH v10 5/5] drm/panthor: Fix race condition when gathering fdinfo group samples

[PATCH v4 0/2] perf: Fujitsu: Add Uncore MAC/PCI PMU driver
 2025-01-30 17:08 UTC  (5+ messages)
` [PATCH v4 1/2] perf: Fujitsu: Add the Uncore MAC "
` [PATCH v4 2/2] perf: Fujitsu: Add the Uncore PCI "

[PATCH v2 0/2] mm: zswap: remove z3fold and zbud
 2025-01-30 16:43 UTC  (4+ messages)
` [PATCH v2 2/2] mm: zbud: remove zbud

[RFC 0/6] Raise the bar with regards to Python and Sphinx requirements
 2025-01-30 14:31 UTC  (5+ messages)
` [RFC 1/6] scripts/get_abi.py: make it backward-compatible with Python 3.6

[PATCH v11 00/14] riscv: Add support for xtheadvector
 2025-01-30 14:10 UTC  (2+ messages)

[PATCH 0/1] Add 'external' to the libata.force kernel parameter
 2025-01-30 13:35 UTC  (2+ messages)
` [PATCH 1/1] ata: libata-core: "

[PATCH net 0/2] mptcp: blackhole only if 1st SYN retrans w/o MPC is accepted
 2025-01-30 13:10 UTC  (2+ messages)

[PATCH v2] docs: clarify rdinit precedence and correct ramdisk to initramfs
 2025-01-30 10:17 UTC 

[PATCH] docs: clarify rdinit precedence and correct ramdisk to initramfs
 2025-01-30 10:04 UTC  (3+ messages)

[PATCH v2] docs: submit-checklist: Expand on build tests against different word sizes
 2025-01-30  7:28 UTC 

[PATCH 0/6] Address some issues related to Python version
 2025-01-30  7:00 UTC  (5+ messages)
` [PATCH 3/6] tools: perf: tools: perf: exported-sql-viewer: drop support for Python 2
` [PATCH 5/6] tools: selftests/bpf: test_bpftool_synctypes: escape raw symbols

[PATCH v4 0/9] mm: workingset reporting
 2025-01-30  4:11 UTC  (4+ messages)

[PATCH] mailmap, MAINTAINERS, docs: Update my email address
 2025-01-30  1:22 UTC 

[PATCH] .mailmap: Update incorrect entry and my email in MAINTAINERS
 2025-01-30  1:18 UTC  (5+ messages)

[PATCH bpf v9 0/5] bpf: fix wrong copied_seq calculation and add tests
 2025-01-29 22:00 UTC  (2+ messages)

[RFC PATCH v2 0/2] ipe support for anonymous memory and memfd
 2025-01-29 20:39 UTC  (3+ messages)
` [RFC PATCH v2 1/2] memfd,lsm: add a security hook to memfd_create()
` [RFC PATCH v2 2/2] ipe: add 'anonymous_memory' property for policy decisions


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