summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h
AgeCommit message (Expand)AuthorLines
2019-02-23powerpc: regain entire stack spaceChristophe Leroy-2/+1
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy-1/+1
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy-1/+1
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy-95/+5
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy-0/+3
2018-10-31treewide: remove current_text_addrNick Desaulniers-6/+0
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin-0/+1
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin-4/+2
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman-1/+0
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin-0/+1
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy-3/+2
2018-06-03powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman-3/+3
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin-4/+0
2018-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin-0/+1
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V-1/+8
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V-0/+6
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai-0/+5
2017-11-12powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu-0/+2
2017-11-12powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+25
2017-07-03Merge branch 'fixes' into nextMichael Ellerman-13/+12
2017-07-02powerpc/64: implement spin loop primitivesNicholas Piggin-0/+20
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-6/+0
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin-5/+5
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V-13/+12
2017-05-05powerpc/64e: Don't place the stack beyond TASK_SIZEScott Wood-0/+5
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V-6/+17
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V-4/+18
2017-02-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman-1/+1
2017-01-31powernv: Pass PSSCR value and mask to power9_idle_stopGautham R. Shenoy-1/+2
2017-01-25powerpc/32: Enable HW_BREAKPOINT on BOOK3SChristophe Leroy-1/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+0
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger-2/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger-0/+1
2016-11-14powerpc: Revert Load Monitor Register SupportMichael Neuling-2/+0
2016-10-04powerpc: tm: Enable transactional memory (TM) lazily for userspaceCyril Bur-0/+1
2016-10-04powerpc: tm: Rename transct_(*) to ck(\1)_stateCyril Bur-4/+4
2016-10-04powerpc: tm: Always use fp_state and vr_state to store live registersCyril Bur-5/+2
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu-0/+2
2016-06-21powerpc: Load Monitor Register SupportJack Miller-0/+2
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling-0/+1
2016-06-14powerpc: Various typo fixesMichael Ellerman-1/+1
2016-03-29powerpc: Correct used_vsr commentSimon Guo-1/+1
2016-03-02powerpc: Restore FPU/VEC/VSX if previously usedCyril Bur-0/+2
2015-12-01powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()Anton Blanchard-2/+0
2015-12-01powerpc: Remove UP only lazy floating point and vector optimisationsAnton Blanchard-6/+0
2015-12-01powerpc: Create context switch helpers save_sprs() and restore_sprs()Anton Blanchard-0/+1
2015-07-16powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual-1/+0
2015-06-07powerpc/dscr: Add some in-code documentationAnshuman Khandual-0/+9