summaryrefslogtreecommitdiffstats
path: root/include/linux/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* thread_info: include <current.h> for THREAD_INFO_IN_TASKMark Rutland2016-11-111-0/+6
* thread_info: factor out restart_blockMark Rutland2016-11-111-40/+1
* sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-201-11/+0
* thread_info: Use unsigned long for flagsMark Rutland2016-09-241-1/+1
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-0/+15
* usercopy: force check_object_size() inlineKees Cook2016-09-071-2/+2
* usercopy: fold builtin_const check into inline functionKees Cook2016-09-061-1/+2
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+24
|\
| * mm: Hardened usercopyKees Cook2016-07-261-0/+15
| * mm: Implement stack frame object validationKees Cook2016-07-261-0/+9
* | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-021-41/+0
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+3
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-041-2/+0
* sched: Remove set_need_resched()Peter Zijlstra2014-04-181-14/+0
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-251-0/+2
* sched: Remove {set,clear}_need_reschedPeter Zijlstra2013-09-251-2/+13
* fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa2012-12-181-0/+2
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-011-1/+2
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-011-0/+12
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-011-0/+4
* fork: Move thread info gfp flags to headerThomas Gleixner2012-05-081-0/+6
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-231-1/+1
* thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner2011-02-021-3/+0
* futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim2010-09-181-2/+2
* futex: add requeue_pi functionalityDarren Hart2009-04-061-1/+2
* select: add a poll specific struct to the restart_block unionThomas Gleixner2008-09-051-0/+8
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-301-2/+8
* signals: set_restore_sigmask TIF_SIGPENDINGRoland McGrath2008-04-301-1/+7
* signals: add set_restore_sigmaskRoland McGrath2008-04-301-1/+14
* hrtimer: add nanosleep specific restart_block memberThomas Gleixner2008-04-171-0/+12
* futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner2008-02-011-0/+1
* x86: clean up bitops-related warningsJeremy Fitzhardinge2008-01-301-5/+5
* futex: fix for futex_wait signal stack corruptionSteven Rostedt2007-12-051-2/+15
* [PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel2005-11-131-34/+13
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+92