aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/thread_info.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22mm: uninline copy_overflow()Christophe Leroy1-1/+4
2021-12-01thread_info: Add helpers to snapshot thread flagsMark Rutland1-0/+14
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-0/+13
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi1-0/+2
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi1-0/+2
2020-11-25entry: Fix boot for !CONFIG_GENERIC_ENTRYGabriel Krisman Bertazi1-3/+5
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-0/+2
2020-11-16ptrace: Migrate TIF_SYSCALL_EMU to use SYSCALL_WORK flagGabriel Krisman Bertazi1-0/+2
2020-11-16ptrace: Migrate to use SYSCALL_TRACE flagGabriel Krisman Bertazi1-0/+2
2020-11-16tracepoints: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-0/+2
2020-11-16seccomp: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-0/+6
2020-11-16entry: Expose helpers to migrate TIF to SYSCALL_WORK flagsGabriel Krisman Bertazi1-0/+32
2019-12-04uaccess: disallow > INT_MAX copy sizesKees Cook1-0/+2
2019-09-25uaccess: add missing __must_check attributesKees Cook1-1/+1
2018-05-25thread_info: Add update_thread_flag() helpersDave Martin1-0/+11
2018-04-20fork: unconditionally clear stack on forkKees Cook1-5/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-1/+1
2017-08-15fork: allow arch-override of VMAP stack alignmentMark Rutland1-0/+4
2017-06-29copy_{to,from}_user(): consolidate object size checksAl Viro1-0/+27
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2017-04-04usercopy: Move enum for arch_within_stack_frames()Sahara1-0/+12
2017-03-20x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey1-0/+4
2016-11-11thread_info: include <current.h> for THREAD_INFO_IN_TASKMark Rutland1-0/+6
2016-11-11thread_info: factor out restart_blockMark Rutland1-40/+1
2016-10-20sched/core, x86: Make struct thread_info arch specific againHeiko Carstens1-11/+0
2016-09-24thread_info: Use unsigned long for flagsMark Rutland1-1/+1
2016-09-15sched/core: Allow putting thread_info into task_structAndy Lutomirski1-0/+15
2016-09-07usercopy: force check_object_size() inlineKees Cook1-2/+2
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook1-1/+2
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+24
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-41/+0
2016-07-26mm: Hardened usercopyKees Cook1-0/+15
2016-07-26mm: Implement stack frame object validationKees Cook1-0/+9
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+3
2014-06-04mm: get rid of __GFP_KMEMCGVladimir Davydov1-2/+0
2014-04-18sched: Remove set_need_resched()Peter Zijlstra1-14/+0
2013-09-25sched, idle: Fix the idle polling state logicPeter Zijlstra1-0/+2
2013-09-25sched: Remove {set,clear}_need_reschedPeter Zijlstra1-2/+13
2012-12-18fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombsGlauber Costa1-0/+2
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+2
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+12
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro1-0/+4
2012-05-08fork: Move thread info gfp flags to headerThomas Gleixner1-0/+6
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner1-1/+1
2011-02-02thread_info: Remove legacy arg0-3 from restart_blockThomas Gleixner1-3/+0
2010-09-18futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim1-2/+2