summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2011-08-16x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin1-0/+1
2011-08-16x86: fix mm/fault.c buildRandy Dunlap1-0/+1
2011-08-13Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2011-08-11x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-0/+12
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov1-1/+4
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-15/+0
2011-08-05x86-64: Add user_64bit_mode paravirt opAndy Lutomirski1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-23Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+18
2011-07-23Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2011-07-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-4/+4
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo7-48/+11
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo3-66/+20
2011-07-14memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo1-87/+0
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2-76/+11
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2-11/+1
2011-07-14x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2-80/+13
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo4-27/+12
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2-23/+1
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo1-19/+4
2011-07-14memblock: Kill MEMBLOCK_ERRORTejun Heo5-10/+10
2011-07-13x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo1-0/+15
2011-07-13x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo1-3/+3
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-2/+1
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-06-19x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst1-2/+2
2011-06-15x86: Swap save_stack_trace_regs parametersMasami Hiramatsu1-1/+1
2011-05-28x86: Convert vmalloc()+memset() to vzalloc()Joe Perches1-2/+1
2011-05-26x86: Move do_page_fault()'s error path under unlikely()KOSAKI Motohiro1-15/+20
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra1-2/+2
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-1/+11
2011-05-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+3
2011-05-21x86: Eliminate various 'set but not used' warningsGustavo F. Padovan1-11/+3
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-05-20Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-1342/+696
2011-05-17x86, mm: Allow ZONE_DMA to be configurableDavid Rientjes2-0/+4
2011-05-12x86/mm: Fix section mismatch derived from native_pagetable_reserve()Sedat Dilek1-1/+1
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini1-2/+22
2011-05-02x86, NUMA: Trim numa meminfo with max_pfn in a separate loopYinghai Lu1-5/+10
2011-05-02x86, NUMA: Rename setup_node_bootmem() to setup_node_data()Yinghai Lu1-3/+3
2011-05-02x86, NUMA: Enable emulation on 32bit tooTejun Heo1-5/+11
2011-05-02x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit tooTejun Heo1-10/+11
2011-05-02x86, NUMA: Rename amdtopology_64.c to amdtopology.cTejun Heo2-1/+1
2011-05-02x86, NUMA: Make numa_init_array() staticTejun Heo1-1/+1
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo2-234/+7
2011-05-02x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo3-15/+34
2011-05-02x86-32, NUMA: Add @start and @end to init_alloc_remap()Tejun Heo1-15/+14
2011-05-02x86, NUMA: Remove long 64bit assumption from numa.cTejun Heo1-23/+22