aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-28vmallocinfo: add caller informationChristoph Lameter
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge
2008-04-28x86: PAT fixIngo Molnar
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds
2008-04-26acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu
2008-04-26x86_64/mm: check and print vmemmap allocation continuousYinghai Lu
2008-04-26x86_64: fix setup_node_bootmem to support big mem excluding with memmapYinghai Lu
2008-04-26x86_64: make reserve_bootmem_generic() use new reserve_bootmem()Yinghai Lu
2008-04-26x86, PAT: disable /dev/mem mmap RAM with PATVenki Pallipadi
2008-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-26x86: remove NexGen supportDmitri Vorobiev
2008-04-26x86 PAT: tone down debugging messagesIngo Molnar
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds
2008-04-25x86: remove set_fixmap() warningIngo Molnar
2008-04-25x86: make __set_fixmap() non-initIngo Molnar
2008-04-24x86: unify pgd ctor/dtorJeremy Fitzhardinge
2008-04-24x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge
2008-04-24x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge
2008-04-24x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge
2008-04-24x86: move all the pgd_list handling to one placeJeremy Fitzhardinge
2008-04-24x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge
2008-04-24x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge
2008-04-24x86: xen unify x86 add common mm pgtable c fixIngo Molnar
2008-04-24x86: add common mm/pgtable.cJeremy Fitzhardinge
2008-04-24x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge
2008-04-24pat: cleanupsIngo Molnar
2008-04-24x86: PAT use reserve free memtype in mmap of /dev/memvenkatesh.pallipadi@intel.com
2008-04-24x86: PAT phys_mem_access_prot_allowed for dev/mem mmapvenkatesh.pallipadi@intel.com
2008-04-24x86: PAT avoid aliasing in /dev/mem read/writevenkatesh.pallipadi@intel.com
2008-04-24x86: introduce /dev/mem restrictions with a config optionArjan van de Ven
2008-04-24"make namespacecheck" fixesIngo Molnar
2008-04-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-04-19numa: move large array from stack to _initdata sectionMike Travis
2008-04-19x86: move definition to pci-dma.cGlauber Costa
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar
2008-04-19x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap
2008-04-19x86: remove pointless commentsWANG Cong
2008-04-18x86 PAT: fix mmap() of holesIngo Molnar
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis
2008-04-17x86: increase size of APICIDJack Steiner
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com
2008-04-17x86: ioremap of 64-bit resource on 32-bit kernel fixIngo Molnar