summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-237-4/+67
* powerpc: Convert VDSO update function to use new update_vsyscall interfacePaul Mackerras2017-06-222-17/+53
* powerpc/time: Fix tracing in time.cSantosh Sivaraj2017-06-212-5/+3
* powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman2017-06-213-13/+5
* powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()Michael Ellerman2017-06-211-6/+9
* powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman2017-06-211-38/+4
* powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin2017-06-201-1/+4
* powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin2017-06-201-5/+11
* powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin2017-06-201-5/+12
* powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin2017-06-201-11/+10
* powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-203-4/+14
* powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin2017-06-201-15/+26
* powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin2017-06-201-8/+1
* powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin2017-06-201-5/+8
* powerpc/64s: Preserve r3 in slb_allocate_realmode()Nicholas Piggin2017-06-201-10/+14
* powerpc/64s/idle: Run latch switch is done with MSR[EE]=0Nicholas Piggin2017-06-191-6/+6
* powerpc/64s/idle: Predict HMI wakeup as unlikelyNicholas Piggin2017-06-191-1/+1
* powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin2017-06-193-32/+38
* powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-192-2/+17
* powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin2017-06-191-1/+7
* powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2017-06-194-2/+38
* powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-193-2/+38
* powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin2017-06-192-23/+29
* powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-198-82/+123
* powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-153-14/+30
* powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2017-06-152-6/+22
* powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin2017-06-151-8/+3
* powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2017-06-152-6/+16
* powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2017-06-152-19/+47
* powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin2017-06-151-37/+97
* powerpc/mm/radix: Only add X for pages overlapping kernel textMichael Ellerman2017-06-151-3/+11
* Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman2017-06-151-5/+1
* powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2017-06-063-7/+12
* powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-057-9/+12
* powerpc/mm/hugetlb: Add support for page accountingBalbir Singh2017-06-051-1/+1
* powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-052-2/+3
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-055-17/+47
* powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh2017-06-051-4/+2
* powerpc: Fix some spelling mistakesColin Ian King2017-06-052-2/+2
* powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown2017-06-024-43/+94
* powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2017-06-022-1/+18
* powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini2017-06-021-2/+2
* powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini2017-06-021-0/+25
* powerpc/fadump: Return error when fadump registration failsMichal Suchanek2017-06-021-8/+15
* powerpc: Remove __ilog2()s and use generic onesChristophe Leroy2017-06-022-34/+1
* powerpc: Replace ffz() by equivalent generic functionChristophe Leroy2017-06-021-19/+1
* powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy2017-06-021-21/+3
* powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy2017-06-021-14/+2
* powerpc: Handle simultaneous interrupts at onceChristophe Leroy2017-06-021-1/+5
* powerpc/8xx: fix mpc8xx_get_irq() return on no irqChristophe Leroy2017-06-021-1/+1
OpenPOWER on IntegriCloud