summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan2012-12-131-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-122-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-121-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-121-105/+25
|/ / /
* | / x86, mm: Correct vmflag test for checking VM_HUGETLBJoonsoo Kim2012-11-151-1/+1
| |/ |/|
* | x86, mm: Undo incorrect revert in arch/x86/mm/init.cYinghai Lu2012-10-261-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
| * | x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao2012-09-121-2/+2
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-011-1/+3
|\ \
| * | x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama2012-09-281-0/+2
| * | x86/mm: Fix range check in tlbflush debugfs interfaceJan Beulich2012-09-071-1/+1
* | | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-261-2/+11
* | | x86/mm/init.c: Fix devmem_is_allowed() off by oneT Makphaibulchoke2012-09-131-1/+1
| |/ |/|
* | mm: hugetlbfs: correctly populate shared pmdMichal Hocko2012-08-221-5/+16
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-6/+4
* | ACPI: Only count valid srat memory structuresThomas Renninger2012-08-031-7/+8
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-195/+206
|\
| * x86/tlb: do flush_tlb_kernel_range by 'invlpg'Alex Shi2012-06-281-0/+30
| * x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-281-195/+47
| * x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-281-66/+46
| * x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-281-0/+51
| * x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-281-4/+3
| * x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-281-0/+34
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-281-16/+81
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-4/+6
|\ \
| * | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-061-4/+6
* | | x86/mm: Mark free_initrd_mem() as __initJan Beulich2012-06-201-1/+1