summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/thread_info.h
AgeCommit message (Expand)Author
2023-05-17ARM: iwmmxt: Use undef hook to enable coprocessor for taskArd Biesheuvel
2023-05-17ARM: kernel: Get rid of thread_info::used_cp[] arrayArd Biesheuvel
2023-01-04ARM: renumber bits related to _TIF_WORK_MASKJens Axboe
2021-12-06ARM: implement THREAD_INFO_IN_TASK for uniprocessor systemsArd Biesheuvel
2021-12-03ARM: implement support for vmap'ed stacksArd Biesheuvel
2021-10-30ARM: 9150/1: Fix PID_IN_CONTEXTIDR regression when THREAD_INFO_IN_TASK=yArd Biesheuvel
2021-09-27ARM: smp: Enable THREAD_INFO_IN_TASKArd Biesheuvel
2021-09-27ARM: smp: Store current pointer in TPIDRURO register if availableArd Biesheuvel
2021-09-27gcc-plugins: arm-ssp: Prepare for THREAD_INFO_IN_TASK supportArd Biesheuvel
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-08-20ARM: 9113/1: uaccess: remove set_fs() implementationArnd Bergmann
2021-08-20ARM: 9107/1: syscall: always store thread_info->abi_syscallArnd Bergmann
2021-08-04ARM: ep93xx: remove MaverickCrunch supportArnd Bergmann
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds
2020-11-12arm: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-10-27ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij
2020-07-10arm: Break cyclic percpu includePeter Zijlstra
2020-02-14arm: Remove TIF_NOHZFrederic Weisbecker
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-12ARM: smp: add support for per-task stack canariesArd Biesheuvel
2018-10-05ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry
2018-08-02ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2017-09-17Revert "arm/syscalls: Check address limit on user-mode return"Thomas Garnier
2017-07-08arm/syscalls: Check address limit on user-mode returnThomas Garnier
2015-09-14Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-09-11ARM: domains: thread_info.h no longer needs asm/domains.hRussell King
2015-09-03Merge branches 'cleanup', 'fixes', 'misc', 'omap-barrier' and 'uaccess' into ...Russell King
2015-08-25ARM: entry: efficiency cleanupsRussell King
2015-08-21ARM: domains: switch to keeping domain value in registerRussell King
2015-04-12arm: Remove signal translation and exec_domainRichard Weinberger
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-12-05Merge branches 'fixes', 'misc', 'pm' and 'sa1100' into for-nextRussell King
2014-11-27ARM: 8226/1: cacheflush: get rid of restarting blockVladimir Murzin
2014-11-13ARM: 8173/1: Calculate current_thread_info from current_stack_pointerBehan Webster
2014-11-13ARM: 8170/1: Add global named register current_stack_pointer for ARMBehan Webster
2014-07-01ARM: 8078/1: get rid of hardcoded assumptions about kernel stack sizeAndrey Ryabinin
2014-06-17ARM: 8069/1: Make thread_save_fp macro aware of THUMB2 modeNikolay Borisov
2014-03-18ARM: add uprobes supportDavid A. Long
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner
2013-08-28Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/ke...Russell King
2013-08-20ARM: cacheflush: split user cache-flushing into interruptible chunksWill Deacon
2013-07-26ARM: 7790/1: Fix deferred mm switch on VIVT processorsCatalin Marinas
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman
2012-11-19ARM: 7578/1: arch/move secure_computing into traceKees Cook
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-04Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'...Russell King
2012-10-04Merge branch 'cleanup' into for-linusRussell King
2012-10-01sanitize tsk_is_polling()Al Viro