summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2008-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-06-12x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu
2008-06-04x86: section mismatch fixAndrew Morton
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi
2008-06-04x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester
2008-06-04x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins
2008-06-04x86: ioremap fix failing nesting checkIngo Molnar
2008-05-17x86: fix crash on cpu hotplug on pat-incapable machinesAvi Kivity
2008-05-13x86: arch/x86/mm/pat.c - fix warningPranith Kumar
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins
2008-05-04x86: undo visws/numaq build changesThomas Gleixner
2008-04-30x86: ioremap ram check fixAndres Salomon
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no...Suresh Siddha
2008-04-30revert: "x86: ioremap(), extend check to all RAM pages"Ingo Molnar
2008-04-30x86: unexport kmap_atomic_to_pageAdrian Bunk
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