aboutsummaryrefslogtreecommitdiff
path: root/include/linux/thread_info.h
AgeCommit message (Expand)Author
2018-05-25thread_info: Add update_thread_flag() helpersDave Martin
2018-04-20fork: unconditionally clear stack on forkKees Cook
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland
2017-06-29copy_{to,from}_user(): consolidate object size checksAl Viro
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey
2016-11-11thread_info: include <current.h> for THREAD_INFO_IN_TASKMark Rutland
2016-11-11thread_info: factor out restart_blockMark Rutland
2016-10-20sched/core, x86: Make struct thread_info arch specific againHeiko Carstens
2016-09-24thread_info: Use unsigned long for flagsMark Rutland
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski
2016-09-07usercopy: force check_object_size() inlineKees Cook
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski
2016-07-26mm: Hardened usercopyKees Cook
2016-07-26mm: Implement stack frame object validationKees Cook
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov
2014-04-18sched: Remove set_need_resched()Peter Zijlstra
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra
2013-09-25sched: Remove {set,clear}_need_reschedPeter Zijlstra
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa
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-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner
2010-09-18futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim
2009-04-06futex: add requeue_pi functionalityDarren Hart
2008-09-05select: add a poll specific struct to the restart_block unionThomas Gleixner
2008-04-30signals: use HAVE_SET_RESTORE_SIGMASKRoland McGrath
2008-04-30signals: set_restore_sigmask TIF_SIGPENDINGRoland McGrath
2008-04-30signals: add set_restore_sigmaskRoland McGrath
2008-04-17hrtimer: add nanosleep specific restart_block memberThomas Gleixner
2008-02-01futex: Add bitset conditional wait/wakeup functionalityThomas Gleixner
2008-01-30x86: clean up bitops-related warningsJeremy Fitzhardinge
2007-12-05futex: fix for futex_wait signal stack corruptionSteven Rostedt
2005-11-13[PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel
2005-04-16Linux-2.6.12-rc2Linus Torvalds