summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu1-2/+26
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu1-6/+36
2008-04-26x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu1-2/+8
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi1-0/+31
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds1-1/+1
2008-04-26x86: remove NexGen supportDmitri Vorobiev1-3/+3
2008-04-26x86 PAT: tone down debugging messagesIngo Molnar1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds4-14/+229
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds6-213/+283
2008-04-25x86: remove set_fixmap() warningIngo Molnar1-1/+1
2008-04-25x86: make __set_fixmap() non-initIngo Molnar1-3/+2
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge1-46/+13
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2-7/+7
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge1-0/+12
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge1-0/+15
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge1-0/+16
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge1-0/+1
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge4-14/+14
2008-04-24x86: move all the pgd_list handling to one placeJeremy Fitzhardinge1-21/+7
2008-04-24x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2-5/+7
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge3-15/+8
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge3-13/+7
2008-04-24x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge1-2/+0
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar1-0/+18
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge3-188/+240
2008-04-24x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge1-0/+16
2008-04-24pat: cleanupsIngo Molnar1-11/+11
2008-04-24x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com1-10/+118
2008-04-24x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com1-0/+39
2008-04-24x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com1-0/+29
2008-04-24x86: introduce /dev/mem restrictions with a config optionArjan van de Ven2-0/+39
2008-04-24"make namespacecheck" fixesIngo Molnar3-3/+3
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds1-1/+2
2008-04-19numa: move large array from stack to _initdata sectionMike Travis1-1/+2
2008-04-19x86: move definition to pci-dma.cGlauber Costa1-3/+0
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha3-17/+33
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar1-3/+3
2008-04-19x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap1-2/+3
2008-04-19x86: remove pointless commentsWANG Cong2-5/+0
2008-04-18x86 PAT: fix mmap() of holesIngo Molnar1-1/+1
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis1-1/+3
2008-04-17x86: increase size of APICIDJack Steiner1-1/+5
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com1-1/+1
2008-04-17x86: ioremap of 64-bit resource on 32-bit kernel fixIngo Molnar1-2/+3
2008-04-17x86: don't use large pages to map the first 2/4MB of memoryAndi Kleen1-1/+6
2008-04-17x86: add set_memory_4k to pageattr.cAndi Kleen1-4/+16
2008-04-17x86: account overlapped mappings in max_pfn_mappedAndi Kleen1-11/+23
2008-04-17x86: replace the now useless max_pfn_mapped defineThomas Gleixner2-4/+4
2008-04-17x86: implement true end_pfn_mapped for 32bitAndi Kleen1-0/+4
2008-04-17x86: fix memtest print outYinghai Lu1-2/+2