summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-211-2/+24
* x86/ioremap: Map EFI runtime services data as encrypted for SEVTom Lendacky2020-03-111-0/+18
* x86/mm: Fix dump_pagetables with Xen PVJuergen Gross2020-02-291-6/+1
* x86: mm: avoid allocating struct mm_struct on the stackSteven Price2020-02-042-19/+9
* mm: ptdump: reduce level numbers by 1 in note_page()Steven Price2020-02-041-9/+10
* x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-042-229/+67
* x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2020-02-042-12/+10
* x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price2020-02-041-2/+2
* x86: mm: point to struct seq_file from struct pg_stateSteven Price2020-02-041-34/+35
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-311-0/+11
|\
| * x86/mm: Introduce lookup_address_in_mm()Sean Christopherson2020-01-271-0/+11
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-304-946/+0
|\ \
| * | x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-233-945/+0
| * | x86/mpx: remove build infrastructureDave Hansen2020-01-231-1/+0
* | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-21/+0
|\ \ \
| * | | x86/kasan: Print original address on #GPJann Horn2019-12-311-21/+0
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-281-27/+12
|\ \ \ \
| * | | | x86/context-tracking: Remove exception_enter/exit() from do_page_fault()Frederic Weisbecker2020-01-071-27/+12
| | |_|/ | |/| |
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-282-64/+0
|\ \ \ \
| * | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-202-6/+2
| |\| | |
| * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-107-15/+88
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra2019-11-272-64/+0
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-2814-307/+354
|\ \ \ \ \
| * | | | | x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel2020-01-201-7/+1
| * | | | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-1014-300/+353
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-104-0/+4
| | * | | | x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot2019-12-101-1/+1
| | * | | | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-105-5/+5
| | * | | | x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar2019-12-104-37/+37
| | * | | | x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar2019-12-107-12/+17
| | * | | | x86/mm/pat: Clean up PAT initialization flagsIngo Molnar2019-12-101-12/+14
| | * | | | x86/mm/pat: Harmonize 'struct memtype *' local variable and function paramete...Ingo Molnar2019-12-103-73/+75
| | * | | | x86/mm/pat: Simplify the free_memtype() control flowIngo Molnar2019-12-101-8/+3
| | * | | | x86/mm/pat: Create fixed width output in /sys/kernel/debug/x86/pat_memtype_li...Ingo Molnar2019-12-101-3/+3
| | * | | | x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar2019-12-101-6/+14
| | * | | | x86/mm/pat: Update the comments in pat.c and pat_interval.c and refresh the c...Ingo Molnar2019-12-102-35/+72
| | | |/ / | | |/| |
* | | | | Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-01-271-1/+1
|\ \ \ \ \
| * | | | | smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior2020-01-241-1/+1
| |/ / / /
* / / / / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-2/+2
|/ / / /
* / / / mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-042-6/+2
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-12-011-0/+61
|\ \ \
| * | | x86/kasan: support KASAN_VMALLOCDaniel Axtens2019-12-011-0/+61
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-12-013-8/+20
|\ \ \ \ | |/ / / |/| | |
| * | | x86/mm/pat: Fix off-by-one bugs in interval tree searchIngo Molnar2019-12-011-6/+6
| * | | x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski2019-11-261-1/+13
| * | | x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel2019-11-261-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-1/+1
|\ \ \ \
| * | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-6/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: Clean up ioremap()Christoph Hellwig2019-11-112-6/+6
| |/ /