cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/um/tls_64.c

Directory: arch/x86/um
#include <linux/sched.h>
#include <asm/ptrace-abi.h>


void clear_flushed_tls(struct task_struct *task) { }

Contributors

PersonTokensPropCommitsCommitProp
Paolo 'Blaisorblade' Giarrusso9100.00%1100.00%
Total9100.00%1100.00%


int arch_copy_tls(struct task_struct *t) { /* * If CLONE_SETTLS is set, we need to save the thread id * (which is argument 5, child_tid, of clone) so it can be set * during context switches. */ t->thread.arch.fs = t->thread.regs.regs.gp[R8 / sizeof(long)]; return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike2767.50%266.67%
Paolo 'Blaisorblade' Giarrusso1332.50%133.33%
Total40100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jeff Dike2749.09%240.00%
Paolo 'Blaisorblade' Giarrusso2443.64%120.00%
Richard Weinberger35.45%120.00%
Al Viro11.82%120.00%
Total55100.00%5100.00%
Directory: arch/x86/um
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.