summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | x86, mm: Use max_pfn instead of highend_pfnPekka Enberg2011-11-111-1/+1
| * | x86, mm: Move zone init from paging_init() on 64-bitPekka Enberg2011-11-111-2/+7
| * | x86, mm: Use MAX_DMA_PFN for ZONE_DMA on 32-bitPekka Enberg2011-11-111-2/+1
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-01-061-1/+1
|\ \ \
| * | | arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten2011-12-051-1/+1
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-062-7/+17
|\ \ \
| * \ \ Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2012-01-042-0/+4
| |\ \ \ | | | |/ | | |/|
| * | | x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski2011-12-052-7/+17
| | |/ | |/|
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-061-1/+6
|\ \ \
| * | | x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu2011-12-231-1/+6
| |/ /
* | | Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-2010-439/+75
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into x86/memblockTejun Heo2011-11-288-40/+33
| |\ \ | | |/
| * | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-147-48/+11
| * | x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo2011-07-143-66/+20
| * | memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo2011-07-141-87/+0
| * | memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo2011-07-142-76/+11
| * | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-142-11/+1
| * | x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo2011-07-142-80/+13
| * | x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2011-07-144-27/+12
| * | memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo2011-07-142-23/+1
| * | bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo2011-07-141-19/+4
| * | memblock: Kill MEMBLOCK_ERRORTejun Heo2011-07-135-10/+10
* | | thp: add compound tail page _mapcount when mappedYouquan Song2011-12-091-0/+2
* | | x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk2011-12-051-0/+2
| |/ |/|
* | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
* | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-2/+3
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-10-281-1/+1
|\ \
| * | x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin2011-08-161-0/+1
* | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-281-16/+4
|\ \ \
| * | | x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov2011-08-061-1/+4
| * | | x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov2011-08-051-15/+0
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-10-261-1/+7
|\ \ \ \
| * | | | x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich2011-09-281-1/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-251-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-09-152-2/+15
| |\ \ \ \ \ | | |/ / / /
| * | | | | Remove unneeded version.h include from arch/x86/Jesper Juhl2011-09-151-1/+0
* | | | | | x86: Fix S4 regressionTakashi Iwai2011-10-241-2/+1
| |/ / / / |/| | | |
* | | | | x86: fix mm/fault.c buildRandy Dunlap2011-08-151-0/+1
| |_|/ / |/| | |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-121-1/+13
|\ \ \ \
| * | | | x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-101-0/+12
| * | | | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-1/+1
| | |/ / | |/| |
* | | | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
| |/ / |/| |
* | | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-3/+18
|\ \ \ | | |/ | |/|
| * | x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo2011-07-121-0/+15
| * | x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo2011-07-121-3/+3
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-07-221-2/+1
|\ \ \
| * | | x86: Convert vmalloc()+memset() to vzalloc()Joe Perches2011-05-281-2/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-222-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-051-1/+1
| |\ \ \
| | * | | x86: Swap save_stack_trace_regs parametersMasami Hiramatsu2011-06-141-1/+1
OpenPOWER on IntegriCloud