index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-08
audit: join tty records to their syscall
Richard Guy Briggs
1
-1
/
+1
2018-11-27
audit: use current whenever possible
Paul Moore
1
-7
/
+6
2018-06-19
audit: eliminate audit_enabled magic number comparison
Richard Guy Briggs
1
-1
/
+1
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
1
-4
/
+1
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
1
-0
/
+1
2016-03-08
tty: audit: remove unused variable
Sudip Mukherjee
1
-7
/
+1
2016-01-28
tty: audit: Poison tty_audit_buf while process exits
Peter Hurley
1
-8
/
+17
2016-01-28
tty: audit: Always push audit buffer before TIOCSTI
Peter Hurley
1
-9
/
+3
2016-01-28
tty: audit: Check audit enable first
Peter Hurley
1
-3
/
+4
2016-01-28
tty: audit: Simplify first-use allocation
Peter Hurley
1
-15
/
+7
2016-01-28
tty: audit: Remove tty_audit_buf reference counting
Peter Hurley
1
-40
/
+7
2016-01-28
tty: audit: Remove false memory optimization
Peter Hurley
1
-5
/
+1
2016-01-28
tty: audit: Handle tty audit enable atomically
Peter Hurley
1
-31
/
+22
2016-01-28
tty: audit: Track tty association with dev_t
Peter Hurley
1
-18
/
+14
2016-01-28
tty: audit: Combine push functions
Peter Hurley
1
-32
/
+3
2016-01-28
tty: audit: Ignore current association for audit push
Peter Hurley
1
-8
/
+3
2016-01-28
tty: audit: Take siglock directly
Peter Hurley
1
-8
/
+5
2016-01-28
tty: audit: Defer audit buffer association
Peter Hurley
1
-8
/
+8
2016-01-28
tty: audit: Remove icanon mode from call chain
Peter Hurley
1
-13
/
+9
2016-01-28
tty: audit: Early-out pty master reads earlier
Peter Hurley
1
-4
/
+4
2015-11-21
tty: audit: Fix audit source
Peter Hurley
1
-1
/
+1
2014-03-20
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
1
-1
/
+2
2014-01-14
audit: convert all sessionid declaration to unsigned int
Eric Paris
1
-1
/
+1
2013-04-30
audit: do not needlessly take a lock in tty_audit_exit
Eric Paris
1
-3
/
+0
2013-04-30
audit: do not needlessly take a spinlock in copy_signal
Eric Paris
1
-4
/
+0
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
1
-0
/
+9
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
1
-13
/
+19
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
1
-48
/
+24
2013-04-30
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
1
-1
/
+3
2012-10-23
TTY: audit, stop accessing tty->icount
Jiri Slaby
1
-7
/
+8
2012-09-18
userns: Convert audit to work with user namespaces enabled
Eric W. Biederman
1
-2
/
+3
2012-09-18
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
1
-6
/
+8
2011-03-07
tty_audit: fix tty_audit_add_data live lock on audit disabled
Xiaotian Feng
1
-1
/
+3
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman
1
-0
/
+358