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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-01
[PATCH] modules: permit Dual-MIT/GPL licenses
Andrew Morton
1
-0
/
+1
2006-04-01
[PATCH] cpuset: memory migration interaction fix
Paul Jackson
1
-5
/
+52
2006-04-01
[PATCH] cpuset: unsafe mm reference fix
Paul Jackson
1
-2
/
+2
2006-04-01
[PATCH] cpuset: task_lock comment fix
Paul Jackson
1
-6
/
+4
2006-04-01
[PATCH] Fix pacct bug in multithreading case.
KaiGai Kohei
1
-6
/
+6
2006-04-01
[PATCH] Don't pass boot parameters to argv_init[]
OGAWA Hirofumi
1
-1
/
+1
2006-04-01
[PATCH] __mod_timer: simplify ->base changing
Oleg Nesterov
1
-8
/
+6
2006-04-01
[PATCH] kill __init_timer_base in favor of boot_tvec_bases
Oleg Nesterov
1
-49
/
+35
2006-04-01
[PATCH] Fix suspend with traced tasks
Pavel Machek
2
-2
/
+2
2006-03-29
[PATCH] send_sigqueue: simplify and fix the race
Oleg Nesterov
1
-37
/
+4
2006-03-29
[PATCH] do_notify_parent_cldstop: remove 'to_self' param
Oleg Nesterov
1
-21
/
+11
2006-03-29
[PATCH] finish_stop: don't check stop_count < 0
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] simplify do_signal_stop()
Oleg Nesterov
1
-24
/
+8
2006-03-29
[PATCH] cleanup __exit_signal->cleanup_sighand path
Oleg Nesterov
2
-7
/
+4
2006-03-29
[PATCH] make fork() atomic wrt pgrp/session signals
Oleg Nesterov
1
-20
/
+17
2006-03-29
[PATCH] pids: kill PIDTYPE_TGID
Oleg Nesterov
2
-10
/
+4
2006-03-29
[PATCH] do_sigaction: don't take tasklist_lock
Oleg Nesterov
1
-19
/
+3
2006-03-29
[PATCH] do_group_exit: don't take tasklist_lock
Oleg Nesterov
1
-2
/
+0
2006-03-29
[PATCH] do_signal_stop: don't take tasklist_lock
Oleg Nesterov
1
-52
/
+17
2006-03-29
[PATCH] relax sig_needs_tasklist()
Oleg Nesterov
1
-2
/
+1
2006-03-29
[PATCH] sys_times: don't take tasklist_lock
Oleg Nesterov
1
-12
/
+1
2006-03-29
[PATCH] do __unhash_process() under ->siglock
Oleg Nesterov
1
-2
/
+2
2006-03-29
[PATCH] revert "Optimize sys_times for a single thread process"
Oleg Nesterov
2
-65
/
+27
2006-03-29
[PATCH] move __exit_signal() to kernel/exit.c
Oleg Nesterov
2
-64
/
+64
2006-03-29
[PATCH] rename __exit_sighand to cleanup_sighand
Oleg Nesterov
2
-18
/
+13
2006-03-29
[PATCH] cleanup __exit_signal()
Oleg Nesterov
1
-16
/
+15
2006-03-29
[PATCH] copy_process: cleanup bad_fork_cleanup_signal
Oleg Nesterov
2
-18
/
+20
2006-03-29
[PATCH] copy_process: cleanup bad_fork_cleanup_sighand
Oleg Nesterov
2
-15
/
+2
2006-03-29
[PATCH] introduce sig_needs_tasklist() helper
Oleg Nesterov
1
-1
/
+4
2006-03-29
[PATCH] introduce lock_task_sighand() helper
Oleg Nesterov
1
-14
/
+24
2006-03-29
[PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU
Oleg Nesterov
2
-11
/
+12
2006-03-29
[PATCH] release_task: replace open-coded ptrace_unlink()
Oleg Nesterov
1
-3
/
+2
2006-03-29
[PATCH] wait_for_helper: trivial style cleanup
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] reparent_thread: use remove_parent/add_parent
Oleg Nesterov
1
-2
/
+2
2006-03-29
[PATCH] pidhash: don't count idle threads
Oleg Nesterov
3
-43
/
+20
2006-03-29
[PATCH] kill SET_LINKS/REMOVE_LINKS
Oleg Nesterov
2
-2
/
+6
2006-03-29
[PATCH] don't use REMOVE_LINKS/SET_LINKS for reparenting
Oleg Nesterov
2
-6
/
+6
2006-03-29
[PATCH] remove add_parent()'s parent argument
Oleg Nesterov
1
-1
/
+1
2006-03-29
[PATCH] choose_new_parent: remove unused arg, sanitize exit_state check
Oleg Nesterov
1
-4
/
+4
2006-03-29
[PATCH] pidhash: kill switch_exec_pids
Eric W. Biederman
1
-30
/
+0
2006-03-29
[PATCH] exec: allow init to exec from any thread.
Eric W. Biederman
2
-2
/
+2
2006-03-28
[PATCH] compat_sys_futex() warning fix
Andrew Morton
1
-1
/
+2
2006-03-28
[PATCH] for_each_possible_cpu: fixes for generic part
KAMEZAWA Hiroyuki
2
-6
/
+6
2006-03-28
[PATCH] Change dash2underscore() return value to char
Eric Sesterhenn
1
-1
/
+1
2006-03-28
[PATCH] symversion warning fix
Andrew Morton
1
-1
/
+1
2006-03-27
[PATCH] Notifier chain update: API changes
Alan Stern
6
-134
/
+301
2006-03-27
[PATCH] lightweight robust futexes updates
Ingo Molnar
3
-16
/
+16
2006-03-27
[PATCH] lightweight robust futexes: compat
Ingo Molnar
4
-23
/
+150
2006-03-27
[PATCH] lightweight robust futexes: core
Ingo Molnar
3
-0
/
+179
2006-03-27
[PATCH] sched: fix group power for allnodes_domains
Siddha, Suresh B
1
-33
/
+29
[next]