index
:
talos-op-linux
master
Talos™ II 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
...
|
*
|
|
|
workqueue: use worker_set/clr_flags() only from worker itself
Tejun Heo
2010-07-02
1
-19
/
+28
|
*
|
|
|
workqueue: implement cpu intensive workqueue
Tejun Heo
2010-06-29
1
-1
/
+15
|
*
|
|
|
workqueue: implement high priority workqueue
Tejun Heo
2010-06-29
1
-6
/
+64
|
*
|
|
|
workqueue: implement several utility APIs
Tejun Heo
2010-06-29
1
-1
/
+107
|
*
|
|
|
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
2010-06-29
1
-17
/
+25
|
*
|
|
|
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
2010-06-29
1
-50
/
+13
|
*
|
|
|
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2010-06-29
2
-113
/
+836
|
*
|
|
|
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
2010-06-29
1
-8
/
+40
|
*
|
|
|
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
2010-06-29
1
-32
/
+99
|
*
|
|
|
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
2010-06-29
1
-3
/
+29
|
*
|
|
|
workqueue: carry cpu number in work data once execution starts
Tejun Heo
2010-06-29
1
-59
/
+104
|
*
|
|
|
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
2010-06-29
1
-0
/
+56
|
*
|
|
|
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
2010-06-29
1
-35
/
+100
|
*
|
|
|
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
2010-06-29
1
-16
/
+277
|
*
|
|
|
workqueue: implement worker states
Tejun Heo
2010-06-29
1
-41
/
+173
|
*
|
|
|
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
2010-06-29
1
-62
/
+98
|
*
|
|
|
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2010-06-29
2
-12
/
+172
|
*
|
|
|
workqueue: implement per-cwq active work limit
Tejun Heo
2010-06-29
1
-2
/
+37
|
*
|
|
|
workqueue: reimplement work flushing using linked works
Tejun Heo
2010-06-29
1
-21
/
+131
|
*
|
|
|
workqueue: introduce worker
Tejun Heo
2010-06-29
1
-61
/
+150
|
*
|
|
|
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
2010-06-29
1
-52
/
+303
|
*
|
|
|
workqueue: update cwq alignement
Tejun Heo
2010-06-29
1
-5
/
+55
|
*
|
|
|
workqueue: kill cpu_populated_map
Tejun Heo
2010-06-29
1
-114
/
+59
|
*
|
|
|
workqueue: temporarily remove workqueue tracing
Tejun Heo
2010-06-29
2
-22
/
+3
|
*
|
|
|
workqueue: separate out process_one_work()
Tejun Heo
2010-06-29
1
-39
/
+61
|
*
|
|
|
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
2010-06-29
1
-6
/
+6
|
*
|
|
|
workqueue: merge feature parameters into flags
Tejun Heo
2010-06-29
1
-10
/
+7
|
*
|
|
|
workqueue: misc/cosmetic updates
Tejun Heo
2010-06-29
1
-47
/
+84
|
*
|
|
|
workqueue: kill RT workqueue
Tejun Heo
2010-06-29
1
-6
/
+0
|
*
|
|
|
kthread: implement kthread_data()
Tejun Heo
2010-06-29
1
-0
/
+15
|
*
|
|
|
kthread: implement kthread_worker
Tejun Heo
2010-06-29
1
-0
/
+149
|
*
|
|
|
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
2010-06-13
5
-80
/
+170
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2010-08-06
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
irq: Add new IRQ flag IRQF_NO_SUSPEND
Ian Campbell
2010-07-29
1
-1
/
+1
*
|
|
|
|
|
|
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2010-08-06
7
-92
/
+57
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
kgdb: Do not access xtime directly
Thomas Gleixner
2010-07-29
1
-1
/
+3
|
*
|
|
|
|
|
|
clocksource: Add __clocksource_updatefreq_hz/khz methods
John Stultz
2010-07-27
1
-5
/
+24
|
*
|
|
|
|
|
|
timekeeping: Make xtime and wall_to_monotonic static
John Stultz
2010-07-27
1
-2
/
+2
|
*
|
|
|
|
|
|
hrtimer: Cleanup direct access to wall_to_monotonic
John Stultz
2010-07-27
2
-5
/
+9
|
*
|
|
|
|
|
|
timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset
John Stultz
2010-07-27
1
-3
/
+6
|
*
|
|
|
|
|
|
time: Kill off CONFIG_GENERIC_TIME
John Stultz
2010-07-27
5
-73
/
+10
|
*
|
|
|
|
|
|
time: Implement timespec_add
John Stultz
2010-07-27
1
-3
/
+3
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2010-08-06
3
-12
/
+35
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
timer: Added usleep_range timer
Patrick Pannuto
2010-08-04
1
-0
/
+22
|
*
|
|
|
|
|
|
Revert "timer: Added usleep[_range] timer"
Thomas Gleixner
2010-08-04
1
-22
/
+0
|
*
|
|
|
|
|
|
clockevents: Remove the per cpu tick skew
Arjan van de Ven
2010-08-02
1
-5
/
+0
|
*
|
|
|
|
|
|
posix_timer: Move copy_to_user(created_timer_id) down in timer_create()
Andrey Vagin
2010-07-23
1
-5
/
+6
|
*
|
|
|
|
|
|
timer: Added usleep[_range] timer
Patrick Pannuto
2010-07-23
1
-0
/
+22
|
*
|
|
|
|
|
|
timers: Document meaning of deferrable timer
J. Bruce Fields
2010-07-23
1
-2
/
+7
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2010-08-06
2
-2
/
+13
|
\
\
\
\
\
\
\
[prev]
[next]