summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-20mm: percpu: generalize percpu related configKefeng Wang
2022-01-19powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO busesTobias Waldekranz
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-01-10Merge tag 'asm-generic-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada
2022-01-06powerpc/xmon: Dump XIVE information for online-only processors.Sachin Sant
2022-01-05powerpc/opal: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-05powerpc/cacheinfo: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-04powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren
2022-01-04powerpc/xive: Add missing null check after calling kmallocAmmar Faizi
2022-01-04powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-12-31crypto: powerpc/sha - remove duplicate hash init functionTianjia Zhang
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28Merge tag 'powerpc-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-12-25powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warningsMichael Ellerman
2021-12-25powerpc/64s: Mask NIP before checking against SRR0Michael Ellerman
2021-12-23powerpc/perf: Fix spelling of "its"Randy Dunlap
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy
2021-12-23powerpc/code-patching: Move code patching selftests in its own fileChristophe Leroy
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy
2021-12-23powerpc/code-patching: Use test_trampoline for prefixed patch testChristophe Leroy
2021-12-23powerpc/code-patching: Fix patch_branch() return on out-of-range failureChristophe Leroy
2021-12-23powerpc/code-patching: Reorganise do_patch_instruction() to ease error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix unmap_patch_area() error handlingChristophe Leroy
2021-12-23powerpc/code-patching: Fix error handling in do_patch_instruction()Christophe Leroy