summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h
AgeCommit message (Expand)AuthorLines
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-4/+4
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman-1/+1
2024-05-06powerpc/dexcr: Add DEXCR prctl interfaceBenjamin Gray-0/+10
2024-05-03powerpc/dexcr: Reset DEXCR value across execBenjamin Gray-1/+1
2024-05-03powerpc/dexcr: Track the DEXCR per-processBenjamin Gray-0/+1
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-5/+0
2023-08-16powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray-5/+0
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik-3/+0
2023-06-19powerpc/dexcr: Support userspace ROP protectionBenjamin Gray-0/+1
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin-3/+12
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin-5/+17
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-1/+0
2022-09-08powerpc/math-emu: Inhibit W=1 warningsChristophe Leroy-0/+2
2022-05-05powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy-2/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy-0/+8
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy-0/+3
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy-0/+9
2021-12-02powerpc/signal32: Use struct_group() to zero spe regsKees Cook-2/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-06-17powerpc/64: drop redundant defination of spin_until_condSudeep Holla-11/+0
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy-1/+9
2021-04-08powerpc/64s: power4 nap fixup in CNicholas Piggin-0/+1
2021-03-29powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...Christophe Leroy-0/+2
2021-03-29powerpc/32: Always enable data translation in exception prologChristophe Leroy-3/+1
2021-03-29powerpc/32: Remove ksp_limitChristophe Leroy-2/+0
2020-12-04powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode.Aneesh Kumar K.V-4/+0
2020-12-04powerpc/signal: Remove get_clean_sp()Christophe Leroy-14/+0
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy-0/+2
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy-11/+2
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-7/+0
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero-0/+1
2020-09-15powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10Nicholas Piggin-1/+1
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig-7/+0
2020-09-02powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.hChristophe Leroy-1/+0
2020-09-02powerpc: Drop _nmask_and_or_msr()Christophe Leroy-1/+0
2020-09-02powerpc: drop hard_reset_now() and poweroff_now() declarationChristophe Leroy-2/+0
2020-09-02powerpc/fpu: Drop cvt_fd() and cvt_df()Christophe Leroy-2/+0
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan-0/+4
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V-1/+0
2020-06-02powerpc/64s: Don't set FSCR bits in INIT_THREADMichael Ellerman-1/+0
2020-05-19powerpc/watchpoint: Prepare handler to handle more than one watchpointRavi Bangoria-1/+1
2020-05-19powerpc/watchpoint: Convert thread_struct->hw_brk to an arrayRavi Bangoria-1/+1
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria-1/+1
2020-05-15powerpc: Drop unneeded cast in task_pt_regs()Michael Ellerman-1/+1
2020-05-15powerpc/64: Don't initialise init_task->thread.regsMichael Ellerman-1/+0
2020-04-20powerpc: Use mm_context vas_windows counter to issue CP_ABORTHaren Myneni-1/+0
2020-02-18powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACKChristophe Leroy-0/+4
2020-01-26powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy-0/+6
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin-0/+3