index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
audit: remove pr_info for every network namespace
Eric Paris
1
-2
/
+0
2014-01-14
audit: Convert int limit uses to u32
Joe Perches
2
-25
/
+26
2014-01-14
audit: Use more current logging style
Joe Perches
1
-20
/
+18
2014-01-14
audit: Use hex_byte_pack_upper
Joe Perches
1
-5
/
+2
2014-01-13
audit: reorder AUDIT_TTY_SET arguments
Eric Paris
1
-7
/
+4
2014-01-13
audit: rework AUDIT_TTY_SET to only grab spin_lock once
Eric Paris
1
-15
/
+13
2014-01-13
audit: remove needless switch in AUDIT_SET
Eric Paris
1
-16
/
+9
2014-01-13
audit: use define's for audit version
Eric Paris
1
-1
/
+1
2014-01-13
audit: wait_for_auditd rework for readability
Eric Paris
1
-9
/
+7
2014-01-13
audit: log task info on feature change
Richard Guy Briggs
1
-0
/
+1
2014-01-13
audit: fix incorrect set of audit_sock
Gao feng
1
-1
/
+1
2014-01-13
audit: print error message when fail to create audit socket
Gao feng
1
-5
/
+4
2014-01-13
audit: fix dangling keywords in audit_log_set_loginuid() output
Richard Guy Briggs
1
-6
/
+9
2014-01-13
audit: log on errors from filter user rules
Richard Guy Briggs
2
-5
/
+8
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
3
-3
/
+3
2014-01-13
audit: Added exe field to audit core dump signal log
Paul Davies C
2
-1
/
+10
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
2
-33
/
+45
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: drop audit_log_abend()
Paul Davies C
1
-8
/
+2
2014-01-13
audit: allow unlimited backlog queue
Richard Guy Briggs
1
-2
/
+4
2014-01-13
audit: don't generate loginuid log when audit disabled
Gao feng
1
-0
/
+3
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
3
-12
/
+61
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
3
-28
/
+30
2014-01-13
audit: Simplify and correct audit_log_capset
Eric W. Biederman
2
-5
/
+3
2013-11-22
Merge tag 'v3.12'
Eric Paris
81
-2757
/
+3684
2013-11-06
audit: fix type of sessionid in audit_set_loginuid()
Eric Paris
1
-2
/
+2
2013-11-05
audit: call audit_bprm() only once to add AUDIT_EXECVE information
Richard Guy Briggs
2
-5
/
+0
2013-11-05
audit: move audit_aux_data_execve contents into audit_context union
Richard Guy Briggs
2
-29
/
+16
2013-11-05
audit: remove unused envc member of audit_aux_data_execve
Richard Guy Briggs
1
-2
/
+0
2013-11-05
audit: Kill the unused struct audit_aux_data_capset
Eric W. Biederman
1
-6
/
+0
2013-11-05
audit: do not reject all AUDIT_INODE filter types
Eric Paris
1
-0
/
+1
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
[next]