summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-08-18powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy1-12/+1
2023-08-18powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy1-46/+31
2023-08-18powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy1-12/+5
2023-08-18powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy3-23/+6
2023-08-18powerpc/82xx: Remove pq2_init_pciChristophe Leroy1-46/+0
2023-08-18powerpc/83xx: Split usb.cChristophe Leroy4-119/+152
2023-08-18powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...Christophe Leroy2-22/+15
2023-08-18powerpc/fsl_pci: Make fsl_add_bridge() staticChristophe Leroy2-2/+1
2023-08-18powerpc/512x: Make mpc512x_select_reset_compat() staticChristophe Leroy2-16/+15
2023-08-18powerpc/ps3: refactor strncpy usageJustin Stitt1-2/+2
2023-08-17powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-08-16powerpc/ptrace: Split gpr32_set_commonChristophe Leroy1-38/+67
2023-08-16powerpc/watchpoints: Remove ptrace/perf exclusion trackingBenjamin Gray1-248/+1
2023-08-16powerpc/watchpoints: Simplify watchpoint reinsertionBenjamin Gray1-11/+1
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray3-52/+23
2023-08-16powerpc/watchpoints: Don't track info persistentlyBenjamin Gray1-28/+32
2023-08-16powerpc/watchpoints: Explain thread_change_pc() moreBenjamin Gray1-0/+4
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-1/+159
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-1/+79
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain1-2/+84
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi...Kajol Jain1-14/+152
2023-08-16powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t...Kajol Jain1-2/+179
2023-08-16powerpc: Make virt_to_pfn() a static inlineLinus Walleij6-16/+26
2023-08-16powerpc/powernv/pci: use pci_dev_id() to simplify the codeXiongfeng Wang1-3/+3
2023-08-16powerpc/xics: Remove unnecessary endian conversionGautam Menghani1-1/+0
2023-08-16powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie1-0/+1
2023-08-16powerpc: remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-16powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada29-29/+29
2023-08-16powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada9-9/+0
2023-08-16powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2-1/+8
2023-08-16powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy1-2/+0
2023-08-16powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy1-2/+2
2023-08-16powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy3-31/+12
2023-08-16powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy3-62/+22
2023-08-16powerpc: Remove CONFIG_PCI_8260Christophe Leroy2-6/+1
2023-08-16powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy8-44/+3
2023-08-16powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy5-5/+3
2023-08-16powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy1-1/+0
2023-08-16ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai1-1/+1
2023-08-14powerpc/pseries: PLPKS: undo kernel-doc comment notationRandy Dunlap1-1/+1
2023-08-14powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLEChristophe Leroy1-119/+121
2023-08-14powerpc: xmon: remove unused variablesArnd Bergmann1-6/+2
2023-08-14powerpc: mark more local variables as volatileArnd Bergmann2-2/+2
2023-08-14powerpc/pmac32: enable serial options by default in defconfigYuan Tan1-1/+2
2023-08-14Merge branch 'topic/cpu-smt' into nextMichael Ellerman6-10/+49
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-10/+13
2023-08-09net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy3-3/+0
2023-08-09net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy1-3/+0
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-10/+13