aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price2-19/+9
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price1-9/+10
2020-02-04x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2-229/+67
2020-02-04x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_structSteven Price2-12/+10
2020-02-04x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_structSteven Price1-2/+2
2020-02-04x86: mm: point to struct seq_file from struct pg_stateSteven Price1-34/+35
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpxLinus Torvalds4-946/+0
2020-01-28Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+0
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+12
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-64/+0
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds14-307/+354
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-27x86/mm: Introduce lookup_address_in_mm()Sean Christopherson1-0/+11
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior1-1/+1
2020-01-23x86/mpx: remove MPX from arch/x86Dave Hansen3-945/+0
2020-01-23x86/mpx: remove build infrastructureDave Hansen1-1/+0
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2-6/+2
2020-01-20x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2020-01-10Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar14-300/+353
2020-01-07x86/context-tracking: Remove exception_enter/exit() from do_page_fault()Frederic Weisbecker1-27/+12
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2-6/+2
2019-12-31x86/kasan: Print original address on #GPJann Horn1-21/+0
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type definitionsIngo Molnar4-0/+4
2019-12-10x86/mm/pat: Mark __cpa_flush_tlb() as statickbuild test robot1-1/+1
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar5-5/+5
2019-12-10x86/mm/pat: Standardize on memtype_*() prefix for APIsIngo Molnar4-37/+37
2019-12-10x86/mm/pat: Move the memtype related files to arch/x86/mm/pat/Ingo Molnar7-12/+17
2019-12-10x86/mm/pat: Clean up PAT initialization flagsIngo Molnar1-12/+14
2019-12-10x86/mm/pat: Harmonize 'struct memtype *' local variable and function parameter useIngo Molnar3-73/+75
2019-12-10x86/mm/pat: Simplify the free_memtype() control flowIngo Molnar1-8/+3
2019-12-10x86/mm/pat: Create fixed width output in /sys/kernel/debug/x86/pat_memtype_list, similar to the E820 debug printoutsIngo Molnar1-3/+3
2019-12-10x86/mm/pat: Disambiguate PAT-disabled boot messagesIngo Molnar1-6/+14
2019-12-10x86/mm/pat: Update the comments in pat.c and pat_interval.c and refresh the code a bitIngo Molnar2-35/+72
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar7-15/+88
2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+61
2019-12-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+20
2019-12-01x86/kasan: support KASAN_VMALLOCDaniel Axtens1-0/+61
2019-12-01x86/mm/pat: Fix off-by-one bugs in interval tree searchIngo Molnar1-6/+6
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-6/+6
2019-11-27x86/mm: Remove set_kernel_text_r[ow]()Peter Zijlstra2-64/+0
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+0
2019-11-26x86/doublefault/32: Move #DF stack and TSS to cpu_entry_areaAndy Lutomirski1-1/+13
2019-11-26x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel1-1/+1
2019-11-26Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-16/+18
2019-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2019-11-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-283/+200