summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-08powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V
2021-07-08powerpc/book3s64/mm: update flush_tlb_range to flush page walk cacheAneesh Kumar K.V
2021-07-08mm/mremap: allow arch runtime overrideAneesh Kumar K.V
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-08powerpc: convert to setup_initial_init_mm()Kefeng Wang
2021-07-08powerpc/preempt: Don't touch the idle task's preempt_count during hotplugValentin Schneider
2021-07-06powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05powerpc/xive: Fix error handling when allocating an IPICédric Le Goater
2021-07-05powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao
2021-07-05powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao
2021-07-05powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-07-01powerpc: Only build restart_table.c for 64sMichael Ellerman
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy
2021-06-30mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy
2021-06-30powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin
2021-06-30powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin
2021-06-30powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin
2021-06-30powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin
2021-06-30powerpc/64s/interrupt: preserve regs->softe for NMI interruptsNicholas Piggin
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin
2021-06-30powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin
2021-06-30powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin
2021-06-30powerpc/64s: fix hash page fault interrupt handlerNicholas Piggin
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy
2021-06-30powerpc/32s: Fix setup_{kuap/kuep}() on SMPChristophe Leroy
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-29arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()Liam Howlett
2021-06-29arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters...Liam Howlett
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-26powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy
2021-06-26powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-06-26powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang