aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-1/+7
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds1-6/+4
2012-12-15Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds2-113/+1
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+119
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-16/+11
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes1-15/+8
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initializationLai Jiangshan1-1/+3
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+4
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse1-105/+25
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel1-1/+0
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel1-1/+8
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-1/+1
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin1-4/+1
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin1-5/+3
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim1-1/+1
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich1-4/+6
2012-10-30x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming2-1/+113
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu1-4/+0
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin1-29/+41
2012-10-24x86-64: Fix page table accountingJan Beulich1-1/+6
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young1-13/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse1-2/+1
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse1-35/+2
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse1-19/+46
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov1-5/+12
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfnSuresh Siddha1-11/+36
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha1-14/+19
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+19
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+4
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama1-0/+2
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-2/+11
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin1-0/+18
2012-09-21x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin1-1/+1
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke1-1/+1
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao1-4/+0
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao1-0/+1
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao1-2/+2
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao1-2/+2
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich1-1/+1
2012-08-21mm: hugetlbfs: correctly populate shared pmdMichal Hocko1-5/+16
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin1-6/+4
2012-08-03ACPI: Only count valid srat memory structuresThomas Renninger1-7/+8
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-195/+206