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
2013-07-09
reboot: move arch/x86 reboot= handling to generic kernel
Robin Holt
1
-1
/
+75
2013-07-09
reboot: checkpatch.pl the new kernel/reboot.c file
Robin Holt
1
-14
/
+13
2013-07-09
reboot: move shutdown/reboot related functions to kernel/reboot.c
Robin Holt
3
-332
/
+347
2013-07-09
reboot: remove -stable friendly PF_THREAD_BOUND define
Robin Holt
1
-5
/
+0
2013-07-09
ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)
Oleg Nesterov
1
-0
/
+1
2013-07-09
ptrace: revert "Prepare to fix racy accesses on task breakpoints"
Oleg Nesterov
2
-17
/
+1
2013-07-09
panic: add cpu/pid to warn_slowpath_common in WARNING printk()s
Alex Thorlton
1
-2
/
+3
2013-07-09
audit: Fix decimal constant description
Michal Simek
1
-1
/
+1
2013-07-09
kernel/auditfilter.c: fix leak in audit_add_rule() error path
Chen Gang
1
-0
/
+6
2013-07-09
kernel/auditfilter.c: fixing build warning
Raphael S. Carvalho
1
-1
/
+1
2013-07-09
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...
Jeff Layton
2
-3
/
+10
2013-07-07
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
15
-540
/
+1223
2013-07-06
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
3
-401
/
+186
2013-07-06
hrtimer: Remove unused variable
Thomas Gleixner
1
-2
/
+0
2013-07-05
hrtimers: Move SMP function call to thread context
Thomas Gleixner
1
-22
/
+15
2013-07-05
clocksource: Reselect clocksource when watchdog validated high-res capability
Thomas Gleixner
1
-15
/
+42
2013-07-05
Merge branch 'timers/posix-cpu-timers-for-tglx' of
Thomas Gleixner
38
-527
/
+691
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-07-04
posix-cpu-timers: don't account cpu timer after stopped thread runtime accoun...
KOSAKI Motohiro
1
-3
/
+36
2013-07-04
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
10
-67
/
+107
2013-07-04
kernel/resource.c: remove the unneeded assignment in function __find_resource
Kevin Hao
1
-1
/
+0
2013-07-04
kernel/pid.c: move statement
Raphael S. Carvalho
1
-1
/
+1
2013-07-04
kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks
Oleg Nesterov
1
-17
/
+16
2013-07-04
kernel/fork.c:copy_process(): don't add the uninitialized child to thread/tas...
Oleg Nesterov
2
-11
/
+17
2013-07-04
kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code
Oleg Nesterov
1
-8
/
+7
2013-07-04
fork: reorder permissions when violating number of processes limits
Eric Paris
1
-2
/
+2
2013-07-04
exit.c: unexport __set_special_pids()
Oleg Nesterov
2
-12
/
+12
2013-07-04
usermodehelper: kill the sub_info->path[0] check
Oleg Nesterov
1
-8
/
+3
2013-07-04
ptrace: add ability to get/set signal-blocked mask
Andrey Vagin
1
-2
/
+42
2013-07-04
kprobes: handle empty/invalid input to debugfs "enabled" file
Mathias Krause
1
-0
/
+3
2013-07-04
kernel/sys.c:do_sysinfo(): use get_monotonic_boottime()
Oleg Nesterov
1
-2
/
+1
2013-07-04
kernel/sys.c: sys_reboot(): fix malformed panic message
liguang
1
-1
/
+1
2013-07-04
drivers: avoid parsing names as kthread_run() format strings
Kees Cook
1
-1
/
+1
2013-07-04
mm: use totalram_pages instead of num_physpages at runtime
Jiang Liu
1
-2
/
+2
2013-07-04
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-29
/
+60
2013-07-03
posix_timers: fix racy timer delta caching on task exit
Frederic Weisbecker
1
-11
/
+11
2013-07-03
posix-timers: correctly get dying task time sample in posix_cpu_timer_schedule()
Frederic Weisbecker
1
-0
/
+1
2013-07-03
posix_cpu_timers: consolidate expired timers check
Frederic Weisbecker
1
-85
/
+33
2013-07-03
posix_cpu_timers: consolidate timer list cleanups
Frederic Weisbecker
1
-29
/
+19
2013-07-03
posix_cpu_timer: consolidate expiry time type
Frederic Weisbecker
1
-160
/
+106
2013-07-03
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-191
/
+287
2013-07-03
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-656
/
+880
2013-07-03
Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-1
/
+45
2013-07-03
Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2013-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
14
-858
/
+819
2013-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-131
/
+350
2013-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-68
/
+294
2013-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-1208
/
+154
2013-07-03
Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-32
/
+352
2013-07-03
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-5
/
+20
[next]