aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10powerpc: Make eh value more explicit when using lwarxChristophe Leroy1-2/+3
2022-08-10powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy2-12/+3
2022-08-10powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy1-6/+9
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds39-162/+158
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-20/+2
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-7/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+1
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds2-29/+6
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-0/+14
2022-08-01Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+0
2022-07-28powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld1-1/+1
2022-07-28powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld1-5/+0
2022-07-28powerpc/pseries: define driver for Platform KeyStoreNayna Jain1-0/+11
2022-07-28powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini1-0/+1
2022-07-28powerpc: Finally remove unnecessary headers from asm/prom.hChristophe Leroy1-8/+2
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy2-2/+2
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy3-2/+7
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy1-1/+1
2022-07-27powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy2-1/+4
2022-07-27powerpc/probes: Remove ppc_opcode_tChristophe Leroy3-3/+2
2022-07-27powerpc: Remove remaining parts of oprofileChristophe Leroy1-3/+0
2022-07-27powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin1-3/+23
2022-07-27powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár1-0/+2
2022-07-27powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár1-0/+2
2022-07-27powerpc/watchdog: introduce a NMI watchdog's factorLaurent Dufour1-0/+2
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld1-24/+6
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-6/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-1/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-2/+0
2022-07-20KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo1-1/+0
2022-07-20KVM: PPC: Book3S HV: Remove kvmhv_p9_[set,restore]_lpcr declarationsMurilo Opsfelder Araujo1-2/+0
2022-07-20powerpc/pseries: add FW_FEATURE_WATCHDOG flagScott Cheloha1-1/+2
2022-07-20powerpc/pseries: hvcall.h: add H_WATCHDOG opcode, H_NOOP return codeScott Cheloha1-1/+3
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2-5/+0
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual1-19/+1
2022-07-15kexec: drop weak attribute from functionsNaveen N. Rao1-0/+5
2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao1-0/+9
2022-07-09Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-1/+23
2022-07-09Merge branch 'fixes' into nextMichael Ellerman2-9/+9
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-29powerpc/bpf: Fix use of user_pt_regs in uapiNaveen N. Rao2-9/+9
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman1-19/+0
2022-06-29KVM: PPC: Align pt_regs in kvm_vcpu_arch structureFabiano Rosas1-1/+5
2022-06-29KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas1-0/+8
2022-06-29KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas1-5/+7
2022-06-29KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas1-0/+8
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy1-1/+12
2022-06-29powerpc/64e: Reorganise virtual memoryChristophe Leroy1-3/+4