aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
AgeCommit message (Expand)Author
2019-10-05x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra
2019-10-05x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu
2019-10-05x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner
2019-09-06x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner
2019-08-16x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel
2019-08-16x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-26x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-14x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin
2019-06-07x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-16Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen
2019-05-08x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large pageBrijesh Singh
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit
2019-04-30Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar
2019-04-26x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar
2019-04-24x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Qian Cai
2019-04-21x86/fault: Make fault messages more succinctBorislav Petkov
2019-04-19x86/fault: Decode and print #PF oops in human readable formSean Christopherson
2019-04-19x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner
2019-04-17x86/traps: Use cpu_entry_area instead of orig_istThomas Gleixner
2019-04-17x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner