index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
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
*
sched: clean up calc_weighted()
Ingo Molnar
2007-10-15
1
-23
/
+8
*
sched: speed up update_load_add/_sub()
Ingo Molnar
2007-10-15
1
-4
/
+5
*
sched: uninline __enqueue_entity()/__dequeue_entity()
Ingo Molnar
2007-10-15
1
-2
/
+2
*
sched: simplify SCHED_FEAT_* code
Peter Zijlstra
2007-10-15
1
-5
/
+7
*
sched: cleanup: simplify cfs_rq_curr() methods
Ingo Molnar
2007-10-15
1
-18
/
+6
*
sched: track cfs_rq->curr on !group-scheduling too
Ingo Molnar
2007-10-15
2
-23
/
+10
*
sched: remove precise CPU load calculations #2
Ingo Molnar
2007-10-15
1
-31
/
+1
*
sched: remove precise CPU load
Ingo Molnar
2007-10-15
3
-41
/
+9
*
sched: remove stat_gran
Ingo Molnar
2007-10-15
3
-47
/
+15
*
sched: use constants if !CONFIG_SCHED_DEBUG
Ingo Molnar
2007-10-15
2
-14
/
+20
*
sched: uniform tunings
Ingo Molnar
2007-10-15
1
-28
/
+0
*
sched: debug: track maximum 'slice'
Ingo Molnar
2007-10-15
3
-0
/
+14
*
sched: small sched_debug cleanup
Ingo Molnar
2007-10-15
1
-3
/
+7
*
sched: use list_for_each_entry_safe() in __wake_up_common()
Matthias Kaehlcke
2007-10-15
1
-3
/
+2
*
sched: resched task in task_new_fair()
Ingo Molnar
2007-10-15
1
-0
/
+1
*
sched: fix sysctl_sched_child_runs_first flag
Ingo Molnar
2007-10-15
1
-4
/
+2
*
clockevents: introduce force broadcast notifier
Thomas Gleixner
2007-10-14
2
-6
/
+24
*
more low-hanging fruits - kernel, fs, lib signedness
Al Viro
2007-10-14
1
-3
/
+3
*
minimal build fixes for uml (fallout from x86 merge)
Al Viro
2007-10-13
1
-1
/
+1
*
clock events: allow replacement of broadcast timer
Venki Pallipadi
2007-10-12
2
-9
/
+8
*
clockevents: fix periodic broadcast for oneshot devices
Thomas Gleixner
2007-10-12
1
-2
/
+0
*
clockevents: Allow build w/o run-tine usage for migration purposes
Thomas Gleixner
2007-10-12
3
-2
/
+8
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2007-10-11
1
-1
/
+1
|
\
|
*
[POWERPC] Implement logging of unhandled signals
Olof Johansson
2007-10-12
1
-1
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
2007-10-11
5
-19
/
+43
|
\
\
|
*
|
[NET]: make netlink user -> kernel interface synchronious
Denis V. Lunev
2007-10-10
1
-10
/
+2
|
*
|
[NET]: Add network namespace clone & unshare support.
Eric W. Biederman
2007-10-10
2
-3
/
+15
|
*
|
[KERNEL]: Unexport raise_softirq_irqoff
Adrian Bunk
2007-10-10
1
-2
/
+0
|
*
|
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
2007-10-10
1
-2
/
+2
|
*
|
[SOFTIRQ]: Remove do_softirq() symbol export.
Robert Olsson
2007-10-10
1
-2
/
+0
|
*
|
[KTIME]: Introduce ktime_sub_ns and ktime_sub_us
Arnaldo Carvalho de Melo
2007-10-10
1
-0
/
+24
*
|
|
Fix warnings with !CONFIG_BLOCK
Jens Axboe
2007-10-10
1
-0
/
+1
|
/
/
*
|
fix bogus reporting of signals by audit
Al Viro
2007-10-07
1
-11
/
+11
*
|
Fix timer_stats printout of events/sec
Anton Blanchard
2007-10-07
1
-2
/
+3
|
/
*
sched: fix profile=sleep
Ingo Molnar
2007-10-02
1
-0
/
+10
*
robust futex thread exit race
Martin Schwidefsky
2007-10-01
2
-20
/
+34
*
Fix SMP poweroff hangs
Mark Lord
2007-10-01
1
-0
/
+2
*
hibernation doesn't even build on frv - tons of helpers are missing
Al Viro
2007-09-26
1
-1
/
+1
*
clockevents: remove the suspend/resume workaround^Wthinko
Thomas Gleixner
2007-09-22
1
-16
/
+1
*
signalfd simplification
Davide Libenzi
2007-09-20
3
-15
/
+4
*
sched: fix invalid sched_class use
Hiroshi Shimamoto
2007-09-19
1
-0
/
+5
*
sched: add /proc/sys/kernel/sched_compat_yield
Ingo Molnar
2007-09-19
3
-10
/
+66
*
Fix user namespace exiting OOPs
Pavel Emelyanov
2007-09-19
2
-2
/
+26
*
Convert uid hash to hlist
Pavel Emelyanov
2007-09-19
2
-8
/
+9
*
kernel/user.c: Use list_for_each_entry instead of list_for_each
Matthias Kaehlcke
2007-09-19
1
-6
/
+2
*
Fix UTS corruption during clone(CLONE_NEWUTS)
Alexey Dobriyan
2007-09-19
1
-0
/
+2
*
clockevents: prevent stale tick update on offline cpu
Thomas Gleixner
2007-09-16
1
-0
/
+12
*
clockevents: do not shutdown the oneshot broadcast device
Thomas Gleixner
2007-09-16
1
-7
/
+4
*
clockevents: Enforce oneshot broadcast when broadcast mask is set on resume
Thomas Gleixner
2007-09-16
1
-1
/
+12
*
timekeeping: Prevent time going backwards on resume
Thomas Gleixner
2007-09-16
1
-0
/
+7
[next]