linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-13 00:56:07 to 2024-04-16 04:12:29 UTC [more...]

[PATCH v2 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-16  4:12 UTC  (18+ 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 00/19] riscv: Support vendor extensions and xtheadvector
 2024-04-16  3:34 UTC  (10+ messages)
` [PATCH 02/19] riscv: cpufeature: Fix thead vector hwcap removal

[PATCH v3 0/8] Improve buffer head documentation
 2024-04-16  3:17 UTC  (9+ 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  2:13 UTC  (29+ 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 bpf-next] bpf: clarify libbpf skeleton header licensing
 2024-04-15 23:16 UTC  (2+ messages)

[PATCH v4 00/14] security: digest_cache LSM
 2024-04-15 21:07 UTC  (25+ 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 v3 00/29] riscv control-flow integrity for usermode
 2024-04-15 19:41 UTC  (5+ messages)
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)

[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  (12+ 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  (19+ messages)
` [PATCH v17 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v17 07/21] security: add new securityfs delete function
` [PATCH v17 08/21] ipe: add userspace interface
` [PATCH v17 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v17 10/21] ipe: add permissive toggle
` [PATCH v17 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v17 12/21] dm: add finalize hook to target_type
` [PATCH v17 13/21] dm verity: consume root hash digest and expose signature data via LSM hook
` [PATCH v17 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v17 15/21] security: add security_inode_setintegrity() hook
` [PATCH v17 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v17 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v17 18/21] scripts: add boot policy generation program
` [PATCH v17 19/21] ipe: kunit test for parser
` [PATCH v17 20/21] Documentation: add ipe documentation
` [PATCH v17 21/21] MAINTAINERS: ipe: add ipe maintainer information

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

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

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

[PATCH net-next v2 14/15] mm: page_frag: update documentation for page_frag
 2024-04-15 13:19 UTC 

[PATCH v6 00/11] IOMMU memory observability
 2024-04-15 12:33 UTC  (2+ messages)

[PATCH net-next v2 00/10] Add ability to flash modules' firmware
 2024-04-15 12:07 UTC  (11+ messages)
` [PATCH net-next v2 01/10] ethtool: Add ethtool operation to write to a transceiver module EEPROM
` [PATCH net-next v2 02/10] mlxsw: Implement "
` [PATCH net-next v2 03/10] ethtool: Add an interface for flashing transceiver modules' firmware
` [PATCH net-next v2 04/10] ethtool: Add flashing transceiver modules' firmware notifications ability
` [PATCH net-next v2 05/10] include: netdevice: Add module firmware flashing in progress flag to net_device
` [PATCH net-next v2 06/10] net: sfp: Add more extended compliance codes
` [PATCH net-next v2 07/10] ethtool: cmis_cdb: Add a layer for supporting CDB commands
` [PATCH net-next v2 08/10] ethtool: cmis_fw_update: add a layer for supporting firmware update using CDB
` [PATCH net-next v2 09/10] ethtool: Add ability to flash transceiver modules' firmware
` [PATCH net-next v2 10/10] ethtool: Veto some operations during firmware flashing process

[tobetter:odroid-6.1.y 72/91] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/sitronix,st7789v-dbi.yaml
 2024-04-15 11:37 UTC 

[PATCH v3] Add MO(mod objs) variable to process ext modules with subdirs
 2024-04-15 10:21 UTC  (6+ messages)

[PATCH 00/10] Add support for a few Zc* extensions as well as Zcmop
 2024-04-15  9:10 UTC  (11+ messages)
` [PATCH 07/10] riscv: add ISA extension parsing for Zcmop

[PATCH v2] drm: Document requirements for driver-specific KMS props in new drivers
 2024-04-15  8:13 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] Add API to correct KVM/PV clock drift
 2024-04-15  7:16 UTC  (4+ messages)
` [PATCH v2 0/2] Add API for accurate KVM/PV clock migration
  ` [PATCH v2 1/2] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM "

[broonie-ci:fileY2I0bM 27/28] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/sound/ti,pcm1681.yaml
 2024-04-15  4:17 UTC 

[linux-next:pending-fixes 180/265] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/i2c/nxp,pnx-i2c.yaml
 2024-04-15  1:33 UTC 

[PATCH net-next v10 00/13] net: Make timestamping selectable
 2024-04-14 16:33 UTC  (5+ messages)
` [PATCH net-next v10 08/13] ptp: Add phc source and helpers to register specific PTP clock or get information

[PATCH net-next v8 00/17] net: Add support for Power over Ethernet (PoE)
 2024-04-14 16:24 UTC  (19+ messages)
` [PATCH net-next v8 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers
` [PATCH net-next v8 02/17] of: property: Add fw_devlink support for pse parent
` [PATCH net-next v8 03/17] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v8 04/17] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v8 05/17] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v8 06/17] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v8 07/17] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v8 08/17] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v8 09/17] MAINTAINERS: Add myself to pse networking maintainer
` [PATCH net-next v8 10/17] net: pse-pd: Add support for PSE PIs
` [PATCH net-next v8 11/17] dt-bindings: net: pse-pd: Add another way of describing several "
` [PATCH net-next v8 12/17] net: pse-pd: Add support for setup_pi_matrix callback
` [PATCH net-next v8 13/17] net: pse-pd: Use regulator framework within PSE framework
` [PATCH net-next v8 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v8 15/17] net: pse-pd: Add PD692x0 PSE controller driver
` [PATCH net-next v8 16/17] dt-bindings: net: pse-pd: Add bindings for TPS23881 PSE controller
` [PATCH net-next v8 17/17] net: pse-pd: Add TI TPS23881 PSE controller driver

[PATCH net-next 00/10] Add ability to flash modules' firmware
 2024-04-14  8:20 UTC  (5+ messages)
` [PATCH net-next 07/10] ethtool: cmis_cdb: Add a layer for supporting CDB commands

[PATCH] Documentation: Add additional missing arg to dev_gpiod_get examples
 2024-04-14  6:50 UTC 

[PATCH] Documentation: spi: Update gpio+bitbang instruction
 2024-04-14  6:53 UTC 

[PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
 2024-04-13 22:10 UTC  (2+ messages)

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-13 21:44 UTC  (7+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "

[PATCH 0/2] TPM documentation updates
 2024-04-13 21:41 UTC  (4+ messages)
` [PATCH 2/2] Documentation: tpm_tis

[linux-next:master 2072/6010] htmldocs: Warning: Documentation/filesystems/efivarfs.rst references a file that doesn't exist: Documentation/ABI/stable/sysfs-firmware-efi-vars
 2024-04-13  6:01 UTC 

[linux-next:master 1372/6010] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/display/exynos/
 2024-04-13  5:19 UTC 

[linux-next:master 4872/6010] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/i2c/i2c-pnx.txt
 2024-04-13  4:48 UTC 

[broonie-ci:asoc-6.10 18/45] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/sound/ti,pcm1681.txt
 2024-04-13  4:27 UTC 

[linux-next:master 2630/6010] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/reserved-memory/qcom
 2024-04-13  4:06 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 NNTP newsgroup(s).