summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-241-0/+1
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-244-14/+14
* x86: move all the pgd_list handling to one placeJeremy Fitzhardinge2008-04-241-21/+7Star
* x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-242-5/+7
* x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-15/+8Star
* x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-13/+7Star
* x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-2/+0Star
* x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-241-0/+18
* x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-243-188/+240
* x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2008-04-241-0/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-221-1/+2
|\
| * numa: move large array from stack to _initdata sectionMike Travis2008-04-191-1/+2
* | x86: move definition to pci-dma.cGlauber Costa2008-04-191-3/+0Star
* | srat, x86: add support for nodes spanning other nodesSuresh Siddha2008-04-193-17/+33
* | x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar2008-04-191-3/+3
* | x86: fix arch/x86/mm/ioremap.c warningRandy Dunlap2008-04-191-2/+3
* | x86: remove pointless commentsWANG Cong2008-04-192-5/+0Star
|/
* x86 PAT: fix mmap() of holesIngo Molnar2008-04-181-1/+1
* x86: clean up non-smp usage of cpu mapsMike Travis2008-04-171-1/+3
* x86: increase size of APICIDJack Steiner2008-04-171-1/+5
* x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com2008-04-171-1/+1
* x86: ioremap of 64-bit resource on 32-bit kernel fixIngo Molnar2008-04-171-2/+3
* x86: don't use large pages to map the first 2/4MB of memoryAndi Kleen2008-04-171-1/+6
* x86: add set_memory_4k to pageattr.cAndi Kleen2008-04-171-4/+16
* x86: account overlapped mappings in max_pfn_mappedAndi Kleen2008-04-171-11/+23
* x86: replace the now useless max_pfn_mapped defineThomas Gleixner2008-04-172-4/+4
* x86: implement true end_pfn_mapped for 32bitAndi Kleen2008-04-171-0/+4
* x86: fix memtest print outYinghai Lu2008-04-171-2/+2
* x86: memtest bootparamYinghai Lu2008-04-171-7/+17
* x86: PAT bug fix for attribute type check after reserve_memtype, debugVenki Pallipadi2008-04-171-2/+2
* x86: PAT bug fix for attribute type check after reserve_memtypeVenki Pallipadi2008-04-171-2/+9
* x86: pat cpu feature bit setting for known cpusYinghai Lu2008-04-171-13/+2Star
* x86: enable PAT for amd k8 and fam10hYinghai Lu2008-04-171-0/+6
* x86: add PAT related debug printsvenkatesh.pallipadi@intel.com2008-04-172-1/+29
* x86: PAT add ioremap_wc() interfacevenkatesh.pallipadi@intel.com2008-04-171-0/+30
* x86: PAT add set_memory_wc() interfacevenkatesh.pallipadi@intel.com2008-04-171-0/+19
* x86: PAT use reserve free memtype in set_memory_ucvenkatesh.pallipadi@intel.com2008-04-172-4/+21
* x86: PAT use reserve free memtype in ioremap and iounmapvenkatesh.pallipadi@intel.com2008-04-171-7/+28
* x86: PAT make ioremap_change_attr non-staticvenkatesh.pallipadi@intel.com2008-04-171-17/+12Star
* x86: revert ucminus changeIngo Molnar2008-04-171-5/+1Star
* x86: PAT infrastructure patchvenkatesh.pallipadi@intel.com2008-04-173-3/+406
* x86: early memtest to find bad ramYinghai Lu2008-04-171-1/+105
* x86: use get_bios_ebda in mpparse_64.cAlexey Starikovskiy2008-04-171-1/+1
* x86: Remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-172-4/+0Star
* x86: sort address_markers for dump_pagetablesYinghai Lu2008-04-171-2/+2
* x86: enhance DEBUG_RODATA support for hotplug and kprobesMathieu Desnoyers2008-04-172-34/+10Star
* x86: debug pmd_bad()Ingo Molnar2008-04-171-0/+7
* x86: warn about RAM pages in ioremap()Ingo Molnar2008-04-171-2/+4
* x86: ioremap(), extend check to all RAM pagesIngo Molnar2008-04-171-2/+3
* x86: check physical address range in ioremapThomas Gleixner2008-04-171-0/+19