aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADGravatar Michael Ellerman 1-1/+0
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointGravatar Ravi Bangoria 1-1/+1
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayGravatar Ravi Bangoria 1-1/+1
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyGravatar Ravi Bangoria 1-1/+1
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Gravatar Michael Ellerman 1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsGravatar Michael Ellerman 1-1/+0
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTGravatar Haren Myneni 1-1/+0
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKGravatar Christophe Leroy 1-0/+4
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKGravatar Christophe Leroy 1-0/+6
2020-01-16powerpc/64s: Reimplement power4_idle code in CGravatar Nicholas Piggin 1-0/+3
2019-06-15processor: remove spin_cpu_yieldGravatar Heiko Carstens 1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-30Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-3/+6
2019-04-30powerpc/64s: Reimplement book3s idle code in CGravatar Nicholas Piggin 1-3/+6
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionGravatar Christophe Leroy 1-0/+3
2019-02-23powerpc: regain entire stack spaceGravatar Christophe Leroy 1-2/+1
2019-02-23powerpc: Use linux/thread_info.h in processor.hGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hGravatar Christophe Leroy 1-95/+5
2019-02-22powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASGravatar Christophe Leroy 1-0/+3
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-14powerpc/64s/hash: Add a SLB preload cacheGravatar Nicholas Piggin 1-0/+1
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structGravatar Nicholas Piggin 1-4/+2
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsGravatar Michael Ellerman 1-1/+0
2018-09-19powerpc/64s/hash: Add a SLB preload cacheGravatar Nicholas Piggin 1-0/+1
2018-07-30powerpc: fix includes in asm/processor.hGravatar Christophe Leroy 1-3/+2
2018-06-03powerpc: Rename thread_struct.fs to addr_limitGravatar Michael Ellerman 1-3/+3
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structGravatar Nicholas Piggin 1-4/+0
2018-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugGravatar Nicholas Piggin 1-0/+1
2018-03-31powerpc/mm/hash64: Increase the VA rangeGravatar Aneesh Kumar K.V 1-1/+8
2018-03-31powerpc/mm: Add support for handling > 512TB address in SLB missGravatar Aneesh Kumar K.V 1-0/+6
2018-01-20powerpc: store and restore the pkey state across context switchesGravatar Ram Pai 1-0/+5
2017-11-12powerpc: Define set_thread_uses_vas()Gravatar Sukadev Bhattiprolu 1-0/+2
2017-11-12powerpc: Add support for setting SPRN_TIDRGravatar Sukadev Bhattiprolu 1-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-5/+25
2017-07-03Merge branch 'fixes' into nextGravatar Michael Ellerman 1-13/+12
2017-07-02powerpc/64: implement spin loop primitivesGravatar Nicholas Piggin 1-0/+20
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-6/+0
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeGravatar Nicholas Piggin 1-5/+5
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceGravatar Aneesh Kumar K.V 1-13/+12
2017-05-05powerpc/64e: Don't place the stack beyond TASK_SIZEGravatar Scott Wood 1-0/+5
2017-04-01powerpc/mm: Enable mappings above 128TBGravatar Aneesh Kumar K.V 1-6/+17
2017-03-31powerpc/mm/hash: Increase VA range to 128TBGravatar Aneesh Kumar K.V 1-4/+18
2017-02-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Gravatar Michael Ellerman 1-1/+1
2017-01-31powernv: Pass PSSCR value and mask to power9_idle_stopGravatar Gautham R. Shenoy 1-1/+2
2017-01-25powerpc/32: Enable HW_BREAKPOINT on BOOK3SGravatar Christophe Leroy 1-1/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+0
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-2/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1