开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
thread_info.h
Age
Commit message (
Expand
)
Author
2021-11-04
parisc: move CPU field back into thread_info
Ard Biesheuvel
2021-11-01
parisc: enhance warning regarding usage of O_NONBLOCK
Helge Deller
2021-11-01
parisc: Drop ifdef __KERNEL__ from non-uapi kernel headers
Helge Deller
2021-11-01
parisc: Move thread_info into task struct
Helge Deller
2021-09-09
parisc: Implement __get/put_kernel_nofault()
Helge Deller
2020-11-09
parisc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2018-01-09
Construct init thread stack in the linker script rather than by union
David Howells
2017-12-17
parisc: Reduce thread stack to 16 kb
John David Anglin
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-31
parisc: Increase thread and stack size to 32kb
Helge Deller
2016-12-29
parisc: Drop TIF_RESTORE_SIGMASK and switch to generic code
Helge Deller
2016-05-22
parisc: Add syscall tracepoint support
Helge Deller
2015-04-12
arch: Remove exec_domain from remaining archs
Richard Weinberger
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
2014-08-27
parisc: Wire up seccomp, getrandom and memfd_create syscalls
Helge Deller
2014-02-02
parisc: add flexible mmap memory layout support
Helge Deller
2013-11-13
preempt: Make PREEMPT_ACTIVE generic
Thomas Gleixner
2013-11-07
parisc: add kernel audit feature
Helge Deller
2013-05-07
parisc: add kernel stack overflow check
Helge Deller
2013-04-08
arch: Consolidate tsk_is_polling()
Thomas Gleixner
2012-10-01
parisc: decide whether to go to slow path (tracesys) based on thread flags
Al Viro
2012-10-01
sanitize tsk_is_polling()
Al Viro
2012-10-01
bury _TIF_RESTORE_SIGMASK
Al Viro
2012-06-01
TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set
Al Viro
2012-03-28
Disintegrate asm/system.h for PA-RISC
David Howells
2011-11-21
freezer: remove now unused TIF_FREEZE
Tejun Heo
2010-05-14
add descriptive comment for TIF_MEMDIE task flag declaration.
Andreas Dilger
2009-09-27
parisc: Make THREAD_SIZE available to assembly files and linker scripts.
Tim Abbott
2009-09-27
parisc: stop using task->ptrace for {single,block}step flags
Kyle McMartin
2009-09-02
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
David Howells
2009-07-10
sched: INIT_PREEMPT_COUNT
Peter Zijlstra
2008-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin