summaryrefslogtreecommitdiff
path: root/arch/x86_64/mm
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] remove set_page_count() outside mm/Nick Piggin2006-03-221-3/+3
* [PATCH] x86_64: pageattr remove __put_pageNick Piggin2006-03-221-9/+14
* [PATCH] x86_64: pageattr use single listNick Piggin2006-03-221-28/+14
* [PATCH] x86_64: Always pass full number of nodes to NUMA hash computationAndi Kleen2006-02-172-2/+2
* [PATCH] x86_64: Relax SRAT covers all memory check a bitAndi Kleen2006-02-171-1/+2
* [PATCH] x86_64: early initialization of cpu_to_nodeDaniel Yeisley2006-02-151-1/+1
* [PATCH] x86_64: minor odering correction to dump_pagetable()Jan Beulich2006-02-041-2/+1
* [PATCH] x86_64: Do more checking in the SRAT header codeAndi Kleen2006-02-041-4/+15
* [PATCH] x86_64: Clear more state when ignoring empty node in SRAT parsingAndi Kleen2006-02-041-6/+20
* [PATCH] x86_64: add x86-64 support for memory hot-addMatt Tolentino2006-01-161-32/+128
* [PATCH] x86_64: Flexmap for 32bit and randomized mappings for 64bitAndi Kleen2006-01-162-1/+31
* x86-64: fix initrd freeingLinus Torvalds2006-01-161-1/+1
* [PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32.Andi Kleen2006-01-161-13/+5
* [PATCH] x86_64: Allow kernel page tables upto the end of memoryAndi Kleen2006-01-111-2/+14
* [PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of lineAndi Kleen2006-01-111-0/+36
* [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai2006-01-111-1/+1
* [PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai2006-01-111-0/+25
* [PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda2006-01-111-5/+8
* [PATCH] x86_64: Reject SRAT tables that don't cover all memoryAndi Kleen2006-01-111-0/+33
* [PATCH] x86_64: Clean up some printks in NUMA codeAndi Kleen2006-01-111-4/+4
* [PATCH] x86_64: Fix up coding style in numa.cAndi Kleen2006-01-111-2/+2
* [PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen2006-01-111-1/+1
* [PATCH] x86_64: Convert page fault error codes to symbolic constants.Andi Kleen2006-01-111-17/+17
* [PATCH] x86_64: Remove unnecessary case from the page fault handlerAndi Kleen2006-01-111-4/+7
* [PATCH] x86_64: Return -1 for unknown PCI bus affinityAndi Kleen2006-01-111-3/+4
* [PATCH] x86_64: Validate SLIT tableAndi Kleen2006-01-111-0/+27
* [PATCH] x86_64: Adjust page fault handlingJan Beulich2006-01-111-3/+4
* [PATCH] x86_64: make trap information available to die notification handlersJan Beulich2006-01-111-0/+8
* [PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportArjan van de Ven2006-01-061-0/+23
* [PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfixArjan van de Ven2006-01-061-2/+7
* [PATCH] x86_64: Fix incorrect node_present_pages on NUMARavikiran G Thirumalai2005-12-291-1/+1
* [PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro2005-12-151-1/+1
* [PATCH] x86_64: Bug correction in populate_memnodemap()Eric Dumazet2005-12-121-1/+3
* [PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen2005-12-121-6/+31
* [PATCH] x86_64: Fix sparse memBob Picco2005-11-141-1/+17
* [PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen2005-11-142-16/+7
* [PATCH] x86_64: Make node boundaries consistentMagnus Damm2005-11-143-6/+1
* [PATCH] x86_64: Optimize NUMA node hash functionEric Dumazet2005-11-141-24/+43
* [PATCH] x86_64: Replace swiotlb extern with includeAndi Kleen2005-11-141-4/+1
* [PATCH] x86_64: Replace cpu_pda extern with includeAndi Kleen2005-11-141-2/+0
* [PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen2005-11-141-8/+2
* [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-141-11/+17
* [PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2005-11-142-3/+9
* [PATCH] x86_64: Account mem_map in VM holes accountingAndi Kleen2005-11-141-0/+19
* [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-142-43/+47
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-291-3/+1
* [PATCH] x86_64: Fix change_page_attr cache flushingAndi Kleen2005-10-101-2/+0
* [PATCH] x86_64 early numa init fixRavikiran G Thirumalai2005-09-301-3/+2
* [PATCH] x86_64: fix the BP node_to_cpumaskRavikiran G Thirumalai2005-09-301-4/+1
* [PATCH] x86-64: Use correct mask to compute conflicting nodes in SRATAndi Kleen2005-09-121-1/+1