index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-14
torture: Remove __init from torture_init_begin/end
Pranith Kumar
1
-2
/
+2
2014-05-14
torture: Check for multiple concurrent torture tests
Paul E. McKenney
3
-4
/
+15
2014-05-14
locktorture: Remove reference to nonexistent Kconfig parameter
Paul E. McKenney
1
-2
/
+2
2014-05-14
rcutorture: Run rcu_torture_writer at normal priority
Paul E. McKenney
1
-1
/
+0
2014-05-14
rcutorture: Add missing destroy_timer_on_stack()
Thomas Gleixner
1
-1
/
+3
2014-05-14
rcutorture: Explicitly test synchronous grace-period primitives
Paul E. McKenney
1
-5
/
+23
2014-05-14
rcutorture: Add tests for get_state_synchronize_rcu()
Paul E. McKenney
1
-35
/
+95
2014-05-14
rcutorture: Check for rcu_torture_fqs creation errors
Paul E. McKenney
1
-1
/
+2
2014-05-14
torture: Notice if an all-zero cpumask is passed inside a critical section
Iulia Manda
1
-6
/
+1
2014-05-14
rcutorture: Make rcu_torture_reader() use cond_resched()
Paul E. McKenney
1
-4
/
+7
2014-05-14
sched,rcu: Make cond_resched() report RCU quiescent states
Paul E. McKenney
2
-1
/
+24
2014-05-14
rcutorture: Export RCU grace-period kthread wait state to rcutorture
Paul E. McKenney
3
-1
/
+25
2014-05-14
torture: Dump ftrace buffer when the RCU grace period stalls
Paul E. McKenney
1
-0
/
+1
2014-05-14
torture: Increase stutter-end intensity
Paul E. McKenney
1
-2
/
+10
2014-05-14
torture: Include "Stopping" string to torture_kthread_stopping()
Paul E. McKenney
1
-2
/
+4
2014-05-14
rcutorture: Print negatives for SRCU counter wraparound
Paul E. McKenney
1
-3
/
+5
2014-05-14
rcutorture: Mark function as static in kernel/rcu/torture.c
Rashika Kheria
1
-2
/
+2
2014-05-14
torture: Intensify locking test
Paul E. McKenney
1
-1
/
+2
2014-05-13
rcutorture: Add forward-progress checking for writer
Paul E. McKenney
2
-0
/
+70
2014-04-13
futex: update documentation for ordering guarantees
Davidlohr Bueso
1
-9
/
+23
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-9
/
+3
2014-04-13
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
8
-335
/
+289
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
5
-54
/
+149
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
2
-3
/
+3
2014-04-11
tracing: Add missing function triggers dump and cpudump to README
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-04-10
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
1
-2
/
+4
2014-04-09
futex: avoid race between requeue and wake
Linus Torvalds
1
-0
/
+5
2014-04-09
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
1
-2
/
+4
2014-04-09
tracepoint: Simplify tracepoint module search
Steven Rostedt (Red Hat)
1
-5
/
+4
2014-04-09
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
6
-331
/
+280
2014-04-08
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
21
-117
/
+155
2014-04-08
lglock: map to spinlock when !CONFIG_SMP
Josh Triplett
1
-1
/
+2
2014-04-08
modules: use raw_cpu_write for initialization of per cpu refcount.
Christoph Lameter
1
-1
/
+1
2014-04-08
kernel: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
13
-21
/
+34
2014-04-08
kernel/panic.c: display reason at end + pr_emerg
Fabian Frederick
1
-7
/
+6
2014-04-08
hung_task: check the value of "sysctl_hung_task_timeout_sec"
Liu Hua
1
-0
/
+6
2014-04-08
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...
Oleg Nesterov
1
-13
/
+9
2014-04-08
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
Oleg Nesterov
1
-13
/
+16
2014-04-08
wait: completely ignore the EXIT_DEAD tasks
Oleg Nesterov
1
-5
/
+6
2014-04-08
wait: use EXIT_TRACE only if thread_group_leader(zombie)
Oleg Nesterov
1
-10
/
+7
2014-04-08
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
1
-29
/
+21
2014-04-08
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
1
-4
/
+11
2014-04-08
kernel/exit.c: call proc_exit_connector() after exit_state is set
Guillaume Morin
1
-1
/
+1
2014-04-08
exit: move check_stack_usage() to the end of do_exit()
Oleg Nesterov
1
-1
/
+1
2014-04-08
exit: call disassociate_ctty() before exit_task_namespaces()
Oleg Nesterov
1
-4
/
+2
2014-04-08
res_counter: remove interface for locked charging and uncharging
David Rientjes
1
-11
/
+12
2014-04-08
mm, mempolicy: remove per-process flag
David Rientjes
1
-1
/
+0
2014-04-08
fork: collapse copy_flags into copy_process
David Rientjes
1
-10
/
+2
2014-04-08
mm: per-thread vma caching
Davidlohr Bueso
2
-4
/
+17
2014-04-08
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
2
-3
/
+23
[next]