summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2016-03-22x86/extable: use generic search and sort routinesArd Biesheuvel1-108/+0
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-41/+261
2016-03-20Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+23
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2-3/+3
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-27/+23
2016-03-16x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPUMatt Fleming1-1/+1
2016-03-15x86: also use debug_pagealloc_enabled() for free_init_pagesChristian Borntraeger1-14/+15
2016-03-15x86: query dynamic DEBUG_PAGEALLOC settingChristian Borntraeger2-13/+8
2016-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-99/+134
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+3
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-29/+73
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+1
2016-03-11x86/mm/32: Enable full randomization on i386 and X86_32Hector Marco-Gisbert1-13/+1
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar5-13/+26
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar4-9/+15
2016-03-05x86/mm/kmmio: Fix mmiotrace for hugepagesKarol Herbst1-29/+59
2016-03-03x86/mm/pkeys: Fix access_error() denial of writes to write-only VMADave Hansen1-18/+0
2016-02-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+11
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-3/+3
2016-02-26x86/mpx: Fix off-by-one comparison with nr_registersColin Ian King1-1/+1
2016-02-25x86/mm: Fix slow_virt_to_phys() for X86_PAE againDexuan Cui1-4/+10
2016-02-25x86/mm: Avoid premature success when changing page attributesJan Beulich1-1/+3
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder2-3/+3
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook3-7/+1
2016-02-22x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd()Sai Praneeth1-0/+3
2016-02-22x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappingsSai Praneeth1-0/+14
2016-02-22Merge tag 'v4.5-rc5' into efi/core, before queueing up new changesIngo Molnar4-8/+15
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+11
2016-02-20x86/mm/ptdump: Remove paravirt_enabled()Borislav Petkov1-6/+5
2016-02-18mm, x86: fix pte_page() crash in gup_pte_range()Hugh Dickins1-1/+1
2016-02-18mm/core, x86/mm/pkeys: Add execute-only protection keys supportDave Hansen3-0/+113
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen1-2/+6
2016-02-18x86/mm/pkeys: Optimize fault handling in access_error()Dave Hansen1-0/+15
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2-1/+25
2016-02-18x86/mm/gup: Simplify get_user_pages() PTE bit handlingDave Hansen1-16/+22
2016-02-18x86/mm/pkeys: Fill in pkey field in siginfoDave Hansen1-1/+63
2016-02-18x86/mm/pkeys: Pass VMA down in to fault signal generation codeDave Hansen1-22/+28
2016-02-18x86/mm/pkeys: Add new 'PF_PK' page fault error code bitDave Hansen1-0/+8
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar4-9/+16
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2-29/+73
2016-02-18x86/mm: Fix vmalloc_fault() to handle large pages properlyToshi Kani1-4/+11
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2-3/+3
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar6-52/+69
2016-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2016-02-09x86/mm: Honour passed pgprot in track_pfn_insert() and track_pfn_remap()Matthew Wilcox1-2/+2
2016-02-09x86/kasan: Write protect kasan zero shadowAndrey Ryabinin1-2/+8
2016-02-09x86/kasan: Clear kasan_zero_page after TLB flushAndrey Ryabinin1-3/+8