aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+12
2019-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+13
2019-06-28x86/vsyscall: Document odd SIGSEGV error code for vsyscallsGravatar Andy Lutomirski 1-0/+7
2019-06-28x86/vsyscall: Show something useful on a read faultGravatar Andy Lutomirski 1-6/+5
2019-06-26x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Gravatar Kirill A. Shutemov 1-11/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 3-12/+3
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+11
2019-06-14x86/kasan: Fix boot with 5-level paging and KASANGravatar Andrey Ryabinin 1-1/+1
2019-06-07x86/mm/KASLR: Compute the size of the vmemmap section properlyGravatar Baoquan He 1-1/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 1-5/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Gravatar Thomas Gleixner 1-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 5-73/+5
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 2-0/+2
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 9-0/+9
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+6
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 1-1/+1
2019-05-16Merge branch 'linus' into x86/urgent, to pick up dependent changesGravatar Ingo Molnar 6-37/+27
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failGravatar David Hildenbrand 2-9/+6
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugGravatar Michal Hocko 2-8/+8
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCGravatar Alexandre Ghiti 1-1/+1
2019-05-09x86/mpx, mm/core: Fix recursive munmap() corruptionGravatar Dave Hansen 1-4/+6
2019-05-08x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large pageGravatar Brijesh Singh 3-43/+114
2019-05-07Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-17/+10
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-136/+192
2019-05-06Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-20/+47
2019-05-06Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-5/+5
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+3
2019-05-05x86/mm: Initialize PGD cache during mm initializationGravatar Nadav Amit 1-4/+6
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesGravatar Rick Edgecombe 1-4/+0
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsGravatar Rick Edgecombe 1-3/+11
2019-04-30x86/alternatives: Initialize temporary mm for patchingGravatar Nadav Amit 1-0/+37
2019-04-30Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesGravatar Ingo Molnar 1-0/+6
2019-04-26x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackGravatar Nadav Amit 1-34/+82
2019-04-26Merge branch 'linus' into x86/mm, to pick up dependent fixGravatar Ingo Molnar 4-4/+5
2019-04-24x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Gravatar Jiri Kosina 1-2/+0
2019-04-24x86/mm: Fix a crash with kmemleak_scan()Gravatar Qian Cai 1-0/+6
2019-04-21x86/fault: Make fault messages more succinctGravatar Borislav Petkov 1-3/+3
2019-04-19x86/fault: Decode and print #PF oops in human readable formGravatar Sean Christopherson 1-31/+11
2019-04-19x86/fault: Reword initial BUG message for unhandled page faultsGravatar Sean Christopherson 1-3/+6
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionGravatar Baoquan He 1-1/+1
2019-04-17x86/speculation: Support 'mitigations=' cmdline optionGravatar Josh Poimboeuf 1-1/+3
2019-04-17x86/exceptions: Split debug IST stackGravatar Thomas Gleixner 1-1/+3
2019-04-17x86/traps: Use cpu_entry_area instead of orig_istGravatar Thomas Gleixner 1-1/+2
2019-04-17x86/cpu_entry_area: Provide exception stack accessorGravatar Thomas Gleixner 1-0/+4
2019-04-17x86/cpu_entry_area: Prepare for IST guard pagesGravatar Thomas Gleixner 1-7/+30
2019-04-17x86/exceptions: Add structs for exception stacksGravatar Thomas Gleixner 1-5/+3
2019-04-17x86/cpu_entry_area: Cleanup setup functionsGravatar Thomas Gleixner 1-10/+9