- 0999d97 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f61f1b5 x86: fix compat-vdso by Suresh Siddha · 16 years ago
- 606ee44 x86: make mm/gup.c more virtualization friendly by Jan Beulich · 16 years ago
- be43d72 x86: add _PAGE_IOMAP pte flag for IO mappings by Jeremy Fitzhardinge · 16 years ago
- 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
- 3a85e77 x86, cpa: remove USER permission from the very early identity mapping attribute by Suresh Siddha · 16 years ago
- b2bc273 x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot by Suresh Siddha · 16 years ago
- e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- 0962f40 Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- b8cd9d0 Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- 91030ca x86: unsigned long pte_pfn by Hugh Dickins · 16 years ago
- 110e035 x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious by Jeremy Fitzhardinge · 16 years ago
- 8d7ccaa Merge commit 'v2.6.27-rc3' into x86/prototypes by Ingo Molnar · 16 years ago
- a0a8f53 x86: implement pte_special by Nick Piggin · 16 years ago
- 1503af6 Merge branch 'linus' into x86/header-guards by Ingo Molnar · 16 years ago
- e0b7c81 x86: mm/pageattr.c declare arch_report_meminfo before they get used by Jaswinder Singh · 16 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 16 years ago
- 77be1fa x86: add PTE_FLAGS_MASK by Jeremy Fitzhardinge · 16 years ago
- 59438c9 x86: rename PTE_MASK to PTE_PFN_MASK by Jeremy Fitzhardinge · 16 years ago
- a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
- 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
- ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 16 years ago
- 8490638 x86: always set _PAGE_GLOBAL in _PAGE_KERNEL* flags by Jeremy Fitzhardinge · 16 years ago
- fb15a9b x86: unify pgd_index by Jeremy Fitzhardinge · 16 years ago
- bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 16 years ago
- 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
- 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
- 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 17 years ago
- ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 17 years ago
- d494a96 x86: implement set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
- a15af1c x86/paravirt: add pte_flags to just get pte flags by Jeremy Fitzhardinge · 16 years ago
- 4226ab9 x86: use pteval_t for _PAGE_FOO by Jeremy Fitzhardinge · 16 years ago
- ba23cef x86: use PTE_MASK rather than ad-hoc mask by Jeremy Fitzhardinge · 17 years ago
- 86aaf4f x86: clarify use of _PAGE_CHG_MASK by Jeremy Fitzhardinge · 17 years ago
- 1c12c4c mprotect: prevent alteration of the PAT bits by Venki Pallipadi · 17 years ago
- 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 17 years ago
- bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 17 years ago
- 85958b4 x86: unify pgd ctor/dtor by Jeremy Fitzhardinge · 17 years ago
- 68db065 x86: unify KERNEL_PGD_PTRS by Jeremy Fitzhardinge · 17 years ago
- c20311e x86/pgtable.h: demacro ptep_clear_flush_young by Jeremy Fitzhardinge · 17 years ago
- f9fbf1a x86/pgtable.h: demacro ptep_test_and_clear_young by Jeremy Fitzhardinge · 17 years ago
- ee5aa8d x86/pgtable.h: demacro ptep_set_access_flags by Jeremy Fitzhardinge · 17 years ago
- f0970c1 x86: PAT phys_mem_access_prot_allowed for dev/mem mmap by venkatesh.pallipadi@intel.com · 17 years ago
- 43cdf5d x86: pgtable, document pde bits by Jiri Slaby · 17 years ago
- 3cbaeaf include/asm-x86/pgtable.h: checkpatch cleanups - formatting only by Joe Perches · 17 years ago
- b310f381d x86: PAT add ioremap_wc() interface by venkatesh.pallipadi@intel.com · 17 years ago
- 2e5d9c8 x86: PAT infrastructure patch by venkatesh.pallipadi@intel.com · 17 years ago
- d546b67 x86: fix performance drop for glx by Suresh Siddha · 17 years ago
- da7bfc5 x86: sparse warnings in pageattr.c by Harvey Harrison · 17 years ago
- 9bf5a47 x86: cpa, add the PAT bit defines by Andi Kleen · 17 years ago
- e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
- 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
- d2e626f x86: add PAGE_KERNEL_EXEC_NOCACHE by Ingo Molnar · 17 years ago
- 30551bb x86: add PG_LEVEL enum by Thomas Gleixner · 17 years ago
- 0a66308 x86: clean up lookup_address() declarations by Thomas Gleixner · 17 years ago
- 1e8e23b x86: introduce canon_pgprot() by Andi Kleen · 17 years ago
- aaa0e89 x86: don't drop NX bit in pte modifier functions on 32-bit by Andi Kleen · 17 years ago
- c6ca18e x86: add pte_pgprot to 32-bit by Andi Kleen · 17 years ago
- c93c82b x86: shrink __PAGE_KERNEL/__PAGE_KERNEL_EXEC on non PAE kernels by Andi Kleen · 17 years ago
- a5a5dc3 x86: add pte accessors for the global bit by Andi Kleen · 17 years ago
- 4c3c4b4 x86: clean up pte_exec by Andi Kleen · 17 years ago
- f291923 x86/pgtable: explain constant sign extension problem by Jeremy Fitzhardinge · 17 years ago
- 4891645 x86: unify paravirt pagetable accessors by Jeremy Fitzhardinge · 17 years ago
- 8405b12 x86: unify zero_page definition by Jeremy Fitzhardinge · 17 years ago
- d8d8982 x86: fix warning by Jeremy Fitzhardinge · 17 years ago
- 195466d x86: pgtable: unify pte accessors by Jeremy Fitzhardinge · 17 years ago
- 3847231 x86: unify pgtable accessors which use, #2 by Ingo Molnar · 17 years ago
- 6fdc05d x86: unify pgtable accessors which use by Jeremy Fitzhardinge · 17 years ago
- 4614139 x86/pgtable: unify pagetable accessors, #6 by Jeremy Fitzhardinge · 17 years ago
- 61f38226 x86/pgtable: fix constant sign extension problem by Ingo Molnar · 17 years ago
- 6c38665 x86: move all asm/pgtable constants into one place by Jeremy Fitzhardinge · 17 years ago
- 96a388d i386/x86_64: move headers to include/asm-x86 by Thomas Gleixner · 17 years ago