index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
audit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
audit: audit_log_start running on auditd should not stop
Toshiyuki Okajima
1
-6
/
+8
2014-01-13
audit: drop audit_cmd_lock in AUDIT_USER family of cases
Richard Guy Briggs
1
-0
/
+2
2014-01-13
audit: convert all sessionid declaration to unsigned int
Eric Paris
1
-1
/
+1
2014-01-13
audit: Added exe field to audit core dump signal log
Paul Davies C
1
-1
/
+2
2014-01-13
audit: prevent an older auditd shutdown from orphaning a newer auditd startup
Richard Guy Briggs
1
-0
/
+2
2014-01-13
audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases
Richard Guy Briggs
1
-3
/
+4
2014-01-13
audit: log AUDIT_TTY_SET config changes
Richard Guy Briggs
1
-8
/
+26
2014-01-13
audit: get rid of *NO* daemon at audit_pid=0 message
Richard Guy Briggs
1
-4
/
+6
2014-01-13
audit: allow unlimited backlog queue
Richard Guy Briggs
1
-2
/
+4
2014-01-13
audit: use old_lock in audit_set_feature
Gao feng
1
-1
/
+1
2014-01-13
audit: don't generate audit feature changed log when audit disabled
Gao feng
1
-0
/
+3
2014-01-13
audit: fix incorrect order of log new and old feature
Gao feng
1
-1
/
+1
2014-01-13
audit: remove useless code in audit_enable
Gao feng
1
-11
/
+2
2014-01-13
audit: add audit_backlog_wait_time configuration option
Richard Guy Briggs
1
-2
/
+29
2014-01-13
audit: clean up AUDIT_GET/SET local variables and future-proof API
Richard Guy Briggs
1
-25
/
+29
2014-01-13
audit: add kernel set-up parameter to override default backlog limit
Richard Guy Briggs
1
-1
/
+19
2014-01-13
audit: efficiency fix 2: request exclusive wait since all need same resource
Dan Duval
1
-1
/
+1
2014-01-13
audit: efficiency fix 1: only wake up if queue shorter than backlog limit
Dan Duval
1
-1
/
+3
2014-01-13
audit: make use of remaining sleep time from wait_for_auditd
Richard Guy Briggs
1
-4
/
+8
2014-01-13
audit: reset audit backlog wait time after error recovery
Richard Guy Briggs
1
-1
/
+4
2014-01-13
audit: listen in all network namespaces
Richard Guy Briggs
1
-12
/
+55
2014-01-13
audit: restore order of tty and ses fields in log output
Richard Guy Briggs
1
-2
/
+2
2014-01-13
audit: fix netlink portid naming and types
Richard Guy Briggs
1
-16
/
+16
2013-11-22
Merge tag 'v3.12'
Eric Paris
1
-2
/
+3
2013-11-05
audit: log the audit_names record type
Jeff Layton
1
-0
/
+20
2013-11-05
audit: use given values in tty_audit enable api
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: use nlmsg_len() to get message payload length
Mathias Krause
1
-2
/
+2
2013-11-05
audit: use memset instead of trying to initialize field by field
Eric Paris
1
-1
/
+1
2013-11-05
audit: fix info leak in AUDIT_GET requests
Mathias Krause
1
-0
/
+1
2013-11-05
audit: audit feature to set loginuid immutable
Eric Paris
1
-1
/
+2
2013-11-05
audit: audit feature to only allow unsetting the loginuid
Eric Paris
1
-1
/
+2
2013-11-05
audit: implement generic feature setting and retrieving
Eric Paris
1
-0
/
+109
2013-11-05
audit: printk USER_AVC messages when audit isn't enabled
Tyler Hicks
1
-1
/
+1
2013-11-05
Audit: remove duplicate comments
Gao feng
1
-7
/
+0
2013-11-05
audit: remove newline accidentally added during session id helper refactor
Richard Guy Briggs
1
-1
/
+1
2013-11-05
audit: remove duplicate inclusion of the netlink header
Ilya V. Matveychikov
1
-1
/
+0
2013-11-05
audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH
Richard Guy Briggs
1
-1
/
+2
2013-09-24
audit: fix endless wait in audit_log_start()
Konstantin Khlebnikov
1
-2
/
+3
2013-06-12
audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE
Oleg Nesterov
1
-1
/
+1
2013-05-11
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-166
/
+350
2013-05-08
audit: fix message spacing printing auid
Eric Paris
1
-1
/
+1
2013-05-07
Revert "audit: move kaudit thread start from auditd registration to kaudit init"
Eric Paris
1
-4
/
+10
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+5
2013-04-30
audit: fix event coverage of AUDIT_ANOM_LINK
Eric Paris
1
-8
/
+236
2013-04-30
audit: use spin_lock in audit_receive_msg to process tty logging
Eric Paris
1
-6
/
+4
2013-04-30
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
1
-6
/
+10
2013-04-30
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
1
-4
/
+6
2013-04-30
helper for some session id stuff
Eric Paris
1
-8
/
+12
2013-04-30
audit: use a consistent audit helper to log lsm information
Eric Paris
1
-30
/
+4
2013-04-30
audit: push loginuid and sessionid processing down
Eric Paris
1
-1
/
+1
[next]