summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-2313-20/+20
| * powerpc/lib: Add __init attribute to eligible functionsNick Child2021-12-233-15/+15
| * powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-2324-68/+69
| * powerpc/dts: Remove "spidev" nodesRob Herring2021-12-212-14/+0
| * powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2021-12-202-5/+13
| * powerpc: use swap() to make code cleanerYang Guang2021-12-201-4/+2
| * powerpc/mpic: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-201-2/+1
| * powerpc/pseries: use slab context cpumask allocation in CPU hotplug initNicholas Piggin2021-12-161-4/+5
| * powerpc/64s/interrupt: avoid saving CFAR in some asynchronous interruptsNicholas Piggin2021-12-161-0/+63
| * powerpc/64/interrupt: reduce expensive debug testsNicholas Piggin2021-12-161-4/+10
| * powerpc/64s/interrupt: Don't enable MSR[EE] in irq handlers unless perf is in...Nicholas Piggin2021-12-164-27/+67
| * powerpc/64s/perf: add power_pmu_wants_prompt_pmi to say whether perf wants PM...Nicholas Piggin2021-12-162-0/+33
| * powerpc/64s/interrupt: handle MSR EE and RI in interrupt entry wrapperNicholas Piggin2021-12-164-38/+42
| * powerpc/64/interrupt: make normal synchronous interrupts enable MSR[EE] if po...Nicholas Piggin2021-12-161-1/+18
| * powerpc/pseries/vas: Don't print an error when VAS is unavailableNicholas Piggin2021-12-161-2/+9
| * powerpc/perf: Add data source encodings for power10 platformKajol Jain2021-12-161-12/+42
| * powerpc/perf: Add encodings to represent data based on newer composite PERF_M...Kajol Jain2021-12-161-3/+3
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-12-153-15/+13
| |\
| | * KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson2021-12-141-2/+3
| | * KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUESTAlexey Kardashevskiy2021-12-021-1/+1
| | * KVM: PPC: Book3S: Suppress warnings when allocating too big memory slotsAlexey Kardashevskiy2021-12-021-2/+6
| | * KVM: PPC: Book3S HV P9: Remove unused ri_set local variableNicholas Piggin2021-12-021-10/+3
| * | powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy2021-12-091-0/+2
| * | powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panicHari Bathini2021-12-092-0/+18
| * | powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini2021-12-091-0/+30
| * | powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell2021-12-091-0/+1
| * | powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2021-12-092-18/+24
| * | powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy2021-12-094-11/+13
| * | powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-092-8/+15
| * | powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-0923-112/+112
| * | powerpc/inst: Refactor ___get_user_instr()Christophe Leroy2021-12-091-11/+2
| * | powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy2021-12-091-3/+2
| * | powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEPChristophe Leroy2021-12-091-21/+0
| * | powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2021-12-092-6/+35
| * | powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy2021-12-092-0/+13
| * | powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-093-2/+15
| * | powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy2021-12-092-0/+17
| * | powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-096-1/+131
| * | powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP onlyChristophe Leroy2021-12-091-1/+1
| * | powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64Christophe Leroy2021-12-094-5/+14
| * | powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-0912-16/+21
| * | powerpc/nohash: Move setup_kuap out of 8xx.cChristophe Leroy2021-12-093-22/+32
| * | powerpc/kuap: Add kuap_lock()Christophe Leroy2021-12-095-6/+28
| * | powerpc/kuap: Remove __kuap_assert_locked()Christophe Leroy2021-12-094-18/+2
| * | powerpc/kuap: Check KUAP activation in generic functionsChristophe Leroy2021-12-094-76/+56
| * | powerpc/kuap: Add a generic intermediate layerChristophe Leroy2021-12-094-37/+86
| * | powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy2021-12-096-36/+15
| * | powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-098-14/+33
| * | powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-099-49/+119
| * | powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy2021-12-092-10/+3