summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-162-2/+11
|\
| * x86/kasan: Fix boot with 5-level paging and KASANAndrey Ryabinin2019-06-141-1/+1
| * x86/mm/KASLR: Compute the size of the vmemmap section properlyBaoquan He2019-06-071-1/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-73/+5Star
* 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/+27Star
|\ \
| * | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-142-9/+6Star
| * | 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/+10Star
| |\ \
| | * | 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/+0Star
| | * | x86/pkeys: Don't check if PKRU is zero before writing itSebastian Andrzej Siewior2019-04-111-7/+0Star
| | * | 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/+1Star
| * | | 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-076-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/+0Star
| * | | 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/+0Star
| * | | | | 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/+11Star
| * | | | | 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/+2Star
| * | | | | x86/mm/KASLR: Use only one PUD entry for real mode trampolineBaoquan He2019-04-051-47/+37Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-072-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/+3Star
| * | | | | x86/cpu_entry_area: Cleanup setup functionsThomas Gleixner2019-04-171-10/+9Star
| * | | | | 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-073-5/+5
|\ \ \ \ \