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
2008-02-08
IRQ_NOPROBE helper functions
Ralf Baechle
1
-0
/
+36
2008-02-08
Add new string functions strict_strto* and convert kernel params to use them
Yi Yang
1
-10
/
+10
2008-02-08
cpu: fix section mismatch warnings for enable_nonboot_cpus
Sam Ravnborg
1
-1
/
+1
2008-02-08
Don't operate with pid_t in rtmutex tester
Pavel Emelyanov
2
-4
/
+10
2008-02-08
Use find_task_by_vpid in posix timers
Pavel Emelyanov
2
-5
/
+5
2008-02-08
avoid overflows in kernel/time.c
H. Peter Anvin
3
-8
/
+431
2008-02-08
printk_ratelimit() functions should use CONFIG_PRINTK
Joe Perches
2
-10
/
+12
2008-02-08
workqueue: make delayed_work_timer_fn() static
Li Zefan
1
-1
/
+1
2008-02-08
The scheduled 'time' option removal
Adrian Bunk
1
-13
/
+0
2008-02-08
Nuke duplicate header from sysctl.c
Jesper Juhl
1
-1
/
+0
2008-02-08
Nuke a duplicate include from profile.c
Jesper Juhl
1
-1
/
+0
2008-02-08
Nuke duplicate include from printk.c
Jesper Juhl
1
-1
/
+0
2008-02-08
constify tables in kernel/sysctl_check.c
Jan Beulich
1
-76
/
+75
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
12
-68
/
+67
2008-02-08
time: fix typo in comments
Li Zefan
3
-4
/
+4
2008-02-08
timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hres
Li Zefan
2
-3
/
+3
2008-02-08
clockevent: simplify list operations
Li Zefan
1
-7
/
+4
2008-02-08
clocksource: remove redundant code
Li Zefan
1
-1
/
+0
2008-02-08
Get rid of the kill_pgrp_info() function
Pavel Emelyanov
1
-13
/
+8
2008-02-08
Clean up the kill_something_info
Pavel Emelyanov
1
-11
/
+15
2008-02-08
Pidns: make full use of xxx_vnr() calls
Pavel Emelyanov
5
-17
/
+8
2008-02-08
ITIMER_REAL: convert to use struct pid
Oleg Nesterov
3
-16
/
+2
2008-02-08
uglify kill_pid_info() to fix kill() vs exec() race
Oleg Nesterov
1
-3
/
+12
2008-02-08
sys_getsid: don't use ->nsproxy directly
Oleg Nesterov
1
-7
/
+4
2008-02-08
pid: Extend/Fix pid_vnr
Eric W. Biederman
1
-0
/
+6
2008-02-08
pid: sys_wait... fixes
Eric W. Biederman
1
-24
/
+56
2008-02-08
move the related code from exit_notify() to exit_signals()
Oleg Nesterov
2
-23
/
+22
2008-02-08
sys_setsid: remove now unneeded session != 1 check
Oleg Nesterov
1
-4
/
+1
2008-02-08
fix group stop with exit race
Oleg Nesterov
2
-2
/
+27
2008-02-08
start the global /sbin/init with 0,0 special pids
Oleg Nesterov
1
-5
/
+4
2008-02-08
move daemonized kernel threads into the swapper's session
Oleg Nesterov
1
-1
/
+1
2008-02-08
teach set_special_pids() to use struct pid
Oleg Nesterov
2
-16
/
+16
2008-02-08
fix setsid() for sub-namespace /sbin/init
Oleg Nesterov
1
-12
/
+10
2008-02-08
sys_setpgid(): simplify pid/ns interaction
Oleg Nesterov
1
-13
/
+10
2008-02-08
wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAIT
Oleg Nesterov
1
-4
/
+0
2008-02-08
wait_task_continued/zombie: don't use task_pid_nr_ns() lockless
Oleg Nesterov
1
-10
/
+5
2008-02-08
do_wait: fix security checks
Oleg Nesterov
1
-21
/
+18
2008-02-08
do_wait: cleanup delay_group_leader() usage
Oleg Nesterov
1
-13
/
+4
2008-02-08
wait_task_stopped(): remove unneeded delay_group_leader check
Oleg Nesterov
1
-4
/
+3
2008-02-08
ptrace_stop: fix racy nonstop_code setting
Oleg Nesterov
1
-6
/
+7
2008-02-08
do_wait: factor out "retval != 0" checks
Oleg Nesterov
1
-8
/
+4
2008-02-08
wait_task_stopped: simplify and fix races with SIGCONT/SIGKILL/untrace
Oleg Nesterov
1
-62
/
+26
2008-02-08
ptrace_stop: fix the race with ptrace detach+attach
Oleg Nesterov
1
-3
/
+3
2008-02-08
ptrace_check_attach: remove unneeded ->signal != NULL check
Oleg Nesterov
1
-2
/
+5
2008-02-08
kill my_ptrace_child()
Oleg Nesterov
1
-20
/
+3
2008-02-08
kill PT_ATTACHED
Oleg Nesterov
3
-21
/
+3
2008-02-08
fix "modules: make module_address_lookup() safe"
Andrew Morton
1
-2
/
+2
2008-02-08
modules: include sections.h to avoid defining linker variables explicitly
Christoph Lameter
1
-3
/
+1
2008-02-08
Modules: handle symbols that have a zero value
Christoph Lameter
1
-9
/
+14
2008-02-08
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
1
-9
/
+10
[next]