summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-0652-135/+106
|\
| * mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-1/+0
| * memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-068-10/+17
| * x86: remove memory hotplug support on X86_32David Hildenbrand2021-11-062-34/+3
| * mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-064-5/+5
| * hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao2021-11-061-2/+7
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-0616-22/+19
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-0629-48/+51
| * memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport2021-11-063-4/+3
| * xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport2021-11-061-1/+1
| * s390: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-062-15/+0
| * powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-13/+0
| * kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCKefeng Wang2021-11-061-0/+16
| * arm64: support page mapping percpu first chunk allocatorKefeng Wang2021-11-061-0/+4
* | 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