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
2015-01-23
smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()
Lai Jiangshan
1
-0
/
+2
2015-01-23
audit: replace getname()/putname() hacks with reference counters
Paul Moore
2
-109
/
+13
2015-01-23
audit: fix filename matching in __audit_inode() and __audit_inode_child()
Paul Moore
1
-9
/
+25
2015-01-23
audit: enable filename recording via getname_kernel()
Paul Moore
1
-37
/
+3
2015-01-22
x86, mpx: Strictly enforce empty prctl() args
Dave Hansen
1
-0
/
+4
2015-01-22
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-26
/
+74
2015-01-22
tracing: Use IS_ERR() check for return value of tracing_init_dentry()
Steven Rostedt (Red Hat)
9
-12
/
+12
2015-01-22
tracing: Remove unneeded includes of debugfs.h and fs.h
Steven Rostedt (Red Hat)
9
-17
/
+0
2015-01-22
cgroup: prevent mount hang due to memory controller lifetime
Johannes Weiner
1
-1
/
+1
2015-01-22
Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john...
Thomas Gleixner
2
-0
/
+11
2015-01-22
module: make module_refcount() a signed integer.
Rusty Russell
2
-5
/
+14
2015-01-21
livepatch: fix uninitialized return value
Josh Poimboeuf
1
-1
/
+1
2015-01-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
14
-518
/
+440
2015-01-20
Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+8
2015-01-20
livepatch: support for repatching a function
Josh Poimboeuf
1
-51
/
+119
2015-01-20
livepatch: enforce patch stacking semantics
Josh Poimboeuf
1
-0
/
+10
2015-01-20
audit: remove vestiges of vers_ops
Richard Guy Briggs
1
-2
/
+0
2015-01-20
livepatch: change ARCH_HAVE_LIVE_PATCHING to HAVE_LIVE_PATCHING
Miroslav Benes
1
-2
/
+2
2015-01-20
module: fix race in kallsyms resolution during module load success.
Rusty Russell
1
-13
/
+42
2015-01-20
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
3
-9
/
+9
2015-01-20
module_arch_freeing_init(): new hook for archs before module->module_init freed.
Rusty Russell
1
-0
/
+7
2015-01-20
param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC
Rusty Russell
1
-0
/
+1
2015-01-19
futex: Fix argument handling in futex_lock_pi() calls
Michael Kerrisk
1
-3
/
+3
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
1
-11
/
+2
2015-01-17
kernel: avoid overflow in cmp_range
Louis Langholtz
1
-5
/
+5
2015-01-16
workqueue: fix subtle pool management issue which can stall whole worker_pool
Tejun Heo
1
-17
/
+8
2015-01-16
Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-23
/
+100
2015-01-16
Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...
Paul E. McKenney
14
-501
/
+391
2015-01-16
rcu: Initialize tiny RCU stall-warning timeouts at boot
Paul E. McKenney
1
-0
/
+2
2015-01-16
rcu: Fix RCU CPU stall detection in tiny implementation
Miroslav Benes
1
-4
/
+3
2015-01-16
rcu: Add GP-kthread-starvation checks to CPU stall warnings
Paul E. McKenney
1
-1
/
+20
2015-01-16
rcu: Make cond_resched_rcu_qs() apply to normal RCU flavors
Paul E. McKenney
3
-7
/
+41
2015-01-16
rcu: Optionally run grace-period kthreads at real-time priority
Paul E. McKenney
2
-5
/
+23
2015-01-15
tracing: Fix enabling of syscall events on the command line
Steven Rostedt (Red Hat)
1
-14
/
+55
2015-01-15
tracing: Remove extra call to init_ftrace_syscalls()
Steven Rostedt (Red Hat)
1
-1
/
+0
2015-01-15
ftrace: Check both notrace and filter for old hash
Steven Rostedt (Red Hat)
1
-7
/
+20
2015-01-15
ftrace: Fix updating of filters for shared global_ops filters
Steven Rostedt (Red Hat)
1
-1
/
+25
2015-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-184
/
+260
2015-01-15
ksoftirqd: Use new cond_resched_rcu_qs() function
Paul E. McKenney
1
-6
/
+1
2015-01-15
ksoftirqd: Enable IRQs and call cond_resched() before poking RCU
Calvin Owens
1
-1
/
+5
2015-01-14
softirq/preempt: Add missing current->preempt_disable_ip update
Heiko Carstens
1
-1
/
+5
2015-01-14
locking/osq: No need for load/acquire when acquire-polling
Davidlohr Bueso
1
-1
/
+1
2015-01-14
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
6
-13
/
+26
2015-01-14
locking/mcs: Better differentiate between MCS variants
Davidlohr Bueso
4
-23
/
+7
2015-01-14
locking/mutex: Introduce ww_mutex_set_context_slowpath()
Davidlohr Bueso
1
-18
/
+26
2015-01-14
locking/mutex: Move MCS related comments to proper location
Davidlohr Bueso
1
-11
/
+5
2015-01-14
locking/mutex: Checking the stamp is WW only
Davidlohr Bueso
1
-2
/
+2
2015-01-14
sched/debug: Print rq->clock_task
Peter Zijlstra
1
-0
/
+1
2015-01-14
sched/core: Rework rq->clock update skips
Peter Zijlstra
4
-10
/
+28
2015-01-14
sched/core: Validate rq_clock*() serialization
Peter Zijlstra
2
-1
/
+8
[prev]
[next]