| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-04-24 | x86: demacro pgalloc paravirt stubs | Jeremy Fitzhardinge | 1 | -7/+8 | |
| Turn paravirt stubs into inline functions, so that the arguments are still typechecked. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: add pud_alloc for 4-level pagetables | Jeremy Fitzhardinge | 1 | -0/+3 | |
| Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 1 | -8/+8 | |
| Rename (alloc|release)_(pt|pd) to pte/pmd to explicitly match the name of the appropriate pagetable level structure. [ x86.git merge work by Mark McLoughlin <[email protected]> ] Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Mark McLoughlin <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: move pgalloc pud and pgd operations into common place | Jeremy Fitzhardinge | 1 | -6/+30 | |
| Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: move pmd functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 1 | -0/+33 | |
| Common definitions for 3-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: move pte functions into common asm/pgalloc.h | Jeremy Fitzhardinge | 1 | -0/+16 | |
| Common definitions for 2-level pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: put paravirt stubs into common asm/pgalloc.h | Jeremy Fitzhardinge | 1 | -0/+10 | |
| Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2008-04-24 | x86: add common mm/pgtable.c | Jeremy Fitzhardinge | 1 | -0/+18 | |
| Add a common arch/x86/mm/pgtable.c file for common pagetable functions. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> | |||||
| 2007-10-11 | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 1 | -0/+5 | |
| Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> | |||||