summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'microblaze-v5.16' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2021-11-051-5/+0
|\
| * microblaze: timer: Remove unused propertiesSean Anderson2021-10-261-5/+0
* | Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-05109-574/+832
|\ \
| * | powerpc/8xx: Fix Oops with STRICT_KERNEL_RWX without DEBUG_RODATA_TESTChristophe Leroy2021-11-011-1/+1
| * | powerpc/32e: Ignore ESR in instruction storage interrupt handlerNicholas Piggin2021-10-291-3/+12
| * | powerpc/powernv/prd: Unregister OPAL_MSG_PRD2 notifier during module unloadVasant Hegde2021-10-291-1/+11
| * | powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEA...Christophe Leroy2021-10-291-1/+1
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-10-294-3/+56
| |\ \
| | * | KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handlingLaurent Vivier2021-10-282-3/+43
| | * | KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] valueNicholas Piggin2021-10-132-0/+13
| * | | powerpc/xmon: fix task state outputDenis Kirjanov2021-10-281-2/+1
| * | | powerpc/44x/fsp2: add missing of_node_putBixuan Cui2021-10-281-0/+2
| * | | powerpc/dcr: Use cmplwi instead of 3-argument cmpliMichael Ellerman2021-10-281-1/+1
| * | | powerpc/security: Use a mutex for interrupt exit code patchingRussell Currey2021-10-281-0/+11
| * | | powerpc/83xx/mpc8349emitx: Make mcu_gpiochip_remove() return voidUwe Kleine-König2021-10-281-5/+2
| * | | powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy2021-10-281-1/+2
| * | | powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-284-13/+20
| * | | powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-282-9/+30
| * | | powerpc/bpf: Fix write protecting JIT codeHari Bathini2021-10-281-1/+1
| * | | powerpc/64s/interrupt: Fix check_return_regs_valid() false positiveNicholas Piggin2021-10-271-1/+1
| * | | powerpc/boot: Set LC_ALL=C in wrapper scriptChristophe Leroy2021-10-271-0/+2
| * | | powerpc/64s: Default to 64K pages for 64 bit book3sJoel Stanley2021-10-2711-6/+5
| * | | Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman2021-10-275-8/+135
| * | | powerpc/pseries/mobility: ignore ibm, platform-facilities updatesNathan Lynch2021-10-221-0/+34
| * | | powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-223-3/+19
| * | | powerpc/breakpoint: CleanupChristophe Leroy2021-10-221-12/+3
| * | | powerpc: Activate CONFIG_STRICT_KERNEL_RWX by defaultChristophe Leroy2021-10-221-0/+1
| * | | powerpc/8xx: Simplify TLB handlingChristophe Leroy2021-10-222-0/+17
| * | | powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addressesChristophe Leroy2021-10-221-57/+140
| * | | powerpc: warn on emulation of dcbz instruction in kernel modeChristophe Leroy2021-10-221-0/+1
| * | | powerpc/32: Add support for out-of-line static callsChristophe Leroy2021-10-224-1/+67
| * | | powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-229-44/+2
| * | | powerpc/time: Remove generic_suspend_{dis/en}able_irqs()Christophe Leroy2021-10-221-15/+7
| * | | powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy2021-10-225-135/+8
| * | | powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy2021-10-221-2/+2
| * | | powerpc/5200: dts: fix memory node unit nameAnatolij Gustschin2021-10-2212-12/+12
| * | | powerpc/5200: dts: fix pci ranges warningsAnatolij Gustschin2021-10-2210-30/+30
| * | | powerpc/5200: dts: add missing pci rangesAnatolij Gustschin2021-10-221-1/+3
| * | | powerpc/vas: Fix potential NULL pointer dereferenceGustavo A. R. Silva2021-10-221-2/+2
| * | | powerpc/fsl_booke: Enable STRICT_KERNEL_RWXChristophe Leroy2021-10-221-2/+9
| * | | powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy2021-10-222-5/+29
| * | | powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy2021-10-221-3/+22
| * | | powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy2021-10-224-10/+10
| * | | powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy2021-10-221-2/+6
| * | | powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy2021-10-221-4/+6
| * | | powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy2021-10-222-2/+2
| * | | powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCEChristophe Leroy2021-10-221-3/+3
| * | | powerpc/kexec_file: Add of_node_put() before gotoWan Jiabing2021-10-221-0/+1
| * | | powerpc/pseries/iommu: Add of_node_put() before breakWan Jiabing2021-10-221-1/+3
| * | | powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-225-1/+23