aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman
2013-02-07x86: Do not leak kernel page mapping locationsKees Cook
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-15Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds
2012-12-15Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds
2012-12-14Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12mm, oom: remove statically defined arch functions of same nameDavid Rientjes
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan
2012-12-11Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-11Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-12-11mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse
2012-12-11x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel
2012-12-11x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker
2012-11-29x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin
2012-11-29x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin
2012-11-14x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich
2012-10-30x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming
2012-10-25x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu
2012-10-24x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin
2012-10-24x86-64: Fix page table accountingJan Beulich
2012-10-24Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-10-09rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-10-09rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse
2012-10-09rbtree: remove prior augmented rbtree implementationMichel Lespinasse
2012-10-09mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov
2012-10-09x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha
2012-10-09x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-09-27x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker
2012-09-21x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin
2012-09-21x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin
2012-09-13x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao
2012-09-07x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich
2012-08-21mm: hugetlbfs: correctly populate shared pmdMichal Hocko
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin