summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-21powerpc/64s: Rename slb_allocate_realmode() to slb_allocate()Michael Ellerman
2017-06-21powerpc/64s: Rename slb_miss_realmode() to slb_miss_common()Michael Ellerman
2017-06-21powerpc/64s: Use BRANCH_TO_COMMON() for slb_miss_realmodeMichael Ellerman
2017-06-20powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin
2017-06-20powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin
2017-06-20powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin
2017-06-20powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin
2017-06-20powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin
2017-06-20powerpc/64s: Avoid r3 save/restore in SLB miss handlerNicholas Piggin
2017-06-20powerpc/64s: SLB miss already has CTR saved for relocatable kernelNicholas Piggin
2017-06-20powerpc/64s: Avoid saving faulting address into EX_DAR in SLB missNicholas Piggin
2017-06-20powerpc/64s: Preserve r3 in slb_allocate_realmode()Nicholas Piggin
2017-06-19powerpc/64s/idle: Run latch switch is done with MSR[EE]=0Nicholas Piggin
2017-06-19powerpc/64s/idle: Predict HMI wakeup as unlikelyNicholas Piggin
2017-06-19powerpc/64s/idle: Avoid SRR usage in idle sleep/wake pathsNicholas Piggin
2017-06-19powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin
2017-06-19powerpc/64s: Don't unbalance the return branch predictor in __replay_interrupt()Nicholas Piggin
2017-06-19powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin
2017-06-19powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin
2017-06-19powerpc/powernv: Simplify lazy IRQ handling in CPU offlineNicholas Piggin
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin
2017-06-15drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependenciesMurilo Opsfelder Araujo
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin
2017-06-15powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin
2017-06-15powerpc/mm/radix: Only add X for pages overlapping kernel textMichael Ellerman
2017-06-15Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin
2017-06-06cxl: Unlock on error in probeDan Carpenter
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy
2017-06-05powerpc/mm/hugetlb: Add support for page accountingBalbir Singh
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh
2017-06-05powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh
2017-06-05MAINTAINERS: Update my email address from freescale to nxpYang Li
2017-06-05MAINTAINERS: Update entry for Freescale SoC driversYang Li
2017-06-05selftests/powerpc: context_switch use private futexes with threadsNicholas Piggin
2017-06-05powerpc: Fix some spelling mistakesColin Ian King
2017-06-02powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini
2017-06-02powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini
2017-06-02powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini
2017-06-02powerpc/fadump: Return error when fadump registration failsMichal Suchanek
2017-06-02powerpc: Remove __ilog2()s and use generic onesChristophe Leroy
2017-06-02powerpc: Replace ffz() by equivalent generic functionChristophe Leroy
2017-06-02powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy
2017-06-02powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy