aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17powerpc/64: drop redundant defination of spin_until_condSudeep Holla1-11/+0
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy1-1/+9
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin1-0/+1
2021-03-29powerpc/math: Fix missing __user qualifier for get_user() and other sparse warningsChristophe Leroy1-0/+2
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy1-3/+1
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy1-2/+0
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V1-4/+0
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy1-14/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+2
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy1-11/+2
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-08powerpc: 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-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria1-1/+1
2020-05-19powerpc/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-22powerpc/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-04-01powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplugNicholas Piggin1-0/+1
2018-03-31powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V1-1/+8