summaryrefslogtreecommitdiff
path: root/include/linux/thread_info.h
Commit message (Expand)AuthorAge
* fork: unconditionally clear stack on forkKees Cook2018-04-20
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-13
* fork: allow arch-override of VMAP stack alignmentMark Rutland2017-08-15
* copy_{to,from}_user(): consolidate object size checksAl Viro2017-06-29
* Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-02
|\
| * usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-04
* | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-20
|/
* thread_info: include <current.h> for THREAD_INFO_IN_TASKMark Rutland2016-11-11
* thread_info: factor out restart_blockMark Rutland2016-11-11
* sched/core, x86: Make struct thread_info arch specific againHeiko Carstens2016-10-20
* thread_info: Use unsigned long for flagsMark Rutland2016-09-24
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-15
* usercopy: force check_object_size() inlineKees Cook2016-09-07
* usercopy: fold builtin_const check into inline functionKees Cook2016-09-06
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\
| * mm: Hardened usercopyKees Cook2016-07-26
| * mm: Implement stack frame object validationKees Cook2016-07-26
* | signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski2016-08-02
|/
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
* mm: get rid of __GFP_KMEMCGVladimir Davydov2014-06-04
* sched: Remove set_need_resched()Peter Zijlstra2014-04-18
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-25
* sched: Remove {set,clear}_need_reschedPeter Zijlstra2013-09-25
* fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa2012-12-18
* set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro2012-06-01
* new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro2012-06-01
* HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro2012-06-01
* fork: Move thread info gfp flags to headerThomas Gleixner2012-05-08
* hrtimers: Avoid touching inactive timer basesThomas Gleixner2011-05-23
* thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner2011-02-02
* futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim2010-09-18
* futex: add requeue_pi functionalityDarren Hart2009-04-06
* select: add a poll specific struct to the restart_block unionThomas Gleixner2008-09-05
* signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath2008-04-30
* signals: set_restore_sigmask TIF_SIGPENDINGRoland McGrath2008-04-30
* signals: add set_restore_sigmaskRoland McGrath2008-04-30
* hrtimer: add nanosleep specific restart_block memberThomas Gleixner2008-04-17
* futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner2008-02-01
* x86: clean up bitops-related warningsJeremy Fitzhardinge2008-01-30
* futex: fix for futex_wait signal stack corruptionSteven Rostedt2007-12-05
* [PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel2005-11-13
* Linux-2.6.12-rc2Linus Torvalds2005-04-16