aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/tty_ldsem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-3/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-5/+5
2017-01-14drivers/tty: Compute 'current' directlyDavidlohr Bueso1-10/+8
2015-12-13tty: Deinline __ldsem_down_write_nested, save 128 bytesDenys Vlasenko1-1/+1
2015-12-13tty: Deinline __ldsem_down_read_nested, save 128 bytesDenys Vlasenko1-1/+1
2015-05-10tty: tty_ldsem.c: move assignment out of if () blockGreg Kroah-Hartman1-1/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-11/+4
2013-12-16tty: Fix hang at ldsem_down_read()Peter Hurley1-3/+13
2013-05-20tty: Add timed, writer-prioritized rw semaphorePeter Hurley1-0/+453