cregit-Linux how code gets into the kernel

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

#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_ioremap #define dmi_early_unmap early_iounmap #define dmi_remap ioremap_cache #define dmi_unmap iounmap #endif /* _ASM_X86_DMI_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner2744.26%112.50%
Jeremy Fitzhardinge1931.15%225.00%
Ard Biesheuvel914.75%112.50%
H. Peter Anvin34.92%112.50%
Andrew Lutomirski11.64%112.50%
Jean Delvare11.64%112.50%
Parag Warudkar11.64%112.50%
Total61100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.