aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-11x86_64: prepare shared mm/init.cThomas Gleixner1-750/+0
2007-07-26Revert most of "x86: Fix alternatives and kprobes to remap write-protected ke...Linus Torvalds1-0/+10
2007-07-22x86_64: fix section mismatch warning in init.cSam Ravnborg1-1/+1
2007-07-22x86: Fix alternatives and kprobes to remap write-protected kernel textAndi Kleen1-10/+0
2007-07-22x86_64: Use read and write crX in .c filesGlauber de Oliveira Costa1-1/+1
2007-07-22x86: i386-show-unhandled-signals-v3Masoud Asgharifard Sharbiani1-33/+0
2007-07-21x86_64: minor exception trace variables cleanupJan Beulich1-2/+0
2007-07-21x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpuAndi Kleen1-0/+9
2007-06-21Allow DEBUG_RODATA and KPROBES to co-existArjan van de Ven1-0/+5
2007-06-08fix sysrq-m oopsBob Picco1-0/+2
2007-06-01x86_64: allocate sparsemem memmap above 4GZou Nan hai1-0/+6
2007-05-08Fix section mismatch of memory hotplug related code.Yasunori Goto1-3/+3
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds1-13/+18
2007-05-02[PATCH] x86-64: Inhibit machine from asserting an NMI when doing Alt-SysRq-M ...Konrad Rzeszutek1-0/+6
2007-05-02[PATCH] x86: tighten kernel image page access rightsJan Beulich1-9/+16
2007-05-02[PATCH] x86: __pa and __pa_symbol address space separationVivek Goyal1-10/+11
2007-05-02[PATCH] x86-64: Remove the identity mapping as early as possibleVivek Goyal1-24/+0
2007-05-02[PATCH] x86-64: Kill temp boot pmdsVivek Goyal1-55/+45
2007-05-02[PATCH] x86-64: dma_ops as constStephen Hemminger1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert ctl_tables in arch/x86_64/mm/init.cEric W. Biederman1-6/+16
2007-02-14[PATCH] sysctl: x86_64: remove unnecessary use of insert_at_headEric W. Biederman1-1/+1
2006-12-07[PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/mapsErnie Petrides1-3/+4
2006-11-20[PATCH] x86_64: fix memory hotplug build with NUMA=nYasunori Goto1-8/+1
2006-11-14[PATCH] x86-64: Handle reserve_bootmem_generic beyond end_pfnAndi Kleen1-1/+14
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-3/+6
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 Mannthey1-0/+1
2006-10-01[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enableKeith Mannthey1-13/+7
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 Gorman1-59/+6
2006-09-26Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-32/+26
2006-09-26[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONESChristoph Lameter1-1/+1
2006-09-26[PATCH] Remove bogus warning from early_ioremapAndi Kleen1-1/+0
2006-09-26[PATCH] x86_64 kernel mapping fixKeith Mannthey1-25/+26
2006-09-26[PATCH] initialize end of memory variables as early as possibleJan Beulich1-6/+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 Engel1-1/+0
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-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 Kleen1-1/+1
2006-06-26[PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann1-13/+14
2006-04-09[PATCH] x86_64: Rename e820_mapped to e820_any_mappedArjan van de Ven1-1/+1
2006-04-09[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64Andi Kleen1-2/+1
2006-04-09[PATCH] x86_64: Support memory hotadd without sparsememAndi Kleen1-2/+34
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-1/+1
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: Use correct PUD for memory hotaddJan Beulich1-1/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-01-16[PATCH] x86_64: add x86-64 support for memory hot-addMatt Tolentino1-32/+128
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: Use function pointers to call DMA mapping functionsMuli Ben-Yehuda1-5/+8
2006-01-11[PATCH] x86_64: Fix off by one in IOMMU checkAndi Kleen1-1/+1
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportArjan van de Ven1-0/+23
2005-12-29[PATCH] x86_64: Fix incorrect node_present_pages on NUMARavikiran G Thirumalai1-1/+1
2005-11-14[PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen1-4/+0
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: Account mem_map in VM holes accountingAndi Kleen1-0/+19
2005-11-14[PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen1-23/+42
2005-09-12[PATCH] x86-64: Fix show_mem a little bitAndi Kleen1-14/+14
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-08-26[PATCH] x86_64: Tell VM about holes in nodesAndi Kleen1-4/+12
2005-06-23[PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config optionsMatt Tolentino1-3/+6
2005-04-16[PATCH] x86_64: Use a VMA for the 32bit vsyscallAndi Kleen1-18/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+630