aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/thread_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy1-4/+0
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy1-2/+0
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-15/+2
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+5
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin1-0/+6
2018-10-03powerpc/ptrace: Add support for PTRACE_SYSEMUBreno Leitao1-1/+3
2018-10-03powerpc: Redefine TIF_32BITS thread flagBreno Leitao1-1/+1
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-11/+0
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin1-0/+5
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin1-0/+6
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy1-1/+0
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+2
2018-06-03powerpc: Check address limit on user-mode return (TIF_FSCHECK)Michael Ellerman1-3/+5
2018-03-13powerpc: Add missing prototype for arch_dup_task_struct()Mathieu Malaterre1-0/+1
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+1
2017-03-20powerpc: Move THREAD_SHIFT config to KconfigHamish Martin1-9/+1
2017-03-08livepatch/powerpc: add TIF_PATCH_PENDING thread flagJosh Poimboeuf1-1/+3
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-25/+0
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy1-0/+4
2016-04-14powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman1-1/+3
2015-04-12arch: Remove exec_domain from remaining archsRichard Weinberger1-2/+0
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-1/+1
2015-01-23powerpc: Rename _TIF_SYSCALL_T_OR_A to _TIF_SYSCALL_DOTRACEMichael Ellerman1-1/+1
2015-01-12powerpc: Work around gcc bug in current_thread_info()Michael Ellerman1-6/+7
2014-11-10powerpc: Don't use local named register variable in current_thread_infoAnton Blanchard1-3/+2
2014-01-15powerpc: Don't corrupt transactional state when using FP/VMX in kernelPaul Mackerras1-1/+4
2014-01-15powerpc: Reclaim two unused thread_info flag bitsPaul Mackerras1-4/+0
2013-11-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+9
2013-11-21powerpc: Add TIF_ELF2ABI flag.Rusty Russell1-0/+9
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-05-14powerpc: Syscall hooks for context tracking subsystemLi Zhong1-2/+5
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner1-2/+0
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+2
2012-10-01sanitize tsk_is_polling()Al Viro1-0/+2
2012-09-18powerpc/kprobe: Introduce a new thread flagTiejun Chen1-0/+3
2012-09-05powerpc: Uprobes port to powerpcAnanth N Mavinakayanahalli1-1/+3
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder1-0/+6
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+16
2012-05-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+0
2012-05-09powerpc: Remove now unused _TIF_RUNLATCHTiejun Chen1-1/+0
2012-05-08powerpc: Use common threadinfo allocatorThomas Gleixner1-13/+0
2012-03-09powerpc: Rework runlatch codeBenjamin Herrenschmidt1-1/+8
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCIan Munsie1-2/+5
2011-05-25powerpc: mmu_gather reworkPeter Zijlstra1-0/+2
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-1/+1