linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 19:35:14 to 2024-03-07 11:15:44 UTC [more...]

[PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable
 2024-03-07 11:15 UTC  (8+ 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 10:16 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 07/12] net: ethernet: oa_tc6: enable open alliance tc6 data communication
` [PATCH net-next v3 08/12] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames
` [PATCH net-next v3 09/12] net: ethernet: oa_tc6: implement receive path to receive rx "
` [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 v2] docs: w1: Remove w1_gpio_platform_data
 2024-03-07 10:10 UTC 

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

[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  (19+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v4 2/3] dt-bindings: hwmon: Add NCT7363Y documentation
` [PATCH v4 3/3] hwmon: Driver for Nuvoton NCT7363Y
          ` Commit messages (was: [PATCH v4 3/3] hwmon: Driver for Nuvoton NCT7363Y)

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

[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

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-06 22:10 UTC  (34+ 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 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP

[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  (5+ messages)
` [PATCH v3 1/1] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs

[PATCH v2 00/25] fs: use type-safe uid representation for filesystem capabilities
 2024-03-06 12:56 UTC  (14+ messages)
` [PATCH v2 24/25] commoncap: use vfs fscaps interfaces

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-03-06 12:05 UTC  (9+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "
        `  "
            `  "

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-06 10:49 UTC  (14+ messages)

[PATCH v3 0/4] TEE driver for Trusted Services
 2024-03-06 10:40 UTC  (8+ messages)
` [PATCH v3 2/4] tee: optee: Move pool_op helper functions
` [PATCH v3 3/4] tee: tstee: Add Trusted Services TEE driver

[PATCH] docs/zh_CN: Add dev-tools/ubsan Chinese translation
 2024-03-06  9:15 UTC  (2+ messages)

Cover-cover letter for two resctrl patch sets
 2024-03-06  7:28 UTC  (9+ messages)

[PATCH v11 0/4] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-03-05 23:22 UTC  (2+ messages)

[PATCH 0/4] Translate development-process into Spanish
 2024-03-05 22:18 UTC  (5+ messages)
` [PATCH 1/4] docs/sp_SP: Update process/submitting-patches
` [PATCH 2/4] docs/sp_SP: Add translation of process/development-process.rst
` [PATCH 3/4] docs/sp_SP: Add translation of process/1.Intro.rst
` [PATCH 4/4] docs/sp_SP: Add translation of process/2.Process.rst

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


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