aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDGravatar Alistair Popple 1-2/+2
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 27-59/+45
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 7-12/+24
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 17-247/+14
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-471/+206
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-69/+10
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-44/+44
2021-11-09alpha: use is_kernel_text() helperGravatar Kefeng Wang 1-3/+1
2021-11-09microblaze: use is_kernel_text() helperGravatar Kefeng Wang 1-1/+2
2021-11-09powerpc/mm: use core_kernel_text() helperGravatar Kefeng Wang 1-5/+2
2021-11-09x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()Gravatar Kefeng Wang 1-9/+5
2021-11-09sections: move is_kernel_inittext() into sections.hGravatar Kefeng Wang 1-1/+1
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 2-0/+8
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksGravatar David Hildenbrand 2-5/+19
2021-11-09x86/xen: print a warning when HVMOP_get_mem_type failsGravatar David Hildenbrand 1-1/+3
2021-11-09x86/xen: simplify xen_oldmem_pfn_is_ram()Gravatar David Hildenbrand 1-14/+1
2021-11-09x86/xen: update xen_oldmem_pfn_is_ram() documentationGravatar David Hildenbrand 1-6/+3
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Gravatar Linus Torvalds 1-1/+2
2021-11-08Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 4-7/+7
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 45-97/+81
2021-11-08arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsGravatar Arnd Bergmann 1-3/+9
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakGravatar Qian Cai 3-4/+6
2021-11-08arm64: vdso: remove -nostdlib compiler flagGravatar Masahiro Yamada 2-2/+2
2021-11-08arm64: arm64_ftr_reg->name may not be a human-readable stringGravatar Reiji Watanabe 1-3/+7
2021-11-06Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 21-265/+541
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 63-493/+918
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 12-20/+23
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 52-135/+106
2021-11-06mm: remove HARDENED_USERCOPY_FALLBACKGravatar Stephen Kitt 1-1/+0
2021-11-06memblock: allow to specify flags with memblock_add_node()Gravatar David Hildenbrand 8-10/+17
2021-11-06x86: remove memory hotplug support on X86_32Gravatar David Hildenbrand 2-34/+3
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEGravatar David Hildenbrand 4-5/+5
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Gravatar Zhenguo Yao 1-2/+7
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 16-22/+19
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 29-48/+51
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Gravatar Mike Rapoport 3-4/+3
2021-11-06xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerGravatar Mike Rapoport 1-1/+1
2021-11-06s390: use generic version of arch_is_kernel_initmem_freed()Gravatar Christophe Leroy 2-15/+0
2021-11-06powerpc: use generic version of arch_is_kernel_initmem_freed()Gravatar Christophe Leroy 1-13/+0
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCGravatar Kefeng Wang 1-0/+16
2021-11-06arm64: support page mapping percpu first chunk allocatorGravatar Kefeng Wang 1-0/+4
2021-11-05Merge branch 'pci/host/mt7621'Gravatar Bjorn Helgaas 1-1/+2
2021-11-05Merge branch 'pci/driver'Gravatar Bjorn Helgaas 5-12/+15
2021-11-05Merge tag 'microblaze-v5.16' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-5/+0
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 109-574/+832
2021-11-05Merge tag 'mips_5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 97-11780/+412
2021-11-04Merge tag 'for-5.16/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-48/+17
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+2
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-25/+20