summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | powerpc/xive: Activate StoreEOI on P10Cédric Le Goater2021-11-251-0/+1
| | |/ | |/|
| * | KVM: PPC: Book3S HV P9: Remove subcore HMI handlingNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exitNicholas Piggin2021-11-242-2/+0
| * | KVM: PPC: Book3S HV P9: Improve mfmsr performance on entryNicholas Piggin2021-11-241-0/+2
| * | KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entryNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushingNicholas Piggin2021-11-241-2/+1
| * | KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRsNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Demand fault TM facility registersNicholas Piggin2021-11-241-0/+3
| * | KVM: PPC: Book3S HV P9: Demand fault EBB facility registersNicholas Piggin2021-11-241-0/+1
| * | KVM: PPC: Book3S HV P9: Optimise timebase readsNicholas Piggin2021-11-241-1/+1
| * | KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebaseNicholas Piggin2021-11-242-1/+7
| * | KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRsNicholas Piggin2021-11-241-0/+2
| * | KVM: PPC: Book3S HV P9: Implement PMU save/restore in CNicholas Piggin2021-11-241-5/+0
| * | powerpc/time: add API for KVM to re-arm the host timer/decrementerNicholas Piggin2021-11-241-12/+4
| * | KVM: PPC: Book3S HV P9: Use large decrementer for HDECNicholas Piggin2021-11-241-0/+2
| * | KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer readNicholas Piggin2021-11-241-0/+5
| |/
* / locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-072-2/+2
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-10/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-10/+0
* | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-5/+0
|\ \
| * | powerpc/eeh: Use dev_driver_string() instead of struct pci_dev->driver->nameUwe Kleine-König2021-10-121-5/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-062-14/+1
|\ \ \
| * | | mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-1/+1
| * | | powerpc: use generic version of arch_is_kernel_initmem_freed()Christophe Leroy2021-11-061-13/+0
* | | | Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-11-0521-68/+190
|\ \ \ \
| * \ \ \ Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-10-291-0/+4
| |\ \ \ \
| | * | | | KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] valueNicholas Piggin2021-10-131-0/+4
| | | |/ / | | |/| |
| * | | | powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-283-9/+16
| * | | | powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()Christophe Leroy2021-10-282-9/+30
| * | | | Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman2021-10-271-7/+0
| * | | | powerpc/32: Don't use a struct based type for pte_tChristophe Leroy2021-10-222-2/+18
| * | | | powerpc/8xx: Simplify TLB handlingChristophe Leroy2021-10-221-0/+15
| * | | | powerpc/32: Add support for out-of-line static callsChristophe Leroy2021-10-221-0/+28
| * | | | powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy2021-10-223-20/+0
| * | | | powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy2021-10-221-0/+7
| * | | | powerpc/32: Don't use lmw/stmw for saving/restoring non volatile regsChristophe Leroy2021-10-221-2/+2
| * | | | powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-223-0/+15
| * | | | powerpc/perf: Expose instruction and data address registers as part of extend...Athira Rajeev2021-10-121-4/+7
| * | | | powerpc/perf: Refactor the code definition of perf reg extended maskAthira Rajeev2021-10-121-8/+13
| * | | | powerpc/paravirt: correct preempt debug splat in vcpu_is_preempted()Nathan Lynch2021-10-091-1/+17
| * | | | powerpc/paravirt: vcpu_is_preempted() commentaryNathan Lynch2021-10-091-4/+18
| * | | | powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-094-11/+9
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-022-3/+3
|\ \ \ \
| * | | | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross2021-09-302-3/+3
| |/ / /
* | | | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| |/ / /
* | | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | KVM: PPC: Replace zero-length array with flexible array memberLen Baker2021-10-201-1/+1
| |/ / /
* | | | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-012-16/+4
|\ \ \ \
| * | | | powerpc: smp: remove hack to obtain offset of task_struct::cpuArd Biesheuvel2021-09-301-16/+1