summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar2023-08-182-20/+24
* powerpc/idle: Add support for nohltVaibhav Jain2023-08-181-0/+1
* powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini2023-08-181-1/+3
* powerpc: Move DMA64_PROPNAME define to a headerMichal Suchanek2023-08-183-6/+4
* Revert "powerpc/xmon: Relax frame size for clang"Nick Desaulniers2023-08-181-6/+0
* powerpc/mm: Cleanup memory block size probingAneesh Kumar K.V2023-08-187-135/+126
* powerpc/configs: Drop CONFIG_IP_NF_TARGET_CLUSTERIPTrevor Woerner2023-08-181-1/+0
* powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain2023-08-181-0/+1
* powerpc/4xx: Add missing includes to fix no previous prototype errorsChristophe Leroy2023-08-182-0/+2
* powerpc/47x: Add prototype for mmu_init_secondary()Christophe Leroy2023-08-181-0/+1
* powerpc/47x: Remove early_init_mmu_47x() to fix no previous prototypeChristophe Leroy2023-08-181-14/+5
* powerpc/4xx: Remove pika_dtm_[un]register_shutdown() to fix no previous proto...Christophe Leroy2023-08-181-55/+0
* powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+1
* powerpc/32s: Cleanup the mess in __set_pte_at()Christophe Leroy2023-08-181-46/+31
* powerpc/8xx: Remove init_internal_rtc() to fix no previous prototype errorChristophe Leroy2023-08-181-12/+5
* powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272Christophe Leroy2023-08-183-23/+6
* powerpc/82xx: Remove pq2_init_pciChristophe Leroy2023-08-181-46/+0
* powerpc/83xx: Split usb.cChristophe Leroy2023-08-184-119/+152
* powerpc/83xx: Fix style problems in usb.c and remove unneccessary includes fr...Christophe Leroy2023-08-182-22/+15
* powerpc/fsl_pci: Make fsl_add_bridge() staticChristophe Leroy2023-08-182-2/+1
* powerpc/512x: Make mpc512x_select_reset_compat() staticChristophe Leroy2023-08-182-16/+15
* powerpc/ps3: refactor strncpy usageJustin Stitt2023-08-181-2/+2
* powerpc/ptrace: Split gpr32_set_commonChristophe Leroy2023-08-161-38/+67
* powerpc/watchpoints: Remove ptrace/perf exclusion trackingBenjamin Gray2023-08-161-248/+1
* powerpc/watchpoints: Simplify watchpoint reinsertionBenjamin Gray2023-08-161-11/+1
* powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2023-08-163-52/+23
* powerpc/watchpoints: Don't track info persistentlyBenjamin Gray2023-08-161-28/+32
* powerpc/watchpoints: Explain thread_change_pc() moreBenjamin Gray2023-08-161-0/+4
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-1/+159
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-1/+79
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-2/+84
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi...Kajol Jain2023-08-161-14/+152
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t...Kajol Jain2023-08-161-2/+179
* powerpc: Make virt_to_pfn() a static inlineLinus Walleij2023-08-166-16/+26
* powerpc/powernv/pci: use pci_dev_id() to simplify the codeXiongfeng Wang2023-08-161-3/+3
* powerpc/xics: Remove unnecessary endian conversionGautam Menghani2023-08-161-1/+0
* powerpc/pseries: fix possible memory leak in ibmebus_bus_init()ruanjinjie2023-08-161-0/+1
* powerpc: remove <asm/export.h>Masahiro Yamada2023-08-161-1/+0
* powerpc: replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada2023-08-1629-29/+29
* powerpc: remove unneeded #include <asm/export.h>Masahiro Yamada2023-08-169-9/+0
* powerpc/inst: add PPC_TLBILX_LPIDNick Desaulniers2023-08-162-1/+8
* powerpc/reg: Remove #ifdef around mtspr macroChristophe Leroy2023-08-161-2/+0
* powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inlineChristophe Leroy2023-08-161-2/+2
* powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()Christophe Leroy2023-08-163-31/+12
* powerpc/8xx: Remove immr_map() and immr_unmap()Christophe Leroy2023-08-163-62/+22
* powerpc: Remove CONFIG_PCI_8260Christophe Leroy2023-08-162-6/+1
* powerpc/include: Remove mpc8260.h and m82xx_pci.hChristophe Leroy2023-08-168-44/+3
* powerpc/include: Declare mpc8xx_immr in 8xx_immap.hChristophe Leroy2023-08-165-5/+3
* powerpc/include: Remove unneeded #include <asm/fs_pd.h>Christophe Leroy2023-08-161-1/+0
* ocxl: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-161-1/+1