#ifndef _ASM_X86_PGTABLE_32_H #define _ASM_X86_PGTABLE_32_H #include <asm/pgtable_32_types.h> /* * The Linux memory management assumes a three-level page table setup. On * the i386, we use that, but "fold" the mid level into the top-level page * table, so that we physically have the same two-level page table as the * i386 mmu expects. * * This file contains the functions and defines necessary to modify and use * the i386 page table tree. */ #ifndef __ASSEMBLY__ #include <asm/processor.h> #include <asm/fixmap.h> #include <linux/threads.h> #include <asm/paravirt.h> #include <linux/bitops.h> #include <linux/list.h> #include <linux/spinlock.h> struct mm_struct; struct vm_area_struct; extern pgd_t swapper_pg_dir[1024]; extern pgd_t initial_page_table[1024];
static inline void pgtable_cache_init(void) { }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
thomas gleixner | thomas gleixner | 4 | 50.00% | 1 | 33.33% |
andrew morton | andrew morton | 4 | 50.00% | 2 | 66.67% |
Total | 8 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 4 | 50.00% | 1 | 33.33% |
jeremy fitzhardinge | jeremy fitzhardinge | 2 | 25.00% | 1 | 33.33% |
thomas gleixner | thomas gleixner | 2 | 25.00% | 1 | 33.33% |
Total | 8 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
andrew morton | andrew morton | 48 | 27.27% | 4 | 13.79% |
pre-git | pre-git | 40 | 22.73% | 8 | 27.59% |
ingo molnar | ingo molnar | 28 | 15.91% | 2 | 6.90% |
thomas gleixner | thomas gleixner | 16 | 9.09% | 2 | 6.90% |
zachary amsden | zachary amsden | 10 | 5.68% | 1 | 3.45% |
tim schmielau | tim schmielau | 6 | 3.41% | 1 | 3.45% |
joerg roedel | joerg roedel | 6 | 3.41% | 1 | 3.45% |
jeremy fitzhardinge | jeremy fitzhardinge | 5 | 2.84% | 2 | 6.90% |
h. peter anvin | h. peter anvin | 3 | 1.70% | 1 | 3.45% |
andy whitcroft | andy whitcroft | 3 | 1.70% | 1 | 3.45% |
rusty russell | rusty russell | 3 | 1.70% | 1 | 3.45% |
jesper juhl | jesper juhl | 2 | 1.14% | 1 | 3.45% |
joe perches | joe perches | 2 | 1.14% | 1 | 3.45% |
peter zijlstra | peter zijlstra | 2 | 1.14% | 1 | 3.45% |
borislav petkov | borislav petkov | 1 | 0.57% | 1 | 3.45% |
jiri slaby | jiri slaby | 1 | 0.57% | 1 | 3.45% |
Total | 176 | 100.00% | 29 | 100.00% |