index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
kprobes: Skip kretprobe hit in NMI context to avoid deadlock
Masami Hiramatsu
2014-08-08
1
-1
/
+12
*
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-08-04
14
-274
/
+382
|
\
|
*
sched/fair: Fix 'make xmldocs' warning caused by missing description
Masanari Iida
2014-07-28
1
-0
/
+1
|
*
sched: Use macro for magic number of -1 for setparam
Steven Rostedt
2014-07-28
1
-7
/
+10
|
*
sched: Robustify topology setup
Peter Zijlstra
2014-07-28
1
-0
/
+14
|
*
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
2014-07-28
23
-129
/
+296
|
|
\
|
|
*
sched: Fix sched_setparam() policy == -1 logic
Daniel Bristot de Oliveira
2014-07-28
1
-2
/
+3
|
*
|
sched: Allow wait_on_bit_action() functions to support a timeout
NeilBrown
2014-07-16
1
-8
/
+8
|
*
|
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2014-07-16
2
-7
/
+19
|
*
|
Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying ...
Ingo Molnar
2014-07-16
22
-137
/
+530
|
|
\
\
|
*
|
|
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
2014-07-16
1
-14
/
+6
|
*
|
|
sched: Fix static_key race with sched_feat()
Jason Baron
2014-07-16
1
-0
/
+5
|
*
|
|
sched: Remove extra static_key*() function indirection
Jason Baron
2014-07-16
1
-11
/
+1
|
*
|
|
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
2014-07-16
1
-1
/
+1
|
*
|
|
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
2014-07-16
6
-45
/
+47
|
*
|
|
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2014-07-16
2
-4
/
+3
|
*
|
|
sched: Rework check_for_tasks()
Kirill Tkhai
2014-07-05
1
-13
/
+20
|
*
|
|
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
2014-07-05
1
-0
/
+3
|
*
|
|
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2014-07-05
2
-1
/
+29
|
*
|
|
sched/numa: Change scan period code to match intent
Rik van Riel
2014-07-05
1
-4
/
+4
|
*
|
|
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
2014-07-05
1
-6
/
+13
|
*
|
|
sched/numa: Examine a task move when examining a task swap
Rik van Riel
2014-07-05
1
-2
/
+21
|
*
|
|
sched/numa: Simplify task_numa_compare()
Rik van Riel
2014-07-05
1
-6
/
+1
|
*
|
|
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
2014-07-05
1
-6
/
+14
|
*
|
|
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
2014-07-05
1
-15
/
+24
|
*
|
|
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
2014-07-05
1
-16
/
+1
|
*
|
|
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2014-07-05
2
-5
/
+28
|
*
|
|
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
2014-07-05
1
-2
/
+2
|
*
|
|
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
2014-07-05
1
-2
/
+11
|
*
|
|
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
2014-07-05
1
-21
/
+20
|
*
|
|
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
2014-07-05
1
-7
/
+3
|
*
|
|
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
2014-07-05
1
-42
/
+4
|
*
|
|
Merge branch 'timers/nohz' into sched/core
Ingo Molnar
2014-07-05
5
-45
/
+84
|
|
\
\
\
|
|
*
|
|
nohz: Use IPI implicit full barrier against rq->nr_running r/w
Frederic Weisbecker
2014-06-16
2
-6
/
+13
|
|
*
|
|
nohz: Use nohz own full kick on 2nd task enqueue
Frederic Weisbecker
2014-06-16
2
-5
/
+2
|
|
*
|
|
nohz: Switch to nohz full remote kick on timer enqueue
Frederic Weisbecker
2014-06-16
1
-1
/
+7
|
|
*
|
|
nohz: Support nohz full remote kick
Frederic Weisbecker
2014-06-16
1
-4
/
+6
|
|
*
|
|
irq_work: Implement remote queueing
Frederic Weisbecker
2014-06-16
2
-1
/
+33
|
|
*
|
|
irq_work: Split raised and lazy lists
Frederic Weisbecker
2014-06-16
1
-28
/
+23
|
*
|
|
|
sched: Fix CACHE_HOT_BUDY condition
Hillf Danton
2014-06-18
1
-5
/
+4
|
*
|
|
|
sched/numa: Always try to migrate to preferred node at task_numa_placement() ...
Rik van Riel
2014-06-18
1
-5
/
+7
|
*
|
|
|
sched/numa: Ensure task_numa_migrate() checks the preferred node
Rik van Riel
2014-06-18
1
-3
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-08-04
2
-1
/
+19
|
\
\
\
\
|
*
|
|
|
perf: Check permission only for parent tracepoint event
Jiri Olsa
2014-07-28
1
-0
/
+12
|
*
|
|
|
Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app...
Ingo Molnar
2014-07-28
36
-216
/
+528
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
perf: Add vm_ops->name call for mmap event name retrieval
Jiri Olsa
2014-07-16
1
-0
/
+6
|
*
|
|
|
perf: Make perf_event_init_context() function static
Jiri Olsa
2014-07-05
1
-1
/
+1
*
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-08-04
12
-407
/
+664
|
\
\
\
\
\
|
*
|
|
|
|
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
2014-07-17
5
-16
/
+13
|
*
|
|
|
|
locking/lockdep: Only ask for /proc/lock_stat output when available
Andreas Gruenbacher
2014-07-17
1
-0
/
+2
[next]