summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2008-10-10x86, pat: cleanupsIngo Molnar1-35/+32
2008-10-10x86: fix pagetable init 64-bit breakageSuresh Siddha1-1/+1
2008-10-10x86: track memtype for RAM in page structSuresh Siddha2-0/+102
2008-10-10x86, cpa: srlz cpa(), global flush tlb after splitting big page and before do...Suresh Siddha1-2/+38
2008-10-10x86, cpa: remove cpa pool codeSuresh Siddha3-155/+5
2008-10-10x86, cpa: no need to check alias for __set_pages_p/__set_pages_npSuresh Siddha1-7/+16
2008-10-10x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2-10/+34
2008-10-10x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha2-20/+144
2008-09-14Merge commit 'v2.6.27-rc6' into x86/patIngo Molnar1-16/+20
2008-09-05x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obviousJeremy Fitzhardinge1-3/+3
2008-08-23x86: have set_memory_array_{uc,wb} coalesce memtypes, fixVenki Pallipadi1-1/+1
2008-08-22x86: fix two modpost warnings in mm/init_64.cJan Beulich1-2/+2
2008-08-22x86: fix 1:1 mapping init on 64-bit (memory hotplug case)Jan Beulich1-14/+18
2008-08-22x86: have set_memory_array_{uc,wb} coalesce memtypes.Rene Herman1-6/+32
2008-08-22x86: {reverve,free}_memtype() take a physical addressRene Herman1-3/+3
2008-08-22Merge branch 'x86/urgent' into x86/patIngo Molnar9-42/+82
2008-08-21x86: fix pageattr-testShaohua Li1-2/+5
2008-08-21x86, pageattr: introduce APIs to change pageattr of a page arrayShaohua Li1-50/+166
2008-08-21Revert "introduce two APIs for page attribute"Ingo Molnar1-50/+8
2008-08-21devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUSvenkatesh.pallipadi@intel.com1-12/+5
2008-08-21x86: PAT proper tracking of set_memory_uc and friendsvenkatesh.pallipadi@intel.com1-3/+3
2008-08-21x86, mmiotrace: silence section mismatch warning - leave_uniprocessorMarcin Slusarz1-1/+3
2008-08-21x86: use WARN() in arch/x86/mm/ioremap.cArjan van de Ven1-5/+3
2008-08-20x86: fix Xorg startup/shutdown slowdown with PATVenki Pallipadi1-2/+31
2008-08-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-16/+32
2008-08-15x86: fix section mismatch warning - spp_getpage()Marcin Slusarz1-1/+5
2008-08-15x86: Fix ioremap off by one BUGAndi Kleen1-1/+1
2008-08-15x86, pat: avoid highmem cache attribute aliasingNick Piggin1-0/+3
2008-08-15introduce two APIs for page attributeShaohua Li1-8/+50
2008-08-15x86: fix /proc/meminfo DirectMapHugh Dickins2-7/+17
2008-08-14x86: don't call e820_regiter_active_regions if out of range on nodeYinghai Lu1-4/+8
2008-08-13x86: use WARN() in arch/x86/mm/pageattr.cArjan van de Ven2-4/+2
2008-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+1
2008-08-12mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell1-2/+1
2008-08-11x86: compile pat debugfs interface only if CONFIG_X86_PAT is setAndreas Herrmann1-2/+2
2008-08-11x86: work around gcc 3.4.x bugJeremy Fitzhardinge1-0/+3
2008-07-29Fix 'get_user_pages_fast()' with non-page-aligned start addressLinus Torvalds1-3/+6
2008-07-26x86: use generic show_mem()Johannes Weiner2-84/+0
2008-07-26x86: support 1GB hugepages with get_user_pages_lockless()Nick Piggin1-3/+40
2008-07-26x86: lockless get_user_pages_fast()Nick Piggin2-0/+259
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen1-0/+17
2008-07-24x86: support GB hugepages on 64-bitAndi Kleen1-11/+22
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-1/+24
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-2/+3
2008-07-24access_process_vm device memory infrastructureRik van Riel1-0/+8
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner2-5/+2
2008-07-22x86: add PTE_FLAGS_MASKJeremy Fitzhardinge1-3/+3
2008-07-22x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge1-5/+5
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-4/+0
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar5-114/+215