Linux Documentation
[Prev Page][Next Page]
- [RFC PATCH v14 10/19] ipe: add permissive toggle, (continued)
- [RFC PATCH v14 10/19] ipe: add permissive toggle, Fan Wu
- [RFC PATCH v14 12/19] dm: add finalize hook to target_type, Fan Wu
- [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook, Fan Wu
- [RFC PATCH v14 18/19] ipe: kunit test for parser, Fan Wu
- [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider, Fan Wu
- [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [RFC PATCH v14 11/19] block|security: add LSM blob to block_device, Fan Wu
- [RFC PATCH v14 08/19] ipe: add userspace interface, Fan Wu
- [RFC PATCH v14 17/19] scripts: add boot policy generation program, Fan Wu
- [RFC PATCH v14 19/19] documentation: add ipe documentation, Fan Wu
- Re: [RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE), Paul Moore
- [PATCH 1/2] [RFC] proc: pagemap: Expose whether a PTE is writable,
Richard Weinberger
- [PATCH v5 0/9] arm64: Support for 2023 DPISA extensions,
Mark Brown
- [PATCH v5 1/9] arm64/cpufeature: Hook new identification registers up to cpufeature, Mark Brown
- [PATCH v5 2/9] arm64/fpsimd: Enable host kernel access to FPMR, Mark Brown
- [PATCH v5 3/9] arm64/fpsimd: Support FEAT_FPMR, Mark Brown
- [PATCH v5 4/9] arm64/signal: Add FPMR signal handling, Mark Brown
- [PATCH v5 5/9] arm64/ptrace: Expose FPMR via ptrace, Mark Brown
- [PATCH v5 6/9] arm64/hwcap: Define hwcaps for 2023 DPISA features, Mark Brown
- [PATCH v5 7/9] kselftest/arm64: Handle FPMR context in generic signal frame parser, Mark Brown
- [PATCH v5 8/9] kselftest/arm64: Add basic FPMR test, Mark Brown
- [PATCH v5 9/9] kselftest/arm64: Add 2023 DPISA hwcap test coverage, Mark Brown
- Re: [PATCH v5 0/9] arm64: Support for 2023 DPISA extensions, Catalin Marinas
- [PATCH] docs: w1: Remove w1_gpio_platform_data,
Ayush Singh
- [PATCH v5 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v5 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v5 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v5 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v5 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v5 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v5 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v5 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v5 24/37] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v5 26/37] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 31/37] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v5 32/37] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 37/37] memprofiling: Documentation, Suren Baghdasaryan
- [PATCH v1] docs: verify/bisect: fixes, finetuning, and support for Arch,
Thorsten Leemhuis
- [PATCH net-next v3 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface,
Parthiban Veerasooran
- [PATCH net-next v3 03/12] net: ethernet: oa_tc6: implement register read operation, Parthiban Veerasooran
- [PATCH net-next v3 05/12] net: ethernet: oa_tc6: implement error interrupts unmasking, Parthiban Veerasooran
- [PATCH net-next v3 04/12] net: ethernet: oa_tc6: implement software reset, Parthiban Veerasooran
- [PATCH net-next v3 02/12] net: ethernet: oa_tc6: implement register write operation, Parthiban Veerasooran
- [PATCH net-next v3 06/12] net: ethernet: oa_tc6: implement internal PHY initialization, Parthiban Veerasooran
- [PATCH net-next v3 01/12] Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interface, Parthiban Veerasooran
- [PATCH net-next v3 07/12] net: ethernet: oa_tc6: enable open alliance tc6 data communication, Parthiban Veerasooran
- [PATCH net-next v3 08/12] net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet frames, Parthiban Veerasooran
- [PATCH net-next v3 09/12] net: ethernet: oa_tc6: implement receive path to receive rx ethernet frames, Parthiban Veerasooran
- [PATCH net-next v3 10/12] net: ethernet: oa_tc6: implement mac-phy interrupt, Parthiban Veerasooran
- [PATCH net-next v3 11/12] microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHY, Parthiban Veerasooran
- [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Conor Dooley
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Andrew Lunn
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Conor Dooley
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Krzysztof Kozlowski
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Krzysztof Kozlowski
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Conor Dooley
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Krzysztof Kozlowski
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Krzysztof Kozlowski
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Conor Dooley
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- Re: [PATCH net-next v3 12/12] dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY, Parthiban.Veerasooran
- [PATCH v3 0/1] drm/panfrost: Replace fdinfo's profiling debugfs knob,
Adrián Larumbe
- [PATCH 0/4] Translate development-process into Spanish,
Avadhut Naik
- [PATCH v6] fpga: manager: add owner module and take its refcount,
Marco Pagani
- [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps,
Leon Romanovsky
- [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs, Leon Romanovsky
- [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA, Leon Romanovsky
- [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA, Leon Romanovsky
- [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA, Leon Romanovsky
- [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA, Leon Romanovsky
- [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks, Leon Romanovsky
- [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP, Leon Romanovsky
- [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN, Leon Romanovsky
- [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage, Leon Romanovsky
- [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB, Leon Romanovsky
- [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length, Leon Romanovsky
- [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse, Leon Romanovsky
- [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list, Leon Romanovsky
- [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API, Leon Romanovsky
- [RFC RESEND 15/16] block: add dma_link_range() based API, Leon Romanovsky
- [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Robin Murphy
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Leon Romanovsky
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Christoph Hellwig
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Jason Gunthorpe
- Re: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Zhu Yanjun
- RE: [RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps, Zeng, Oak
- [PATCH v3 0/4] TEE driver for Trusted Services,
Balint Dobszay
- [RFC 01/16] mm/hmm: let users to tag specific PFNs,
Leon Romanovsky
- [RFC 02/16] dma-mapping: provide an interface to allocate IOVA, Leon Romanovsky
- [RFC 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA, Leon Romanovsky
- [RFC 04/16] iommu/dma: Provide an interface to allow preallocate IOVA, Leon Romanovsky
- [RFC 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA, Leon Romanovsky
- [RFC 06/16] iommu/dma: Implement link/unlink page callbacks, Leon Romanovsky
- [RFC 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP, Leon Romanovsky
- [RFC 08/16] RDMA/umem: Store ODP access mask information in PFN, Leon Romanovsky
- [RFC 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage, Leon Romanovsky
- [RFC 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB, Leon Romanovsky
- [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length, Leon Romanovsky
- [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse, Leon Romanovsky
- [RFC 13/16] vfio/mlx5: Explicitly store page list, Leon Romanovsky
- [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API, Leon Romanovsky
- [RFC 15/16] block: add dma_link_range() based API, Leon Romanovsky
- [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL, Leon Romanovsky
- [RFC 00/16] Split IOMMU DMA mapping operation to two steps,
Leon Romanovsky
- [PATCH] docs: Makefile: Add dependency to $(YNL_INDEX) for targets other than htmldocs,
Akira Yokosawa
- [RFC PATCH net-next v6 00/15] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v6 01/15] queue_api: define queue api, Mina Almasry
- [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check, Mina Almasry
- [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v6 08/15] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v6 10/15] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem, David Howells
- Re: [RFC PATCH net-next v6 00/15] Device Memory TCP, Yunsheng Lin
- [PATCH] docs: x86_64: fix a typo in fsgs.rst,
Moody Liu
- [PATCH] Documentation: tpm_tis,
Jarkko Sakkinen
- [PATCH v3 0/8] tracing/probes: Support function parameter access from return probe,
Masami Hiramatsu (Google)
- [morimoto:card2-trigger-order-2023-02-28 33/33] dtbs_check: Documentation/devicetree/bindings/sound/audio-graph-port.yaml:30:10: [warning] too many spaces before colon (colons), kernel test robot
- guide on bisecting (was Re: [REGRESSION] kexec does firmware reboot in kernel v6.7.6),
Thorsten Leemhuis
- [PATCH 3/3] kconfig: remove named choice support,
Masahiro Yamada
- [PATCH v2 0/1] drm/panfrost: Replace fdinfo's profiling debugfs knob,
Adrián Larumbe
- [PATCH] docs/zh_CN: Add dev-tools/ubsan Chinese translation,
Dongliang Mu
- [PATCH v6 0/7] LoongArch: Add pv ipi support on LoongArch VM,
Bibo Mao
- [PATCH v2] proc: allow restricting /proc/pid/mem writes,
Adrian Ratiu
- [PATCH net-next v3] net: netconsole: Add continuation line prefix to userdata messages,
Matthew Wood
- [PATCH] riscv: hwprobe: export highest virtual userspace address,
Clément Léger
- [PATCH] docs: kerneldoc-preamble.sty: Remove code for Sphinx <2.4,
Akira Yokosawa
- [PATCH v2] docs: drop the version constraints for sphinx and dependencies,
Lukas Bulwahn
- [PATCH 0/3] Towards a re-organized submitting patches,
Lukas Bulwahn
- [regression 5.10.y] linux-doc builds: Global symbol "$args" requires explicit package name (did you forget to declare "my $args"?) at ./scripts/kernel-doc line 1236.,
Salvatore Bonaccorso
- [PATCH 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list,
Alexander Stein
- [PATCH v7] tracing: Support to dump instance traces by ftrace_dump_on_oops,
Huang Yiwei
- [PATCH v2] docs: new text on bisecting which also covers bug validation,
Thorsten Leemhuis
- [PATCH] compiler.h: Explain how __is_constexpr() works,
Kees Cook
- [PATCH] drm: Document requirements for driver-specific KMS props in new drivers,
Sebastian Wick
- [PATCH net-next v2] net: netconsole: Add continuation line prefix to userdata messages,
Matthew Wood
- [PATCH RESEND 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread(),
Xiongwei Song
- [PATCH 1/2] cgroup/cpuset: Remove cpuset_do_slab_mem_spread(),
Xiongwei Song
- Re: [PATCH V4 3/5] misc: mlx5ctl: Add info ioctl,
Vegard Nossum
- [PATCH] docs: Move ja_JP/howto.rst to ja_JP/process/howto.rst,
Akira Yokosawa
- [PATCH v7 0/4] StarFive's StarLink PMU Support,
Ji Sheng Teoh
- [PATCH v2 0/3] docs: submit-checklist: structure by category,
Lukas Bulwahn
- [PATCH v2-squashed] docs: submit-checklist: structure by category, Lukas Bulwahn
- [RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE),
Fan Wu
- [RFC PATCH v13 03/20] ipe: add evaluation loop, Fan Wu
- [RFC PATCH v13 02/20] ipe: add policy parser, Fan Wu
- [RFC PATCH v13 04/20] ipe: add LSM hooks on execution and kernel read, Fan Wu
- [RFC PATCH v13 01/20] security: add ipe lsm, Fan Wu
- [RFC PATCH v13 05/20] initramfs|security: Add a security hook to do_populate_rootfs(), Fan Wu
- [RFC PATCH v13 06/20] ipe: introduce 'boot_verified' as a trust provider, Fan Wu
- [RFC PATCH v13 10/20] ipe: add permissive toggle, Fan Wu
- [RFC PATCH v13 07/20] security: add new securityfs delete function, Fan Wu
- [RFC PATCH v13 11/20] block|security: add LSM blob to block_device, Fan Wu
- [RFC PATCH v13 08/20] ipe: add userspace interface, Fan Wu
- [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag, Fan Wu
- [RFC PATCH v13 13/20] dm: add finalize hook to target_type, Fan Wu
- [RFC PATCH v13 16/20] fsverity: consume builtin signature via LSM hook, Fan Wu
- [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook, Fan Wu
- [RFC PATCH v13 18/20] scripts: add boot policy generation program, Fan Wu
- [RFC PATCH v13 19/20] ipe: kunit test for parser, Fan Wu
- [RFC PATCH v13 15/20] ipe: add support for dm-verity as a trust provider, Fan Wu
- [RFC PATCH v13 09/20] uapi|audit|ipe: add ipe auditing support, Fan Wu
- [RFC PATCH v13 17/20] ipe: enable support for fs-verity as a trust provider, Fan Wu
- [RFC PATCH v13 20/20] documentation: add ipe documentation, Fan Wu
- Cover-cover letter for two resctrl patch sets,
Tony Luck
- [PATCH net-next] net: netconsole: Add continuation line prefix to userdata messages,
Matthew Wood
- [PATCH v23 09/20] Documentation: add ULP DDP offload documentation, Aurelien Aptel
- [PATCH v2 00/30] Rework Nomadik GPIO to add Mobileye EyeQ5 support,
Théo Lebrun
- [PATCH v18 00/41] Introduce QC USB SND audio offloading support,
Wesley Cheng
- [PATCH v18 02/41] usb: host: xhci: Export enable and disable interrupter APIs, Wesley Cheng
- [PATCH v18 10/41] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port, Wesley Cheng
- [PATCH v18 03/41] usb: host: xhci: Repurpose event handler for skipping interrupter events, Wesley Cheng
- [PATCH v18 07/41] usb: host: xhci-mem: Cleanup pending secondary event ring events, Wesley Cheng
- [PATCH v18 08/41] usb: host: xhci-mem: Allow for interrupter clients to choose specific index, Wesley Cheng
- [PATCH v18 18/41] usb: host: xhci-plat: Set XHCI max interrupters if property is present, Wesley Cheng
- [PATCH v18 04/41] xhci: export XHCI IMOD setting helper for interrupters, Wesley Cheng
- [PATCH v18 16/41] ALSA: usb-audio: Save UAC sample size information, Wesley Cheng
- [PATCH v18 30/41] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks, Wesley Cheng
- [PATCH v18 27/41] ALSA: usb-audio: qcom: Populate PCM and USB chip information, Wesley Cheng
- [PATCH v18 12/41] ASoC: qdsp6: q6afe: Increase APR timeout, Wesley Cheng
- [PATCH v18 22/41] ASoC: usb: Add PCM format check API for USB backend, Wesley Cheng
- [PATCH v18 01/41] xhci: add helper to stop endpoint and wait for completion, Wesley Cheng
- [PATCH v18 21/41] ALSA: usb-audio: Check for support for requested audio format, Wesley Cheng
- [PATCH v18 17/41] usb: dwc3: Specify maximum number of XHCI interrupters, Wesley Cheng
- [PATCH v18 24/41] ALSA: usb-audio: Prevent starting of audio stream if in use, Wesley Cheng
- [PATCH v18 35/41] ASoC: usb: Fetch ASoC sound card information, Wesley Cheng
- [PATCH v18 39/41] ASoC: usb: Rediscover USB SND devices on USB port add, Wesley Cheng
- [PATCH v18 25/41] ALSA: usb-audio: Do not allow USB offload path if PCM device is in use, Wesley Cheng
- [PATCH v18 05/41] xhci: sideband: add initial api to register a sideband entity, Wesley Cheng
- [PATCH v18 14/41] ALSA: usb-audio: Introduce USB SND platform op callbacks, Wesley Cheng
- [PATCH v18 36/41] ALSA: usb-audio: Add USB offloading capable kcontrol, Wesley Cheng
- [PATCH v18 29/41] ASoC: Introduce SND kcontrols to select sound card and PCM device, Wesley Cheng
- [PATCH v18 33/41] ASoC: usb: Create SOC USB SND jack kcontrol, Wesley Cheng
- [PATCH v18 37/41] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices, Wesley Cheng
- [PATCH v18 40/41] ASoC: qcom: Populate SoC components string, Wesley Cheng
- [PATCH v18 32/41] ASoC: qcom: qdsp6: Add PCM ops to track current state, Wesley Cheng
- [PATCH v18 38/41] ALSA: usb-audio: qcom: Use card and PCM index from QMI request, Wesley Cheng
- [PATCH v18 19/41] ALSA: usb-audio: qcom: Add USB QMI definitions, Wesley Cheng
- [PATCH v18 34/41] ASoC: qcom: qdsp6: Add headphone jack for offload connection status, Wesley Cheng
- [PATCH v18 41/41] ASoC: doc: Add documentation for SOC USB, Wesley Cheng
- [PATCH v18 23/41] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device, Wesley Cheng
- [PATCH v18 31/41] ASoC: Introduce SND kcontrols to track USB offloading state, Wesley Cheng
- [PATCH v18 26/41] ASoC: dt-bindings: Update example for enabling USB offload on SM8250, Wesley Cheng
- [PATCH v18 20/41] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support, Wesley Cheng
- [PATCH v18 15/41] ALSA: usb-audio: Export USB SND APIs for modules, Wesley Cheng
- [PATCH v18 09/41] ASoC: Add SOC USB APIs for adding an USB backend, Wesley Cheng
- [PATCH v18 11/41] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp, Wesley Cheng
- [PATCH v18 06/41] usb: host: xhci-sideband: Expose a sideband interrupter enable API, Wesley Cheng
- [PATCH v18 28/41] ASoC: qcom: qdsp6: Add support to track available USB PCM devices, Wesley Cheng
- [PATCH v18 13/41] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6, Wesley Cheng
- Re: [PATCH v18 00/41] Introduce QC USB SND audio offloading support, Wesley Cheng
- [PATCH net-next v5 00/17] net: Add support for Power over Ethernet (PoE),
Kory Maincent
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]