summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-3021-571/+90
|\
| * m68knommu: fix 68000 CPU link with no platform selectedGreg Ungerer2022-05-241-1/+1
| * m68k: removed unused "mach_get_ss"Greg Ungerer2022-05-244-17/+0
| * m68knommu: fix undefined reference to `mach_get_rtc_pll'Greg Ungerer2022-05-243-8/+9
| * m68knommu: fix undefined reference to `_init_sp'Greg Ungerer2022-05-161-0/+1
| * m68knommu: add definitions to support elf_fdpic program loaderGreg Ungerer2022-05-162-0/+14
| * m68knommu: implement minimal regset supportGreg Ungerer2022-05-161-0/+58
| * m68knommu: use asm-generic/mmu.h for nommu setupsGreg Ungerer2022-05-161-3/+1
| * m68k: fix typos in commentsJulia Lawall2022-05-163-3/+3
| * m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-165-538/+1
| * m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer2022-05-161-1/+2
* | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-296-20/+14
|\ \
| * | ftrace: Add FTRACE_MCOUNT_MAX_OFFSET to avoid adding weak functionSteven Rostedt (Google)2022-05-281-0/+7
| * | x86/traceponit: Fix comment about irq vector tracepointssunliming2022-05-271-3/+0
| * | x86,tracing: Remove unused headerssunliming2022-05-271-3/+0
| * | ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu2022-05-274-14/+7
* | | Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-281-0/+2
|\ \ \
| * | | x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley2022-05-111-0/+2
* | | | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-28436-4431/+2926
|\ \ \ \
| * | | | powerpc/64: Include cache.h directly in paca.hMichael Ellerman2022-05-271-0/+1
| * | | | powerpc/64s: Only set HAVE_ARCH_UNMAPPED_AREA when CONFIG_PPC_64S_HASH_MMU is...Christophe Leroy2022-05-241-0/+2
| * | | | powerpc/xics: Include missing headerChristophe Leroy2022-05-241-0/+1
| * | | | powerpc/powernv/pci: Drop VF MPS fixupOliver O'Halloran2022-05-221-18/+0
| * | | | powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy2022-05-221-9/+6
| * | | | powerpc/microwatt: Add mmu bits to device treeJoel Stanley2022-05-221-0/+2
| * | | | powerpc/powernv/flash: Check OPAL flash calls exist before usingVasant Hegde2022-05-221-0/+4
| * | | | powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski2022-05-221-1/+1
| * | | | powerpc/powermac: add missing g5_phy_disable_cpu1() declarationKrzysztof Kozlowski2022-05-222-2/+2
| * | | | powerpc: Enable the DAWR on POWER9 DD2.3 and aboveReza Arbab2022-05-223-5/+35
| * | | | powerpc/64s: Add CPU_FTRS_POWER10 to ALWAYS maskMichael Ellerman2022-05-221-2/+4
| * | | | powerpc/64s: Add CPU_FTRS_POWER9_DD2_2 to CPU_FTRS_ALWAYS maskMichael Ellerman2022-05-221-2/+2
| * | | | powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-2214-14/+14
| * | | | powerpc/platforms/83xx: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-05-221-5/+2
| * | | | powerpc/eeh: Drop redundant spinlock initializationHaowen Bai2022-05-221-2/+1
| * | | | powerpc/iommu: Add missing of_node_put in iommu_init_early_dartPeng Wu2022-05-221-2/+4
| * | | | powerpc/pseries/vas: Call misc_deregister if sysfs init failsZheng Bin2022-05-221-0/+2
| * | | | powerpc/papr_scm: Fix leaking nvdimm_events_map elementsVaibhav Jain2022-05-221-30/+24
| * | | | powerpc/fsl_rio: Fix refcount leak in fsl_rio_setupMiaoqian Lin2022-05-221-0/+2
| * | | | powerpc/xive: Fix refcount leak in xive_spapr_initMiaoqian Lin2022-05-221-2/+5
| * | | | powerpc/numa: Associate numa node to its cpu earlierOscar Salvador2022-05-223-31/+11
| * | | | powerpc/powernv: fix missing of_node_put in uv_init()Lv Ruyi2022-05-221-0/+1
| * | | | powerpc/85xx: Remove FSL_85XX_CACHE_SRAMChristophe Leroy2022-05-226-496/+0
| * | | | powerpc/xics: fix refcount leak in icp_opal_init()Lv Ruyi2022-05-221-0/+1
| * | | | powerpc/perf: Fix the threshold compare group constraint for power9Kajol Jain2022-05-221-1/+2
| * | | | powerpc/perf: Fix the threshold compare group constraint for power10Kajol Jain2022-05-221-4/+5
| * | | | powerpc/kaslr_booke: Fix build errorYueHaibing2022-05-221-0/+2
| * | | | powerpc/book3e: Fix build errorYueHaibing2022-05-221-0/+1
| * | | | powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-2215-6/+185
| * | | | powerpc/kasan: Disable address sanitization in kexec pathsDaniel Axtens2022-05-227-15/+18
| * | | | powerpc/kasan: Don't instrument non-maskable or raw interruptsDaniel Axtens2022-05-225-26/+59