aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/tty_ldsem.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-14sched/core: Remove set_task_state()Gravatar Davidlohr Bueso 1-5/+5
2017-01-14drivers/tty: Compute 'current' directlyGravatar Davidlohr Bueso 1-10/+8
2015-12-13tty: Deinline __ldsem_down_write_nested, save 128 bytesGravatar Denys Vlasenko 1-1/+1
2015-12-13tty: Deinline __ldsem_down_read_nested, save 128 bytesGravatar Denys Vlasenko 1-1/+1
2015-05-10tty: tty_ldsem.c: move assignment out of if () blockGravatar Greg Kroah-Hartman 1-1/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolGravatar Oleg Nesterov 1-11/+4
2013-12-16tty: Fix hang at ldsem_down_read()Gravatar Peter Hurley 1-3/+13
2013-05-20tty: Add timed, writer-prioritized rw semaphoreGravatar Peter Hurley 1-0/+453