summaryrefslogtreecommitdiffstats
path: root/crypto/arc4.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-11powerpc/powernv/pci: Use kzalloc() for phb related allocationsMichael Ellerman1-3/+3
2021-02-08powerpc/64s: Handle program checks in wrong endian during early bootMichael Ellerman1-0/+45
2021-02-08powerpc/64: Make stack tracing work during very early bootMichael Ellerman1-0/+3
2021-02-08powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl1-65/+73
2021-02-08powerpc/32s: Allow constant folding in mtsr()/mfsr()Christophe Leroy1-2/+8
2021-02-08powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy5-9/+9
2021-02-08powerpc/32s: Change mfsrin() into a static inline functionChristophe Leroy2-7/+8
2021-02-08powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpersChristophe Leroy2-11/+3
2021-02-08powerpc/sstep: Fix darn emulationSandipan Das1-1/+1
2021-02-08powerpc/sstep: Fix load-store and update emulationSandipan Das1-0/+14
2021-02-08powerpc/8xx: Fix software emulation interruptChristophe Leroy1-1/+1
2021-02-08powerpc/perf: Record counter overflow always if SAMPLE_IP is unsetAthira Rajeev1-4/+15
2021-02-08powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch1-4/+3
2021-02-08powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBsNicholas Piggin1-3/+20
2021-02-08powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2-10/+23
2021-02-08powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin1-4/+56
2021-02-08powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin1-10/+6
2021-02-08powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin1-13/+25
2021-02-08powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin1-82/+94
2021-02-08powerpc/64s/radix: add warning and comments in mm_cpumask trimNicholas Piggin1-6/+21
2021-02-08powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regsAthira Rajeev4-15/+39
2021-02-08powerpc/perf: Include PMCs as part of per-cpu cpuhw_events structAthira Rajeev1-6/+12
2021-02-08powerpc/pkeys: Remove unused codeSandipan Das2-9/+0
2021-02-08powerpc/44x: Fix a spelling mismach to mismatch in head_44x.SBhaskar Chowdhury1-2/+2
2021-02-08powerpc: remove unneeded semicolonsChengyang Fan16-29/+29
2021-02-08powerpc/akebono: Fix unmet dependency errorsMichael Ellerman2-7/+5
2021-02-08powerpc/64s: runlatch interrupt handling in CNicholas Piggin2-18/+7
2021-02-08powerpc/64s: move NMI soft-mask handling to CNicholas Piggin2-60/+25
2021-02-08powerpc: move NMI entry/exit code into wrapperNicholas Piggin4-46/+38
2021-02-08powerpc/pseries/mce: restore msr before returning from handlerNicholas Piggin1-4/+15
2021-02-08powerpc/64: entry cpu time accounting in CNicholas Piggin4-30/+6
2021-02-08powerpc/64: move account_stolen_time into its own functionNicholas Piggin2-9/+15
2021-02-08powerpc/64s: reconcile interrupts in CNicholas Piggin2-30/+11
2021-02-08powerpc/64s: move context tracking exit to interrupt exit pathNicholas Piggin2-5/+47
2021-02-08powerpc: handle irq_enter/irq_exit in interrupt handler wrappersNicholas Piggin6-18/+8
2021-02-08powerpc/64: add context tracking to asynchronous interruptsNicholas Piggin1-0/+2
2021-02-08powerpc/64: context tracking move to interrupt wrappersNicholas Piggin4-62/+17
2021-02-08powerpc/64s/hash: improve context tracking of hash faultsNicholas Piggin3-14/+33
2021-02-08powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin5-38/+47
2021-02-08powerpc: add interrupt_cond_local_irq_enable helperNicholas Piggin3-20/+15
2021-02-08powerpc: convert interrupt handlers to use wrappersNicholas Piggin24-101/+169
2021-02-08powerpc/traps: factor common code from program check and emulation assistNicholas Piggin1-14/+24
2021-02-08powerpc: add interrupt wrapper entry / exit stub functionsNicholas Piggin1-0/+66