summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-06-29powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy
2022-06-29powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy
2022-06-29powerpc/32: Remove __map_without_ltlbsChristophe Leroy
2022-06-29powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy
2022-06-29powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy
2022-06-29powerpc: Restore CONFIG_DEBUG_INFO in defconfigsChristophe Leroy
2022-06-29powerpc/irq: Simplify __do_irq()Christophe Leroy
2022-06-29powerpc/irq: Perform stack_overflow detection after switching to IRQ stackChristophe Leroy
2022-06-29powerpc/irq: Make __do_irq() staticChristophe Leroy
2022-06-29powerpc/irq: Increase stack_overflow detection limit when KASAN is enabledChristophe Leroy
2022-06-29powerpc/irq: remove inline assembly in hard_irq_disable macroChristophe Leroy
2022-06-29powerpc/irq: Replace #ifdefs by IS_ENABLED()Christophe Leroy
2022-06-29powerpc/irq: Don't open code irq_soft_mask helpersChristophe Leroy
2022-06-29powerpc/irq64: Remove get_irq_happened()Christophe Leroy
2022-06-29powerpc/irq: Split irq.cChristophe Leroy
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy
2022-06-28powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...Athira Rajeev
2022-06-26powerpc/powermac: Remove empty function note_scsi_host()Christophe Leroy
2022-06-26powerpc: Update asm-prototypes.h commentMichael Ellerman
2022-06-24powerpc/prom_init: Fix kernel config grepLiam Howlett
2022-06-24KVM: PPC: Book3s: Fix warning about xics_rm_h_xirr_xAlexey Kardashevskiy
2022-06-24powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy
2022-06-24powerpc/xive/spapr: correct bitmap allocation sizeNathan Lynch
2022-06-22powerpc/powernv: wire up rng during setup_archJason A. Donenfeld
2022-06-22powerpc/52xx: Get rid of of_node assignmentAndy Shevchenko
2022-06-22powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnodeAndy Shevchenko
2022-06-22powerpc/52xx: Remove dead code, i.e. mpc52xx_get_xtal_freq()Andy Shevchenko
2022-06-20powerpc: Move prom_init() out of asm-prototypes.hChristophe Leroy
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy
2022-06-19powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Christophe Leroy
2022-06-18powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan
2022-06-18powerpc: Enable execve syscall exit tracepointNaveen N. Rao
2022-06-18powerpc/pseries: wire up rng during setup_arch()Jason A. Donenfeld
2022-06-18powerpc/microwatt: wire up rng during setup_arch()Jason A. Donenfeld
2022-06-18powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-06-09powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman
2022-06-06powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-06-02Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-06-02powerpc: use __kernel_{uid,gid}32_t in uapi/asm/stat.hMasahiro Yamada
2022-06-02powerpc/kasan: Force thread size increase with KASANMichael Ellerman
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-31powerpc/papr_scm: don't requests stats with '0' sized stats bufferVaibhav Jain
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-05-29powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACKMichael Ellerman
2022-05-29powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying