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
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-03-20
5
-186
/
+260
|
\
|
*
ntp: Fix integer overflow when setting time
Sasha Levin
2012-03-15
1
-1
/
+1
|
*
Merge branch 'fortglx/3.4/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2012-02-15
2
-174
/
+247
|
|
\
|
|
*
time: Move common updates to a function
Thomas Gleixner
2012-01-26
1
-22
/
+17
|
|
*
time: Reorder so the hot data is together
Thomas Gleixner
2012-01-26
1
-2
/
+2
|
|
*
time: Remove most of xtime_lock usage in timekeeping.c
John Stultz
2012-01-26
1
-29
/
+15
|
|
*
ntp: Add ntp_lock to replace xtime_locking
John Stultz
2012-01-26
1
-19
/
+44
|
|
*
ntp: Access tick_length variable via ntp_tick_length()
John Stultz
2012-01-26
2
-4
/
+11
|
|
*
ntp: Cleanup timex.h
John Stultz
2012-01-26
1
-1
/
+12
|
|
*
time: Add timekeeper lock
John Stultz
2012-01-26
1
-44
/
+82
|
|
*
time: Cleanup global variables and move them to the top
John Stultz
2012-01-26
1
-12
/
+12
|
|
*
time: Move raw_time into timekeeper structure
John Stultz
2012-01-26
1
-13
/
+10
|
|
*
time: Move xtime into timekeeeper structure
John Stultz
2012-01-26
1
-44
/
+47
|
|
*
time: Move wall_to_monotonic into the timekeeper structure
John Stultz
2012-01-26
1
-32
/
+37
|
|
*
time: Move total_sleep_time into the timekeeper structure
John Stultz
2012-01-26
1
-9
/
+15
|
*
|
timer: Fix bad idle check on irq entry
Frederic Weisbecker
2012-02-15
1
-1
/
+1
|
*
|
nohz: Remove ts->Einidle checks before restarting the tick
Frederic Weisbecker
2012-02-15
1
-5
/
+6
|
*
|
nohz: Remove update_ts_time_stat from tick_nohz_start_idle
Michal Hocko
2012-02-15
1
-5
/
+1
|
*
|
clockevents: Leave the broadcast device in shutdown mode when not needed
Suresh Siddha
2012-02-15
1
-0
/
+4
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-03-20
10
-300
/
+348
|
\
\
\
|
*
|
|
printk: Make it compile with !CONFIG_PRINTK
Peter Zijlstra
2012-03-15
1
-20
/
+20
|
*
|
|
Merge tag 'v3.3-rc7' into sched/core
Ingo Molnar
2012-03-13
6
-38
/
+99
|
|
\
\
\
|
*
|
|
|
sched: Fix nohz load accounting -- again!
Peter Zijlstra
2012-03-12
1
-27
/
+26
|
*
|
|
|
sched: Update yield() docs
Peter Zijlstra
2012-03-12
1
-2
/
+18
|
*
|
|
|
printk/sched: Introduce special printk_sched() for those awkward moments
Peter Zijlstra
2012-03-12
3
-5
/
+45
|
*
|
|
|
sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancer
Diwakar Tundlam
2012-03-12
1
-0
/
+1
|
*
|
|
|
sched: Cleanup cpu_active madness
Peter Zijlstra
2012-03-12
1
-1
/
+1
|
*
|
|
|
sched: Fix load-balance wreckage
Peter Zijlstra
2012-03-12
1
-71
/
+39
|
*
|
|
|
sched: Clean up parameter passing of proc_sched_autogroup_set_nice()
Hiroshi Shimamoto
2012-03-02
1
-6
/
+6
|
*
|
|
|
sched: Ditch per cgroup task lists for load-balancing
Peter Zijlstra
2012-03-01
3
-109
/
+80
|
*
|
|
|
sched: Rename load-balancing fields
Peter Zijlstra
2012-03-01
1
-58
/
+60
|
*
|
|
|
sched: Move load-balancing arguments into helper struct
Peter Zijlstra
2012-03-01
1
-84
/
+93
|
*
|
|
|
sched/rt: Do not submit new work when PI-blocked
Thomas Gleixner
2012-03-01
1
-1
/
+1
|
*
|
|
|
sched/rt: Prevent idle task boosting
Thomas Gleixner
2012-03-01
1
-2
/
+19
|
*
|
|
|
sched/wait: Add __wake_up_all_locked() API
Thomas Gleixner
2012-03-01
1
-2
/
+2
|
*
|
|
|
sched/rt: Document scheduler related skip-resched-check sites
Thomas Gleixner
2012-03-01
2
-5
/
+5
|
*
|
|
|
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
2012-03-01
2
-6
/
+2
|
*
|
|
|
sched/rt: Add schedule_preempt_disabled()
Thomas Gleixner
2012-03-01
1
-0
/
+12
|
*
|
|
|
sched/rt: Do not throttle when PI boosting
Peter Zijlstra
2012-03-01
1
-2
/
+18
|
*
|
|
|
sched/rt: Keep period timer ticking when rt throttling is active
Peter Zijlstra
2012-03-01
1
-5
/
+8
|
*
|
|
|
Merge branch 'linus' into sched/core
Ingo Molnar
2012-03-01
18
-79
/
+226
|
|
\
\
\
\
|
*
|
|
|
|
sched: Make initial SCHED_RR timeslace DEF_TIMESLICE
Hiroshi Shimamoto
2012-02-22
2
-6
/
+2
|
*
|
|
|
|
sched: Remove rcu_read_lock/unlock() from select_idle_sibling()
Nikunj A. Dadhania
2012-02-22
1
-4
/
+0
|
*
|
|
|
|
sched: Move SMP-only variable into the SMP section
Hiroshi Shimamoto
2012-01-31
1
-2
/
+2
|
*
|
|
|
|
sched: Remove sched_switch
Rakib Mullick
2012-01-27
3
-4
/
+2
|
*
|
|
|
|
sched: Ensure cpu_power periodic update
Vincent Guittot
2012-01-27
1
-8
/
+16
|
*
|
|
|
|
sched, block: Unify cache detection
Peter Zijlstra
2012-01-27
1
-3
/
+3
*
|
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2012-03-20
23
-259
/
+993
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'perf/hw-branch-sampling' into perf/core
Ingo Molnar
2012-03-12
2
-0
/
+183
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
perf: Add callback to flush branch_stack on context switch
Stephane Eranian
2012-03-05
1
-0
/
+85
[next]