index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
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 tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-07-03
1
-1
/
+0
|
\
|
*
m68k: Remove ptrace_signal_deliver
Andreas Schwab
2017-06-19
1
-1
/
+0
*
|
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-03
2
-23
/
+42
|
\
\
|
*
|
nohz: Fix spurious warning when hrtimer and clockevent get out of sync
Frederic Weisbecker
2017-06-13
1
-2
/
+4
|
*
|
nohz: Fix buggy tick delay on IRQ storms
Frederic Weisbecker
2017-06-05
1
-19
/
+2
|
*
|
nohz: Reset next_tick cache even when the timer has no regs
Frederic Weisbecker
2017-05-30
1
-0
/
+2
|
*
|
nohz: Fix collision between tick and other hrtimers, again
Frederic Weisbecker
2017-05-17
2
-6
/
+33
|
*
|
nohz: Add hrtimer sanity check
Frederic Weisbecker
2017-05-17
1
-2
/
+7
*
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-07-03
25
-1585
/
+2413
|
\
\
\
|
*
|
|
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
2017-06-30
1
-11
/
+5
|
*
|
|
sched/debug: Expose the number of RT/DL tasks that can migrate
Daniel Bristot de Oliveira
2017-06-30
1
-2
/
+15
|
*
|
|
sched/numa: Hide numa_wake_affine() from UP build
Thomas Gleixner
2017-06-29
1
-0
/
+2
|
*
|
|
sched/fair: Remove effective_load()
Rik van Riel
2017-06-24
1
-123
/
+1
|
*
|
|
sched/numa: Implement NUMA node level wake_affine()
Rik van Riel
2017-06-24
1
-59
/
+71
|
*
|
|
sched/fair: Simplify wake_affine() for the single socket case
Rik van Riel
2017-06-24
1
-1
/
+12
|
*
|
|
sched/numa: Override part of migrate_degrades_locality() when idle balancing
Rik van Riel
2017-06-24
1
-0
/
+4
|
*
|
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-06-24
2
-7
/
+37
|
|
\
\
\
|
*
|
|
|
sched/rt: Move RT related code from sched/core.c to sched/rt.c
Nicolas Pitre
2017-06-23
3
-315
/
+315
|
*
|
|
|
sched/deadline: Move DL related code from sched/core.c to sched/deadline.c
Nicolas Pitre
2017-06-23
3
-340
/
+364
|
*
|
|
|
sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabled
Nicolas Pitre
2017-06-23
1
-4
/
+3
|
*
|
|
|
sched/fair: Spare idle load balancing on nohz_full CPUs
Frederic Weisbecker
2017-06-22
1
-0
/
+4
|
*
|
|
|
nohz: Move idle balancer registration to the idle path
Frederic Weisbecker
2017-06-22
1
-2
/
+3
|
*
|
|
|
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
2017-06-22
2
-27
/
+28
|
*
|
|
|
sched/core: Drop the unused try_get_task_struct() helper function
Davidlohr Bueso
2017-06-20
1
-13
/
+0
|
*
|
|
|
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
2017-06-20
35
-519
/
+550
|
|
\
\
\
\
|
|
*
|
|
|
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
2
-14
/
+14
|
|
*
|
|
|
sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...
Ingo Molnar
2017-06-20
2
-16
/
+25
|
|
*
|
|
|
sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...
Ingo Molnar
2017-06-20
3
-258
/
+264
|
|
*
|
|
|
sched/wait: Standardize wait_bit_queue naming
Ingo Molnar
2017-06-20
1
-21
/
+20
|
|
*
|
|
|
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
Ingo Molnar
2017-06-20
1
-21
/
+20
|
|
*
|
|
|
sched/wait: Standardize internal naming of wait-queue heads
Ingo Molnar
2017-06-20
1
-77
/
+77
|
|
*
|
|
|
sched/wait: Standardize internal naming of wait-queue entries
Ingo Molnar
2017-06-20
1
-49
/
+49
|
|
*
|
|
|
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
6
-28
/
+28
|
*
|
|
|
|
sched/fair: WARN() and refuse to set buddy when !se->on_rq
Daniel Axtens
2017-06-20
1
-2
/
+8
|
*
|
|
|
|
sched/debug: Fix SCHED_WARN_ON() to return a value on !CONFIG_SCHED_DEBUG as ...
Ingo Molnar
2017-06-20
1
-2
/
+2
|
*
|
|
|
|
sched/idle: Add deferrable vmstat_updater back
Aubrey Li
2017-06-08
1
-0
/
+1
|
*
|
|
|
|
sched/core: Omit building stop_sched_class when !SMP
Nicolas Pitre
2017-06-08
3
-32
/
+36
|
*
|
|
|
|
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
2017-06-08
2
-12
/
+88
|
*
|
|
|
|
sched/deadline: Zero out positive runtime after throttling constrained tasks
Xunlei Pang
2017-06-08
1
-0
/
+2
|
*
|
|
|
|
sched/deadline: Reclaim bandwidth not used by dl tasks
Luca Abeni
2017-06-08
3
-24
/
+72
|
*
|
|
|
|
sched/deadline: Base GRUB reclaiming on the inactive utilization
Luca Abeni
2017-06-08
1
-18
/
+22
|
*
|
|
|
|
sched/deadline: Track the "total rq utilization" too
Luca Abeni
2017-06-08
2
-34
/
+95
|
*
|
|
|
|
sched/deadline: Make GRUB a task's flag
Luca Abeni
2017-06-08
2
-2
/
+4
|
*
|
|
|
|
sched/deadline: Do not reclaim the whole CPU bandwidth
Luca Abeni
2017-06-08
3
-1
/
+30
|
*
|
|
|
|
sched/deadline: Implement GRUB accounting
Luca Abeni
2017-06-08
3
-2
/
+21
|
*
|
|
|
|
sched/deadline: Fix the update of the total -deadline utilization
Luca Abeni
2017-06-08
2
-39
/
+27
|
*
|
|
|
|
sched/deadline: Improve the tracking of active utilization
Luca Abeni
2017-06-08
3
-15
/
+259
|
*
|
|
|
|
sched/deadline: Track the active utilization
Luca Abeni
2017-06-08
2
-4
/
+67
|
*
|
|
|
|
sched/core: Implement new approach to scale select_idle_cpu()
Peter Zijlstra
2017-06-08
2
-5
/
+17
|
*
|
|
|
|
sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()
Peter Zijlstra
2017-05-24
1
-1
/
+8
[next]