summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/processor.h
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+0
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero1-0/+1
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin1-1/+1
2020-09-09powerpc: remove address space overrides using set_fs()Christoph Hellwig1-7/+0
2020-09-02powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.hChristophe Leroy1-1/+0
2020-09-02powerpc: Drop _nmask_and_or_msr()Christophe Leroy1-1/+0
2020-09-02powerpc: drop hard_reset_now() and poweroff_now() declarationChristophe Leroy1-2/+0
2020-09-02powerpc/fpu: Drop cvt_fd() and cvt_df()Christophe Leroy1-2/+0
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan1-0/+4
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-1/+0
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman1-1/+0
2020-05-18powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria1-1/+1
2020-05-18powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria1-1/+1
2020-05-18powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria1-1/+1
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman1-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman1-1/+0
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni1-1/+0
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy1-0/+4
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy1-0/+6
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin1-0/+3
2019-06-15processor: remove spin_cpu_yieldHeiko Carstens1-2/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-3/+6
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-3/+6
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy1-0/+3
2019-02-23powerpc: regain entire stack spaceChristophe Leroy1-2/+1
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy1-1/+1
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy1-1/+1
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy1-95/+5
2019-02-21powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTASChristophe Leroy1-0/+3
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+1
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin1-4/+2
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-1/+0
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+1
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy1-3/+2
2018-06-03powerpc: Rename thread_struct.fs to addr_limitMichael Ellerman1-3/+3
2018-06-03powerpc/64: remove start_tb and accum_tb from thread_structNicholas Piggin1-4/+0
2018-03-31powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin1-0/+1
2018-03-30powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-1/+8
2018-03-30powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V1-0/+6
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-0/+5
2017-11-12powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu1-0/+2
2017-11-12powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu1-0/+1
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-5/+25
2017-07-03Merge branch 'fixes' into nextMichael Ellerman1-13/+12
2017-07-02powerpc/64: implement spin loop primitivesNicholas Piggin1-0/+20
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-6/+0
2017-06-19powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin1-5/+5
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V1-13/+12