summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley2015-10-021-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-2/+3
|\
| * Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-056-125/+18
| |\
| * | x86/mm/srat: Print non-volatile flag in SRATLinda Knippers2015-09-021-2/+3
* | | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-101-44/+7
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-2/+4
|\ \ \
| * | | mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-081-2/+4
* | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-082-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-272-4/+4
| |/ /
* | | x86, mm: trace when an IPI is about to be sentMel Gorman2015-09-041-0/+1
| |/ |/|
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-014-5/+8
|\ \
| * \ Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-259-241/+384
| |\ \ | | |/
| * | x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2015-08-252-3/+2
| * | x86/mm/pat: Add comments to cachemode translation tablesToshi Kani2015-08-201-2/+5
| * | x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-2/+5
|\ \ \
| * | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-311-0/+1
| * | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-311-2/+4
| | |/ | |/|
* | | x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin2015-08-221-118/+5
|/ /
* | x86/mm/pat: Revert 'Adjust default caching mode translation tables'Thomas Gleixner2015-07-261-3/+3
* | x86/mm: Fix newly introduced printk format warningsThomas Gleixner2015-07-241-2/+2
* | x86/mm: Remove region_is_ram() call from ioremapToshi Kani2015-07-221-18/+6
* | x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani2015-07-221-3/+4
* | x86/mm/pat: Adjust default caching mode translation tablesJan Beulich2015-07-211-3/+3
* | x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov2015-07-212-21/+10
* | x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen2015-07-211-1/+1
* | x86/kasan: Add message about KASAN being initializedAndrey Ryabinin2015-07-061-0/+3
* | x86/kasan: Fix boot crash on AMD processorsAndrey Ryabinin2015-07-061-3/+3
* | x86/kasan: Flush TLBs after switching CR3Andrey Ryabinin2015-07-061-0/+2
* | x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-2/+34
* | mm/memblock: add extra "flags" to memblock to allow selection of memory based...Tony Luck2015-06-241-1/+1
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-229-186/+393
|\ \ | |/
| * x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-072-13/+52
| * x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
| * x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-071-0/+7
| * x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-071-0/+21
| * x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
| * x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
| * x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-074-23/+10
| * x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-072-31/+56
| * x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
| * x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
| * x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
| * x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
| * x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-274-22/+19
| * x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-273-26/+26
| * x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-272-16/+26
| * x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-10/+32
| * x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-111-2/+0
| * x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-112-1/+38
OpenPOWER on IntegriCloud