cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/kernel/dma.c

// SPDX-License-Identifier: GPL-2.0
#include <linux/kernel.h>
#include <linux/dma-mapping.h>
#include <linux/dma-debug.h>


#define PREALLOC_DMA_DEBUG_ENTRIES       (1 << 15)


static int __init dma_init(void) { dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES); return 0; }

Contributors

PersonTokensPropCommitsCommitProp
David S. Miller1058.82%150.00%
FUJITA Tomonori741.18%150.00%
Total17100.00%2100.00%

fs_initcall(dma_init);

Overall Contributors

PersonTokensPropCommitsCommitProp
David S. Miller2158.33%133.33%
FUJITA Tomonori1438.89%133.33%
Greg Kroah-Hartman12.78%133.33%
Total36100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.