Linux-Doc Archive mirror
 help / color / mirror / Atom feed
[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
 2024-05-04 20:13 UTC  (24+ messages)
` [PATCH v18 01/21] security: add ipe lsm
` [PATCH v18 02/21] ipe: add policy parser
` [PATCH v18 03/21] ipe: add evaluation loop
` [PATCH v18 04/21] ipe: add LSM hooks on execution and kernel read
` [PATCH v18 05/21] initramfs|security: Add a security hook to do_populate_rootfs()
` [PATCH v18 06/21] ipe: introduce 'boot_verified' as a trust provider
` [PATCH v18 07/21] security: add new securityfs delete function
` [PATCH v18 08/21] ipe: add userspace interface
` [PATCH v18 09/21] uapi|audit|ipe: add ipe auditing support
` [PATCH v18 10/21] ipe: add permissive toggle
` [PATCH v18 11/21] block,lsm: add LSM blob and new LSM hooks for block device
` [PATCH v18 12/21] dm: add finalize hook to target_type
` [PATCH v18 13/21] dm verity: expose root hash digest and signature data to LSMs
` [PATCH v18 14/21] ipe: add support for dm-verity as a trust provider
` [PATCH v18 15/21] security: add security_inode_setintegrity() hook
` [PATCH v18 16/21] fsverity: expose verified fsverity built-in signatures to LSMs
` [PATCH v18 17/21] ipe: enable support for fs-verity as a trust provider
` [PATCH v18 18/21] scripts: add boot policy generation program
` [PATCH v18 19/21] ipe: kunit test for parser
` [PATCH v18 20/21] Documentation: add ipe documentation
` [PATCH v18 21/21] MAINTAINERS: ipe: add ipe maintainer information

[PATCH v2 0/7] regulator: new API for voltage reference supplies
 2024-05-04 11:25 UTC  (3+ messages)
` [PATCH v2 4/7] iio: addac: ad74115: Use devm_regulator_get_enable_read_voltage()

[PATCH net-next v12 00/13] net: Make timestamping selectable
 2024-05-04 10:33 UTC  (8+ messages)
` [PATCH net-next v12 09/13] net: Add the possibility to support a selected hwtstamp in netdevice
` [PATCH net-next v12 12/13] net: ethtool: tsinfo: Add support for hwtstamp provider and get/set hwtstamp config
` [PATCH net-next v12 13/13] netlink: specs: tsinfo: Enhance netlink attributes and add a set command

[PATCH] swiotlb: iommu/dma: Clarify swiotlb options apply only to dma-direct
 2024-05-04  8:16 UTC  (2+ messages)

[RFC PATCH v2] Cleaning up the KVM clock mess
 2024-05-04  7:42 UTC  (6+ messages)
` [PATCH v2 01/15] KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()
` [PATCH v2 15/15] KVM: x86: Factor out kvm_use_master_clock()

[PATCH v3] kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning
 2024-05-04  7:17 UTC  (2+ messages)

[PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:44 UTC  (5+ messages)
` [PATCH net-next v12 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v12 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v12 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v12 4/4] virtio-net: support dim profile fine-tuning

[PATCH net-next v11 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:32 UTC  (4+ messages)
` [PATCH net-next v11 2/4] ethtool: provide customized dim profile management

[PATCH v8 0/6] DCP as trusted keys backend
 2024-05-03 23:45 UTC  (8+ messages)
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source
    ` [EXT] "
      ` [EXT] "

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-03 23:33 UTC  (43+ messages)
` [RFC PATCH v3 01/17] x86/resctrl: Add support for "
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 05/17] x86/resctrl: Introduce the interface to display the assignment state
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 08/17] x86/resctrl: Initialize assignable counters bitmap
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment
` [RFC PATCH v3 11/17] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [RFC PATCH v3 12/17] x86/resctrl: Add the functionality to assign the RMID
` [RFC PATCH v3 17/17] x86/resctrl: Introduce interface to modify assignment states of the groups

[PATCH] KVM: fix documentation for KVM_CREATE_GUEST_MEMFD
 2024-05-03 22:13 UTC  (2+ messages)

[RFT PATCH v2 00/48] drm/panel: Remove most store/double-check of prepared/enabled state
 2024-05-03 21:33 UTC  (2+ messages)
` [RFT PATCH v2 48/48] drm/panel: Update TODO list item for cleaning up prepared/enabled tracking

[PATCH v6 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-03 21:03 UTC  (20+ messages)
` [PATCH v6 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v6 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v6 03/17] riscv: vector: Use vlenb from DT
` [PATCH v6 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v6 05/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v6 06/17] riscv: Add vendor extensions to /proc/cpuinfo
` [PATCH v6 07/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v6 08/17] riscv: cpufeature: Extract common elements from extension checking
` [PATCH v6 09/17] riscv: Convert xandespmu to use the vendor extension framework
` [PATCH v6 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v6 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v6 12/17] riscv: Add xtheadvector instruction definitions
` [PATCH v6 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v6 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v6 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v6 16/17] selftests: riscv: Fix vector tests
` [PATCH v6 17/17] selftests: riscv: Support xtheadvector in "

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-05-03 20:59 UTC  (7+ messages)
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-03 20:10 UTC  (6+ messages)
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation

[PATCH] Documentation: kselftest: fix codeblock
 2024-05-03 18:59 UTC  (2+ messages)

[PATCH 00/10] mm/damon: misc fixes and improvements
 2024-05-03 18:06 UTC  (7+ messages)
` [PATCH 06/10] Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
` [PATCH 07/10] Docs/admin-guide/mm/damon/usage: fix wrong schemes effective quota update command
` [PATCH 08/10] Docs/mm/damon/design: use a list for supported filters
` [PATCH 09/10] Docs/mm/damon/maintainer-profile: change the maintainer's timezone from PST to PT
` [PATCH 10/10] Docs/mm/damon/maintainer-profile: allow posting patches based on damon/next tree

[PATCH v5 00/17] riscv: Support vendor extensions and xtheadvector
 2024-05-03 17:40 UTC  (28+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: Add xtheadvector ISA extension description
` [PATCH v5 02/17] dt-bindings: riscv: cpus: add a vlen register length property
` [PATCH v5 03/17] riscv: vector: Use vlenb from DT
` [PATCH v5 04/17] riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
` [PATCH v5 05/17] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v5 06/17] riscv: Add vendor extensions to /proc/cpuinfo
` [PATCH v5 07/17] riscv: Introduce vendor variants of extension helpers
` [PATCH v5 08/17] riscv: cpufeature: Extract common elements from extension checking
` [PATCH v5 09/17] riscv: Convert xandespmu to use the vendor extension framework
` [PATCH v5 10/17] RISC-V: define the elements of the VCSR vector CSR
` [PATCH v5 11/17] riscv: csr: Add CSR encodings for VCSR_VXRM/VCSR_VXSAT
` [PATCH v5 12/17] riscv: Add xtheadvector instruction definitions
` [PATCH v5 13/17] riscv: vector: Support xtheadvector save/restore
` [PATCH v5 14/17] riscv: hwprobe: Add thead vendor extension probing
` [PATCH v5 15/17] riscv: hwprobe: Document thead vendor extensions and xtheadvector extension
` [PATCH v5 16/17] selftests: riscv: Fix vector tests
` [PATCH v5 17/17] selftests: riscv: Support xtheadvector in "

[PATCH v3] arm64: Add the arm64.no32bit_el0 command line option
 2024-05-03 17:32 UTC  (2+ messages)

[PATCH 1/2] platform/x86/intel/sdsi: Add ioctl SPDM transport
 2024-05-03 16:16 UTC  (5+ messages)
` [PATCH 2/2] tools/arch/x86/intel_sdsi: Add attestation support

[PATCH v2 0/1] cgroup: Add documentation for missing zswap memory.stat
 2024-05-03 14:54 UTC  (5+ messages)
` [PATCH v2 1/1] "

checkpatch doc suggestion
 2024-05-03 12:55 UTC  (2+ messages)

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-05-03  9:57 UTC  (3+ messages)

[PATCH 0/5] Add support for adis16545/47
 2024-05-03  9:07 UTC  (11+ messages)
` [PATCH 4/5] iio: adis16480: add support for adis16545/7 families

[PATCH] Fix typo
 2024-05-03  7:22 UTC  (2+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-03  7:10 UTC  (27+ messages)
` [PATCH net-next v4 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v4 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v4 13/12] net: lan865x: optional hardware reset

[PATCH v20 00/41] Introduce QC USB SND audio offloading support
 2024-05-02 23:37 UTC  (4+ messages)
` [PATCH v20 06/41] usb: host: xhci-sideband: Expose a sideband interrupter enable API

[PATCH v4 00/16] riscv: Support vendor extensions and xtheadvector
 2024-05-02 22:31 UTC  (9+ messages)
` [PATCH v4 05/16] riscv: Extend cpufeature.c to detect vendor extensions
` [PATCH v4 07/16] riscv: cpufeature: Extract common elements from extension checking

[PATCH] docs:core-api: fixed typos and grammar in printk-index page
 2024-05-02 21:25 UTC 

[PATCH v2 0/4] rust: docs: Update the translation of rust to 6.9-rc4
 2024-05-02 16:28 UTC  (2+ messages)

[PATCH] docs: stable-kernel-rules: fix typo sent->send
 2024-05-02 16:21 UTC  (2+ messages)

[PATCH] docs/zh_CN: remove two inconsistent spaces
 2024-05-02 16:16 UTC  (2+ messages)

[PATCH] docs: scripts/check-variable-fonts.sh: Improve commands for detection
 2024-05-02 16:15 UTC  (2+ messages)

[PATCH v2 0/5] docs: stable-kernel-rules: fine-tuning and 'no stable backport' tag
 2024-05-02 16:13 UTC  (2+ messages)

[PATCH] docs, kprobes: Add riscv as supported architecture
 2024-05-02 16:06 UTC  (2+ messages)

[PATCH v3 0/9] drm/mipi-dsi: Reduce bloat and add funcs for cleaner init seqs
 2024-05-02 16:05 UTC  (6+ messages)
` [PATCH v3 5/9] drm/mipi-dsi: Introduce mipi_dsi_*_write_seq_multi()

[PATCH] Docs: typos/spelling
 2024-05-02 16:03 UTC  (2+ messages)

[PATCH] docs: kernel_include.py: Cope with docutils 0.21
 2024-05-02 16:01 UTC  (4+ messages)

[PATCH] docs: ja_JP/howto: Catch up update in v6.8
 2024-05-02 15:46 UTC  (2+ messages)

[PATCH] doc:it_IT: align Italian documentation
 2024-05-02 15:46 UTC  (3+ messages)

[PATCH v4 1/1] Documentation/core-api: Add swiotlb documentation
 2024-05-02 13:45 UTC  (6+ messages)

[PATCH] Sphinx error fixed for inline literal end-string in include/linux/workqueue.h
 2024-05-02 10:39 UTC  (3+ messages)
` [PATCH v2] Sphinx error fixed for inline literal end-string by changing $type_constant2 in kernel-doc script to include "*" unicode character in highlights_rst

[PATCH v3 1/1] Documentation/core-api: Add swiotlb documentation
 2024-05-02  0:52 UTC  (4+ messages)

[PATCH] Documentation: tracing: Fix spelling mistakes
 2024-05-02  0:38 UTC  (2+ messages)

[PATCH memory-model 1/4] Documentation/litmus-tests: Add locking tests to README
 2024-05-01 23:21 UTC  (3+ messages)
` [PATCH memory-model 2/4] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg
` [PATCH memory-model 3/4] Documentation/atomic_t: Emphasize that failed atomic operations give no ordering

[PATCH v4 13/16] riscv: hwprobe: Add thead vendor extension probing
 2024-05-01 19:50 UTC  (3+ messages)


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