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
/
sys.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-17
groups: move code to kernel/groups.c
Alexey Dobriyan
1
-283
/
+0
2009-04-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-15
/
+9
2009-04-14
kernel/sys.c: clean up sys_shutdown exit path
Andi Kleen
1
-15
/
+9
2009-04-06
Merge branch 'linus' into perfcounters/core-v2
Ingo Molnar
1
-3
/
+2
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2009-04-03
pids: kill signal_struct-> __pgrp/__session and friends
Oleg Nesterov
1
-3
/
+1
2009-04-01
Get rid of indirect include of fs_struct.h
Al Viro
1
-0
/
+1
2009-03-04
Merge commit 'v2.6.29-rc7' into perfcounters/core
Ingo Molnar
1
-11
/
+20
2009-02-27
sched: don't allow setuid to succeed if the user does not have rt bandwidth
Dhaval Giani
1
-11
/
+20
2009-02-11
Merge commit 'v2.6.29-rc4' into perfcounters/core
Ingo Molnar
1
-12
/
+4
2009-02-05
revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"
Andrew Morton
1
-12
/
+4
2009-01-21
Merge commit 'v2.6.29-rc2' into perfcounters/core
Ingo Molnar
1
-34
/
+36
2009-01-14
[CVE-2009-0029] System call wrappers part 31
Heiko Carstens
1
-2
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 26
Heiko Carstens
1
-2
/
+2
2009-01-14
[CVE-2009-0029] System call wrappers part 24
Heiko Carstens
1
-6
/
+7
2009-01-14
[CVE-2009-0029] System call wrappers part 23
Heiko Carstens
1
-3
/
+3
2009-01-14
[CVE-2009-0029] System call wrappers part 07
Heiko Carstens
1
-3
/
+4
2009-01-14
[CVE-2009-0029] System call wrappers part 04
Heiko Carstens
1
-3
/
+3
2009-01-14
[CVE-2009-0029] System call wrappers part 03
Heiko Carstens
1
-9
/
+9
2009-01-14
[CVE-2009-0029] System call wrappers part 02
Heiko Carstens
1
-5
/
+5
2009-01-14
[CVE-2009-0029] System call wrappers part 01
Heiko Carstens
1
-1
/
+1
2009-01-11
Merge commit 'v2.6.29-rc1' into perfcounters/core
Ingo Molnar
1
-1
/
+5
2009-01-07
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2009-01-07
Allow times and time system calls to return small negative values
Paul Mackerras
1
-0
/
+2
2009-01-04
getrusage: RUSAGE_THREAD should return ru_utime and ru_stime
KOSAKI Motohiro
1
-0
/
+2
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2008-12-29
Merge branch 'linus' into perfcounters/core
Ingo Molnar
1
-254
/
+332
2008-12-11
perf counters: add prctl interface to disable/enable counters
Ingo Molnar
1
-0
/
+7
2008-11-25
User namespaces: set of cleanups (v2)
Serge Hallyn
1
-2
/
+2
2008-11-17
thread_group_cputime: move a couple of callsites outside of ->siglock
Oleg Nesterov
1
-1
/
+1
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-205
/
+245
2008-11-14
CRED: Use RCU to access another task's creds and to release a task's own creds
David Howells
1
-4
/
+7
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
1
-30
/
+29
2008-11-14
CRED: Separate task security context from task_struct
David Howells
1
-115
/
+151
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
1
-8
/
+8
2008-10-22
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
1
-0
/
+10
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-62
/
+51
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
1
-13
/
+25
2008-10-16
kernel/sys.c: improve code generation
Andrew Morton
1
-8
/
+12
2008-10-16
utsname: completely overwrite prior information
Vegard Nossum
1
-2
/
+4
2008-10-16
rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY
Adam Tkac
1
-4
/
+12
2008-10-13
tty: Add a kref count
Alan Cox
1
-3
/
+1
2008-09-14
timers: fix itimer/many thread hang
Frank Mayhar
1
-49
/
+26
2008-09-06
hrtimer: create a "timer_slack" field in the task struct
Arjan van de Ven
1
-0
/
+10
2008-08-21
fix setpriority(PRIO_PGRP) thread iterator breakage
Ken Chen
1
-4
/
+4
2008-08-15
kexec jump: remove duplication of kexec_restart_prepare()
Huang Ying
1
-1
/
+1
2008-07-26
kexec jump
Huang Ying
1
-23
/
+8
2008-07-25
unexport uts_sem
Adrian Bunk
1
-2
/
+0
2008-07-25
call_usermodehelper(): increase reliability
KOSAKI Motohiro
1
-1
/
+1
2008-05-24
sys_prctl(): fix return of uninitialized value
Shi Weihua
1
-4
/
+2
[next]