summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/kasan: Limit KASAN thread size increase to 32KBMichael Ellerman2024-02-141-1/+1
* Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"Andrew Donnellan2023-07-191-5/+1
* powerpc/64s: Remove support for ELFv1 little endian userspaceNicholas Piggin2023-06-141-1/+5
* powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2023-04-111-0/+2
* powerpc: Implement arch_within_stack_framesNicholas Miehlbradt2023-04-041-0/+38
* powerpc/kasan: Force thread size increase with KASANMichael Ellerman2022-06-021-2/+8
* powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy2022-02-071-1/+1
* powerpc/audit: Fix syscall_get_arch()Christophe Leroy2022-01-151-0/+2
* powerpc: add CPU field to struct thread_infoArd Biesheuvel2021-09-301-0/+3
* powerpc/64s: power4 nap fixup in CNicholas Piggin2021-04-081-0/+6
* powerpc: Remove duplicate includesZhang Yunkai2021-03-241-1/+0
* powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin2021-02-091-3/+1
* Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-171-2/+0
|\
| * powerpc/exec: Set thread.regs early during execAneesh Kumar K.V2020-12-041-2/+0
* | powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+4
|/
* powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-081-4/+1
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-2/+2
* powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKChristophe Leroy2020-01-261-0/+13
* powerpc/32: prepare for CONFIG_VMAP_STACKChristophe Leroy2020-01-261-0/+5
* powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy2019-02-231-4/+0
* powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy2019-02-231-2/+0
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-15/+2
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-141-0/+5
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+6
* powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao2018-10-031-1/+3
* powerpc: Redefine TIF_32BITS thread flagBreno Leitao2018-10-031-1/+1
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-11/+0
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-191-0/+5
* powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-191-0/+6
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-301-1/+0
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+2
* powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman2018-06-031-3/+5
* powerpc: Add missing prototype for arch_dup_task_struct()Mathieu Malaterre2018-03-131-0/+1
* Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-9/+1
|\
| * powerpc: Move THREAD_SHIFT config to KconfigHamish Martin2017-03-201-9/+1
* | livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf2017-03-081-1/+3
|/
* signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-25/+0
* powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-0/+4
* powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-141-1/+3
* arch: Remove exec_domain from remaining archsRichard Weinberger2015-04-121-2/+0
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-4/+0
* Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-111-1/+1
|\
| * powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman2015-01-231-1/+1
* | powerpc: Work around gcc bug in current_thread_info()Michael Ellerman2015-01-121-6/+7
|/
* powerpc: Don't use local named register variable in current_thread_infoAnton Blanchard2014-11-101-3/+2
* powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras2014-01-151-1/+4
* powerpc: Reclaim two unused thread_info flag bitsPaul Mackerras2014-01-151-4/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-201-0/+9
|\