index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
tty_audit.c
Age
Commit message (
Expand
)
Author
2023-08-11
tty: audit: unify to u8
Jiri Slaby (SUSE)
2023-06-21
tty_audit: make data of tty_audit_log() const
Jiri Slaby
2023-06-21
tty_audit: make tty pointers in exposed functions const
Jiri Slaby
2023-06-21
tty_audit: make icanon a bool
Jiri Slaby
2023-06-21
tty_audit: invert the condition in tty_audit_log()
Jiri Slaby
2023-06-21
tty_audit: use kzalloc() in tty_audit_buf_alloc()
Jiri Slaby
2023-06-21
tty_audit: use TASK_COMM_LEN for task comm
Jiri Slaby
2021-04-15
tty: audit: move some local functions out of tty.h
Greg Kroah-Hartman
2020-11-06
tty: tty_audit: Demote non-conformant kernel-doc headers
Lee Jones
2019-02-07
audit: join tty records to their syscall
Richard Guy Briggs
2018-11-26
audit: use current whenever possible
Paul Moore
2018-06-19
audit: eliminate audit_enabled magic number comparison
Richard Guy Briggs
2017-11-08
tty: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2016-03-07
tty: audit: remove unused variable
Sudip Mukherjee
2016-01-27
tty: audit: Poison tty_audit_buf while process exits
Peter Hurley
2016-01-27
tty: audit: Always push audit buffer before TIOCSTI
Peter Hurley
2016-01-27
tty: audit: Check audit enable first
Peter Hurley
2016-01-27
tty: audit: Simplify first-use allocation
Peter Hurley
2016-01-27
tty: audit: Remove tty_audit_buf reference counting
Peter Hurley
2016-01-27
tty: audit: Remove false memory optimization
Peter Hurley
2016-01-27
tty: audit: Handle tty audit enable atomically
Peter Hurley
2016-01-27
tty: audit: Track tty association with dev_t
Peter Hurley
2016-01-27
tty: audit: Combine push functions
Peter Hurley
2016-01-27
tty: audit: Ignore current association for audit push
Peter Hurley
2016-01-27
tty: audit: Take siglock directly
Peter Hurley
2016-01-27
tty: audit: Defer audit buffer association
Peter Hurley
2016-01-27
tty: audit: Remove icanon mode from call chain
Peter Hurley
2016-01-27
tty: audit: Early-out pty master reads earlier
Peter Hurley
2015-11-20
tty: audit: Fix audit source
Peter Hurley
2014-03-20
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
2014-01-13
audit: convert all sessionid declaration to unsigned int
Eric Paris
2013-04-30
audit: do not needlessly take a lock in tty_audit_exit
Eric Paris
2013-04-30
audit: do not needlessly take a spinlock in copy_signal
Eric Paris
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
2013-04-30
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
2012-10-22
TTY: audit, stop accessing tty->icount
Jiri Slaby
2012-09-18
userns: Convert audit to work with user namespaces enabled
Eric W. Biederman
2012-09-17
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2011-03-07
tty_audit: fix tty_audit_add_data live lock on audit disabled
Xiaotian Feng
2010-11-05
TTY: create drivers/tty and move the tty core files there
Greg Kroah-Hartman