summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-141-6/+2
|\
| * memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-6/+2
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-28/+7
|\ \
| * | x86: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-28/+7
* | | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-24/+9
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \
| * \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1419-96/+19
| |\ \ \
| * | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-092-28/+65
|\ \ \ \ \
| * | | | | x86/mm: Rework ioremap resource mapping determinationLianbo Jiang2019-06-201-26/+45
| * | | | | x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-201-2/+20
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-082-8/+6
|\ \ \ \ \ \
| * | | | | | signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbusEric W. Biederman2019-06-031-2/+1
| * | | | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-4/+3
| * | | | | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-3/+3
| * | | | | | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| * | | | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-081-6/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski2019-06-281-0/+7
| * | | | | x86/vsyscall: Show something useful on a read faultAndy Lutomirski2019-06-281-6/+5
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-291-11/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()Kirill A. Shutemov2019-06-261-11/+13
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3
| |_|/ / / |/| | | |
* | | | | 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/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-305-73/+5
* | 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
|\ \ \