linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 13:22:55 to 2024-03-07 15:39:50 UTC [more...]

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-07 15:39 UTC  (9+ messages)
` [PATCH v17 01/35] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v17 05/35] virt: gunyah: Add hypervisor driver
` [PATCH v17 07/35] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v17 08/35] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:38 UTC  (7+ messages)
` [PATCH v6 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v6 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v6 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v6 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v6 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v6 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-07 15:34 UTC  (4+ messages)
` [PATCH v5 4/6] MAINTAINERS: add entry for DCP-based trusted keys

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

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-07 14:42 UTC  (13+ messages)
` [PATCH 2/2] [RFC] pagemap.rst: Document write bit

[PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-03-07 14:41 UTC  (31+ messages)
` [PATCH net-next v3 01/12] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface
` [PATCH net-next v3 02/12] net: ethernet: oa_tc6: implement register write operation
` [PATCH net-next v3 03/12] net: ethernet: oa_tc6: implement register read operation
` [PATCH net-next v3 04/12] net: ethernet: oa_tc6: implement software reset
` [PATCH net-next v3 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking
` [PATCH net-next v3 06/12] net: ethernet: oa_tc6: implement internal PHY initialization
` [PATCH net-next v3 10/12] net: ethernet: oa_tc6: implement mac-phy interrupt
` [PATCH net-next v3 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY
` [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY

[PATCH v1 0/3] gpiolib: Get rid of gpio_free_array()/gpio_request_array()
 2024-03-07 14:36 UTC  (5+ messages)
` [PATCH v1 1/3] ARM: pxa: spitz: Open code gpio_request_array()
` [PATCH v1 2/3] ARM: sa1100: "
` [PATCH v1 3/3] gpiolib: legacy: Remove unused gpio_request_array() and gpio_free_array()

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-07 14:25 UTC  (20+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider

[PATCH v5 0/2] Add support to replay kernel log on console via sysrq
 2024-03-07 14:00 UTC  (5+ messages)
` [PATCH v5 1/2] printk: Add function to replay kernel log on consoles
` [PATCH v5 2/2] tty/sysrq: Replay kernel log messages on consoles via sysrq

[PATCH v8 00/27] drm/connector: Create HDMI Connector infrastructure
 2024-03-07 13:38 UTC  (28+ messages)
` [PATCH v8 01/27] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v8 02/27] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v8 03/27] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v8 04/27] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v8 05/27] drm/tests: Add output bpc tests
` [PATCH v8 06/27] drm/connector: hdmi: Add support for output format
` [PATCH v8 07/27] drm/tests: Add output formats tests
` [PATCH v8 08/27] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v8 09/27] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v8 10/27] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v8 11/27] drm/tests: Add TDMS character rate connector state tests
` [PATCH v8 12/27] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v8 13/27] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v8 14/27] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v8 15/27] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v8 16/27] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v8 17/27] drm/tests: Add tests for "
` [PATCH v8 18/27] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v8 19/27] drm/tests: Add RGB Quantization tests
` [PATCH v8 20/27] drm/connector: hdmi: Add Infoframes generation
` [PATCH v8 21/27] drm/tests: Add infoframes test
` [PATCH v8 22/27] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v8 23/27] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v8 24/27] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v8 25/27] drm/vc4: tests: Convert to plane creation helper
` [PATCH v8 26/27] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v8 27/27] drm/sun4i: hdmi: "

[PATCH] doc/arch/x86/amd/hsmp: Updating urls
 2024-03-07 13:35 UTC 

[PATCH v3] docs: w1: Remove w1_gpio_platform_data
 2024-03-07 13:09 UTC 

[PATCH v1] docs: verify/bisect: fixes, finetuning, and support for Arch
 2024-03-07 11:40 UTC  (4+ messages)

[PATCH v2] docs: w1: Remove w1_gpio_platform_data
 2024-03-07 10:10 UTC 

[PATCH] docs: w1: Remove w1_gpio_platform_data
 2024-03-07  7:43 UTC  (3+ messages)

[PATCH v4 0/3] hwmon: Driver for Nuvoton NCT7363Y
 2024-03-07  7:41 UTC  (16+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v4 3/3] hwmon: Driver for Nuvoton NCT7363Y
          ` Commit messages (was: [PATCH v4 3/3] hwmon: Driver for Nuvoton NCT7363Y)

[PATCH v5 00/37] Memory allocation profiling
 2024-03-07  3:18 UTC  (39+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[PATCH v3 0/6] uvc gadget performance issues
 2024-03-07  1:57 UTC  (6+ messages)
` [PATCH v3 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc

[PATCH net-next v3] net: netconsole: Add continuation line prefix to userdata messages
 2024-03-07  0:25 UTC  (3+ messages)

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-07  0:05 UTC  (23+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 02/19] ipe: add policy parser
` [RFC PATCH v14 03/19] ipe: add evaluation loop
` [RFC PATCH v14 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

[PATCH v5 0/9] arm64: Support for 2023 DPISA extensions
 2024-03-06 23:14 UTC  (10+ messages)
` [PATCH v5 1/9] arm64/cpufeature: Hook new identification registers up to cpufeature
` [PATCH v5 2/9] arm64/fpsimd: Enable host kernel access to FPMR
` [PATCH v5 3/9] arm64/fpsimd: Support FEAT_FPMR
` [PATCH v5 4/9] arm64/signal: Add FPMR signal handling
` [PATCH v5 5/9] arm64/ptrace: Expose FPMR via ptrace
` [PATCH v5 6/9] arm64/hwcap: Define hwcaps for 2023 DPISA features
` [PATCH v5 7/9] kselftest/arm64: Handle FPMR context in generic signal frame parser
` [PATCH v5 8/9] kselftest/arm64: Add basic FPMR test
` [PATCH v5 9/9] kselftest/arm64: Add 2023 DPISA hwcap test coverage

[PATCH v3 0/3] usb: gadget: 9pfs transport
 2024-03-06 19:54 UTC  (4+ messages)
` [PATCH v3 2/3] net/9p/usbg: Add new usb gadget function transport

[PATCH] net: make SK_MEMORY_PCPU_RESERV tunable
 2024-03-06 17:28 UTC  (6+ messages)

[PATCH] drm: Document requirements for driver-specific KMS props in new drivers
 2024-03-06 16:50 UTC  (3+ messages)

[PATCH v4 00/14] arm64: Support for 2023 DPISA extensions
 2024-03-06 16:41 UTC  (4+ messages)
` [PATCH v4 03/14] arm64/fpsimd: Support FEAT_FPMR

[PATCH v3 0/1] drm/panfrost: Replace fdinfo's profiling debugfs knob
 2024-03-06 14:31 UTC  (3+ messages)
` [PATCH v3 1/1] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs


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