Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | x86: implement pte_special | Nick Piggin | 2008-07-26 | 1 | -3/+6 | |
* | x86: add PTE_FLAGS_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -1/+1 | |
* | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -2/+2 | |
* | x86/paravirt: call paravirt_pagetable_setup_{start, done} | Eduardo Habkost | 2008-07-16 | 1 | -0/+18 | |
* | x86: map UV chipset space - pagetable | Jack Steiner | 2008-07-09 | 1 | -0/+2 | |
* | x86_32: remove __PAGE_KERNEL(_EXEC) | Jeremy Fitzhardinge | 2008-07-08 | 1 | -10/+0 | |
* | x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags | Jeremy Fitzhardinge | 2008-07-08 | 1 | -19/+13 | |
* | x86: unify pgd_index | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+20 | |
* | x86: asm-x86/pgtable.h: fix compiler warning | Jeremy Fitzhardinge | 2008-07-08 | 1 | -0/+2 | |
* | Merge branch 'x86/fixmap' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -0/+3 | |
|\ | ||||||
| * | x86: implement set_pte_vaddr | Jeremy Fitzhardinge | 2008-06-20 | 1 | -0/+3 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-------. \ | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 2008-07-08 | 1 | -35/+38 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||||
| | | | | * | x86/paravirt: add pte_flags to just get pte flags | Jeremy Fitzhardinge | 2008-05-27 | 1 | -8/+8 | |
| | |_|_|/ | |/| | | | ||||||
| | | | * | x86: use pteval_t for _PAGE_FOO | Jeremy Fitzhardinge | 2008-05-27 | 1 | -27/+22 | |
| | |_|/ | |/| | | ||||||
| | | * | x86: janitor CPA statistics patch | Thomas Gleixner | 2008-07-08 | 1 | -1/+5 | |
| | | * | x86, generic: CPA add statistics about state of direct mapping v4 | Andi Kleen | 2008-07-08 | 1 | -0/+3 | |
| | |/ | |/| | ||||||
| * | | x86: use PTE_MASK rather than ad-hoc mask | Jeremy Fitzhardinge | 2008-05-20 | 1 | -1/+1 | |
| * | | x86: clarify use of _PAGE_CHG_MASK | Jeremy Fitzhardinge | 2008-05-20 | 1 | -0/+1 | |
|/ / | ||||||
* | | mprotect: prevent alteration of the PAT bits | Venki Pallipadi | 2008-05-14 | 1 | -3/+13 | |
|/ | ||||||
* | mm: introduce pte_special pte bit | Nick Piggin | 2008-04-28 | 1 | -0/+10 | |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-25 | 1 | -0/+9 | |
|\ | ||||||
| * | x86: PAT phys_mem_access_prot_allowed for dev/mem mmap | venkatesh.pallipadi@intel.com | 2008-04-24 | 1 | -0/+9 | |
* | | x86: unify pgd ctor/dtor | Jeremy Fitzhardinge | 2008-04-24 | 1 | -0/+16 | |
* | | x86: unify KERNEL_PGD_PTRS | Jeremy Fitzhardinge | 2008-04-24 | 1 | -1/+3 | |
* | | x86/pgtable.h: demacro ptep_clear_flush_young | Jeremy Fitzhardinge | 2008-04-24 | 1 | -8/+2 | |
* | | x86/pgtable.h: demacro ptep_test_and_clear_young | Jeremy Fitzhardinge | 2008-04-24 | 1 | -9/+2 | |
* | | x86/pgtable.h: demacro ptep_set_access_flags | Jeremy Fitzhardinge | 2008-04-24 | 1 | -10/+3 | |
|/ | ||||||
* | x86: pgtable, document pde bits | Jiri Slaby | 2008-04-17 | 1 | -7/+7 | |
* | include/asm-x86/pgtable.h: checkpatch cleanups - formatting only | Joe Perches | 2008-04-17 | 1 | -36/+120 | |
* | x86: PAT add ioremap_wc() interface | venkatesh.pallipadi@intel.com | 2008-04-17 | 1 | -0/+2 | |
* | x86: PAT infrastructure patch | venkatesh.pallipadi@intel.com | 2008-04-17 | 1 | -0/+6 | |
* | x86: fix performance drop for glx | Suresh Siddha | 2008-03-26 | 1 | -0/+2 | |
* | x86: sparse warnings in pageattr.c | Harvey Harrison | 2008-02-09 | 1 | -1/+1 | |
* | x86: cpa, add the PAT bit defines | Andi Kleen | 2008-02-04 | 1 | -0/+4 | |
* | x86: use the same pgd_list for PAE and 64-bit | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+2 | |
* | x86: cpa: fix the self-test | Ingo Molnar | 2008-01-30 | 1 | -0/+1 | |
* | x86: add PAGE_KERNEL_EXEC_NOCACHE | Ingo Molnar | 2008-01-30 | 1 | -0/+2 | |
* | x86: add PG_LEVEL enum | Thomas Gleixner | 2008-01-30 | 1 | -0/+6 | |
* | x86: clean up lookup_address() declarations | Thomas Gleixner | 2008-01-30 | 1 | -0/+8 | |
* | x86: introduce canon_pgprot() | Andi Kleen | 2008-01-30 | 1 | -0/+2 | |
* | x86: don't drop NX bit in pte modifier functions on 32-bit | Andi Kleen | 2008-01-30 | 1 | -6/+6 | |
* | x86: add pte_pgprot to 32-bit | Andi Kleen | 2008-01-30 | 1 | -0/+2 | |
* | x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels | Andi Kleen | 2008-01-30 | 1 | -1/+1 | |
* | x86: add pte accessors for the global bit | Andi Kleen | 2008-01-30 | 1 | -0/+3 | |
* | x86: clean up pte_exec | Andi Kleen | 2008-01-30 | 1 | -0/+1 | |
* | x86/pgtable: explain constant sign extension problem | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+5 | |
* | x86: unify paravirt pagetable accessors | Jeremy Fitzhardinge | 2008-01-30 | 1 | -14/+49 | |
* | x86: unify zero_page definition | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+8 | |
* | x86: fix warning | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+1 | |
* | x86: pgtable: unify pte accessors | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+109 |