aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-11-26Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2019-11-26Merge branches 'core-objtool-for-linus', 'x86-cleanups-for-linus' and 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-1/+44
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds4-12/+11
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-49/+0
2019-11-25Merge branch 'x86/build' into x86/asm, to pick up completed topic branchIngo Molnar3-12/+14
2019-11-25x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make the CPU_ENTRY_AREA_PAGES assert preciseIngo Molnar1-1/+3
2019-11-21x86/mm/pat: Rename pat_rbtree.c to pat_interval.cDavidlohr Bueso2-1/+1
2019-11-21x86/mm/pat: Drop the rbt_ prefix from external memtype callsDavidlohr Bueso3-20/+20
2019-11-21x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functionsDavidlohr Bueso1-13/+8
2019-11-21x86/mm/pat: Convert the PAT tree to a generic interval treeDavidlohr Bueso1-120/+42
2019-11-21dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne1-1/+1
2019-11-18x86: Fix typos in commentsCao jin1-1/+1
2019-11-16x86/tss: Fix and move VMX BUILD_BUG_ON()Thomas Gleixner1-0/+8
2019-11-12x86/boot: Introduce setup_indirectDaniel Kiper1-0/+11
2019-11-11x86: Clean up ioremap()Christoph Hellwig2-6/+6
2019-11-04x86/mm: Report which part of kernel image is freedKees Cook2-6/+8
2019-11-04x86/mm: Remove redundant address-of operators on addressesKees Cook1-3/+3
2019-11-04x86/vmlinux: Actually use _etext for the end of the text segmentKees Cook2-4/+4
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann2-1/+44
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang4-12/+11
2019-10-18x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-4/+4
2019-10-11x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+5
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse1-16/+3
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+1
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+0
2019-09-17Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2019-09-16Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-114/+4
2019-09-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-09-05x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra1-2/+2
2019-09-03x86/mm: Remove the unused set_memory_wt() functionChristoph Hellwig1-17/+0
2019-09-03x86/mm: Remove set_pages_x() and set_pages_nx()Christoph Hellwig2-17/+1
2019-09-03x86/mm: Remove the unused set_memory_array_*() functionsChristoph Hellwig1-75/+0
2019-09-03x86/mm: Unexport set_memory_x() and set_memory_nx()Christoph Hellwig1-2/+0
2019-09-03Merge tag 'v5.3-rc7' into x86/mm, to pick up fixesIngo Molnar2-17/+24
2019-08-29x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner1-0/+2
2019-08-29x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu1-2/+4
2019-08-29x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner1-8/+18
2019-08-19x86/mmiotrace: Lock down the testmmiotrace moduleDavid Howells1-0/+5
2019-08-09fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann1-1/+0
2019-08-09x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann1-1/+0
2019-08-08efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel1-0/+1
2019-07-24x86/mm: Avoid redundant interrupt disable in load_mm_cr4()Jan Kiszka1-1/+1
2019-07-22x86/mm: Sync also unmappings in vmalloc_sync_all()Joerg Roedel1-8/+5
2019-07-22x86/mm: Check for pfn instead of page in vmalloc_sync_one()Joerg Roedel1-1/+1
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+30
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-20/+12