aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-08Fix section mismatch of memory hotplug related code.Gravatar Yasunori Goto 1-3/+3
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Gravatar Linus Torvalds 1-13/+18
2007-05-02[PATCH] x86-64: Inhibit machine from asserting an NMI when doing Alt-SysRq-M ...Gravatar Konrad Rzeszutek 1-0/+6
2007-05-02[PATCH] x86: tighten kernel image page access rightsGravatar Jan Beulich 1-9/+16
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationGravatar Vivek Goyal 1-10/+11
2007-05-02[PATCH] x86-64: Remove the identity mapping as early as possibleGravatar Vivek Goyal 1-24/+0
2007-05-02[PATCH] x86-64: Kill temp boot pmdsGravatar Vivek Goyal 1-55/+45
2007-05-02[PATCH] x86-64: dma_ops as constGravatar Stephen Hemminger 1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlGravatar Eric W. Biederman 1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/mm/init.cGravatar Eric W. Biederman 1-6/+16
2007-02-14[PATCH] sysctl: x86_64: remove unnecessary use of insert_at_headGravatar Eric W. Biederman 1-1/+1
2006-12-07[PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/mapsGravatar Ernie Petrides 1-3/+4
2006-11-20[PATCH] x86_64: fix memory hotplug build with NUMA=nGravatar Yasunori Goto 1-8/+1
2006-11-14[PATCH] x86-64: Handle reserve_bootmem_generic beyond end_pfnGravatar Andi Kleen 1-1/+14
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationGravatar Mel Gorman 1-3/+6
2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEGravatar Keith Mannthey 1-4/+13
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupGravatar Keith Mannthey 1-0/+1
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enableGravatar Keith Mannthey 1-13/+7
2006-09-27[PATCH] Account for memmap and optionally the kernel image as holesGravatar Mel Gorman 1-1/+3
2006-09-27[PATCH] Have x86_64 use add_active_range() and free_area_init_nodesGravatar Mel Gorman 1-59/+6
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Gravatar Linus Torvalds 1-32/+26
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESGravatar Christoph Lameter 1-1/+1
2006-09-26[PATCH] Remove bogus warning from early_ioremapGravatar Andi Kleen 1-1/+0
2006-09-26[PATCH] x86_64 kernel mapping fixGravatar Keith Mannthey 1-25/+26
2006-09-26[PATCH] initialize end of memory variables as early as possibleGravatar Jan Beulich 1-6/+0
2006-07-01[PATCH] add __[start|end]_rodata sections to asm-generic/sections.hGravatar Heiko Carstens 1-4/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] add poison.h and patch primary usersGravatar Randy Dunlap 1-2/+5
2006-06-27[PATCH] pgdat allocation for new node add (specify node id)Gravatar Yasunori Goto 1-28/+38
2006-06-26[PATCH] x86_64: miscellaneous mm/init.c fixesGravatar Jan Beulich 1-6/+6
2006-06-26[PATCH] x86_64: Calgary IOMMU - IOMMU abstractionsGravatar Jon Mason 1-6/+1
2006-06-26[PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_kGravatar Andi Kleen 1-1/+1
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gravatar Gerd Hoffmann 1-13/+14
2006-04-09[PATCH] x86_64: Rename e820_mapped to e820_any_mappedGravatar Arjan van de Ven 1-1/+1
2006-04-09[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Gravatar Andi Kleen 1-2/+1
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememGravatar Andi Kleen 1-2/+34
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatGravatar KAMEZAWA Hiroyuki 1-1/+1
2006-03-25[PATCH] x86_64: Add __init to fixmap functions that are only called during bootGravatar Andi Kleen 1-3/+4
2006-03-25[PATCH] x86_64: Implement early DMI scanningGravatar Andi Kleen 1-0/+27
2006-03-25[PATCH] x86_64: Use correct PUD for memory hotaddGravatar Jan Beulich 1-1/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Gravatar Nick Piggin 1-3/+3
2006-01-16[PATCH] x86_64: add x86-64 support for memory hot-addGravatar Matt Tolentino 1-32/+128
2006-01-16x86-64: fix initrd freeingGravatar Linus Torvalds 1-1/+1
2006-01-16[PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32.Gravatar Andi Kleen 1-13/+5
2006-01-11[PATCH] x86_64: Allow kernel page tables upto the end of memoryGravatar Andi Kleen 1-2/+14
2006-01-11[PATCH] x86_64: Use function pointers to call DMA mapping functionsGravatar Muli Ben-Yehuda 1-5/+8
2006-01-11[PATCH] x86_64: Fix off by one in IOMMU checkGravatar Andi Kleen 1-1/+1
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportGravatar Arjan van de Ven 1-0/+23
2005-12-29[PATCH] x86_64: Fix incorrect node_present_pages on NUMAGravatar Ravikiran G Thirumalai 1-1/+1
2005-11-14[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Gravatar Andi Kleen 1-4/+0