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
starfive-6.6.48-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-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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-120
/
+294
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
module: cleanup call chain.
Rusty Russell
1
-19
/
+16
2013-07-03
module: do percpu allocation after uniqueness check. No, really!
Rusty Russell
1
-16
/
+18
2013-07-03
tracing: Make tracing_open_generic_{tr,tc}() static
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-07-03
tracing: Remove ftrace() function
zhangwei(Jovi)
2
-14
/
+0
2013-07-03
tracing: Remove TRACE_EVENT_TYPE enum definition
zhangwei(Jovi)
1
-6
/
+0
2013-07-03
tracing: Make tracer_tracing_{off,on,is_on}() static
Steven Rostedt (Red Hat)
1
-3
/
+3
2013-07-03
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
1
-4
/
+17
2013-07-03
uprobes: Fix return value in error handling path
zhangwei(Jovi)
1
-1
/
+3
2013-07-03
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
1
-6
/
+17
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
2013-07-03
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2
-4
/
+54
2013-07-02
Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2013-07-02
Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+88
2013-07-02
tracing: Get trace_array ref counts when accessing trace files
Steven Rostedt (Red Hat)
1
-9
/
+112
2013-07-02
tracing: Add trace_array_get/put() to handle instance refs better
Steven Rostedt (Red Hat)
1
-18
/
+65
2013-07-02
tick: Sanitize broadcast control logic
Thomas Gleixner
2
-12
/
+61
2013-07-02
tick: Prevent uncontrolled switch to oneshot mode
Thomas Gleixner
1
-1
/
+9
2013-07-02
tick: Make oneshot broadcast robust vs. CPU offlining
Thomas Gleixner
1
-2
/
+11
2013-07-02
modules: don't fail to load on unknown parameters.
Rusty Russell
1
-1
/
+12
[prev]
[next]