aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin1-5/+17
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-1/+0
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy1-0/+2
2022-05-05powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy1-2/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy1-0/+8
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy1-0/+3
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy1-0/+9
2021-12-02powerpc/signal32: Use struct_group() to zero spe regsKees Cook1-2/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
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