Linux-Doc Archive mirror
 help / color / mirror / Atom feed
[PATCH v3 0/8] Improve buffer head documentation
 2024-04-16 22:38 UTC  (11+ messages)
` [PATCH v3 1/8] doc: Improve the description of __folio_mark_dirty
` [PATCH v3 2/8] buffer: Add kernel-doc for block_dirty_folio()
` [PATCH v3 3/8] buffer: Add kernel-doc for try_to_free_buffers()
` [PATCH v3 4/8] buffer: Fix __bread and __bread_gfp kernel-doc
` [PATCH v3 5/8] buffer: Add kernel-doc for brelse() and __brelse()
` [PATCH v3 6/8] buffer: Add kernel-doc for bforget() and __bforget()
` [PATCH v3 7/8] buffer: Improve bdev_getblk documentation
` [PATCH v3 8/8] doc: Split buffer.rst out of api-summary.rst

[PATCH v4 00/30] NT synchronization primitive driver
 2024-04-16 22:18 UTC  (39+ messages)
` [PATCH v4 01/27] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v4 02/27] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v4 03/27] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v4 04/27] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v4 05/27] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v4 06/27] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v4 07/27] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v4 08/27] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v4 09/27] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v4 10/27] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v4 11/27] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v4 12/27] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v4 13/27] ntsync: Introduce alertable waits
` [PATCH v4 14/27] selftests: ntsync: Add some tests for semaphore state
` [PATCH v4 15/27] selftests: ntsync: Add some tests for mutex state
` [PATCH v4 16/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v4 17/27] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v4 18/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v4 19/27] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v4 20/27] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v4 21/27] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v4 22/27] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v4 23/27] selftests: ntsync: Add tests for alertable waits
` [PATCH v4 24/27] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v4 25/27] selftests: ntsync: Add a stress test for contended waits
` [PATCH v4 26/27] maintainers: Add an entry for ntsync
` [PATCH v4 27/27] docs: ntsync: Add documentation for the ntsync uAPI

[PATCH net-next v8 00/17] net: Add support for Power over Ethernet (PoE)
 2024-04-16 21:56 UTC  (2+ messages)

[PATCH 00/12] ASoC: doc: dapm: various improvements
 2024-04-16 21:23 UTC  (14+ messages)
` [PATCH 01/12] ASoC: doc: dapm: fix typos
` [PATCH 02/12] ASoC: doc: dapm: fix struct name
` [PATCH 03/12] ASoC: doc: dapm: minor rewording
` [PATCH 04/12] ASoC: doc: dapm: remove dash after colon
` [PATCH 05/12] ASoC: doc: dapm: clarify it's an internal API
` [PATCH 06/12] ASoC: doc: dapm: replace "map" with "graph"
` [PATCH 07/12] ASoC: doc: dapm: extend initial descrption
` [PATCH 08/12] ASoC: doc: dapm: describe how widgets and routes are registered
` [PATCH 09/12] ASoC: doc: dapm: fix and improve section "Registering DAPM controls"
` [PATCH 10/12] ASoC: doc: dapm: improve section "Codec/DSP Widget Interconnections"
` [PATCH 11/12] ASoC: doc: dapm: update section "DAPM Widget Events"
` [PATCH 12/12] ASoC: doc: dapm: update event types

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-16 21:10 UTC  (27+ messages)
` [PATCH v2 01/17] riscv: cpufeature: Fix thead vector hwcap removal
` [PATCH v2 02/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v2 03/17] dt-bindings: riscv: Add vendorid
` [PATCH v2 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v2 05/17] riscv: Fix extension subset checking
` [PATCH v2 06/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v2 07/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v2 08/17] riscv: drivers: Convert xandespmu to use the vendor extension framework
` [PATCH v2 09/17] riscv: uaccess: Add alternative for xtheadvector uaccess
` [PATCH v2 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v2 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v2 12/17] riscv: Create xtheadvector file
` [PATCH v2 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v2 14/17] riscv: hwprobe: Add vendor extension probing
` [PATCH v2 15/17] riscv: hwprobe: Document vendor extensions and xtheadvector extension
` [PATCH v2 16/17] selftests: riscv: Fix vector tests
` [PATCH v2 17/17] selftests: riscv: Support xtheadvector in "

[PATCH v10] mm: report per-page metadata information
 2024-04-16 20:52 UTC  (2+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-04-16 19:52 UTC  (4+ messages)
` [RFC PATCH v3 09/17] x86/resctrl: Introduce assign state for the mon group

[PATCH v4 0/6] pids controller events rework
 2024-04-16 19:32 UTC  (11+ messages)
` [PATCH v4 1/6] cgroup/pids: Remove superfluous zeroing
` [PATCH v4 2/6] cgroup/pids: Separate semantics of pids.events related to pids.max
` [PATCH v4 3/6] cgroup/pids: Make event counters hierarchical
` [PATCH v4 4/6] cgroup/pids: Add pids.events.local
` [PATCH v4 5/6] selftests: cgroup: Lexicographic order in Makefile
` [PATCH v4 6/6] selftests: cgroup: Add basic tests for pids controller

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-04-16 19:27 UTC  (2+ messages)

[PATCH bpf-next] bpf: clarify libbpf skeleton header licensing
 2024-04-16 18:39 UTC  (3+ messages)
  `  "

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-16 18:18 UTC  (12+ messages)
` [PATCH net-next v3 06/12] net: ethernet: oa_tc6: implement internal PHY initialization

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-16 15:44 UTC  (6+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[PATCH 07/10] riscv: add ISA extension parsing for Zcmop
 2024-04-16 15:23 UTC  (12+ messages)

[PATCH] Documentation: spi: Update gpio+bitbang instruction
 2024-04-16 14:48 UTC  (2+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-16 14:47 UTC  (38+ messages)
` [PATCH v4 01/14] lib: Add TLV parser
` [PATCH v4 02/14] security: Introduce the digest_cache LSM
` [PATCH v4 03/14] digest_cache: Add securityfs interface
` [PATCH v4 04/14] digest_cache: Add hash tables and operations
` [PATCH v4 05/14] digest_cache: Populate the digest cache from a digest list
` [PATCH v4 06/14] digest_cache: Parse tlv digest lists
` [PATCH v4 07/14] digest_cache: Parse rpm "
` [PATCH v4 08/14] digest_cache: Add management of verification data
` [PATCH v4 09/14] digest_cache: Add support for directories
` [PATCH v4 10/14] digest cache: Prefetch digest lists if requested
` [PATCH v4 11/14] digest_cache: Reset digest cache on file/directory change
` [PATCH v4 12/14] digest_cache: Notify digest cache events
` [PATCH v4 13/14] selftests/digest_cache: Add selftests for digest_cache LSM
` [PATCH v4 14/14] docs: Add documentation of the "

[PATCH v11 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-04-16 14:09 UTC  (9+ messages)
` [PATCH v11 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v11 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v11 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v11 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state

elf(5) and ld.so(8): DT_RPATH deprecated - really?
 2024-04-16 14:00 UTC 

[PATCH v3 0/6] firmware: support i.MX95 SCMI BBM/MISC Extenstion
 2024-04-16 13:19 UTC  (6+ messages)
` [PATCH v3 2/6] dt-bindings: firmware: add i.MX95 SCMI Extension protocol

[PATCH net-next v2 14/15] mm: page_frag: update documentation for page_frag
 2024-04-16 13:11 UTC  (3+ messages)

[PATCH net-next v2 00/10] Add ability to flash modules' firmware
 2024-04-16 11:50 UTC  (4+ messages)
` [PATCH net-next v2 07/10] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[PATCH 0/3] x86/cpu: Fix SPECULATIVE_MITIGATION=n kernels
 2024-04-16 11:06 UTC  (8+ messages)
` [PATCH 1/3] x86/cpu: Actually turn off mitigations by default for SPECULATION_MITIGATIONS=n

[PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
 2024-04-16 10:53 UTC  (5+ messages)

[PATCH v6 00/11] Add support for Intel PPS Generator
 2024-04-16 10:19 UTC  (12+ messages)
` [PATCH v6 01/11] x86/tsc: Add base clock properties in clocksource structure
` [PATCH v6 08/11] timekeeping: Add function to convert realtime to base clock
` [PATCH v6 09/11] pps: generators: Add PPS Generator TIO Driver

[PATCH v3] usb-storage: Optimize scan delay more precisely
 2024-04-16  8:28 UTC 

[PATCH 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-16  7:36 UTC  (11+ messages)
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal

[PATCH v1] PCI/AER: Update aer-inject tool source URL
 2024-04-16  5:50 UTC 

[PATCH v2 00/25] Enable FRED with KVM VMX
 2024-04-15 17:58 UTC  (2+ messages)

[PATCH v5] fpga: region: add owner module and take its refcount
 2024-04-15 17:11 UTC  (4+ messages)

[PATCH v10 00/21] GenieZone hypervisor drivers
 2024-04-15 17:03 UTC  (11+ messages)
` [PATCH v10 03/21] dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor
` [PATCH v10 04/21] virt: geniezone: Add GenieZone hypervisor driver
` [PATCH v10 06/21] virt: geniezone: Add set_user_memory_region for vm
` [PATCH v10 15/21] virt: geniezone: Add demand paging support
` [PATCH v10 19/21] virt: geniezone: Provide individual VM memory statistics within debugfs

[PATCH] Documentation: coding-style: don't encourage WARN*()
 2024-04-15 16:26 UTC  (4+ messages)

[RFC][PATCH v2 0/9] ima: Integrate with digest_cache LSM
 2024-04-15 16:10 UTC  (10+ messages)
` [RFC][PATCH v2 1/9] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v2 2/9] ima: Nest iint mutex for DIGEST_LIST_CHECK hook
` [RFC][PATCH v2 3/9] ima: Add digest_cache policy keyword
` [RFC][PATCH v2 4/9] ima: Add digest_cache_measure/appraise boot-time built-in policies
` [RFC][PATCH v2 5/9] ima: Modify existing boot-time built-in policies with digest cache policies
` [RFC][PATCH v2 6/9] ima: Store allowed usage in digest cache based on integrity metadata flags
` [RFC][PATCH v2 7/9] ima: Use digest caches for measurement
` [RFC][PATCH v2 8/9] ima: Use digest caches for appraisal
` [RFC][PATCH v2 9/9] ima: Register to the digest_cache LSM notifier and process events

[PATCH v2 0/6] docs: verify/bisect: fine tuning, testing fixes, build host, order
 2024-04-15 16:01 UTC  (2+ messages)

[RFC PATCH v2 00/31] Upstream kvx Linux port
 2024-04-15 15:30 UTC  (5+ messages)
` [RFC PATCH v2 30/31] kvx: Add power controller driver

[PATCH v17 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-04-15 14:56 UTC  (4+ messages)
` [PATCH v17 20/21] Documentation: add ipe documentation

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-15 14:16 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).