summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin9-89/+128
2017-06-15drivers/watchdog/Kconfig: Update CONFIG_WATCHDOG_RTAS dependenciesMurilo Opsfelder Araujo1-1/+1
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin3-14/+30
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2-6/+22
2017-06-15powerpc/64: Drop reservation-clearing ldarx in context switchNicholas Piggin1-8/+3
2017-06-15powerpc/64s: Leave interrupts hard enabled in context switch for radixNicholas Piggin2-6/+16
2017-06-15powerpc/64: Avoid restore_math call if possible in syscall exitNicholas Piggin2-19/+47
2017-06-15powerpc/64s: Optimize hypercall/syscall entryNicholas Piggin1-37/+97
2017-06-15powerpc/mm/radix: Only add X for pages overlapping kernel textMichael Ellerman1-3/+11
2017-06-15Revert "powerpc: Handle simultaneous interrupts at once"Michael Ellerman1-5/+1
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin3-7/+12
2017-06-06cxl: Unlock on error in probeDan Carpenter1-2/+6
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy7-9/+12
2017-06-05powerpc/mm/hugetlb: Add support for page accountingBalbir Singh1-1/+1
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2-2/+3
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh5-17/+47
2017-06-05powerpc/mm/hash: Do a local flush if possible when no batch is activeBalbir Singh1-4/+2
2017-06-05MAINTAINERS: Update my email address from freescale to nxpYang Li1-3/+3
2017-06-05MAINTAINERS: Update entry for Freescale SoC driversYang Li1-2/+3
2017-06-05selftests/powerpc: context_switch use private futexes with threadsNicholas Piggin1-20/+33
2017-06-05powerpc: Fix some spelling mistakesColin Ian King3-4/+3
2017-06-02powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_alt...Matt Brown4-43/+94
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2-1/+18
2017-06-02powerpc/fadump: Update comment about offset where fadump is reservedHari Bathini2-4/+4
2017-06-02powerpc/fadump: Add a warning when 'fadump_reserve_mem=' is usedHari Bathini1-0/+25
2017-06-02powerpc/fadump: Return error when fadump registration failsMichal Suchanek1-8/+15
2017-06-02powerpc: Remove __ilog2()s and use generic onesChristophe Leroy2-34/+1
2017-06-02powerpc: Replace ffz() by equivalent generic functionChristophe Leroy1-19/+1
2017-06-02powerpc: Use builtin functions for fls()/__fls()/fls64()Christophe Leroy1-21/+3
2017-06-02powerpc: Discard ffs()/__ffs() function and use builtin functions insteadChristophe Leroy1-14/+2
2017-06-02powerpc: Handle simultaneous interrupts at onceChristophe Leroy1-1/+5
2017-06-02powerpc/8xx: fix mpc8xx_get_irq() return on no irqChristophe Leroy1-1/+1
2017-06-02powerpc/40x: Clear MSR_DR in one insn instead of twoChristophe Leroy1-4/+2
2017-06-02powerpc/mm: The 8xx doesn't call do_page_fault() for breakpointsChristophe Leroy1-1/+1
2017-06-02powerpc/mm: Evaluate user_mode(regs) only once in do_page_fault()Christophe Leroy1-6/+7
2017-06-02powerpc/mm: Remove a redundant test in do_page_fault()Christophe Leroy1-1/+1
2017-06-02powerpc/mm: Only call store_updates_sp() on stores in do_page_fault()Christophe Leroy1-1/+1
2017-06-02powerpc/mm: Remove __this_fixmap_does_not_exist()Christophe Leroy1-5/+0
2017-06-02powerpc/mm/ptdump: Dump the first entry of the linear mapping as wellBalbir Singh1-1/+1
2017-05-30powerpc: Link warning for orphan sectionsNicholas Piggin3-2/+27
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin4-25/+87
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin3-0/+34
2017-05-30powerpc/64s: Tool to flag direct branches from unrelocated interrupt vectorsNicholas Piggin2-1/+65
2017-05-30powerpc/64: Linker on-demand sfpr functions for modulesNicholas Piggin2-5/+18
2017-05-30powerpc/64: Do not create new section for save/restore functionsNicholas Piggin1-4/+2
2017-05-30powerpc/64: Do not link crtsaveres.o in bootNicholas Piggin2-5/+8
2017-05-30powerpc/64: Do not link crtsavres.o in vmlinuxNicholas Piggin1-2/+6
2017-05-30powerpc/64: Place sfpr section explicitly with the linker scriptNicholas Piggin1-0/+8
2017-05-30powerpc: Use uapi/asm-generic/sockios.hStephen Rothwell2-20/+1
2017-05-30powerpc: Use the asm-generic versions of some uapi includesStephen Rothwell5-9/+5