summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-05-05Merge tag 'v5.18-rc4' into nextMichael Ellerman
2022-05-04powerpc/eeh: Remove unused inline functionsYueHaibing
2022-05-04powerpc/powermac: Use for_each_property_of_node()Michael Ellerman
2022-05-04powerpc/4xx/cpm: Fix return value of __setup() handlerRandy Dunlap
2022-05-04powerpc/idle: Fix return value of __setup() handlerRandy Dunlap
2022-05-04powerpc/5xx: Drop unnecessary castWang Qing
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy
2022-05-04powerpc/kuap: Remove unused inline function __kuap_assert_locked()YueHaibing
2022-05-04powerpc/smp: Remove unused inline functionsYueHaibing
2022-05-04powerpc: Remove redundant spaces to match coding stylemaqiang
2022-05-04powerpc: Fix missing declaration of [en/dis]able_kernel_altivec()Magali Lemes
2022-05-04powerpc/fadump: Use swap() instead of open coding itJiapeng Chong
2022-05-04powerpc: No need to initialise statics to 0Xiang wangx
2022-05-04powerpc/fadump: Correct two typos in a commentRandy Dunlap
2022-05-04powerpc: use strscpy to replace strlcpyJason Wang
2022-05-04powerpc/perf/24x7: use 'unsigned int' instead of 'unsigned'Jason Wang
2022-05-04powerpc/powernv: Switch from __FUNCTION__ to __func__Dwaipayan Ray
2022-05-04powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray
2022-05-04powerpc: Fix spelling mistake "mesages" -> "messages" in KconfigColin Ian King
2022-05-04powerpc/rtas: Replaced simple_strtoull() with kstrtoull()Chen Huang
2022-05-04powerpc/mpc52xx: Fix some pr_debug() issuesRandy Dunlap
2022-05-04powerpc/pmac: remove unused symbolZucheng Zheng
2022-05-04powerpc: make 'boot_text_mapped' staticYu Kuai
2022-05-04powerpc: remove set but not used variable 'force_printk_to_btext'Yu Kuai
2022-05-04powerpc/pseries/cmm: Remove unneeded variable "ret"zuoqilin
2022-05-04powerpc/eeh: Remove unused inline function eeh_dev_phb_init_dynamic()YueHaibing
2022-05-04powerpc/time: Fix sparse warningsHe Ying
2022-05-02powerpc/sstep: Use bitwise instead of arithmetic operator for flagsYang Li
2022-05-02powerpc/8xx: export 'cpm_setbrg' for modulesRandy Dunlap
2022-05-02powerpc/perf: Fix symbol undeclared warningWang Wensheng
2022-05-02powerpc/pseries/dlpar: Remove unnecessary cast to kfree()Xu Wang
2022-04-27powerpc/85xx: Fix virt_to_phys() off-by-one in smp_85xx_start_cpu()Michael Ellerman
2022-04-27powerpc/boot: Build wrapper for an appropriate CPUJoel Stanley
2022-04-26powerpc/fadump: print start of preserved areaHari Bathini
2022-04-26powerpc/fadump: align destination address to pagesizeHari Bathini
2022-04-26powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini
2022-04-26powerpc/fadump: save CPU reg data in vmcore when PHYP terminates LPARHari Bathini
2022-04-26powerpc/fadump: Fix fadump to work with a different endian capture kernelHari Bathini
2022-04-26powerpc/boot: remove unused function find_node_by_linuxphandle()Frank Rowand
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-23Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2022-04-23Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-23sparc: cacheflush_32.h needs struct pageRandy Dunlap
2022-04-23powerpc: Remove unused SLOW_DOWN_IO definitionBjorn Helgaas
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-22Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2022-04-22arm/xen: Fix some refcount leaksMiaoqian Lin
2022-04-22arm64: mm: fix p?d_leaf()Muchun Song