summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-04-04powerpc: Use of_address_to_resource()Rob Herring9-99/+51
2023-04-04powerpc/usbgecko: Use of_iomap()Rob Herring1-19/+1
2023-04-04powerpc/fsl_rio: Use of_iomap()Rob Herring1-20/+3
2023-04-04powerpc/xics: Use of_address_count()Rob Herring1-12/+5
2023-04-04powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring1-129/+37
2023-04-04Merge branch 'topic/ppc-kvm' into nextMichael Ellerman20-114/+226
2023-04-03KVM: PPC: Enable prefixed instructions for HV KVM and disable for PR KVMPaul Mackerras4-2/+11
2023-04-03KVM: PPC: Fetch prefixed instructions from the guestPaul Mackerras11-26/+78
2023-04-03KVM: PPC: Make kvmppc_get_last_inst() produce a ppc_inst_tPaul Mackerras9-31/+47
2023-04-03KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interruptsNicholas Piggin5-20/+38
2023-04-03KVM: PPC: Permit SRR1 flags in more injected interrupt typesNicholas Piggin9-43/+56
2023-04-03KVM: PPC: BookE: Fix W=1 warningsMichael Ellerman2-1/+4
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring18-40/+30
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring9-13/+12
2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch1-10/+23
2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch1-1/+1
2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch1-0/+17
2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-03-30powerpc/rtas: ensure 8-byte alignment for struct rtas_argsNathan Lynch1-2/+2
2023-03-30powerpc/sysdev/tsi108: fix resource printk format warningsRandy Dunlap1-3/+2
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-30powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2-3/+8
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk1-1/+1
2023-03-29powerpc: Remove memcpy_page_flushcache()Ira Weiny2-9/+0
2023-03-27KVM: PPC: Book3S HV: kvmppc_hv_entry: remove .global scopeKautuk Consul1-2/+2
2023-03-22powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain1-9/+1
2023-03-22KVM: PPC: booke: Mark three local functions "static"Sean Christopherson2-3/+4
2023-03-16powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain1-9/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy79-95/+5
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy1-4/+4
2023-03-16powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2-8/+2
2023-03-16powerpc/47x: Split ppc47x machine in twoChristophe Leroy1-20/+17
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy62-631/+88
2023-03-15powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2-6/+8
2023-03-15powerpc/machdep: Make machine name constChristophe Leroy1-1/+1
2023-03-15powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+Nathan Chancellor1-2/+1
2023-03-15powerpc: Fix use of '-mabi=elfv2' with clangNathan Chancellor1-3/+1
2023-03-15powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPERNathan Chancellor1-3/+3
2023-03-15powerpc: Fix a kernel-doc warningBo Liu1-1/+1
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy6-2/+218
2023-03-14powerpc/pci_64: Init pcibios subsys a bit laterAlexey Kardashevskiy1-1/+1
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy4-8/+109
2023-03-12Merge tag 'x86_urgent_for_v6.3_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2023-03-10Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2023-03-10Merge tag 'riscv-for-linus-6.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-8/+52
2023-03-09RISC-V: Don't check text_mutex during stop_machineConor Dooley4-6/+39
2023-03-09riscv: Use READ_ONCE_NOCHECK in imprecise unwinding stack modeAlexandre Ghiti1-1/+1
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-2/+9
2023-03-09Merge tag 'm68k-for-v6.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-11/+13