aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29x86: print physical addresses consistently with other parts of kernelBjorn Helgaas5-50/+49
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2012-05-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-22/+30
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+137
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2012-05-18x86-64: Fix accounting in kernel_physical_mapping_init()Jan Beulich1-10/+13
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-5/+5
2012-05-09x86/numa: Allow specifying node_distance() for numa=fakePeter Zijlstra1-2/+6
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-1/+1
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin1-8/+123
2012-04-19x86, extable: Add early_fixup_exception()H. Peter Anvin1-0/+17
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds4-4/+0
2012-03-28Disintegrate asm/system.h for X86David Howells4-4/+0
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-23x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold1-1/+1
2012-03-22x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha1-3/+5
2012-03-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-21numa_emulation: fix cpumask_of_node()Andrea Arcangeli1-1/+1
2012-03-21hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong1-13/+5
2012-03-21hugetlb: try to search again if it is really neededXiao Guangrong1-4/+6
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-2/+2
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-5/+5
2012-03-06x86: fix typo in recent find_vma_prev purgeLinus Torvalds1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds1-1/+3
2012-03-06x86/mm: Fix the size calculation of mapping tablesWANG Cong1-9/+12
2012-03-03x86, memblock: Move mem_hole_size() to .initJiri Kosina1-1/+1
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker1-0/+1
2012-02-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2012-01-26bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava1-2/+2
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-0/+4
2012-01-17ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff1-0/+4
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-2/+2
2012-01-12cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao1-1/+1
2012-01-13module_param: make bool parameters really bool (arch)Rusty Russell1-2/+2
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-40/+43
2012-01-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-01-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+17
2012-01-06Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2012-01-04Merge commit 'v3.2-rc7' into x86/asmIngo Molnar2-0/+4
2011-12-23x86, acpi: Skip acpi x2apic entries if the x2apic feature is not presentYinghai Lu1-1/+6
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/memblockIngo Molnar10-439/+75
2011-12-09thp: add compound tail page _mapcount when mappedYouquan Song1-0/+2
2011-12-09x86/numa: Add constraints check for nid parametersPetr Holasek1-4/+6
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-6/+0
2011-12-06x86/mm: Initialize high mem before free_all_bootmem()Stanislaw Gruszka1-2/+11
2011-12-05arch/x86/mm/pageattr.c: Quiet sparse noise; local functions should be staticH Hartley Sweeten1-1/+1
2011-12-05x86: Fix mmap random address rangeLudwig Nussel1-2/+2
2011-12-05x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardless of lazy_mmu modeKonrad Rzeszutek Wilk1-0/+2