index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
sigtimedwait: use freezable blocking call
Colin Cross
2013-05-12
1
-1
/
+1
*
nanosleep: use freezable blocking call
Colin Cross
2013-05-12
1
-1
/
+2
*
futex: use freezable blocking call
Colin Cross
2013-05-12
1
-1
/
+2
*
freezer: skip waking up tasks with PF_FREEZER_SKIP set
Colin Cross
2013-05-12
1
-0
/
+12
*
freezer: shorten freezer sleep time using exponential backoff
Colin Cross
2013-05-12
1
-11
/
+15
*
lockdep: remove task argument from debug_check_no_locks_held
Colin Cross
2013-05-12
2
-10
/
+9
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-11
4
-108
/
+363
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
1
-0
/
+6
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
1
-36
/
+214
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
1
-17
/
+16
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
1
-4
/
+4
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+5
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-09
1
-4
/
+6
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
1
-12
/
+20
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
1
-2
/
+10
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
1
-0
/
+2
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-09
1
-27
/
+32
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-09
1
-21
/
+52
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
1
-1
/
+1
|
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
1
-2
/
+9
|
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
1
-1
/
+4
|
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-03
1
-1
/
+1
*
|
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
2013-05-11
4
-783
/
+656
|
\
\
|
*
|
audit: fix message spacing printing auid
Eric Paris
2013-05-08
1
-1
/
+1
|
*
|
Revert "audit: move kaudit thread start from auditd registration to kaudit init"
Eric Paris
2013-05-07
1
-4
/
+10
|
*
|
audit: Make testing for a valid loginuid explicit.
Eric W. Biederman
2013-05-07
2
-3
/
+19
|
*
|
audit: fix event coverage of AUDIT_ANOM_LINK
Eric Paris
2013-04-30
3
-360
/
+394
|
*
|
audit: use spin_lock in audit_receive_msg to process tty logging
Eric Paris
2013-04-30
1
-6
/
+4
|
*
|
audit: add an option to control logging of passwords with pam_tty_audit
Richard Guy Briggs
2013-04-30
1
-6
/
+10
|
*
|
audit: use spin_lock_irqsave/restore in audit tty code
Eric Paris
2013-04-30
1
-4
/
+6
|
*
|
helper for some session id stuff
Eric Paris
2013-04-30
1
-8
/
+12
|
*
|
audit: use a consistent audit helper to log lsm information
Eric Paris
2013-04-30
3
-47
/
+10
|
*
|
audit: push loginuid and sessionid processing down
Eric Paris
2013-04-30
1
-1
/
+1
|
*
|
audit: stop pushing loginid, uid, sessionid as arguments
Eric Paris
2013-04-30
2
-76
/
+46
|
*
|
audit: remove the old depricated kernel interface
Eric Paris
2013-04-30
2
-180
/
+8
|
*
|
audit: make validity checking generic
Eric Paris
2013-04-30
1
-76
/
+70
|
*
|
audit: allow checking the type of audit message in the user filter
Eric Paris
2013-04-16
2
-4
/
+26
|
*
|
audit: fix build break when AUDIT_DEBUG == 2
Eric Paris
2013-04-16
1
-3
/
+5
|
*
|
audit: remove duplicate export of audit_enabled
Gao feng
2013-04-12
1
-1
/
+0
|
*
|
Audit: do not print error when LSMs disabled
Eric Paris
2013-04-11
1
-6
/
+8
|
*
|
audit: use data= not msg= for AUDIT_USER_TTY messages
Eric Paris
2013-04-11
1
-1
/
+1
|
*
|
auditsc: remove audit_set_context() altogether - fold it into its caller
Andrew Morton
2013-04-10
1
-8
/
+2
|
*
|
auditsc: Use kzalloc instead of kmalloc+memset.
Rakib Mullick
2013-04-10
1
-4
/
+4
|
*
|
kernel: audit: beautify code, for extern function, better to check its parame...
Chen Gang
2013-04-10
1
-3
/
+6
|
*
|
audit: destroy long filenames correctly
Dmitry Monakhov
2013-04-10
1
-3
/
+3
|
*
|
audit: move kaudit thread start from auditd registration to kaudit init
Richard Guy Briggs
2013-04-08
1
-10
/
+4
|
*
|
audit: flatten kauditd_thread wait queue code
Richard Guy Briggs
2013-04-08
1
-13
/
+13
[next]