summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-18Merge branch 'fixes' into nextMichael Ellerman7-12/+15
2020-07-16powerpc/pseries: Detect secure and trusted boot state of the system.Nayna Jain1-2/+16
2020-07-16powerpc/vdso: Fix vdso cpu truncationMilton Miller1-1/+1
2020-07-16powerpc/perf: Add kernel support for new MSR[HV PR] bits in trace-imcAnju T Sudhakar2-5/+29
2020-07-16powerpc/Kconfig: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-16pseries: Fix 64 bit logical memory block panicAnton Blanchard1-1/+1
2020-07-16powerpc/xive: Remove unused inline function xive_kexec_teardown_cpu()YueHaibing1-1/+0
2020-07-16powerpc/fadump: fix race between pstore write and fadump crash triggerSourabh Jain1-0/+24
2020-07-16powerpc: Add cputime_to_nsecs()Anton Blanchard1-0/+2
2020-07-16powerpc/ppc-opcode: Fold PPC_INST_* macros into PPC_RAW_* macrosBalamuruhan S1-265/+129
2020-07-16powerpc/ppc-opcode: Reuse raw instruction macros to stringifyBalamuruhan S1-158/+75
2020-07-16powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S6-373/+324
2020-07-16powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S5-35/+19
2020-07-16powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_stepBalamuruhan S2-99/+74
2020-07-16powerpc/ppc-opcode: Introduce PPC_RAW_* macros for base instruction encodingBalamuruhan S1-7/+86
2020-07-16powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show cpumaskKajol Jain1-0/+8
2020-07-16powerpc/perf/hv-24x7: Add cpu hotplug supportKajol Jain1-0/+46
2020-07-16powerpc/pseries: remove obsolete memory hotplug DT notifier codeNathan Lynch1-64/+1
2020-07-16powerpc/pseries: remove dlpar_cpu_readd()Nathan Lynch2-20/+0
2020-07-16powerpc/pseries: remove memory "re-add" implementationNathan Lynch2-43/+0
2020-07-16powerpc/pseries: remove prrn special case from DT update pathNathan Lynch1-27/+0
2020-07-16powerpc/numa: remove arch_update_cpu_topologyNathan Lynch2-16/+0
2020-07-16powerpc/numa: remove prrn_is_enabled()Nathan Lynch2-10/+0
2020-07-16powerpc/rtasd: simplify handle_rtas_event(), emit message on eventsNathan Lynch1-25/+3
2020-07-16powerpc/numa: remove start/stop_topology_update()Nathan Lynch4-38/+1
2020-07-16powerpc/numa: remove timed_topology_update()Nathan Lynch3-16/+0
2020-07-16powerpc/numa: stub out numa_update_cpu_topology()Nathan Lynch1-192/+1
2020-07-16powerpc/numa: remove vphn_enabled and prrn_enabled internal flagsNathan Lynch1-4/+2
2020-07-16powerpc/numa: remove unreachable topology workqueue codeNathan Lynch1-14/+0
2020-07-16powerpc/numa: remove unreachable topology timer codeNathan Lynch1-21/+0
2020-07-16powerpc/numa: make vphn_enabled, prrn_enabled flags constNathan Lynch1-2/+2
2020-07-16powerpc/numa: remove unreachable topology update codeNathan Lynch1-147/+2
2020-07-16powerpc/numa: remove ability to enable topology updatesNathan Lynch1-70/+1
2020-07-16powerpc/rtas: don't online CPUs for partition suspendNathan Lynch3-143/+3
2020-07-16powerpc/pseries: remove cede offline state for CPUsNathan Lynch4-222/+15
2020-07-16powerpc/security: Allow for processors that flush the link stack using the sp...Nicholas Piggin2-8/+21
2020-07-16powerpc/64s: Move branch cache flushing bcctr variant to ppc-ops.hNicholas Piggin2-4/+4
2020-07-16powerpc/security: split branch cache flush toggle from code patchingNicholas Piggin1-43/+51
2020-07-16powerpc/security: make display of branch cache flush more consistentNicholas Piggin1-4/+4
2020-07-16powerpc/security: change link stack flush state to the flush type enumNicholas Piggin1-5/+5
2020-07-16powerpc/security: re-name count cache flush to branch cache flushNicholas Piggin3-24/+23
2020-07-16powerpc: re-initialise lazy FPU/VEC counters on every faultNicholas Piggin2-6/+2
2020-07-16powerpc/64s: Fix restore_math unnecessarily changing MSRNicholas Piggin2-40/+68
2020-07-16powerpc/64s: restore_math remove TM testNicholas Piggin1-2/+1
2020-07-16powerpc/pmem: Initialize pmem device on newer hardwareAneesh Kumar K.V1-0/+1
2020-07-16powerpc/pmem: Avoid the barrier in flush routinesAneesh Kumar K.V1-6/+0
2020-07-16powerpc/pmem: Update ppc64 to use the new barrier instruction.Aneesh Kumar K.V1-0/+13
2020-07-16powerpc/pmem: Add flush routines using new pmem store and sync instructionAneesh Kumar K.V2-4/+47
2020-07-16powerpc/pmem: Add new instructions for persistent storage and syncAneesh Kumar K.V1-0/+12
2020-07-16powerpc/pmem: Restrict papr_scm to P8 and above.Aneesh Kumar K.V1-0/+6