index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-30
tty: drop the BKL for driver/ldisc ioctl methods
Alan Cox
1
-8
/
+1
2008-04-30
tty_ioctl: soft carrier handling
Alan Cox
1
-6
/
+27
2008-04-30
tty_ioctl: locking for tty_wait_until_sent
Alan Cox
1
-4
/
+7
2008-04-30
tty_io: fix remaining pid struct locking
Alan Cox
3
-2
/
+31
2008-04-30
Resume TTY on SUSP and fix CRNL order in N_TTY line discipline
Joe Peterson
1
-8
/
+11
2008-04-30
redo locking of tty->pgrp
Alan Cox
3
-22
/
+72
2008-04-30
tty: BKL pushdown
Alan Cox
9
-53
/
+149
2008-04-30
serial_core: Prepare for BKL push down
Alan Cox
1
-7
/
+9
2008-04-30
68360serial: Note that there isn't any info->mcr locking
Alan Cox
1
-1
/
+1
2008-04-30
isdn_tty: Prepare for BKL push down
Alan Cox
1
-18
/
+8
2008-04-30
vt_ioctl: Prepare for BKL push down
Alan Cox
1
-184
/
+268
2008-04-30
viocons: BKL locking
Alan Cox
1
-2
/
+5
2008-04-30
synclink series: Prepare for BKL pushdown
Alan Cox
3
-21
/
+55
2008-04-30
sx: prepare for BKL pushdown
Alan Cox
1
-13
/
+4
2008-04-30
stallion: Prepare for BKL push down
Alan Cox
1
-12
/
+3
2008-04-30
specialix: Prepare for BKL pushdown
Alan Cox
1
-40
/
+6
2008-04-30
serial167: prepare to push BKL down into drivers
Alan Cox
1
-12
/
+3
2008-04-30
rocket: Prepare for BKL pushdown
Alan Cox
1
-9
/
+18
2008-04-30
riscom8: Prepare for BKL pushdown
Alan Cox
1
-14
/
+11
2008-04-30
mxser: prepare for BKL pushdown
Alan Cox
1
-25
/
+38
2008-04-30
isicom: istallion prepare for lock_kernel pushdown
Alan Cox
1
-0
/
+6
2008-04-30
isicom: prepare for lock_kernel push down
Alan Cox
1
-14
/
+8
2008-04-30
esp: lock_kernel push down
Alan Cox
1
-6
/
+16
2008-04-30
epca: lock_kernel push down
Alan Cox
1
-15
/
+2
2008-04-30
cyclades: Prepare for relaxed locking in callers
Alan Cox
1
-12
/
+17
2008-04-30
amiserial: prepare for locking relaxation in caller
Alan Cox
1
-2
/
+11
2008-04-30
ptrace: permit ptracing of /sbin/init
Oleg Nesterov
1
-8
/
+0
2008-04-30
ptrace: ptrace_attach: use send_sig_info() instead force_sig_specific()
Oleg Nesterov
1
-2
/
+1
2008-04-30
ptrace: __ptrace_unlink: use the ptrace_reparented() helper
Oleg Nesterov
1
-1
/
+1
2008-04-30
ptrace: introduce ptrace_reparented() helper
Oleg Nesterov
2
-5
/
+8
2008-04-30
document de_thread() with exit_notify() connection
Oleg Nesterov
2
-1
/
+2
2008-04-30
reparent_thread: use same_thread_group()
Oleg Nesterov
1
-1
/
+1
2008-04-30
ptrace: introduce task_detached() helper
Oleg Nesterov
1
-20
/
+25
2008-04-30
signals: x86 TS_RESTORE_SIGMASK
Roland McGrath
5
-21
/
+40
2008-04-30
signals: use HAVE_SET_RESTORE_SIGMASK
Roland McGrath
5
-13
/
+19
2008-04-30
signals: ia64 renumber TIF_RESTORE_SIGMASK
akpm@linux-foundation.org
2
-4
/
+3
2008-04-30
signals: s390: renumber TIF_RESTORE_SIGMASK
Roland McGrath
3
-14
/
+14
2008-04-30
signals: set_restore_sigmask TIF_SIGPENDING
Roland McGrath
1
-1
/
+7
2008-04-30
signals: add set_restore_sigmask
Roland McGrath
6
-11
/
+22
2008-04-30
signals: allow the kernel to actually kill /sbin/init
Oleg Nesterov
1
-1
/
+4
2008-04-30
signals: de_thread: simplify the ->child_reaper switching
Oleg Nesterov
1
-13
/
+2
2008-04-30
signals: fix /sbin/init protection from unwanted signals
Oleg Nesterov
3
-3
/
+10
2008-04-30
signals: check_kill_permission: remove tasklist_lock
Oleg Nesterov
1
-2
/
+0
2008-04-30
signals: check_kill_permission: check session under tasklist_lock
Oleg Nesterov
1
-5
/
+19
2008-04-30
signals: send_signal: be paranoid about signalfd_notify()
Oleg Nesterov
1
-7
/
+1
2008-04-30
signals: document CLD_CONTINUED notification mechanics
Oleg Nesterov
1
-1
/
+10
2008-04-30
signals: fold sig_ignored() into handle_stop_signal()
Oleg Nesterov
1
-15
/
+17
2008-04-30
signals: cleanup the usage of print_fatal_signal()
Oleg Nesterov
1
-2
/
+3
2008-04-30
signals: handle_stop_signal: don't worry about SIGKILL
Oleg Nesterov
1
-6
/
+0
2008-04-30
signals: join send_sigqueue() with send_group_sigqueue()
Oleg Nesterov
3
-20
/
+4
[next]