summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport24-24/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-7/+2
2020-06-09x86/amd_gart: print stacktrace for a leak with KERN_ERRDmitry Safonov1-1/+1
2020-06-09x86: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09x86: add missing const qualifiers for log_lvlDmitry Safonov2-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig1-0/+2
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-10/+10
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+21
2020-06-05Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-585/+608
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-56/+11
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-14/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-6/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny2-15/+4
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2-9/+12
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny2-13/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny2-11/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-2/+1
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+1
2020-06-04x86/mm: define mm_p4d_folded()Anshuman Khandual1-0/+6
2020-06-04mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-3/+1
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds3-61/+36
2020-06-04Merge branch 'pci/virtualization'Bjorn Helgaas1-10/+6
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-71/+29
2020-06-03x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-03mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual2-2/+2
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-4/+13
2020-06-03mm: make deferred init's max threads arch-specificDaniel Jordan1-0/+12
2020-06-03mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport1-4/+1
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport1-9/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-06-03mm: memblock: replace dereferences of memblock_region.nid with API callsMike Rapoport1-2/+4
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+3
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds52-1741/+2980
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-439/+39
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-0/+1
2020-06-03Merge tag 'x86-timers-2020-06-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-39/+122
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+10
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds6-117/+164
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-264/+53
2020-06-02x86/mm: remove vmalloc faultingJoerg Roedel5-204/+4
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-37/+0
2020-06-02x86/mm/32: implement arch_sync_kernel_mappings()Joerg Roedel3-9/+20