| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix virt_addr_valid() with CONFIG_DEBUG_VIRTUAL=y, v2 | Vegard Nossum | 2008-10-13 | 1 | -1/+7 |
* | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 2008-10-10 | 1 | -3/+3 |
|\ |
|
| * | Merge branch 'linus' into x86/header-guards | Ingo Molnar | 2008-07-26 | 1 | -5/+12 |
| |\ |
|
| * | | x86: consolidate header guards | Vegard Nossum | 2008-07-22 | 1 | -3/+3 |
* | | | x86: track memtype for RAM in page struct | Suresh Siddha | 2008-10-10 | 1 | -0/+1 |
| |/
|/| |
|
* | | PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures | Andrea Righi | 2008-07-24 | 1 | -3/+0 |
* | | x86: add hugepagesz option on 64-bit | Andi Kleen | 2008-07-24 | 1 | -0/+2 |
* | | x86: add PTE_FLAGS_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -1/+4 |
* | | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -3/+3 |
* | | x86: fix pte_flags() to only return flags, fix lguest (updated) | Rusty Russell | 2008-07-22 | 1 | -1/+6 |
|/ |
|
* | x86: introduce max_low_pfn_mapped for 64-bit | Yinghai Lu | 2008-07-11 | 1 | -0/+1 |
*---. | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 1 | -8/+18 |
|\ \ \ |
|
| | | * | x86/paravirt: add pte_flags to just get pte flags | Jeremy Fitzhardinge | 2008-05-27 | 1 | -0/+1 |
| | |/
| |/| |
|
| | * | x86: create prototype for (un)map_devmem | Thomas Gleixner | 2008-05-25 | 1 | -3/+7 |
| |/ |
|
| * | x86: rearrange __(VIRTUAL|PHYSICAL)_MASK | Jeremy Fitzhardinge | 2008-05-20 | 1 | -3/+3 |
| * | x86: fix warning on 32-bit non-PAE | Jeremy Fitzhardinge | 2008-05-20 | 1 | -1/+1 |
| * | x86: define PTE_MASK in a universally useful way | Jeremy Fitzhardinge | 2008-05-20 | 1 | -4/+9 |
|/ |
|
* | x86: introduce /dev/mem restrictions with a config option | Arjan van de Ven | 2008-04-24 | 1 | -0/+1 |
* | x86: replace the now useless max_pfn_mapped define | Thomas Gleixner | 2008-04-17 | 1 | -3/+1 |
* | x86: implement true end_pfn_mapped for 32bit | Andi Kleen | 2008-04-17 | 1 | -1/+3 |
* | x86: fix {clear,copy}_user_page() declarations in page.h | Chuck Lever | 2008-03-21 | 1 | -2/+2 |
* | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE | Andi Kleen | 2008-02-04 | 1 | -2/+2 |
* | x86: move page_is_ram() function | Thomas Gleixner | 2008-01-30 | 1 | -0/+3 |
* | x86: introduce max_pfn_mapped | Thomas Gleixner | 2008-01-30 | 1 | -0/+2 |
* | add native_pud_val and _pmd_val for 2 and 3 | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+10 |
* | x86: page.h: make pte_t a union to always include | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+10 |
* | x86: fix pte_modify() bug | Ingo Molnar | 2008-01-30 | 1 | -1/+1 |
* | x86: page.h: move things back to their own files | Jeremy Fitzhardinge | 2008-01-30 | 1 | -206/+6 |
* | x86: page.h: move remaining bits and pieces | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+23 |
* | x86: page.h: move pa and va related things | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+24 |
* | x86: page.h: move and unify types for pagetable entry, #6 | Ingo Molnar | 2008-01-30 | 1 | -1/+1 |
* | x86: page.h: move and unify types for pagetable entry | Jeremy Fitzhardinge | 2008-01-30 | 1 | -2/+48 |
* | x86: page.h: move and unify types for pagetable entry, #5 | Ingo Molnar | 2008-01-30 | 1 | -0/+72 |
* | x86: page.h: move and unify types for pagetable entry, #4 | Ingo Molnar | 2008-01-30 | 1 | -0/+3 |
* | x86: page.h: move and unify types for pagetable entry, #3 | Ingo Molnar | 2008-01-30 | 1 | -0/+13 |
* | x86: page.h: move and unify types for pagetable entry, #1 | Ingo Molnar | 2008-01-30 | 1 | -0/+6 |
* | x86: page.h: unify page copying and clearing | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+55 |
* | x86: page.h: unify constants | Jeremy Fitzhardinge | 2008-01-30 | 1 | -11/+114 |
* | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 | 1 | -0/+13 |