summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/mm
Commit message (Expand)AuthorAgeFilesLines
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+2
* Fix section mismatch of memory hotplug related code.Yasunori Goto2007-05-081-3/+3
* Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2007-05-073-21/+35
* [PATCH] x86-64: Don't enable NUMA for a single node in K8 NUMA scanningAndi Kleen2007-05-021-0/+2
* [PATCH] x86-64: set node_possible_map at runtime - try 2Suresh Siddha2007-05-023-10/+15
* [PATCH] x86-64: Inhibit machine from asserting an NMI when doing Alt-SysRq-M ...Konrad Rzeszutek2007-05-021-0/+6
* [PATCH] x86-64: use lru instead of page->index and page->private for pgd list...Christoph Lameter2007-05-021-3/+2Star
* [PATCH] x86: tighten kernel image page access rightsJan Beulich2007-05-021-9/+16
* [PATCH] x86: Improve handling of kernel mappings in change_page_attrJan Beulich2007-05-021-4/+12
* [PATCH] x86-64: fixed size remaining fake nodesDavid Rientjes2007-05-021-10/+37
* [PATCH] x86-64: split remaining fake nodes equallyDavid Rientjes2007-05-021-4/+18
* [PATCH] x86-64: configurable fake numa node sizesDavid Rientjes2007-05-021-108/+153
* [PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal2007-05-022-18/+19
* [PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal2007-05-021-24/+0Star
* [PATCH] x86-64: Kill temp boot pmdsVivek Goyal2007-05-021-55/+45Star
* [PATCH] x86-64: dma_ops as constStephen Hemminger2007-05-021-1/+1
* [PATCH] x86-64: Always flush all pages in change_page_attrAndi Kleen2007-04-241-1/+1
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-143-49/+175
|\
| * [PATCH] x86-64: Remove mk_pte_phys()Andi Kleen2007-02-131-1/+3
| * [PATCH] x86-64: clean up sparsemem memory_present callBob Picco2007-02-131-15/+2Star
| * [PATCH] x86: simplify notify_page_fault()Jan Beulich2007-02-131-10/+8Star
| * [PATCH] x86-64: Fix fake numa for x86_64 machines with big IO holeRohit Seth2007-02-131-14/+96
| * [PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fixAmul Shah2007-02-131-7/+8
| * [PATCH] x86-64: Allocate the NUMA hash function nodemap dynamicallyAmul Shah2007-02-131-9/+65
* | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* | [PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/mm/init.cEric W. Biederman2007-02-141-6/+16
* | [PATCH] sysctl: x86_64: remove unnecessary use of insert_at_headEric W. Biederman2007-02-141-1/+1
|/
* [PATCH] Consolidate bust_spinlocks()Kirill Korotaev2007-02-111-21/+0Star
* ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-031-23/+25
* [PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/mapsErnie Petrides2006-12-071-3/+4
* [PATCH] x86-64: Use probe_kernel_address in arch/x86_64/*Andi Kleen2006-12-071-5/+5
* [PATCH] x86-64: Speed and clean up cache flushing in change_page_attrAndi Kleen2006-12-071-26/+32
* [PATCH] x86_64: fix memory hotplug build with NUMA=nYasunori Goto2006-11-201-8/+1Star
* [PATCH] x86-64: Handle reserve_bootmem_generic beyond end_pfnAndi Kleen2006-11-141-1/+14
* [PATCH] x86-64: x86_64 hot-add memory srat.c fixkeith mannthey2006-10-211-2/+2
* [PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman2006-10-112-6/+11
* [PATCH] Generic ioremap_page_range: x86_64 conversionHaavard Skinnemoen2006-10-011-104/+7Star
* [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEKeith Mannthey2006-10-011-4/+13
* [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupKeith Mannthey2006-10-012-0/+3
* [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enableKeith Mannthey2006-10-012-14/+19
* [PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.cKeith Mannthey2006-10-011-22/+29
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-2/+2
* [PATCH] make PROT_WRITE imply PROT_READJason Baron2006-09-291-1/+1
* [PATCH] Allow an arch to expand node boundariesMel Gorman2006-09-271-0/+2
* [PATCH] Account for holes that are outside the range of physical memoryMel Gorman2006-09-271-1/+3
* [PATCH] Account for memmap and optionally the kernel image as holesMel Gorman2006-09-271-1/+3
* [PATCH] Have x86_64 use add_active_range() and free_area_init_nodesMel Gorman2006-09-274-72/+28Star
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-266-63/+57Star
|\
| * [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...Andi Kleen2006-09-261-0/+3