cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/mm/mm_internal.h

Directory: arch/x86/mm
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __X86_MM_INTERNAL_H

#define __X86_MM_INTERNAL_H

void *alloc_low_pages(unsigned int num);

static inline void *alloc_low_page(void) { return alloc_low_pages(1); }

Contributors

PersonTokensPropCommitsCommitProp
Yinghai Lu16100.00%1100.00%
Total16100.00%1100.00%

void early_ioremap_page_table_range_init(void); unsigned long kernel_physical_mapping_init(unsigned long start, unsigned long end, unsigned long page_size_mask); void zone_sizes_init(void); extern int after_bootmem; void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache); #endif /* __X86_MM_INTERNAL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Yinghai Lu6784.81%466.67%
Juergen Gross1113.92%116.67%
Greg Kroah-Hartman11.27%116.67%
Total79100.00%6100.00%
Directory: arch/x86/mm
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.