Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker
2015-08-20x86/mm/pat: Add comments to cachemode translation tablesToshi Kani
2015-07-26x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner
2015-07-24x86/mm: Fix newly introduced printk format warningsThomas Gleixner
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani
2015-07-21x86/mm/pat: Adjust default caching mode translation tablesJan Beulich
2015-07-21x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov
2015-07-21x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen
2015-07-21x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang
2015-07-06x86/kasan: Add message about KASAN being initializedAndrey Ryabinin
2015-07-06x86/kasan: Fix boot crash on AMD processorsAndrey Ryabinin
2015-07-06x86/kasan: Flush TLBs after switching CR3Andrey Ryabinin
2015-07-06x86/kasan: Fix KASAN shadow region page tablesAlexander Popov
2015-06-25mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-23Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-06-09x86/mpx: Allow 32-bit binaries on 64-bit kernels againDave Hansen
2015-06-09x86/mpx: Do not count MPX VMAs as neighbors when unmappingDave Hansen
2015-06-09x86/mpx: Rewrite the unmap codeDave Hansen
2015-06-09x86/mpx: Support 32-bit binaries on 64-bit kernelsDave Hansen
2015-06-09x86/mpx: Use 32-bit-only cmpxchg() for 32-bit appsDave Hansen
2015-06-09x86/mpx: Introduce new 'directory entry' to 'addr' helper functionDave Hansen
2015-06-09x86/mpx: Add temporary variable to reduce maskingDave Hansen
2015-06-09x86/mpx: Trace allocation of new bounds tablesDave Hansen
2015-06-09x86/mpx: Trace the attempts to find bounds tablesDave Hansen
2015-06-09x86/mpx: Trace entry to bounds exception pathsDave Hansen
2015-06-09x86/mpx: Trace #BR exceptionsDave Hansen
2015-06-09x86/mpx: Restrict the mmap() size check to bounds tablesDave Hansen
2015-06-09x86/mpx: Clean up the code by not passing a task pointer around when unnecessaryDave Hansen
2015-06-09x86/mpx: Use the new get_xsave_field_ptr()APIDave Hansen
2015-06-07x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Add pgprot_writethrough()Toshi Kani
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani
2015-06-07x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani
2015-06-07x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov
2015-06-07x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov
2015-06-07x86/mm/pat: Untangle pat_init()Borislav Petkov
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-05-28x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich
2015-05-27x86/mm/pat: Export pat_enabled()Luis R. Rodriguez
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez
2015-05-27x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar