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
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
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
/
include
/
linux
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-21
Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2006-06-20
[PATCH] inotify (1/5): split kernel API from userspace support
Amy Griffis
1
-1
/
+1
2006-04-27
Sanitise linux/sched.h for userspace consumption
David Woodhouse
1
-39
/
+37
2006-04-25
Partially sanitise linux/sched.h for userspace consumption
David Woodhouse
1
-8
/
+10
2006-04-19
[PATCH] task: Make task list manipulations RCU safe
Eric W. Biederman
1
-2
/
+1
2006-04-15
[PATCH] kill unushed __put_task_struct_cb
Eric W. Biederman
1
-1
/
+0
2006-04-11
Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
1
-0
/
+6
2006-04-11
[PATCH] Reinstate const in next_thread()
Keith Owens
1
-1
/
+1
2006-04-11
[PATCH] splice: add direct fd <-> fd splicing support
Jens Axboe
1
-0
/
+6
2006-04-11
[PATCH] de_thread: Don't confuse users do_each_thread.
Eric W. Biederman
1
-1
/
+2
2006-04-01
[PATCH] pidhash: Refactor the pid hash table
Eric W. Biederman
1
-2
/
+2
2006-04-01
[PATCH] task: RCU protect task->usage
Eric W. Biederman
1
-1
/
+1
2006-04-01
[PATCH] resurrect __put_task_struct
Andrew Morton
1
-0
/
+1
2006-04-01
[PATCH] sched: activate SCHED BATCH expired
Con Kolivas
1
-0
/
+1
2006-04-01
[PATCH] sched: cleanup task_activated()
Con Kolivas
1
-1
/
+8
2006-04-01
[PATCH] sched: reduce overhead of calc_load
Jack Steiner
1
-0
/
+1
2006-03-29
[PATCH] cleanup __exit_signal->cleanup_sighand path
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] pids: kill PIDTYPE_TGID
Oleg Nesterov
1
-3
/
+8
2006-03-29
[PATCH] move __exit_signal() to kernel/exit.c
Oleg Nesterov
1
-1
/
+0
2006-03-29
[PATCH] rename __exit_sighand to cleanup_sighand
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
Oleg Nesterov
1
-1
/
+0
2006-03-29
[PATCH] introduce lock_task_sighand() helper
Oleg Nesterov
1
-0
/
+9
2006-03-29
[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU
Oleg Nesterov
1
-8
/
+0
2006-03-29
[PATCH] pidhash: don't count idle threads
Oleg Nesterov
1
-2
/
+0
2006-03-29
[PATCH] kill SET_LINKS/REMOVE_LINKS
Oleg Nesterov
1
-12
/
+0
2006-03-29
[PATCH] remove add_parent()'s parent argument
Oleg Nesterov
1
-2
/
+2
2006-03-29
[PATCH] Remove dead kill_sl prototype from sched.h
Eric W. Biederman
1
-1
/
+0
2006-03-27
[PATCH] lightweight robust futexes: compat
Ingo Molnar
1
-0
/
+3
2006-03-27
[PATCH] lightweight robust futexes: core
Ingo Molnar
1
-0
/
+3
2006-03-26
[PATCH] hrtimers: remove data field
Roman Zippel
1
-0
/
+1
2006-03-24
[PATCH] timer-irq-driven soft-watchdog, cleanups
Ingo Molnar
1
-2
/
+2
2006-03-24
[PATCH] cpuset memory spread slab cache optimizations
Paul Jackson
1
-0
/
+1
2006-03-24
[PATCH] cpuset memory spread basic implementation
Paul Jackson
1
-0
/
+3
2006-03-23
[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23
Jens Axboe
1
-0
/
+1
2006-03-11
[PATCH] remove __put_task_struct_cb export again
Christoph Hellwig
1
-1
/
+0
2006-03-01
[PATCH] Add mm->task_size and fix powerpc vdso
Benjamin Herrenschmidt
1
-2
/
+3
2006-02-15
[PATCH] sched: revert "filter affine wakeups"
Chen, Kenneth W
1
-4
/
+1
2006-02-10
[PATCH] do_sigaction: cleanup ->sa_mask manipulation
Oleg Nesterov
1
-1
/
+1
2006-01-19
[PATCH] Generic sys_rt_sigsuspend()
David Woodhouse
1
-0
/
+1
2006-01-15
[PATCH] sched: add new SCHED_BATCH policy
Ingo Molnar
1
-3
/
+4
2006-01-12
[PATCH] missing helper - task_stack_page()
Al Viro
1
-0
/
+1
2006-01-12
[PATCH] sched: filter affine wakeups
akpm@osdl.org
1
-1
/
+4
2006-01-12
[PATCH] scheduler cache-hot-autodetect
akpm@osdl.org
1
-1
/
+8
2006-01-12
[PATCH] move capable() to capability.h
Randy.Dunlap
1
-4
/
+0
2006-01-12
[PATCH] uninline capable()
Ingo Molnar
1
-12
/
+1
2006-01-10
[PATCH] include/linux/sched.h: no need to guard the normalize_rt_tasks() prot...
Adrian Bunk
1
-4
/
+0
2006-01-10
[PATCH] hrtimer: switch itimers to hrtimer
Thomas Gleixner
1
-2
/
+3
2006-01-10
[PATCH] mutex subsystem, debugging code
Ingo Molnar
1
-0
/
+5
2006-01-09
[PATCH] keys: Permit running process to instantiate keys
David Howells
1
-0
/
+1
[next]