summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* 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-271-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-211-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-271-0/+30
| * x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-271-195/+47
| * x86/tlb: enable tlb flush range support for x86Alex Shi2012-06-271-66/+46
| * x86/tlb: add tlb_flushall_shift knob into debugfsAlex Shi2012-06-271-0/+51
| * x86/tlb: add tlb_flushall_shift for specific CPUAlex Shi2012-06-271-4/+3
| * x86/tlb: fall back to flush all when meet a THP large pageAlex Shi2012-06-271-0/+34
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-271-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
* | | x86/mm: Fix some kernel-doc warningsWanpeng Li2012-06-112-3/+3
| |/ |/|
* | x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu2012-06-081-1/+2
* | x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init()Yasuaki Ishimatsu2012-06-061-0/+2
|/
* Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin2012-05-305-50/+49
|\
| * x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-295-50/+49
* | x86/mm/pat: Improve scaling of pat_pagerange_is_ram()John Dykstra2012-05-301-20/+36
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+1
|\
| * userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-1/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-05-233-22/+30
|\ \
| * | x86-64: Fix accounting in kernel_physical_mapping_init()Jan Beulich2012-05-181-10/+13
| * | x86, tlb: Switch cr3 in leave_mm() only when neededSuresh Siddha2012-03-221-3/+5
| * | x86/mm: Fix the size calculation of mapping tablesWANG Cong2012-03-061-9/+12
* | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-5/+137
|\ \ \
| * | | x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-201-8/+123
| * | | x86, extable: Add early_fixup_exception()H. Peter Anvin2012-04-191-0/+17
| | |/ | |/|
OpenPOWER on IntegriCloud