Release 4.14 arch/xtensa/include/asm/nommu_context.h
/* SPDX-License-Identifier: GPL-2.0 */
static inline void init_mmu(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
static inline int init_new_context(struct task_struct *tsk,struct mm_struct *mm)
{
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 20 | 100.00% | 1 | 100.00% |
Total | 20 | 100.00% | 1 | 100.00% |
static inline void destroy_context(struct mm_struct *mm)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
static inline void activate_mm(struct mm_struct *prev, struct mm_struct *next)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
struct task_struct *tsk)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
static inline void deactivate_mm(struct task_struct *tsk, struct mm_struct *mm)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Johannes Weiner | 100 | 91.74% | 1 | 33.33% |
Max Filippov | 8 | 7.34% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 0.92% | 1 | 33.33% |
Total | 109 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.