aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/mm
AgeCommit message (Expand)AuthorFilesLines
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman2-6/+11
2006-10-01[PATCH] Generic ioremap_page_range: x86_64 conversionHaavard Skinnemoen1-104/+7
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEKeith Mannthey1-4/+13
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupKeith Mannthey2-0/+3
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enableKeith Mannthey2-14/+19
2006-10-01[PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.cKeith Mannthey1-22/+29
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-2/+2
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-09-27[PATCH] Allow an arch to expand node boundariesMel Gorman1-0/+2
2006-09-27[PATCH] Account for holes that are outside the range of physical memoryMel Gorman1-1/+3
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesMel Gorman1-1/+3
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman4-72/+28
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds6-63/+57
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-3/+3
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESChristoph Lameter1-1/+1
2006-09-26[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen1-0/+3
2006-09-26[PATCH] Use proper accessors to change PSE bits in change_page_attr()Andi Kleen1-10/+6
2006-09-26[PATCH] Fix pte_exec/mkexec and use it in change_page_attr()Andi Kleen1-3/+5
2006-09-26[PATCH] Remove bogus warning from early_ioremapAndi Kleen1-1/+0
2006-09-26[PATCH] make numa_emulation() __initAndrew Morton1-1/+1
2006-09-26[PATCH] x86_64 kernel mapping fixKeith Mannthey1-25/+26
2006-09-26[PATCH] make fault notifier unconditional and export itAndi Kleen1-9/+3
2006-09-26[PATCH] Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.cAndi Kleen1-5/+5
2006-09-26[PATCH] Clean up acpi_numa variableAndi Kleen1-0/+2
2006-09-26[PATCH] Convert x86-64 to early paramAndi Kleen1-3/+6
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich1-6/+0
2006-07-03[PATCH] lockdep: beautify x86_64 stacktracesIngo Molnar1-1/+0
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hHeiko Carstens1-4/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap1-2/+5
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto1-28/+38
2006-06-26Merge branch 'x86-64'Linus Torvalds3-29/+32
2006-06-26[PATCH] x86_64: enlarge window for stack growthChuck Ebbert1-2/+4
2006-06-26[PATCH] x86_64: Move export symbols to their C functionsAndi Kleen1-0/+5
2006-06-26[PATCH] x86_64: miscellaneous mm/init.c fixesJan Beulich1-6/+6
2006-06-26[PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsJon Mason1-6/+1
2006-06-26[PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_kAndi Kleen2-2/+2
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-13/+14
2006-06-26[PATCH] Notify page fault call chain for x86_64Anil S Keshavamurthy1-2/+37
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto1-32/+1
2006-05-30[PATCH] x86_64: Handle empty node zeroDaniel Yeisley1-1/+3
2006-05-16[PATCH] x86_64: Fix memory hotadd heuristicsAndi Kleen1-4/+11
2006-04-22[PATCH] x86_64: sparsemem does not need node_mem_mapAndy Whitcroft1-0/+2
2006-04-09[PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven1-1/+1
2006-04-09[PATCH] x86_64: Handle empty PXMs that only contain hotplug memoryAndi Kleen2-9/+38
2006-04-09[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Andi Kleen3-8/+164
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen1-2/+34
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-1/+1
2006-03-27[PATCH] unify pfn_to_page: x86_64 pfn_to_pageKAMEZAWA Hiroyuki1-15/+0
2006-03-25[PATCH] x86_64: group memnodemap and memnodeshift in a memnode structureEric Dumazet1-4/+2
2006-03-25[PATCH] x86_64: Try to allocate node memmap near the end of nodeAndi Kleen1-1/+11
2006-03-25[PATCH] x86_64: Add __init to fixmap functions that are only called during bootAndi Kleen1-3/+4
2006-03-25[PATCH] x86_64: Implement early DMI scanningAndi Kleen1-0/+27
2006-03-25[PATCH] x86_64: prefetch the mmap_sem in the fault pathArjan van de Ven1-2/+4
2006-03-25[PATCH] x86_64: actively synchronize vmalloc area when registering certain ca...Jan Beulich1-13/+60
2006-03-25[PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnodeAndi Kleen3-8/+8
2006-03-25[PATCH] x86_64: Use correct PUD for memory hotaddJan Beulich1-1/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-03-22[PATCH] x86_64: pageattr remove __put_pageNick Piggin1-9/+14
2006-03-22[PATCH] x86_64: pageattr use single listNick Piggin1-28/+14
2006-02-17[PATCH] x86_64: Always pass full number of nodes to NUMA hash computationAndi Kleen2-2/+2
2006-02-17[PATCH] x86_64: Relax SRAT covers all memory check a bitAndi Kleen1-1/+2
2006-02-15[PATCH] x86_64: early initialization of cpu_to_nodeDaniel Yeisley1-1/+1
2006-02-04[PATCH] x86_64: minor odering correction to dump_pagetable()Jan Beulich1-2/+1
2006-02-04[PATCH] x86_64: Do more checking in the SRAT header codeAndi Kleen1-4/+15
2006-02-04[PATCH] x86_64: Clear more state when ignoring empty node in SRAT parsingAndi Kleen1-6/+20
2006-01-16[PATCH] x86_64: add x86-64 support for memory hot-addMatt Tolentino1-32/+128
2006-01-16[PATCH] x86_64: Flexmap for 32bit and randomized mappings for 64bitAndi Kleen2-1/+31
2006-01-16x86-64: fix initrd freeingLinus Torvalds1-1/+1
2006-01-16[PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32.Andi Kleen1-13/+5
2006-01-11[PATCH] x86_64: Allow kernel page tables upto the end of memoryAndi Kleen1-2/+14
2006-01-11[PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of lineAndi Kleen1-0/+36
2006-01-11[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparationRavikiran G Thirumalai1-1/+1
2006-01-11[PATCH] x86_64: Early initialization of cpu_to_nodeRavikiran Thirumalai1-0/+25
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-5/+8
2006-01-11[PATCH] x86_64: Reject SRAT tables that don't cover all memoryAndi Kleen1-0/+33
2006-01-11[PATCH] x86_64: Clean up some printks in NUMA codeAndi Kleen1-4/+4
2006-01-11[PATCH] x86_64: Fix up coding style in numa.cAndi Kleen1-2/+2
2006-01-11[PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen1-1/+1
2006-01-11[PATCH] x86_64: Convert page fault error codes to symbolic constants.Andi Kleen1-17/+17
2006-01-11[PATCH] x86_64: Remove unnecessary case from the page fault handlerAndi Kleen1-4/+7
2006-01-11[PATCH] x86_64: Return -1 for unknown PCI bus affinityAndi Kleen1-3/+4
2006-01-11[PATCH] x86_64: Validate SLIT tableAndi Kleen1-0/+27
2006-01-11[PATCH] x86_64: Adjust page fault handlingJan Beulich1-3/+4
2006-01-11[PATCH] x86_64: make trap information available to die notification handlersJan Beulich1-0/+8
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportArjan van de Ven1-0/+23
2006-01-06[PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfixArjan van de Ven1-2/+7
2005-12-29[PATCH] x86_64: Fix incorrect node_present_pages on NUMARavikiran G Thirumalai1-1/+1
2005-12-15[PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro1-1/+1
2005-12-12[PATCH] x86_64: Bug correction in populate_memnodemap()Eric Dumazet1-1/+3
2005-12-12[PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen1-6/+31
2005-11-14[PATCH] x86_64: Fix sparse memBob Picco1-1/+17
2005-11-14[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen2-16/+7
2005-11-14[PATCH] x86_64: Make node boundaries consistentMagnus Damm3-6/+1
2005-11-14[PATCH] x86_64: Optimize NUMA node hash functionEric Dumazet1-24/+43
2005-11-14[PATCH] x86_64: Replace swiotlb extern with includeAndi Kleen1-4/+1
2005-11-14[PATCH] x86_64: Replace cpu_pda extern with includeAndi Kleen1-2/+0
2005-11-14[PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen1-8/+2
2005-11-14[PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B1-11/+17
2005-11-14[PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2-3/+9
2005-11-14[PATCH] x86_64: Account mem_map in VM holes accountingAndi Kleen1-0/+19
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2-43/+47
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-3/+1
2005-10-10[PATCH] x86_64: Fix change_page_attr cache flushingAndi Kleen1-2/+0
2005-09-30[PATCH] x86_64 early numa init fixRavikiran G Thirumalai1-3/+2
2005-09-30[PATCH] x86_64: fix the BP node_to_cpumaskRavikiran G Thirumalai1-4/+1
2005-09-12[PATCH] x86-64: Use correct mask to compute conflicting nodes in SRATAndi Kleen1-1/+1
2005-09-12[PATCH] x86-64: reset apicid<->node tables when SRAT cannot be parsedAndi Kleen1-0/+3
2005-09-12[PATCH] x86-64: Clean up the SRAT node list before computing the hash functionAndi Kleen1-9/+11
2005-09-12[PATCH] x86-64: Safe interrupts in oops_begin/endJan Beulich1-4/+6
2005-09-12[PATCH] x86-64: Improve error handling for overlapping PXMs in SRAT.Andi Kleen1-6/+13
2005-09-12[PATCH] x86-64: Fix show_mem a little bitAndi Kleen1-14/+14
2005-09-12[PATCH] x86-64: Use ACPI PXM to parse PCI<->node assignmentsAndi Kleen1-0/+7
2005-09-12[PATCH] x86-64: Remove redundant max_mapnr and replace with end_pfnAndi Kleen1-5/+0
2005-09-12[PATCH] x86-64: Use e820_find_hole to compute reserved pagesAndi Kleen1-37/+5
2005-09-12[PATCH] x86-64: Remove redundant swiotlb=force handlingAndi Kleen1-4/+0
2005-09-12[PATCH] x86-64: Support dualcore and 8 socket systems in k8 fallback node par...Andi Kleen2-7/+16
2005-09-12[PATCH] x86-64: Don't assign CPU numbers in SRAT parsingAndi Kleen2-14/+6
2005-09-07[PATCH] kprobes: prevent possible race conditions x86_64 changesPrasanna S Panchamukhi1-1/+3
2005-09-07[PATCH] Additions to .data.read_mostly sectionRavikiran G Thirumalai1-3/+3
2005-08-26[PATCH] x86_64: Tell VM about holes in nodesAndi Kleen2-5/+19
2005-08-19[PATCH] x86_64: Don't print exceptions for ltraceAndi Kleen1-3/+1
2005-08-04[PATCH] x86-64: use proper VM_FAULT_xxx macrosAlexander Nyberg1-3/+3
2005-07-28[PATCH] x86_64: fix cpu_to_node setup for sparse apic_idsRavikiran G Thirumalai1-6/+11
2005-07-28[PATCH] x86_64: Remove unnecessary include in fault.cAndi Kleen1-1/+0
2005-07-28[PATCH] x86_64: Print a boot message for hotplug memory zonesAndi Kleen1-1/+4
2005-07-28[PATCH] x86_64: Fix overflow in NUMA hash function setupKeith Mannthey1-24/+26
2005-06-25[PATCH] x86_64: Change init sections for CPU hotplug supportAshok Raj1-1/+1
2005-06-23[PATCH] xen: x86_64: use more usermode macroVincent Hanquez1-2/+2
2005-06-23[PATCH] add x86-64 specific support for sparsememMatt Tolentino1-0/+8
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino3-5/+8
2005-06-21[PATCH] x86_64: TASK_SIZE fixes for compatibility mode processesSuresh Siddha1-1/+1
2005-05-20[PATCH] x86_64: Fixed guard page handling again in iounmapAndi Kleen1-21/+8
2005-05-17[PATCH] x86_64: When checking vmalloc mappings don't use pte_pageAndi Kleen1-2/+9
2005-05-17[PATCH] x86_64: Don't look up struct page pointer of physical address in iounmapAndi Kleen1-1/+1
2005-04-16[PATCH] x86_64: Use a common function to find code segment basesAndi Kleen1-7/+5
2005-04-16[PATCH] x86_64: Use a VMA for the 32bit vsyscallAndi Kleen2-30/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds9-0/+2452