index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
audit: remove stray newline from audit_log_execve_info() audit_panic() call
Joe Perches
2014-03-20
1
-1
/
+1
|
*
|
|
|
audit: remove stray newlines from audit_log_lost messages
Josh Boyer
2014-03-20
1
-2
/
+2
|
*
|
|
|
audit: include subject in login records
Eric Paris
2014-03-20
1
-6
/
+4
|
*
|
|
|
audit: remove superfluous new- prefix in AUDIT_LOGIN messages
Richard Guy Briggs
2014-03-20
1
-1
/
+1
|
*
|
|
|
audit: allow user processes to log from another PID namespace
Richard Guy Briggs
2014-03-20
1
-3
/
+7
|
*
|
|
|
audit: anchor all pid references in the initial pid namespace
Richard Guy Briggs
2014-03-20
3
-10
/
+28
|
*
|
|
|
audit: convert PPIDs to the inital PID namespace.
Richard Guy Briggs
2014-03-20
2
-3
/
+3
|
*
|
|
|
audit: rename the misleading audit_get_context() to audit_take_context()
Richard Guy Briggs
2014-03-20
1
-3
/
+4
|
*
|
|
|
audit: Send replies in the proper network namespace.
Eric W. Biederman
2014-03-20
2
-13
/
+15
|
*
|
|
|
audit: Use struct net not pid_t to remember the network namespce to reply in
Eric W. Biederman
2014-03-20
3
-6
/
+9
|
*
|
|
|
audit: Audit proc/<pid>/cmdline aka proctitle
William Roberts
2014-03-20
2
-0
/
+73
|
*
|
|
|
audit: Use more current logging style again
Richard Guy Briggs
2014-03-07
2
-21
/
+22
|
*
|
|
|
Merge tag 'v3.13' into for-3.15
Eric Paris
2014-03-07
147
-2588
/
+6384
|
|
\
\
\
\
*
|
|
|
|
|
futex: avoid race between requeue and wake
Linus Torvalds
2014-04-09
1
-0
/
+5
*
|
|
|
|
|
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-07
21
-117
/
+155
|
\
\
\
\
\
\
|
*
|
|
|
|
|
lglock: map to spinlock when !CONFIG_SMP
Josh Triplett
2014-04-07
1
-1
/
+2
|
*
|
|
|
|
|
modules: use raw_cpu_write for initialization of per cpu refcount.
Christoph Lameter
2014-04-07
1
-1
/
+1
|
*
|
|
|
|
|
kernel: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
2014-04-07
13
-21
/
+34
|
*
|
|
|
|
|
kernel/panic.c: display reason at end + pr_emerg
Fabian Frederick
2014-04-07
1
-7
/
+6
|
*
|
|
|
|
|
hung_task: check the value of "sysctl_hung_task_timeout_sec"
Liu Hua
2014-04-07
1
-0
/
+6
|
*
|
|
|
|
|
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...
Oleg Nesterov
2014-04-07
1
-13
/
+9
|
*
|
|
|
|
|
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
Oleg Nesterov
2014-04-07
1
-13
/
+16
|
*
|
|
|
|
|
wait: completely ignore the EXIT_DEAD tasks
Oleg Nesterov
2014-04-07
1
-5
/
+6
|
*
|
|
|
|
|
wait: use EXIT_TRACE only if thread_group_leader(zombie)
Oleg Nesterov
2014-04-07
1
-10
/
+7
|
*
|
|
|
|
|
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
2014-04-07
1
-29
/
+21
|
*
|
|
|
|
|
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
2014-04-07
1
-4
/
+11
|
*
|
|
|
|
|
kernel/exit.c: call proc_exit_connector() after exit_state is set
Guillaume Morin
2014-04-07
1
-1
/
+1
|
*
|
|
|
|
|
exit: move check_stack_usage() to the end of do_exit()
Oleg Nesterov
2014-04-07
1
-1
/
+1
|
*
|
|
|
|
|
exit: call disassociate_ctty() before exit_task_namespaces()
Oleg Nesterov
2014-04-07
1
-4
/
+2
|
*
|
|
|
|
|
res_counter: remove interface for locked charging and uncharging
David Rientjes
2014-04-07
1
-11
/
+12
|
*
|
|
|
|
|
mm, mempolicy: remove per-process flag
David Rientjes
2014-04-07
1
-1
/
+0
|
*
|
|
|
|
|
fork: collapse copy_flags into copy_process
David Rientjes
2014-04-07
1
-10
/
+2
|
*
|
|
|
|
|
mm: per-thread vma caching
Davidlohr Bueso
2014-04-07
2
-4
/
+17
|
*
|
|
|
|
|
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
2014-04-07
2
-3
/
+23
*
|
|
|
|
|
|
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-04-07
1
-3
/
+29
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
cgroup: newly created dirs and files should be owned by the creator
Tejun Heo
2014-04-07
1
-1
/
+26
|
*
|
|
|
|
|
|
cgroup: fix top cgroup refcnt leak
Li Zefan
2014-04-04
1
-2
/
+3
*
|
|
|
|
|
|
|
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-04-07
3
-15
/
+62
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
profile: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-20
1
-5
/
+15
|
*
|
|
|
|
|
|
|
trace, ring-buffer: Fix CPU hotplug callback registration
Srivatsa S. Bhat
2014-03-20
1
-8
/
+11
|
*
|
|
|
|
|
|
|
CPU hotplug: Provide lockless versions of callback registration functions
Srivatsa S. Bhat
2014-03-20
1
-2
/
+19
|
*
|
|
|
|
|
|
|
CPU hotplug: Add lockdep annotations to get/put_online_cpus()
Gautham R. Shenoy
2014-03-20
1
-0
/
+17
*
|
|
|
|
|
|
|
|
sched: remove sleep_on() and friends
Arnd Bergmann
2014-04-07
1
-46
/
+0
|
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-04-06
3
-6
/
+11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Use 'E' instead of 'X' for unsigned module taint flag.
Rusty Russell
2014-03-31
2
-3
/
+3
|
*
|
|
|
|
|
|
|
Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE
Mathieu Desnoyers
2014-03-13
3
-3
/
+8
|
*
|
|
|
|
|
|
|
module: use pr_cont
Jiri Slaby
2014-03-13
1
-3
/
+3
*
|
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2014-04-05
2
-0
/
+10
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
uprobes: allow ignoring of probe hits
David A. Long
2014-03-18
1
-0
/
+9
|
*
|
|
|
|
|
|
|
uprobes: Kconfig dependency fix
David A. Long
2014-03-18
1
-0
/
+1
[prev]
[next]