summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2021-02-082-11/+3
* powerpc/sstep: Fix darn emulationSandipan Das2021-02-081-1/+1
* powerpc/sstep: Fix load-store and update emulationSandipan Das2021-02-081-0/+14
* powerpc/8xx: Fix software emulation interruptChristophe Leroy2021-02-081-1/+1
* powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev2021-02-081-4/+15
* powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch2021-02-081-4/+3
* powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin2021-02-081-3/+20
* powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2021-02-082-10/+23
* powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin2021-02-081-4/+56
* powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin2021-02-081-10/+6
* powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin2021-02-081-13/+25
* powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin2021-02-081-82/+94
* powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin2021-02-081-6/+21
* powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev2021-02-084-15/+39
* powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev2021-02-081-6/+12
* powerpc/pkeys: Remove unused codeSandipan Das2021-02-082-9/+0
* powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury2021-02-081-2/+2
* powerpc: remove unneeded semicolonsChengyang Fan2021-02-0816-29/+29
* powerpc/akebono: Fix unmet dependency errorsMichael Ellerman2021-02-082-7/+5
* powerpc/64s: runlatch interrupt handling in CNicholas Piggin2021-02-082-18/+7
* powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2021-02-082-60/+25
* powerpc: move NMI entry/exit code into wrapperNicholas Piggin2021-02-084-46/+38
* powerpc/pseries/mce: restore msr before returning from handlerNicholas Piggin2021-02-081-4/+15
* powerpc/64: entry cpu time accounting in CNicholas Piggin2021-02-084-30/+6
* powerpc/64: move account_stolen_time into its own functionNicholas Piggin2021-02-082-9/+15
* powerpc/64s: reconcile interrupts in CNicholas Piggin2021-02-082-30/+11
* powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2021-02-082-5/+47
* powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin2021-02-086-18/+8
* powerpc/64: add context tracking to asynchronous interruptsNicholas Piggin2021-02-081-0/+2
* powerpc/64: context tracking move to interrupt wrappersNicholas Piggin2021-02-084-62/+17
* powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin2021-02-083-14/+33
* powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin2021-02-085-38/+47
* powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin2021-02-083-20/+15
* powerpc: convert interrupt handlers to use wrappersNicholas Piggin2021-02-0824-101/+169
* powerpc/traps: factor common code from program check and emulation assistNicholas Piggin2021-02-081-14/+24
* powerpc: add interrupt wrapper entry / exit stub functionsNicholas Piggin2021-02-081-0/+66
* powerpc: interrupt handler wrapper functionsNicholas Piggin2021-02-081-0/+169
* powerpc: improve handling of unrecoverable system resetNicholas Piggin2021-02-081-1/+4
* powerpc/mce: ensure machine check handler always tests RINicholas Piggin2021-02-081-1/+1
* powerpc: introduce die_mceNicholas Piggin2021-02-084-8/+18
* powerpc/cell: tidy up pervasive declarationsNicholas Piggin2021-02-082-3/+1
* powerpc: add and use unknown_async_exceptionNicholas Piggin2021-02-084-5/+18
* powerpc/time: move timer_broadcast_interrupt prototype to asm/time.hNicholas Piggin2021-02-082-1/+2
* powerpc/perf: move perf irq/nmi handling details into traps.cNicholas Piggin2021-02-083-59/+32
* powerpc/traps: add NOKPROBE_SYMBOL for sreset and mceNicholas Piggin2021-02-081-0/+2
* powerpc/64s: slb comment updateNicholas Piggin2021-02-081-13/+15
* powerpc/mm: Remove stale do_page_fault comment referring to SLB faultsNicholas Piggin2021-02-081-7/+5
* powerpc/64s: split do_hash_faultNicholas Piggin2021-02-081-23/+33
* powerpc/64s: move bad_page_fault handling to CNicholas Piggin2021-02-082-12/+4
* powerpc: rearrange do_page_fault error case to be inside exception_enterNicholas Piggin2021-02-081-9/+14