aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/thread_info.h
AgeCommit message (Expand)Author
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds
2022-02-25sh: remove CONFIG_SET_FS supportArnd Bergmann
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2020-11-09sh: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-08-14sh: remove __KERNEL__ ifdefs from non-UAPI headersChristoph Hellwig
2020-06-01sh: remove sh5 supportArnd Bergmann
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2015-04-12sh: Remove signal translation and exec_domainRichard Weinberger
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner
2012-10-01sanitize tsk_is_polling()Al Viro
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds
2012-05-14sh: Support thread fault code encoding.Paul Mundt
2012-05-08sh-use-common-threadinfo-allocatorThomas Gleixner
2012-05-08fork: Remove the weak insanityThomas Gleixner
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger
2010-01-13sh: Move over to dynamically allocated FPU context.Paul Mundt
2010-01-12sh: Always provide thread_info allocators.Paul Mundt
2009-11-24sh: Minor optimisations to FPU handlingStuart Menefy
2009-10-14sh: TS_RESTORE_SIGMASK conversion.Paul Mundt
2009-09-16sh: Wire up HAVE_SYSCALL_TRACEPOINTS.Paul Mundt
2009-07-11Merge branches 'sh/ftrace' and 'sh/stable-updates'Paul Mundt
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra
2009-07-06sh: Add ftrace syscall tracing supportMatt Fleming
2008-09-20sh: Support kernel stacks smaller than a page.Paul Mundt
2008-08-02sh: Make syscall tracer use tracehook notifiers, add TIF_NOTIFY_RESUME.Paul Mundt
2008-08-02sh: seccomp support.Paul Mundt
2008-08-02sh: Tidy up the _TIF work masks, and fix syscall trace bug on singlestep.Paul Mundt
2008-07-29sh: migrate to arch/sh/include/Paul Mundt