summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86-32, mm: Rip out x86_32 NUMA remapping codeDave Hansen2013-01-313-170/+0
* x86/numa: Use __pa_nodebug() insteadBorislav Petkov2013-01-311-1/+1
* x86, mm: Create slow_virt_to_phys()Dave Hansen2013-01-251-0/+31
* x86, mm: Use new pagetable helpers in try_preserve_large_page()Dave Hansen2013-01-251-7/+4
* x86, mm: Make DEBUG_VIRTUAL work earlier in bootDave Hansen2013-01-253-4/+11
* Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-256-134/+50
|\
| * Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-1/+7
| |\
| | * x86: mm: drop TLB flush from ptep_set_access_flagsRik van Riel2012-12-111-1/+0
| | * x86: mm: only do a local tlb flush in ptep_set_access_flags()Rik van Riel2012-12-111-1/+8
| * | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-6/+4
| * | Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd"Linus Torvalds2012-12-152-113/+1
| * | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-143-5/+119
| |\ \
| | * | x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-301-4/+6
| | * | x86, mm: Include the entire kernel memory map in trampoline_pgdMatt Fleming2012-10-302-1/+113
| * | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-132-16/+11
| |\ \ \
| | * | | mm, oom: remove statically defined arch functions of same nameDavid Rientjes2012-12-121-15/+8
| | * | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-121-1/+3
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
| | | |/ | | |/|
| * | | Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-12-112-9/+4
| |\ \ \
| | * | | x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OKH. Peter Anvin2012-11-291-4/+1
| | * | | x86, 386 removal: Remove CONFIG_INVLPGH. Peter Anvin2012-11-291-5/+3
| * | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-111-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-1/+1
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-1/+1
| | | | |/ | | | |/|
| * | | | mm: use vm_unmapped_area() in hugetlbfs on i386 architectureMichel Lespinasse2012-12-111-105/+25
| |/ / /
| * | | x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-141-1/+1
| | |/ | |/|
* | | x86/mm: Don't flush the TLB on #WP pmd fixupsIngo Molnar2012-11-221-1/+6
* | | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-162-14/+12
* | | x86: Make it so that __pa_symbol can only process kernel symbols on x86_64Alexander Duyck2012-11-161-0/+11
* | | x86: Improve __phys_addr performance by making use of carry flags and inliningAlexander Duyck2012-11-161-15/+25
|/ /
* | x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu2012-10-251-4/+0
* | x86, mm: Find_early_table_space based on ranges that are actually being mappedJacob Shin2012-10-241-29/+41
* | x86-64: Fix page table accountingJan Beulich2012-10-241-1/+6
* | Revert "x86/mm: Fix the size calculation of mapping tables"Dave Young2012-10-241-13/+9
|/
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-091-1/+1
* mm: replace vma prio_tree with an interval treeMichel Lespinasse2012-10-091-2/+1
* rbtree: add RB_DECLARE_CALLBACKS() macroMichel Lespinasse2012-10-091-35/+2
* rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-091-19/+46
* mm, x86, pat: rework linear pfn-mmap trackingKonstantin Khlebnikov2012-10-091-5/+12
* x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...Suresh Siddha2012-10-091-11/+36
* x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routinesSuresh Siddha2012-10-091-14/+19
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-012-1/+19
|\
| * x86, smap: A page fault due to SMAP is an oopsH. Peter Anvin2012-09-211-0/+18
| * x86-32, mm: The WP test should be done on a kernel pageH. Peter Anvin2012-09-211-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-10-011-7/+4
|\ \
| * | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-121-4/+0
| * | x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-121-0/+1
| * | x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-121-2/+2
OpenPOWER on IntegriCloud