aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10x86: fix /dev/mem compatibility under PATVenkatesh Pallipadi1-1/+24
2008-07-03arch/x86/mm/init_64.c: early_memtest(): fix typesAndrew Morton1-3/+4
2008-06-26x86: section/warning fixesDaniel J Blueman1-4/+4
2008-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+5
2008-06-12x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-12x86: fix an incompatible pointer type warning on 64-bit compilationsDavid Howells1-2/+2
2008-06-12x86: fix endless page faults in mount_block_root for Linux 2.6Henry Nestler1-0/+5
2008-06-11ACPI: handle invalid ACPI SLIT tableFenghua Yu1-27/+0
2008-06-04x86: section mismatch fixAndrew Morton1-1/+1
2008-06-04x86: fix Xorg crash with xf86MapVidMem errorVenki Pallipadi1-25/+24
2008-06-04x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtestKevin Winchester1-2/+2
2008-06-04x86: fix bad pmd ffff810000207xxx(9090909090909090)Hugh Dickins1-1/+1
2008-06-04x86: ioremap fix failing nesting checkIngo Molnar1-2/+3
2008-05-17x86: fix crash on cpu hotplug on pat-incapable machinesAvi Kivity1-1/+1
2008-05-13x86: arch/x86/mm/pat.c - fix warningPranith Kumar1-2/+2
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins1-11/+1
2008-05-08x86: cleanup PAT cpu validationThomas Gleixner1-28/+22
2008-05-06x86: fix PAE pmd_bad bootup warningHugh Dickins1-7/+0
2008-05-04x86: undo visws/numaq build changesThomas Gleixner1-26/+0
2008-04-30x86: ioremap ram check fixAndres Salomon1-2/+3
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range()Suresh Siddha2-6/+24
2008-04-30revert: "x86: ioremap(), extend check to all RAM pages"Ingo Molnar1-2/+2
2008-04-30x86: unexport kmap_atomic_to_pageAdrian Bunk1-1/+0
2008-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pciLinus Torvalds1-1/+37
2008-04-28vmallocinfo: add caller informationChristoph Lameter1-6/+9
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge2-42/+3
2008-04-28x86: PAT fixIngo Molnar1-4/+1
2008-04-27x86 PAT: tone down debugging messages some moreLinus Torvalds1-2/+2
2008-04-26acpi: get boot_cpu_id as early for k8_scan_nodesYinghai Lu1-1/+37
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/linux-2.6-x86-fixesLinus 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/linux-2.6-x86-patLinus Torvalds4-14/+229
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-xen-nextLinus 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