summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-5/+3
|\
| * binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-4/+2
| * binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()David Hildenbrand2021-09-031-1/+1
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-0333-113/+29
|\ \
| * | x86: remove cc-option-yn test for -mtune=Nick Desaulniers2021-09-031-6/+0
| * | arc: replace cc-option-yn uses with cc-optionNick Desaulniers2021-09-031-2/+1
| * | s390: replace cc-option-yn uses with cc-optionNick Desaulniers2021-09-031-7/+7
| * | ia64: move core-y in arch/ia64/Makefile to arch/ia64/KbuildMasahiro Yamada2021-09-032-2/+2
| * | sparc: move the install rule to arch/sparc/MakefileMasahiro Yamada2021-09-032-5/+2
| * | kbuild: sh: remove unused install scriptGreg Kroah-Hartman2021-09-031-56/+0
| * | x86/build/vdso: fix missing FORCE for *.so build ruleMasahiro Yamada2021-09-031-1/+1
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-196-6/+6
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-1914-22/+4
| * | kbuild: check CONFIG_AS_IS_LLVM instead of LLVM_IASMasahiro Yamada2021-08-101-1/+1
| * | kbuild: do not require sub-make for separate output tree buildsMasahiro Yamada2021-08-103-5/+5
* | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-03176-2577/+2580
|\ \ \
| * \ \ Merge branch 'fixes' into nextMichael Ellerman2021-09-0318-81/+125
| |\ \ \
| * | | | powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman2021-09-011-1/+2
| * | | | powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman2021-09-011-0/+2
| * | | | KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy2021-08-301-3/+6
| * | | | powerpc/pseries/iommu: Rename "direct window" to "dma window"Leonardo Bras2021-08-271-42/+45
| * | | | powerpc/pseries/iommu: Make use of DDW for indirect mappingLeonardo Bras2021-08-271-15/+74
| * | | | powerpc/pseries/iommu: Find existing DDW with given property nameLeonardo Bras2021-08-271-10/+15
| * | | | powerpc/pseries/iommu: Update remove_dma_window() to accept property nameLeonardo Bras2021-08-271-8/+10
| * | | | powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helperLeonardo Bras2021-08-271-34/+38
| * | | | powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()Leonardo Bras2021-08-271-45/+84
| * | | | powerpc/pseries/iommu: Allow DDW windows starting at 0x00Leonardo Bras2021-08-271-18/+18
| * | | | powerpc/pseries/iommu: Add ddw_list_new_entry() helperLeonardo Bras2021-08-271-11/+21
| * | | | powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helperLeonardo Bras2021-08-271-11/+14
| * | | | powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-272-30/+32
| * | | | powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras2021-08-272-24/+23
| * | | | powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-273-5/+18
| * | | | powerpc/numa: Print debug statements only when requiredSrikar Dronamraju2021-08-271-5/+4
| * | | | powerpc/numa: convert printk to pr_xxxSrikar Dronamraju2021-08-271-13/+9
| * | | | powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju2021-08-271-15/+9
| * | | | powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-271-1/+1
| * | | | powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-271-6/+5
| * | | | powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-271-1/+1
| * | | | powerpc/configs/microwatt: Enable options for systemdJoel Stanley2021-08-271-1/+4
| * | | | powerpc/configs/microwattt: Enable LiteethJoel Stanley2021-08-271-0/+1
| * | | | powerpc/microwatt: Add Ethernet to device treeJoel Stanley2021-08-271-0/+12
| * | | | powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy2021-08-271-0/+9
| * | | | Merge changes from Paul GortmakerMichael Ellerman2021-08-2717-1021/+2
| |\ \ \ \
| | * | | | powerpc: retire sbc8641d board supportPaul Gortmaker2021-08-276-273/+1
| | * | | | powerpc: retire sbc8548 board supportPaul Gortmaker2021-08-2711-748/+1
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-2610-139/+180
| |\ \ \ \ \
| | * | | | | powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2021-08-252-5/+0
| | * | | | | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2021-08-252-0/+27
| | * | | | | KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argumentFabiano Rosas2021-08-251-3/+3
| | * | | | | KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1Fabiano Rosas2021-08-251-2/+29