Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3e1d0bb6224f019893d1c498cc3327559d183674
3e1d0bb
audit: Convert int limit uses to u32
by Joe Perches
· 11 years ago
d957f7b
audit: Use more current logging style
by Joe Perches
· 11 years ago
b8dbc32
audit: Use hex_byte_pack_upper
by Joe Perches
· 11 years ago
06bdadd
audit: correct a type mismatch in audit_syscall_exit()
by AKASHI Takahiro
· 11 years ago
1ce319f
audit: reorder AUDIT_TTY_SET arguments
by Eric Paris
· 11 years ago
0e23bac
audit: rework AUDIT_TTY_SET to only grab spin_lock once
by Eric Paris
· 11 years ago
3f0c5fa
audit: remove needless switch in AUDIT_SET
by Eric Paris
· 11 years ago
70249a9
audit: use define's for audit version
by Eric Paris
· 11 years ago
d796114
audit: documentation of audit= kernel parameter
by Eric Paris
· 11 years ago
c81825d
audit: wait_for_auditd rework for readability
by Eric Paris
· 11 years ago
8c8115f
audit: update MAINTAINERS
by Richard Guy Briggs
· 11 years ago
ad2ac26
audit: log task info on feature change
by Richard Guy Briggs
· 11 years ago
de92fc9
audit: fix incorrect set of audit_sock
by Gao feng
· 11 years ago
11ee39e
audit: print error message when fail to create audit socket
by Gao feng
· 11 years ago
5ee9a75
audit: fix dangling keywords in audit_log_set_loginuid() output
by Richard Guy Briggs
· 11 years ago
724e4fc
audit: log on errors from filter user rules
by Richard Guy Briggs
· 11 years ago
6dd80ab
audit: audit_log_start running on auditd should not stop
by Toshiyuki Okajima
· 11 years ago
1b7b533
audit: drop audit_cmd_lock in AUDIT_USER family of cases
by Richard Guy Briggs
· 11 years ago
4eb0f4a
smack: call WARN_ONCE() instead of calling audit_log_start()
by Richard Guy Briggs
· 11 years ago
9ad42a7
selinux: call WARN_ONCE() instead of calling audit_log_start()
by Richard Guy Briggs
· 11 years ago
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
ff235f5
audit: Added exe field to audit core dump signal log
by Paul Davies C
· 11 years ago
34eab0a
audit: prevent an older auditd shutdown from orphaning a newer auditd startup
by Richard Guy Briggs
· 11 years ago
ce0d9f0
audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases
by Richard Guy Briggs
· 11 years ago
a06e56b
audit: log AUDIT_TTY_SET config changes
by Richard Guy Briggs
· 11 years ago
04ee1a3
audit: get rid of *NO* daemon at audit_pid=0 message
by Richard Guy Briggs
· 11 years ago
61c0ee8
audit: drop audit_log_abend()
by Paul Davies C
· 11 years ago
40c0775
audit: allow unlimited backlog queue
by Richard Guy Briggs
· 11 years ago
b6cfee4
audit: fix incorrect type of sessionid
by Richard Guy Briggs
· 11 years ago
c2412d9
audit: don't generate loginuid log when audit disabled
by Gao feng
· 11 years ago
4547b3b
audit: use old_lock in audit_set_feature
by Gao feng
· 11 years ago
b6c50fe
audit: don't generate audit feature changed log when audit disabled
by Gao feng
· 11 years ago
aabce351
audit: fix incorrect order of log new and old feature
by Gao feng
· 11 years ago
d3ca034
audit: remove useless code in audit_enable
by Gao feng
· 11 years ago
51cc83f
audit: add audit_backlog_wait_time configuration option
by Richard Guy Briggs
· 11 years ago
09f883a
audit: clean up AUDIT_GET/SET local variables and future-proof API
by Richard Guy Briggs
· 11 years ago
f910fde
audit: add kernel set-up parameter to override default backlog limit
by Richard Guy Briggs
· 11 years ago
a106fb0
documentation: document the audit= kernel start-up parameter
by Richard Guy Briggs
· 11 years ago
7ecf69b
audit: efficiency fix 2: request exclusive wait since all need same resource
by Dan Duval
· 11 years ago
db89731
audit: efficiency fix 1: only wake up if queue shorter than backlog limit
by Dan Duval
· 11 years ago
ae887e0
audit: make use of remaining sleep time from wait_for_auditd
by Richard Guy Briggs
· 11 years ago
e789e56
audit: reset audit backlog wait time after error recovery
by Richard Guy Briggs
· 11 years ago
33faba7
audit: listen in all network namespaces
by Richard Guy Briggs
· 11 years ago
2f2ad10
audit: restore order of tty and ses fields in log output
by Richard Guy Briggs
· 11 years ago
f944163
audit: fix netlink portid naming and types
by Richard Guy Briggs
· 11 years ago
ca24a23
audit: Simplify and correct audit_log_capset
by Eric W. Biederman
· 12 years ago
fc582ae
Merge tag 'v3.12'
by Eric Paris
· 11 years ago
9175c9d
audit: fix type of sessionid in audit_set_loginuid()
by Eric Paris
· 11 years ago
9410d22
audit: call audit_bprm() only once to add AUDIT_EXECVE information
by Richard Guy Briggs
· 11 years ago
d9cfea9
audit: move audit_aux_data_execve contents into audit_context union
by Richard Guy Briggs
· 11 years ago
9462dc5
audit: remove unused envc member of audit_aux_data_execve
by Richard Guy Briggs
· 11 years ago
bd131fb
audit: Kill the unused struct audit_aux_data_capset
by Eric W. Biederman
· 12 years ago
7812203
audit: do not reject all AUDIT_INODE filter types
by Eric Paris
· 11 years ago
a20b62b
audit: suppress stock memalloc failure warnings since already managed
by Richard Guy Briggs
· 11 years ago
d3aea84
audit: log the audit_names record type
by Jeff Layton
· 12 years ago
14e972b
audit: add child record before the create to handle case where create fails
by Jeff Layton
· 12 years ago
b95d77f
audit: use given values in tty_audit enable api
by Richard Guy Briggs
· 12 years ago
4d8fe73
audit: use nlmsg_len() to get message payload length
by Mathias Krause
· 11 years ago
e13f91e
audit: use memset instead of trying to initialize field by field
by Eric Paris
· 11 years ago
64fbff9
audit: fix info leak in AUDIT_GET requests
by Mathias Krause
· 11 years ago
db510fc
audit: update AUDIT_INODE filter rule to comparator function
by Richard Guy Briggs
· 11 years ago
21b85c3
audit: audit feature to set loginuid immutable
by Eric Paris
· 11 years ago
d040e5a
audit: audit feature to only allow unsetting the loginuid
by Eric Paris
· 11 years ago
81407c8
audit: allow unsetting the loginuid (with priv)
by Eric Paris
· 11 years ago
83fa6bb
audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE
by Eric Paris
· 11 years ago
da0a610
audit: loginuid functions coding style
by Eric Paris
· 11 years ago
b805b19
selinux: apply selinux checks on new audit message types
by Eric Paris
· 11 years ago
b0fed40
audit: implement generic feature setting and retrieving
by Eric Paris
· 11 years ago
42f7446
audit: change decimal constant to macro for invalid uid
by Richard Guy Briggs
· 11 years ago
0868a5e
audit: printk USER_AVC messages when audit isn't enabled
by Tyler Hicks
· 11 years ago
d48d805
audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_context
by Oleg Nesterov
· 11 years ago
af0e493
Audit: remove duplicate comments
by Gao feng
· 11 years ago
b8f89ca
audit: remove newline accidentally added during session id helper refactor
by Richard Guy Briggs
· 11 years ago
4714570
audit: remove duplicate inclusion of the netlink header
by Ilya V. Matveychikov
· 11 years ago
b50eba7
audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH
by Richard Guy Briggs
· 11 years ago
5e01dc7
Linux 3.12
by Linus Torvalds
· 11 years ago
17f6ee4
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
9bf76ca
ipc, msg: forbid negative values for "msg{max,mnb,mni}"
by Mathias Krause
· 11 years ago
9dc8c89
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
9c41f4e
ARC: Incorrect mm reference used in vmalloc fault handler
by Vineet Gupta
· 11 years ago
f6537f2
scripts/kallsyms: filter symbols not in kernel address space
by Ming Lei
· 11 years ago
9581b7d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
9119e33
Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
f9adfbf
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
68e952d
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
by Linus Torvalds
· 11 years ago
6920a1b
memcg: remove incorrect underflow check
by Greg Thelen
· 11 years ago
e1466ad
USB: serial: ftdi_sio: add id for Z3X Box device
by Алексей Крамаренко
· 11 years ago
f896b79
USB: Maintainers change for usb serial drivers
by Greg KH
· 11 years ago
54dc579
Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type"
by Greg Kroah-Hartman
· 11 years ago
1796a228
Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"
by Greg Kroah-Hartman
· 11 years ago
7e12a6fc
Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method"
by Greg Kroah-Hartman
· 11 years ago
336b9da
Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"
by Greg Kroah-Hartman
· 11 years ago
692ed4d
Revert "usb: pl2303: move the two baud rate encoding methods to separate functions"
by Greg Kroah-Hartman
· 11 years ago
92dfe41
Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method"
by Greg Kroah-Hartman
· 11 years ago
e2afb1d
Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips"
by Greg Kroah-Hartman
· 11 years ago
233c3dd
Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips"
by Greg Kroah-Hartman
· 11 years ago
281393a
Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()"
by Greg Kroah-Hartman
· 11 years ago
b52e111
Revert "pl2303: improve the chip type information output on startup"
by Greg Kroah-Hartman
· 11 years ago
e8bbd5c
Revert "pl2303: improve the chip type detection/distinction"
by Greg Kroah-Hartman
· 11 years ago
0916919
Revert "USB: pl2303: distinguish between original and cloned HX chips"
by Greg Kroah-Hartman
· 11 years ago
Next »