summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-219-0/+9
* Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-191-1/+1
|\
| * treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-1/+1
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-191-4/+6
|\ \ | |/ |/|
| * x86/mpx, mm/core: Fix recursive munmap() corruptionDave Hansen2019-05-091-4/+6
* | Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-166-37/+27
|\ \
| * | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-142-9/+6
| * | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-142-8/+8
| * | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti2019-05-141-1/+1
| * | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-072-17/+10
| |\ \
| | * | x86/pkeys: Add PKRU value to init_fpstateSebastian Andrzej Siewior2019-04-121-0/+6
| | * | x86/fpu: Eager switch PKRU stateRik van Riel2019-04-111-1/+0
| | * | x86/pkeys: Don't check if PKRU is zero before writing itSebastian Andrzej Siewior2019-04-111-7/+0
| | * | x86/fpu: Use a feature number instead of mask in two more helpersSebastian Andrzej Siewior2019-04-101-3/+3
| | * | x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior2019-04-101-6/+1
| * | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-2/+2
* | | | x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large pageBrijesh Singh2019-05-083-43/+114
|/ / /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-066-136/+192
|\ \ \
| * | | x86/mm: Initialize PGD cache during mm initializationNadav Amit2019-05-051-4/+6
| * | | mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe2019-04-301-4/+0
| * | | x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe2019-04-301-3/+11
| * | | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+37
| * | | Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar2019-04-301-0/+6
| |\ \ \
| * | | | x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit2019-04-261-34/+82
| * | | | Merge branch 'linus' into x86/mm, to pick up dependent fixIngo Molnar2019-04-264-4/+5
| |\ \ \ \
| * | | | | x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault()Jiri Kosina2019-04-241-2/+0
| * | | | | x86/fault: Make fault messages more succinctBorislav Petkov2019-04-211-3/+3
| * | | | | x86/fault: Decode and print #PF oops in human readable formSean Christopherson2019-04-191-31/+11
| * | | | | x86/fault: Reword initial BUG message for unhandled page faultsSean Christopherson2019-04-191-3/+6
| * | | | | x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GBBaoquan He2019-04-051-8/+2
| * | | | | x86/mm/KASLR: Use only one PUD entry for real mode trampolineBaoquan He2019-04-051-47/+37
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-062-20/+47
|\ \ \ \ \
| * | | | | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-171-1/+3
| * | | | | x86/traps: Use cpu_entry_area instead of orig_istThomas Gleixner2019-04-171-1/+2
| * | | | | x86/cpu_entry_area: Provide exception stack accessorThomas Gleixner2019-04-171-0/+4
| * | | | | x86/cpu_entry_area: Prepare for IST guard pagesThomas Gleixner2019-04-171-7/+30
| * | | | | x86/exceptions: Add structs for exception stacksThomas Gleixner2019-04-171-5/+3
| * | | | | x86/cpu_entry_area: Cleanup setup functionsThomas Gleixner2019-04-171-10/+9
| * | | | | x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-1/+1
| |/ / / /
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-063-5/+5
|\ \ \ \ \
| * | | | | x86/mm: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-083-5/+5
* | | | | | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-061-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2019-04-171-1/+3
* | | | | | x86/mm: Fix a crash with kmemleak_scan()Qian Cai2019-04-241-0/+6
| |_|_|/ / |/| | | |
* | | | | x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He2019-04-181-1/+1
* | | | | x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra2019-04-161-1/+1
* | | | | x86/mm: Prevent bogus warnings with "noexec=off"Thomas Gleixner2019-04-162-2/+3
| |_|/ / |/| | |
* | | | x86/mm: Don't exceed the valid physical address spaceRalph Campbell2019-03-281-1/+1