summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-05-18powerpc/head_check: Automatic verbosityGeoff Levand1-2/+4
2020-05-18powerpc/traps: Make unrecoverable NMIs die instead of panicNicholas Piggin1-3/+3
2020-05-18powerpc/traps: Do not trace system resetNicholas Piggin1-0/+5
2020-05-18powerpc/64s: machine check do not trace real-mode handlerNicholas Piggin1-1/+8
2020-05-18powerpc: Implement ftrace_enabled() helpersNicholas Piggin1-0/+14
2020-05-18powerpc/64s: machine check interrupt update NMI accountingNicholas Piggin2-1/+20
2020-05-18powerpc/pseries: Machine check use rtas_call_unlocked() with args on stackNicholas Piggin1-1/+9
2020-05-18powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin1-3/+12
2020-05-18powerpc/pseries/ras: fwnmi sreset should not interlockNicholas Piggin1-15/+33
2020-05-18powerpc/pseries/ras: fwnmi avoid modifying r3 in error caseNicholas Piggin1-3/+4
2020-05-18powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-05-18powerpc/pseries/ras: Avoid calling rtas_token() in NMI pathsNicholas Piggin3-5/+12
2020-05-18powerpc/64s/exceptions: Machine check reconcile irq stateNicholas Piggin1-0/+19
2020-05-18powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...Nicholas Piggin1-5/+5
2020-05-18powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable pathNicholas Piggin1-0/+4
2020-05-18powerpc/64s/exception: Fix machine check no-loss idle wakeupNicholas Piggin1-6/+8
2020-05-18powerpc/eeh: Release EEH device state synchronouslySam Bobroff2-2/+31
2020-05-18powerpc/eeh: Fix pseries_eeh_configure_bridge()Sam Bobroff1-1/+7
2020-05-18powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/statusMichael Ellerman1-0/+36
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman2-9/+1
2020-05-15powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15powerpc: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-15powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin4-15/+26
2020-05-15powerpc: trap_is_syscall() helper to hide syscall trap numberNicholas Piggin5-4/+12
2020-05-15powerpc: Use set_trap() and avoid open-coding trap maskingNicholas Piggin4-3/+11
2020-05-15powerpc/64s: Always has full regs, so remove remnant checksNicholas Piggin2-8/+17
2020-05-11powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy1-0/+1
2020-05-11powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()Christophe Leroy1-7/+0
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy4-8/+8
2020-05-11powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy15-37/+37
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy11-24/+24
2020-05-11powerpc/5200: update contact emailWolfram Sang1-3/+1
2020-05-11powerpc: module_[32|64].c: replace swap function with built-in oneAndrey Abramov2-32/+2
2020-05-11powerpc/powernv: Fix a warning messageChristophe JAILLET1-1/+1
2020-05-06Merge the lockless page table walk rework into nextMichael Ellerman20-286/+275
2020-05-05powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault raceAneesh Kumar K.V2-0/+23
2020-05-05powerpc/mm/book3s64: Avoid sending IPI on clearing PMDAneesh Kumar K.V3-31/+7
2020-05-05powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT checkAneesh Kumar K.V1-1/+1
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpaAneesh Kumar K.V1-21/+11
2020-05-05powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_pageAneesh Kumar K.V1-4/+4
2020-05-05powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update.Aneesh Kumar K.V1-29/+9
2020-05-05powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functionsAneesh Kumar K.V1-6/+24
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in h_enterAneesh Kumar K.V2-19/+8
2020-05-05powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handlerAneesh Kumar K.V1-4/+4
2020-05-05powerpc/kvm/book3s: Add helper for host page table walkAneesh Kumar K.V1-0/+16
2020-05-05powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary tableAneesh Kumar K.V4-17/+19
2020-05-05powerpc/kvm/nested: Add helper to walk nested shadow linux page table.Aneesh Kumar K.V1-7/+21
2020-05-05powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.Aneesh Kumar K.V3-7/+20
2020-05-05powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock.Aneesh Kumar K.V1-4/+4