summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+3Star
* 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/+1Star
* 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/+2Star
* 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/+1Star
* powerpc: Replace ffz() by equivalent generic functionChristophe Leroy2017-06-021-19/+1Star
* powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy2017-06-021-21/+3Star
* powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy2017-06-021-14/+2Star
* 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
* powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy2017-06-021-4/+2Star
* powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy2017-06-021-1/+1
* powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy2017-06-021-6/+7
* powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy2017-06-021-1/+1
* powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy2017-06-021-1/+1
* powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy2017-06-021-5/+0Star
* powerpc/mm/ptdump: Dump the first entry of the linear mapping as wellBalbir Singh2017-06-021-1/+1
* powerpc: Link warning for orphan sectionsNicholas Piggin2017-05-302-2/+15
* powerpc/64: Tool to check head sections location sanityNicholas Piggin2017-05-304-25/+87
* powerpc/64: Handle linker stubs in low .text codeNicholas Piggin2017-05-303-0/+34
* powerpc/64s: Tool to flag direct branches from unrelocated interrupt vectorsNicholas Piggin2017-05-302-1/+65
* powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin2017-05-302-5/+18
* powerpc/64: Do not create new section for save/restore functionsNicholas Piggin2017-05-301-4/+2Star
* powerpc/64: Do not link crtsaveres.o in bootNicholas Piggin2017-05-302-5/+8
* powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin2017-05-301-2/+6
* powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin2017-05-301-0/+8
* powerpc: Use uapi/asm-generic/sockios.hStephen Rothwell2017-05-302-20/+1Star
* powerpc: Use the asm-generic versions of some uapi includesStephen Rothwell2017-05-305-9/+5Star
* powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE]Ivan Mikhaylov2017-05-301-3/+11