summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman2022-09-021-7/+36
* powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy2022-08-311-1/+2
* Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"Michael Ellerman2022-08-261-0/+8
* KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-191-1/+1
* Merge tag 'powerpc-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-144-21/+16
|\
| * powerpc/ppc-opcode: Fix PPC_RAW_TW()Christophe Leroy2022-08-101-1/+1
| * powerpc: Make eh value more explicit when using lwarxChristophe Leroy2022-08-101-2/+3
| * powerpc: Don't hide eh field of lwarx behind a macroChristophe Leroy2022-08-102-12/+3
| * powerpc: Fix eh field when calling lwarx on PPC32Christophe Leroy2022-08-101-6/+9
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-8/+1
|\ \ | |/ |/|
| * powerpc: drop dependency on <asm/machdep.h> in archrandom.hYury Norov2022-08-011-8/+1
* | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-08-0639-162/+158
|\ \
| * \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-08-011-3/+0
| |\ \
| | * | KVM: PPC: Book3s HV: Remove unused function kvmppc_bad_interruptMurilo Opsfelder Araujo2022-07-201-1/+0
| | * | KVM: PPC: Book3S HV: Remove kvmhv_p9_[set,restore]_lpcr declarationsMurilo Opsfelder Araujo2022-07-201-2/+0
| * | | powerpc/powernv: rename remaining rng powernv_ functions to pnv_Jason A. Donenfeld2022-07-281-1/+1
| * | | powerpc/powernv/kvm: Use darn for H_RANDOM on Power9Jason A. Donenfeld2022-07-281-5/+0
| * | | powerpc/pseries: define driver for Platform KeyStoreNayna Jain2022-07-281-0/+11
| * | | powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini2022-07-281-0/+1
| * | | powerpc: Finally remove unnecessary headers from asm/prom.hChristophe Leroy2022-07-281-8/+2
| * | | powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy2022-07-282-2/+2
| * | | powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-273-2/+7
| * | | powerpc/ppc-opcode: Define and use PPC_RAW_SETB()Christophe Leroy2022-07-271-1/+1
| * | | powerpc/ppc-opcode: Define and use PPC_RAW_TRAP() and PPC_RAW_TW()Christophe Leroy2022-07-272-1/+4
| * | | powerpc/probes: Remove ppc_opcode_tChristophe Leroy2022-07-273-3/+2
| * | | powerpc: Remove remaining parts of oprofileChristophe Leroy2022-07-271-3/+0
| * | | powerpc/64s: Remove spurious fault flushing for NMMUNicholas Piggin2022-07-271-3/+23
| * | | powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár2022-07-271-0/+2
| * | | powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár2022-07-271-0/+2
| * | | powerpc/watchdog: introduce a NMI watchdog's factorLaurent Dufour2022-07-271-0/+2
| * | | powerpc/pseries: add FW_FEATURE_WATCHDOG flagScott Cheloha2022-07-201-1/+2
| * | | powerpc/pseries: hvcall.h: add H_WATCHDOG opcode, H_NOOP return codeScott Cheloha2022-07-201-1/+3
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-07-092-1/+23
| |\| |
| | * | KVM: PPC: Align pt_regs in kvm_vcpu_arch structureFabiano Rosas2022-06-291-1/+5
| | * | KVM: PPC: Book3S HV: tracing: Add missing hcall namesFabiano Rosas2022-06-291-0/+8
| | * | KVM: PPC: Book3S HV: Provide more detailed timings for P9 entry pathFabiano Rosas2022-06-291-5/+7
| | * | KVM: PPC: Book3S HV: Decouple the debug timing from the P8 entry pathFabiano Rosas2022-06-291-0/+8
| | |/
| * | Merge branch 'fixes' into nextMichael Ellerman2022-07-092-9/+9
| |\ \
| * | | powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-19/+0
| * | | powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-291-1/+12
| * | | powerpc/64e: Reorganise virtual memoryChristophe Leroy2022-06-291-3/+4
| * | | powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-1/+1
| * | | powerpc/64e: Remove unused REGION related macrosChristophe Leroy2022-06-291-12/+0
| * | | powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-291-12/+0
| * | | powerpc/64e: Rewrite p4d_populate() as a static inline functionChristophe Leroy2022-06-291-1/+4
| * | | powerpc: Remove _PAGE_SAO stub for book3e/64Christophe Leroy2022-06-291-2/+0
| * | | powerpc/irq: Make __do_irq() staticChristophe Leroy2022-06-291-1/+0
| * | | powerpc/irq: remove inline assembly in hard_irq_disable macroChristophe Leroy2022-06-291-3/+1
| * | | powerpc/irq: Replace #ifdefs by IS_ENABLED()Christophe Leroy2022-06-292-19/+16
| * | | powerpc/irq: Don't open code irq_soft_mask helpersChristophe Leroy2022-06-291-36/+7