summaryrefslogtreecommitdiff
path: root/include/linux/thread_info.h
Commit message (Expand)AuthorAgeFilesLines
* cpuidle, sched: Remove instrumentation from TIF_{POLLING_NRFLAG,NEED_RESCHED}Peter Zijlstra2023-01-131-1/+17
* mm: uninline copy_overflow()Christophe Leroy2022-03-221-1/+4
* thread_info: Add helpers to snapshot thread flagsMark Rutland2021-12-011-0/+14
* compiler_types.h: Remove __compiletime_object_size()Kees Cook2021-09-251-1/+1
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-0/+13
* entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-061-0/+2
* kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+2
* entry: Fix boot for !CONFIG_GENERIC_ENTRYGabriel Krisman Bertazi2020-11-251-3/+5
* audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-0/+2
* ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-0/+2
* ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi2020-11-161-0/+2
* tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-0/+2
* seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi2020-11-161-0/+6
* entry: Expose helpers to migrate TIF to SYSCALL_WORK flagsGabriel Krisman Bertazi2020-11-161-0/+32
* uaccess: disallow > INT_MAX copy sizesKees Cook2019-12-041-0/+2
* uaccess: add missing __must_check attributesKees Cook2019-09-251-1/+1
* thread_info: Add update_thread_flag() helpersDave Martin2018-05-251-0/+11
* fork: unconditionally clear stack on forkKees Cook2018-04-201-5/+1
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov2017-10-131-1/+1
* fork: allow arch-override of VMAP stack alignmentMark Rutland2017-08-151-0/+4
* copy_{to,from}_user(): consolidate object size checksAl Viro2017-06-291-0/+27
* Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-021-0/+12
|\
| * usercopy: Move enum for arch_within_stack_frames()Sahara2017-04-041-0/+12
* | x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-201-0/+4
|/
* 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