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
2014-04-08
kernel/panic.c: display reason at end + pr_emerg
Fabian Frederick
1
-7
/
+6
2014-04-08
hung_task: check the value of "sysctl_hung_task_timeout_sec"
Liu Hua
1
-0
/
+6
2014-04-08
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...
Oleg Nesterov
1
-13
/
+9
2014-04-08
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
Oleg Nesterov
1
-13
/
+16
2014-04-08
wait: completely ignore the EXIT_DEAD tasks
Oleg Nesterov
1
-5
/
+6
2014-04-08
wait: use EXIT_TRACE only if thread_group_leader(zombie)
Oleg Nesterov
1
-10
/
+7
2014-04-08
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
1
-29
/
+21
2014-04-08
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
1
-4
/
+11
2014-04-08
kernel/exit.c: call proc_exit_connector() after exit_state is set
Guillaume Morin
1
-1
/
+1
2014-04-08
exit: move check_stack_usage() to the end of do_exit()
Oleg Nesterov
1
-1
/
+1
2014-04-08
exit: call disassociate_ctty() before exit_task_namespaces()
Oleg Nesterov
1
-4
/
+2
2014-04-08
res_counter: remove interface for locked charging and uncharging
David Rientjes
1
-11
/
+12
2014-04-08
mm, mempolicy: remove per-process flag
David Rientjes
1
-1
/
+0
2014-04-08
fork: collapse copy_flags into copy_process
David Rientjes
1
-10
/
+2
2014-04-08
mm: per-thread vma caching
Davidlohr Bueso
2
-4
/
+17
2014-04-08
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
2
-3
/
+23
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-6
/
+11
2014-04-06
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-0
/
+10
2014-04-04
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
14
-40
/
+35
2014-04-04
printk: fix one circular lockdep warning about console_lock
Jane Li
1
-0
/
+2
2014-04-04
printk: do not compute the size of the message twice
Petr Mladek
1
-1
/
+1
2014-04-04
printk: use also the last bytes in the ring buffer
Petr Mladek
1
-2
/
+2
2014-04-04
printk: add comment about tricky check for text buffer size
Petr Mladek
1
-0
/
+5
2014-04-04
printk: remove obsolete check for log level "c"
Petr Mladek
1
-2
/
+0
2014-04-04
kernel/resource.c: make reallocate_resource() static
Daeseok Youn
1
-1
/
+1
2014-04-04
kernel: audit/fix non-modular users of module_init in core code
Paul Gortmaker
6
-9
/
+7
2014-04-04
fs, kernel: permit disabling the uselib syscall
Josh Triplett
1
-0
/
+1
2014-04-04
kernel/groups.c: remove return value of set_groups
Wang YanQing
1
-12
/
+2
2014-04-04
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
Fabian Frederick
1
-0
/
+1
2014-04-04
drop_caches: add some documentation and info message
Dave Hansen
1
-2
/
+2
2014-04-04
mm: optimize put_mems_allowed() usage
Mel Gorman
1
-1
/
+1
2014-04-04
kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one
Ben Zhang
1
-8
/
+8
2014-04-04
kthread: ensure locality of task_struct allocations
Nishanth Aravamudan
1
-2
/
+2
2014-04-04
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
9
-2388
/
+1676
2014-04-03
Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
16
-463
/
+638
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-20
/
+11
2014-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-61
/
+58
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-04-03
Merge branch 'sched-idle-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-16
/
+134
2014-04-03
pid_namespace: pidns_get() should check task_active_pid_ns() != NULL
Oleg Nesterov
1
-1
/
+3
2014-04-02
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-57
/
+57
2014-04-02
Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-101
/
+81
2014-04-02
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-8
/
+4
2014-04-01
Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-20
/
+32
2014-04-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-37
/
+168
2014-04-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
13
-66
/
+290
2014-04-01
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-21
/
+11
2014-04-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2014-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+3
2014-04-01
Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...
Linus Torvalds
3
-56
/
+56
[next]