cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/dmi.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_DMI_H

#define _ASM_X86_DMI_H

#include <linux/compiler.h>
#include <linux/init.h>

#include <asm/io.h>
#include <asm/setup.h>


static __always_inline __init void *dmi_alloc(unsigned len) { return extend_brk(len, sizeof(int)); }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner1252.17%125.00%
Jeremy Fitzhardinge1043.48%250.00%
Parag Warudkar14.35%125.00%
Total23100.00%4100.00%

/* Use early IO mappings for DMI because it's initialized early */ #define dmi_early_remap early_memremap #define dmi_early_unmap early_memunmap #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) #define dmi_unmap(_x) memunmap(_x) #endif /* _ASM_X86_DMI_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner2535.71%111.11%
Jeremy Fitzhardinge1927.14%222.22%
Tom Lendacky1217.14%111.11%
Ard Biesheuvel811.43%111.11%
H. Peter Anvin34.29%111.11%
Jean Delvare11.43%111.11%
Parag Warudkar11.43%111.11%
Greg Kroah-Hartman11.43%111.11%
Total70100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.