aboutsummaryrefslogtreecommitdiff
path: root/include/linux/thread_info.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-15fork: allow arch-override of VMAP stack alignmentGravatar Mark Rutland 1-0/+4
2017-06-29copy_{to,from}_user(): consolidate object size checksGravatar Al Viro 1-0/+27
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+12
2017-04-04usercopy: Move enum for arch_within_stack_frames()Gravatar Sahara 1-0/+12
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDGravatar Kyle Huey 1-0/+4
2016-11-11thread_info: include <current.h> for THREAD_INFO_IN_TASKGravatar Mark Rutland 1-0/+6
2016-11-11thread_info: factor out restart_blockGravatar Mark Rutland 1-40/+1
2016-10-20sched/core, x86: Make struct thread_info arch specific againGravatar Heiko Carstens 1-11/+0
2016-09-24thread_info: Use unsigned long for flagsGravatar Mark Rutland 1-1/+1
2016-09-15sched/core: Allow putting thread_info into task_structGravatar Andy Lutomirski 1-0/+15
2016-09-07usercopy: force check_object_size() inlineGravatar Kees Cook 1-2/+2
2016-09-06usercopy: fold builtin_const check into inline functionGravatar Kees Cook 1-1/+2
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-0/+24
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-41/+0
2016-07-26mm: Hardened usercopyGravatar Kees Cook 1-0/+15
2016-07-26mm: Implement stack frame object validationGravatar Kees Cook 1-0/+9
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+3
2014-06-04mm: get rid of __GFP_KMEMCGGravatar Vladimir Davydov 1-2/+0
2014-04-18sched: Remove set_need_resched()Gravatar Peter Zijlstra 1-14/+0
2013-09-25sched, idle: Fix the idle polling state logicGravatar Peter Zijlstra 1-0/+2
2013-09-25sched: Remove {set,clear}_need_reschedGravatar Peter Zijlstra 1-2/+13
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGravatar Glauber Costa 1-0/+2
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Gravatar Al Viro 1-1/+2
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Gravatar Al Viro 1-0/+12
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowGravatar Al Viro 1-0/+4
2012-05-08fork: Move thread info gfp flags to headerGravatar Thomas Gleixner 1-0/+6
2011-05-23hrtimers: Avoid touching inactive timer basesGravatar Thomas Gleixner 1-1/+1
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockGravatar Thomas Gleixner 1-3/+0
2010-09-18futex: Mark restart_block.futex.uaddr[2] __userGravatar Namhyung Kim 1-2/+2
2009-04-06futex: add requeue_pi functionalityGravatar Darren Hart 1-1/+2
2008-09-05select: add a poll specific struct to the restart_block unionGravatar Thomas Gleixner 1-0/+8
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKGravatar Roland McGrath 1-2/+8
2008-04-30signals: set_restore_sigmask TIF_SIGPENDINGGravatar Roland McGrath 1-1/+7
2008-04-30signals: add set_restore_sigmaskGravatar Roland McGrath 1-1/+14
2008-04-17hrtimer: add nanosleep specific restart_block memberGravatar Thomas Gleixner 1-0/+12
2008-02-01futex: Add bitset conditional wait/wakeup functionalityGravatar Thomas Gleixner 1-0/+1
2008-01-30x86: clean up bitops-related warningsGravatar Jeremy Fitzhardinge 1-5/+5
2007-12-05futex: fix for futex_wait signal stack corruptionGravatar Steven Rostedt 1-2/+15
2005-11-13[PATCH] m68k: convert thread flags to use bit fieldsGravatar Roman Zippel 1-34/+13
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+92