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
2011-02-18
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-17
/
+28
2011-02-16
PM / Hibernate: Return error code when alloc_image_page() fails
Stanislaw Gruszka
1
-5
/
+2
2011-02-16
workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long
Tejun Heo
1
-1
/
+3
2011-02-16
workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'
Tejun Heo
3
-16
/
+16
2011-02-15
Merge branches 'core-fixes-for-linus' and 'timers-fixes-for-linus' of git://g...
Linus Torvalds
2
-7
/
+5
2011-02-15
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+8
2011-02-14
workqueue: wake up a worker when a rescuer is leaving a gcwq
Tejun Heo
1
-0
/
+9
2011-02-12
timer debug: Hide kernel addresses via %pK in /proc/timer_list
Kees Cook
1
-2
/
+2
2011-02-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+1
2011-02-12
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
1
-1
/
+1
2011-02-11
security: add cred argument to security_capable()
Chris Wright
1
-1
/
+1
2011-02-11
cap_syslog: accept CAP_SYS_ADMIN for now
Linus Torvalds
1
-19
/
+35
2011-02-10
watchdog, nmi: Lower the severity of error messages
Don Zickus
1
-2
/
+8
2011-02-09
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-0
/
+7
2011-02-08
Revert "lockdep, timer: Fix del_timer_sync() annotation"
Peter Zijlstra
1
-5
/
+3
2011-02-08
CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
Tetsuo Handa
1
-2
/
+2
2011-02-08
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
1
-4
/
+8
2011-02-06
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+5
2011-02-04
Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
5
-41
/
+43
2011-02-04
lockdep, timer: Fix del_timer_sync() annotation
Peter Zijlstra
1
-1
/
+5
2011-02-03
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+11
2011-02-03
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2011-02-03
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-29
/
+24
2011-02-03
tracing: Replace syscall_meta_data struct array with pointer array
Steven Rostedt
1
-9
/
+10
2011-02-03
tracepoints: Fix section alignment using pointer array
Mathieu Desnoyers
2
-23
/
+24
2011-02-03
sched: Fix update_curr_rt()
Peter Zijlstra
1
-1
/
+1
2011-02-03
perf: Fix reading in perf_event_read()
Peter Zijlstra
1
-3
/
+4
2011-02-03
tracing: Replace trace_event struct array with pointer array
Steven Rostedt
2
-9
/
+9
2011-02-03
genirq: Prevent irq storm on migration
Thomas Gleixner
1
-3
/
+11
2011-01-31
watchdog: Don't change watchdog state on read of sysctl
Marcin Slusarz
1
-4
/
+6
2011-01-31
watchdog: Fix sysctl consistency
Marcin Slusarz
1
-6
/
+7
2011-01-31
watchdog: Fix broken nowatchdog logic
Marcin Slusarz
1
-14
/
+6
2011-01-31
Fix prlimit64 for suid/sgid processes
Kacper Kornet
1
-1
/
+2
2011-01-27
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-8
/
+5
2011-01-27
perf: Fix alloc_callchain_buffers()
Eric Dumazet
1
-2
/
+1
2011-01-26
sched: Use rq->clock_task instead of rq->clock for correctly maintaining load...
Paul Turner
1
-1
/
+1
2011-01-26
sched: Fix/remove redundant cfs_rq checks
Paul Turner
1
-4
/
+1
2011-01-26
sched: Fix sign under-flows in wake_affine
Paul Turner
1
-3
/
+3
2011-01-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-1
/
+2
2011-01-26
console: rename acquire/release_console_sem() to console_lock/unlock()
Torben Hohn
1
-46
/
+54
2011-01-24
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-19
/
+27
2011-01-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2011-01-24
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-25
/
+53
2011-01-24
Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent
Andy Whitcroft
1
-1
/
+2
2011-01-24
sched: Fix poor interactivity on UP systems due to group scheduler nice tune bug
Yong Zhang
1
-25
/
+53
2011-01-24
module: show version information for built-in modules in sysfs
Dmitry Torokhov
1
-11
/
+54
2011-01-22
Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+17
2011-01-22
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
Oleg Nesterov
1
-1
/
+1
2011-01-21
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
Peter Zijlstra
1
-0
/
+3
2011-01-21
genirq: Remove __do_IRQ
Thomas Gleixner
2
-114
/
+0
[next]