summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-08-26ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta
2021-08-26ARC: mm: switch to asm-generic/pgalloc.hVineet Gupta
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta
2021-08-26um: fix stub location calculationJohannes Berg
2021-08-26um: enable VMAP_STACKJohannes Berg
2021-08-26um: virt-pci: don't do DMA from stackJohannes Berg
2021-08-26um: virtio_uml: fix memory leak on init failuresJohannes Berg
2021-08-26um: virtio_uml: include linux/virtio-uml.hJohannes Berg
2021-08-26um: make PCI emulation driver init/exit staticJohannes Berg
2021-08-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-08-26s390/smp: do not use nodat_stack for secondary CPU startAlexander Gordeev
2021-08-26s390/smp: enable DAT before CPU restart callback is calledAlexander Gordeev
2021-08-26s390: update defconfigsHeiko Carstens
2021-08-26signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman
2021-08-27powerpc/pseries/iommu: Rename "direct window" to "dma window"Leonardo Bras
2021-08-27powerpc/pseries/iommu: Make use of DDW for indirect mappingLeonardo Bras
2021-08-27powerpc/pseries/iommu: Find existing DDW with given property nameLeonardo Bras
2021-08-27powerpc/pseries/iommu: Update remove_dma_window() to accept property nameLeonardo Bras
2021-08-27powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helperLeonardo Bras
2021-08-27powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()Leonardo Bras
2021-08-27powerpc/pseries/iommu: Allow DDW windows starting at 0x00Leonardo Bras
2021-08-27powerpc/pseries/iommu: Add ddw_list_new_entry() helperLeonardo Bras
2021-08-27powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helperLeonardo Bras
2021-08-27powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras
2021-08-27powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju
2021-08-27powerpc/numa: Print debug statements only when requiredSrikar Dronamraju
2021-08-27powerpc/numa: convert printk to pr_xxxSrikar Dronamraju
2021-08-27powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju
2021-08-27powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju
2021-08-27powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju
2021-08-27powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju
2021-08-27powerpc/configs/microwatt: Enable options for systemdJoel Stanley
2021-08-27powerpc/configs/microwattt: Enable LiteethJoel Stanley
2021-08-27powerpc/microwatt: Add Ethernet to device treeJoel Stanley
2021-08-27powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy
2021-08-27Merge changes from Paul GortmakerMichael Ellerman
2021-08-27powerpc: retire sbc8641d board supportPaul Gortmaker
2021-08-27powerpc: retire sbc8548 board supportPaul Gortmaker
2021-08-26arm/arm64: dts: Fix remaining dtc 'unit_address_format' warningsRob Herring
2021-08-26Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy
2021-08-26powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()Christophe Leroy
2021-08-26powerpc/64e: Get dear offset with _DEAR macroXiongwei Song
2021-08-26powerpc: Add dear as a synonym for pt_regs.dar registerXiongwei Song
2021-08-26powerpc/64e: Get esr offset with _ESR macroXiongwei Song
2021-08-26powerpc: Add esr as a synonym for pt_regs.dsisrXiongwei Song
2021-08-26Merge branch 'for-next/entry' into for-next/coreCatalin Marinas