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