index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-29
workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues
Tejun Heo
1
-17
/
+25
2010-06-29
workqueue: increase max_active of keventd and kill current_is_keventd()
Tejun Heo
1
-50
/
+13
2010-06-29
workqueue: implement concurrency managed dynamic worker pool
Tejun Heo
2
-113
/
+836
2010-06-29
workqueue: implement worker_{set|clr}_flags()
Tejun Heo
1
-8
/
+40
2010-06-29
workqueue: use shared worklist and pool all workers per cpu
Tejun Heo
1
-32
/
+99
2010-06-29
workqueue: implement WQ_NON_REENTRANT
Tejun Heo
1
-3
/
+29
2010-06-29
workqueue: carry cpu number in work data once execution starts
Tejun Heo
1
-59
/
+104
2010-06-29
workqueue: add find_worker_executing_work() and track current_cwq
Tejun Heo
1
-0
/
+56
2010-06-29
workqueue: make single thread workqueue shared worker pool friendly
Tejun Heo
1
-35
/
+100
2010-06-29
workqueue: reimplement CPU hotplugging support using trustee
Tejun Heo
1
-16
/
+277
2010-06-29
workqueue: implement worker states
Tejun Heo
1
-41
/
+173
2010-06-29
workqueue: introduce global cwq and unify cwq locks
Tejun Heo
1
-62
/
+98
2010-06-29
workqueue: reimplement workqueue freeze using max_active
Tejun Heo
2
-12
/
+172
2010-06-29
workqueue: implement per-cwq active work limit
Tejun Heo
1
-2
/
+37
2010-06-29
workqueue: reimplement work flushing using linked works
Tejun Heo
1
-21
/
+131
2010-06-29
workqueue: introduce worker
Tejun Heo
1
-61
/
+150
2010-06-29
workqueue: reimplement workqueue flushing using color coded works
Tejun Heo
1
-52
/
+303
2010-06-29
workqueue: update cwq alignement
Tejun Heo
1
-5
/
+55
2010-06-29
workqueue: kill cpu_populated_map
Tejun Heo
1
-114
/
+59
2010-06-29
workqueue: temporarily remove workqueue tracing
Tejun Heo
2
-22
/
+3
2010-06-29
workqueue: separate out process_one_work()
Tejun Heo
1
-39
/
+61
2010-06-29
workqueue: define masks for work flags and conditionalize STATIC flags
Tejun Heo
1
-6
/
+6
2010-06-29
workqueue: merge feature parameters into flags
Tejun Heo
1
-10
/
+7
2010-06-29
workqueue: misc/cosmetic updates
Tejun Heo
1
-47
/
+84
2010-06-29
workqueue: kill RT workqueue
Tejun Heo
1
-6
/
+0
2010-06-29
kthread: implement kthread_data()
Tejun Heo
1
-0
/
+15
2010-06-29
kthread: implement kthread_worker
Tejun Heo
1
-0
/
+149
2010-06-13
Merge branch 'sched-wq' of ../wq into cmwq-base
Tejun Heo
5
-80
/
+170
2010-06-10
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+4
2010-06-08
sched: add hooks for workqueue
Tejun Heo
3
-3
/
+68
2010-06-08
sched: refactor try_to_wake_up()
Tejun Heo
1
-34
/
+49
2010-06-08
sched: adjust when cpu_active and cpuset configurations are updated during cp...
Tejun Heo
3
-42
/
+52
2010-06-08
sched: define and use CPU_PRI_* enums for cpu notifier priorities
Tejun Heo
1
-1
/
+1
2010-06-08
perf: Fix signed comparison in perf_adjust_period()
Peter Zijlstra
1
-1
/
+4
2010-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2
-121
/
+211
2010-06-05
module: fix bne2 "gave up waiting for init of module libcrc32c"
Rusty Russell
1
-32
/
+59
2010-06-05
module: verify_export_symbols under the lock
Rusty Russell
1
-16
/
+10
2010-06-05
module: move find_module check to end
Linus Torvalds
1
-5
/
+7
2010-06-05
module: make locking more fine-grained.
Rusty Russell
1
-23
/
+42
2010-06-05
module: Make module sysfs functions private.
Rusty Russell
1
-4
/
+25
2010-06-05
module: move sysfs exposure to end of load_module
Rusty Russell
1
-11
/
+36
2010-06-05
module: fix kdb's illicit use of struct module_use.
Rusty Russell
2
-19
/
+4
2010-06-05
module: Make the 'usage' lists be two-way
Linus Torvalds
1
-31
/
+48
2010-06-05
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-4
/
+4
2010-06-05
kernel/: fix BUG_ON checks for cpu notifier callbacks direct call
Akinobu Mita
2
-2
/
+2
2010-06-05
cgroups: alloc_css_id() increments hierarchy depth
Greg Thelen
1
-1
/
+1
2010-06-05
sys_personality: change sys_personality() to accept "unsigned int" instead of...
Oleg Nesterov
1
-9
/
+9
2010-06-04
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-25
/
+23
2010-06-04
Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-142
/
+234
2010-06-03
perf: Fix crash in swevents
Peter Zijlstra
1
-9
/
+15
[next]