linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-22 23:17:09 to 2024-02-26 10:47:12 UTC [more...]

[PATCH] docs: submit-checklist: structure by category
 2024-02-26 10:46 UTC 

[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
 2024-02-26 10:42 UTC  (22+ messages)
` [PATCH v7 01/36] drm/tests: helpers: Include missing drm_drv header
` [PATCH v7 19/36] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v7 21/36] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v7 25/36] drm/connector: hdmi: Add Infoframes generation
` [PATCH v7 31/36] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v7 32/36] drm/sun4i: hdmi: Convert encoder to atomic
  ` (subset) "
` [PATCH v7 33/36] drm/sun4i: hdmi: Move mode_set into enable
  ` (subset) "
` [PATCH v7 34/36] drm/sun4i: hdmi: Switch to container_of_const
  ` (subset) "
` [PATCH v7 35/36] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
  ` (subset) "
` [PATCH v7 36/36] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH RFC net-next v1 0/6] ethtool HW timestamping statistics
 2024-02-26 10:09 UTC  (19+ messages)
` [PATCH RFC net-next v1 1/6] ethtool: add interface to read Tx hardware "
` [PATCH RFC net-next v1 2/6] net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQ
` [PATCH RFC net-next v1 3/6] net/mlx5e: Introduce timestamps statistic counter for Tx DMA layer
` [PATCH RFC net-next v1 4/6] net/mlx5e: Implement ethtool hardware timestamping statistics
` [PATCH RFC net-next v1 5/6] tools: ynl: ethtool.py: Make tool invokable from any CWD
` [PATCH RFC net-next v1 6/6] tools: ynl: ethtool.py: Add ts ethtool statistics group

[PATCH net-next v3] bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partner
 2024-02-26 10:08 UTC  (2+ messages)

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-02-26  9:45 UTC  (7+ messages)
` [PATCH 1/3] PCI: Add PCI Endpoint function driver for Block-device passthrough
` [PATCH 2/3] PCI: Add PCI driver for a PCI EP remote Blockdevice
` [PATCH 3/3] Documentation: PCI: Add documentation for the PCI Block Passthrough

[PATCH] docs: freeze some package versions for sphinx virtualenv setup
 2024-02-26  9:38 UTC 

[PATCH v4 0/2] Add support to dump printk buffer to console via sysrq
 2024-02-26  9:28 UTC  (6+ messages)
` [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages "

[PATCH v5 0/6] DCP as trusted keys backend
 2024-02-26  9:17 UTC  (5+ messages)

[RFC] documentation on filesystem exposure to RCU pathwalk from fs maintainers' POV
 2024-02-26  9:13 UTC  (4+ messages)

[PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
 2024-02-26  8:51 UTC  (2+ messages)

[PATCH v2 0/7] tracing/probes: Support function parameter access from return probe
 2024-02-26  3:59 UTC  (8+ messages)
` [PATCH v2 1/7] tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe event
` [PATCH v2 2/7] tracing/probes: Cleanup probe argument parser
` [PATCH v2 3/7] tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_init
` [PATCH v2 4/7] tracing: Remove redundant #else block for BTF args from README
` [PATCH v2 5/7] tracing/probes: Support $argN in return probe (kprobe and fprobe)
` [PATCH v2 6/7] selftests/ftrace: Add test cases for entry args at function exit
` [PATCH v2 7/7] Documentation: tracing: Add entry argument access "

[PATCH] net: make SK_MEMORY_PCPU_RESERV tunable
 2024-02-26  2:24 UTC 

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-25 23:51 UTC  (4+ messages)

[GIT PULL] Two more documentation fixes for 6.8
 2024-02-25 19:52 UTC  (2+ messages)

[PATCH] Documentation: PM: Fix runtime_pm.rst markdown syntax
 2024-02-25 13:00 UTC 

[PATCH] docs: Restore "smart quotes" for quotes
 2024-02-25  9:46 UTC 

[PATCH v10 0/2] arm64: Add a build target for Flat Image Tree
 2024-02-25  8:40 UTC  (4+ messages)
` [PATCH v10 2/2] arm64: boot: Support "

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-24 23:40 UTC  (37+ messages)
` [RFC PATCH 01/20] famfs: Documentation
` [RFC PATCH 02/20] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/20] dev_dax_iomap: Move dax_pgoff_to_phys from device.c to bus.c since both need it now
` [RFC PATCH 04/20] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 05/20] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
` [RFC PATCH 07/20] famfs: Add include/linux/famfs_ioctl.h
` [RFC PATCH 08/20] famfs: Add famfs_internal.h
` [RFC PATCH 09/20] famfs: Add super_operations
` [RFC PATCH 10/20] famfs: famfs_open_device() & dax_holder_operations
` [RFC PATCH 11/20] famfs: Add fs_context_operations
` [RFC PATCH 12/20] famfs: Add inode_operations and file_system_type
` [RFC PATCH 13/20] famfs: Add iomap_ops
` [RFC PATCH 14/20] famfs: Add struct file_operations
` [RFC PATCH 15/20] famfs: Add ioctl to file_operations
` [RFC PATCH 16/20] famfs: Add fault counters
` [RFC PATCH 17/20] famfs: Add module stuff
` [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch
` [RFC PATCH 19/20] famfs: Update MAINTAINERS file
` [RFC PATCH 20/20] famfs: Add Kconfig and Makefile plumbing

[PATCH v2] Docs/mm/damon/design: remove the details for pageout as paddr doesn't use MADV_PAGEOUT
 2024-02-24 23:06 UTC  (2+ messages)

[PATCH] Docs/mm/damon/design: describe the differences for pageout's virtual address and physcial address
 2024-02-24 22:33 UTC  (3+ messages)

[PATCH v5 0/3] adis16475 driver documentation
 2024-02-24 18:07 UTC  (3+ messages)
` [PATCH v5 3/3] docs: iio: add documentation for adis16475 driver

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-24  6:22 UTC  (7+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

[PATCH v4 00/36] Memory allocation profiling
 2024-02-24  2:02 UTC  (12+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 06/36] mm: enumerate all gfp flags
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()

[PATCH v6 0/4] StarFive's StarLink PMU Support
 2024-02-24  1:12 UTC  (4+ messages)
` [PATCH v6 1/4] perf: starfive: Add StarLink PMU support

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-02-24  0:37 UTC  (20+ messages)
` [PATCH v17 02/35] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v17 03/35] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v17 04/35] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v17 05/35] virt: gunyah: Add hypervisor driver
    `  "
` [PATCH v17 06/35] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v17 09/35] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v17 10/35] gunyah: vm_mgr: Add VM start/stop
` [PATCH v17 11/35] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v17 15/35] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "
` [PATCH v17 21/35] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v17 27/35] gunyah: rsc_mgr: Add RPC to enable demand paging
` [PATCH v17 30/35] virt: gunyah: Allow userspace to initialize context of primary vCPU
` [PATCH v17 35/35] MAINTAINERS: Add Gunyah hypervisor drivers section

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-23 22:21 UTC  (15+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-23 19:46 UTC  (19+ messages)
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions

[PATCH v8 00/15] x86: Trenchboot secure dynamic launch Linux kernel support
 2024-02-23 18:30 UTC  (15+ messages)
` [PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v8 14/15] x86: Secure Launch late initcall platform module

[PATCH v3 00/17] kexec: Allow preservation of ftrace buffers
 2024-02-23 15:53 UTC  (3+ messages)
` [PATCH v3 02/17] memblock: Declare scratch memory as CMA

[PATCH v2 0/3] RISC-V: enable rust
 2024-02-23 14:48 UTC  (7+ messages)
` [PATCH v2 1/3] rust: make mutually exclusive with CFI_CLANG
` [PATCH v2 2/3] scripts: generate_rust_target: enable building on RISC-V
` [PATCH v2 3/3] RISC-V: enable building 64-bit kernels with rust support

[PATCH v4 00/14] arm64: Support for 2023 DPISA extensions
 2024-02-23 14:46 UTC  (10+ messages)
` [PATCH v4 02/14] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v4 03/14] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v4 11/14] KVM: arm64: Add newly allocated ID registers to register descriptions
` [PATCH v4 12/14] KVM: arm64: Support FEAT_FPMR for guests

[PATCH v14 0/3] Support pwm/tach driver for aspeed ast26xx
 2024-02-23 13:51 UTC  (3+ messages)
` [PATCH v14 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH v7 0/6] iio: new DMABUF based API
 2024-02-23 12:14 UTC  (7+ messages)
` [PATCH v7 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v7 2/6] dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
` [PATCH v7 3/6] iio: core: Add new DMABUF interface infrastructure
` [PATCH v7 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v7 5/6] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v7 6/6] Documentation: iio: Document high-speed DMABUF based API

[PATCH net v1] Documentations: correct net_cachelines title for struct inet_sock
 2024-02-23 12:02 UTC 

[PATCH net-next v2] bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partner
 2024-02-23 10:03 UTC  (3+ messages)

[PATCH v2 0/3] TEE driver for Trusted Services
 2024-02-23  9:51 UTC  (4+ messages)
` [PATCH v2 1/3] tee: optee: Move pool_op helper functions
` [PATCH v2 2/3] tee: tstee: Add Trusted Services TEE driver
` [PATCH v2 3/3] Documentation: tee: Add TS-TEE driver

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-02-23  9:04 UTC  (23+ messages)
` [PATCH v2 06/25] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH v2 08/25] xattr: add is_fscaps_xattr() helper
` [PATCH v2 09/25] commoncap: use is_fscaps_xattr()
` [PATCH v2 10/25] xattr: "
` [PATCH v2 11/25] security: add hooks for set/get/remove of fscaps
` [PATCH v2 16/25] fs: add inode operations to get/set/remove fscaps
` [PATCH v2 17/25] fs: add vfs_get_fscaps()
` [PATCH v2 18/25] fs: add vfs_set_fscaps()
` [PATCH v2 19/25] fs: add vfs_remove_fscaps()
` [PATCH v2 20/25] ovl: add fscaps handlers

[PATCH v6] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-23  8:31 UTC 

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-23  6:23 UTC  (6+ messages)
` [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250

[PATCH v8 00/38] arm64/gcs: Provide support for GCS in userspace
 2024-02-23  2:24 UTC  (5+ messages)
` [PATCH v8 33/38] kselftest/arm64: Add a GCS test program built with the system libc


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