aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+7
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Gravatar Linus Torvalds 1-6/+4
2012-12-15Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Gravatar Linus Torvalds 2-113/+1
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+119
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 2-16/+11
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-12-12mm, oom: remove statically defined arch functions of same nameGravatar David Rientjes 1-15/+8
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Gravatar Lai Jiangshan 1-1/+3
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-9/+4
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureGravatar Michel Lespinasse 1-105/+25
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsGravatar Rik van Riel 1-1/+0
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Gravatar Rik van Riel 1-1/+8
2012-12-06propagate name change to comments in kernel sourceGravatar Nadia Yvette Chambers 1-1/+1
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+1
2012-11-30context_tracking: New context tracking susbsystemGravatar Frederic Weisbecker 1-1/+1
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKGravatar H. Peter Anvin 1-4/+1
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGGravatar H. Peter Anvin 1-5/+3
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBGravatar Joonsoo Kim 1-1/+1
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Gravatar Jan Beulich 1-4/+6
2012-10-30x86, mm: Include the entire kernel memory map in trampoline_pgdGravatar Matt Fleming 2-1/+113
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cGravatar Yinghai Lu 1-4/+0
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedGravatar Jacob Shin 1-29/+41
2012-10-24x86-64: Fix page table accountingGravatar Jan Beulich 1-1/+6
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Gravatar Dave Young 1-13/+9
2012-10-09readahead: fault retry breaks mmap file read random detectionGravatar Shaohua Li 1-0/+1
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hGravatar Michel Lespinasse 1-1/+1
2012-10-09mm: replace vma prio_tree with an interval treeGravatar Michel Lespinasse 1-2/+1
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroGravatar Michel Lespinasse 1-35/+2
2012-10-09rbtree: remove prior augmented rbtree implementationGravatar Michel Lespinasse 1-19/+46
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingGravatar Konstantin Khlebnikov 1-5/+12
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Gravatar Suresh Siddha 1-11/+36
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesGravatar Suresh Siddha 1-14/+19
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-1/+19
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+4
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsGravatar Tomoki Sekiyama 1-0/+2
2012-09-26x86: Exception hooks for userspace RCU extended QSGravatar Frederic Weisbecker 1-2/+11
2012-09-21x86, smap: A page fault due to SMAP is an oopsGravatar H. Peter Anvin 1-0/+18
2012-09-21x86-32, mm: The WP test should be done on a kernel pageGravatar H. Peter Anvin 1-1/+1
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneGravatar T Makphaibulchoke 1-1/+1
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Gravatar Attilio Rao 1-4/+0
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Gravatar Attilio Rao 1-0/+1
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Gravatar Attilio Rao 1-2/+2
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startGravatar Attilio Rao 1-2/+2
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceGravatar Jan Beulich 1-1/+1
2012-08-21mm: hugetlbfs: correctly populate shared pmdGravatar Michal Hocko 1-5/+16
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"Gravatar H. Peter Anvin 1-6/+4
2012-08-03ACPI: Only count valid srat memory structuresGravatar Thomas Renninger 1-7/+8
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-195/+206