summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard1-0/+1
2017-07-03Merge branch 'fixes' into nextMichael Ellerman8-29/+38
2017-07-02powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2-1/+46
2017-07-02powerpc: use spin loop primitives in some functionsNicholas Piggin1-4/+12
2017-07-02powerpc/64: implement spin loop primitivesNicholas Piggin1-0/+20
2017-06-28powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini1-0/+1
2017-06-27powerpc/powernv/pci: Add support for PHB4 diagnosticsRussell Currey1-2/+73
2017-06-26powerpc/32: Avoid miscompilation w/GCC 4.6.3 - don't inline copy_to/from_user()Michael Ellerman1-7/+1
2017-06-23powerpc/mm: Trace tlbie(l) instructionsBalbir Singh1-0/+33
2017-06-20powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin1-1/+4
2017-06-20powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin1-5/+11
2017-06-20powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin1-5/+12
2017-06-20powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin1-11/+10
2017-06-20powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin3-4/+14
2017-06-19powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin1-0/+13
2017-06-19powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2-0/+16
2017-06-19powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin1-0/+1
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin3-5/+9
2017-06-16powerpc/kprobes: Skip livepatch_handler() for jprobesNaveen N. Rao1-0/+1
2017-06-16powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy1-1/+1
2017-06-15powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt1-5/+7
2017-06-15powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin1-4/+4
2017-06-15powerpc/64: Drop explicit hwsync in context switchNicholas Piggin1-0/+5
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2-14/+13
2017-06-06powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman1-0/+14
2017-06-06powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin1-7/+8
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2-0/+4
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh1-1/+2
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh4-11/+33
2017-06-02powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini1-0/+3
2017-06-02powerpc: Remove __ilog2()s and use generic onesChristophe Leroy1-26/+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-01powerpc/64: Reclaim CPU_FTR_SUBCOREMichael Ellerman1-2/+1
2017-05-30powerpc/64: Tool to check head sections location sanityNicholas Piggin1-2/+2
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin1-0/+18
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
2017-05-30powerpc/powernv/idle: Use Requested Level for restoring state on P9 DD1Gautham R. Shenoy1-0/+2
2017-05-30powerpc/64s: Fix FIXUP_ENDIAN non-maskable interrupt reentrancyNicholas Piggin1-4/+7
2017-05-25powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin1-0/+2
2017-05-19powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman1-0/+12
2017-05-15powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman1-0/+4
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-6/+49
2017-05-10Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-45/+0
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel1-45/+0
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin5-3/+39
2017-05-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2-0/+7
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini4-6/+107