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
...
|
*
|
|
|
|
|
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
Joonsoo Kim
2012-08-16
1
-4
/
+14
|
*
|
|
|
|
|
workqueue: introduce system_highpri_wq
Joonsoo Kim
2012-08-16
1
-3
/
+6
|
*
|
|
|
|
|
workqueue: change value of lcpu in __queue_delayed_work_on()
Joonsoo Kim
2012-08-16
1
-2
/
+8
|
*
|
|
|
|
|
workqueue: correct req_cpu in trace_workqueue_queue_work()
Joonsoo Kim
2012-08-16
1
-1
/
+2
|
*
|
|
|
|
|
workqueue: use enum value to set array size of pools in gcwq
Joonsoo Kim
2012-08-16
1
-1
/
+2
|
*
|
|
|
|
|
workqueue: add missing wmb() in clear_work_data()
Tejun Heo
2012-08-13
1
-7
/
+12
|
*
|
|
|
|
|
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
2012-08-13
1
-3
/
+4
|
*
|
|
|
|
|
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
2012-08-03
1
-0
/
+53
|
*
|
|
|
|
|
workqueue: mark a work item being canceled as such
Tejun Heo
2012-08-03
1
-18
/
+72
|
*
|
|
|
|
|
workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()
Tejun Heo
2012-08-03
1
-15
/
+32
|
*
|
|
|
|
|
workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()
Tejun Heo
2012-08-03
1
-33
/
+41
|
*
|
|
|
|
|
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
2012-08-03
1
-5
/
+9
|
*
|
|
|
|
|
workqueue: move try_to_grab_pending() upwards
Tejun Heo
2012-08-03
1
-143
/
+143
|
*
|
|
|
|
|
workqueue: fix zero @delay handling of queue_delayed_work_on()
Tejun Heo
2012-08-03
1
-5
/
+7
|
*
|
|
|
|
|
workqueue: unify local CPU queueing handling
Tejun Heo
2012-08-03
1
-12
/
+7
|
*
|
|
|
|
|
workqueue: set delayed_work->timer function on initialization
Tejun Heo
2012-08-03
1
-3
/
+4
|
*
|
|
|
|
|
workqueue: disable irq while manipulating PENDING
Tejun Heo
2012-08-03
1
-20
/
+53
|
*
|
|
|
|
|
workqueue: add missing smp_wmb() in process_one_work()
Tejun Heo
2012-08-03
1
-0
/
+2
|
*
|
|
|
|
|
workqueue: make queueing functions return bool
Tejun Heo
2012-08-03
1
-24
/
+23
|
*
|
|
|
|
|
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
2012-08-03
1
-62
/
+62
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2012-10-01
2
-3
/
+42
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kdb: Implement disable_nmi command
Anton Vorontsov
2012-09-26
1
-0
/
+31
|
*
|
|
|
|
|
kernel/debug: Mask KGDB NMI upon entry
Anton Vorontsov
2012-09-26
1
-3
/
+11
*
|
|
|
|
|
|
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-01
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
arm64: Add support for /proc/sys/debug/exception-trace
Catalin Marinas
2012-09-17
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-10-01
1
-11
/
+0
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
x86/smp: Don't ever patch back to UP if we unplug cpus
Rusty Russell
2012-08-23
1
-11
/
+0
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-10-01
1
-59
/
+49
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
timer: Implement TIMER_IRQSAFE
Tejun Heo
2012-08-21
1
-11
/
+24
|
*
|
|
|
|
|
|
timer: Clean up timer initializers
Tejun Heo
2012-08-21
1
-42
/
+14
|
*
|
|
|
|
|
|
timer: Generalize timer->base flags handling
Tejun Heo
2012-08-21
1
-8
/
+13
*
|
|
|
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2012-10-01
11
-705
/
+686
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
vtime: Consolidate system/idle context detection
Frederic Weisbecker
2012-09-25
1
-0
/
+26
|
*
|
|
|
|
|
|
|
cputime: Use a proper subsystem naming for vtime related APIs
Frederic Weisbecker
2012-09-25
3
-8
/
+8
|
*
|
|
|
|
|
|
|
sched: cpu_power: enable ARCH_POWER
Vincent Guittot
2012-09-13
1
-1
/
+1
|
*
|
|
|
|
|
|
|
sched/nohz: Clean up select_nohz_load_balancer()
Alex Shi
2012-09-13
2
-17
/
+11
|
*
|
|
|
|
|
|
|
sched: Fix load avg vs. cpu-hotplug
Peter Zijlstra
2012-09-13
1
-0
/
+2
|
*
|
|
|
|
|
|
|
sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW
Peter Zijlstra
2012-09-13
4
-54
/
+1
|
*
|
|
|
|
|
|
|
sched: Fix nohz_idle_balance()
Vincent Guittot
2012-09-13
1
-5
/
+6
|
*
|
|
|
|
|
|
|
sched: Remove useless code in yield_to()
Michael Wang
2012-09-04
1
-7
/
+0
|
*
|
|
|
|
|
|
|
sched: Add time unit suffix to sched sysctl knobs
Namhyung Kim
2012-09-04
1
-3
/
+3
|
*
|
|
|
|
|
|
|
sched/debug: Limit sd->*_idx range on sysctl
Namhyung Kim
2012-09-04
1
-13
/
+22
|
*
|
|
|
|
|
|
|
sched: Remove AFFINE_WAKEUPS feature flag
Namhyung Kim
2012-09-04
1
-8
/
+0
|
*
|
|
|
|
|
|
|
Merge branch 'sched/urgent' into sched/core
Ingo Molnar
2012-09-04
11
-53
/
+69
|
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
cputime: Consolidate vtime handling on context switch
Frederic Weisbecker
2012-08-20
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
sched: Move cputime code to its own file
Frederic Weisbecker
2012-08-20
4
-556
/
+570
|
*
|
|
|
|
|
|
|
|
sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
Alex Shi
2012-08-13
2
-32
/
+3
|
*
|
|
|
|
|
|
|
|
sched: using dst_rq instead of this_rq during load balance
Michael Wang
2012-08-13
1
-5
/
+4
|
*
|
|
|
|
|
|
|
|
sched: Document schedule() entry points
Pekka Enberg
2012-08-13
1
-0
/
+34
|
*
|
|
|
|
|
|
|
|
sched: Fix __sched_period comment
Borislav Petkov
2012-08-13
1
-1
/
+1
[prev]
[next]