summaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2016-10-30x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2016-07-10x86/mm/kmmio: Fix mmiotrace for hugepagesKarol Herbst
2016-03-09x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King
2016-03-04x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani
2016-02-15x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming
2016-01-31x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski
2016-01-31x86/mpx: Fix instruction decoder conditionDave Hansen
2015-10-22x86/mm: Set NX on gap between __ex_table and rodataStephen Smalley
2015-09-29x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang
2015-08-10x86/mm: Add parenthesis for TLB tracepoint size calculationDave Hansen
2015-08-10x86/kasan: Fix boot crash on AMD processorsAndrey Ryabinin
2015-08-10x86/kasan: Flush TLBs after switching CR3Andrey Ryabinin
2015-08-10x86/kasan: Fix KASAN shadow region page tablesAlexander Popov
2015-08-03x86/mpx: Do not set ->vm_ops on MPX VMAsKirill A. Shutemov
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-20x86/mm: Clean up types in xlate_dev_mem_ptr()Ingo Molnar
2015-04-14mm: move memtest under mmVladimir Murzin
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14x86: standardize mmap_rnd() usageKees Cook
2015-04-14x86, mm: support huge KVA mappings on x86Toshi Kani
2015-04-14x86, mm: support huge I/O mapping capability I/FToshi Kani
2015-04-14x86: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-04-07x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...Dave Young
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2015-03-23x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()Andy Lutomirski
2015-03-05x86/mm/pat: Initialize __cachemode2pte_tbl[] and __pte2cachemode_tbl[] in a b...Ingo Molnar
2015-03-05x86/mm: Simplify probe_page_size_mask()Ingo Molnar
2015-03-05x86/mm: Further simplify 1 GB kernel linear mappings handlingIngo Molnar
2015-03-05x86/mm: Use early_param_on_off() for direct_gbpagesLuis R. Rodriguez
2015-03-05x86/mm: Simplify enabling direct_gbpagesLuis R. Rodriguez
2015-03-05x86/mm: Use IS_ENABLED() for direct_gbpagesLuis R. Rodriguez
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar
2015-02-28x86/mm: Unexport set_memory_ro() and set_memory_rw()Daniel Borkmann
2015-02-24Merge tag 'v4.0-rc1' into x86/mm, to refresh the treeIngo Molnar
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2015-02-19x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2015-02-19x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen
2015-02-19x86-64: Also clear _PAGE_GLOBAL from __supported_pte_mask if !cpu_has_pgeJan Beulich
2015-02-19x86/mm/pat: Ensure different messages in STRICT_DEVMEM and PAT casesPavel Machek
2015-02-19x86/mm: Reduce PAE-mode per task pgd allocation overhead from 4K to 32 bytesFenghua Yu
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin
2015-02-13x86_64: add KASan supportAndrey Ryabinin
2015-02-13x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli