aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar
2011-12-23x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song
2011-12-05arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten
2011-12-05x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk
2011-12-05x86-64: Set siginfo and context on vsyscall emulation faultsAndy Lutomirski
2011-11-28Merge branch 'master' into x86/memblockTejun Heo
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli
2011-11-02mm: thp: tail page refcounting fixAndrea Arcangeli
2011-10-28Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-10-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-10-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-24x86: Fix S4 regressionTakashi Iwai
2011-09-28x86-64: Don't apply destructive erratum workaround on unaffected CPUsJan Beulich
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15Remove unneeded version.h include from arch/x86/Jesper Juhl
2011-08-16x86, vsyscall: Add missing <asm/fixmap.h> to arch/x86/mm/fault.cH. Peter Anvin
2011-08-15x86: fix mm/fault.c buildRandy Dunlap
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski
2011-08-06x86-32, amd: Move va_align definition to unbreak 32-bit buildBorislav Petkov
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-22Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2011-07-22Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-07-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-07-14memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo
2011-07-14x86: Use absent_pages_in_range() instead of memblock_x86_hole_size()Tejun Heo
2011-07-14memblock, x86: Reimplement memblock_find_dma_reserve() using iteratorsTejun Heo
2011-07-14memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_r...Tejun Heo
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo
2011-07-14x86: Replace memblock_x86_find_in_range_size() with for_each_free_mem_range()Tejun Heo
2011-07-14x86: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo
2011-07-14memblock, x86: Replace memblock_x86_find_in_range_node() with generic membloc...Tejun Heo
2011-07-14bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range()Tejun Heo
2011-07-13memblock: Kill MEMBLOCK_ERRORTejun Heo
2011-07-12x86, numa: Implement pfn -> nid mapping granularity checkTejun Heo
2011-07-12x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/Tejun Heo
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt
2011-07-05Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra
2011-06-18x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst
2011-06-14x86: Swap save_stack_trace_regs parametersMasami Hiramatsu
2011-05-28x86: Convert vmalloc()+memset() to vzalloc()Joe Perches