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
2020-11-10
sched: Fix migrate_disable() vs rt/dl balancing
Peter Zijlstra
4
-29
/
+162
2020-11-10
sched, lockdep: Annotate ->pi_lock recursion
Peter Zijlstra
1
-0
/
+15
2020-11-10
sched,rt: Use the full cpumask for balancing
Peter Zijlstra
4
-8
/
+8
2020-11-10
sched,rt: Use cpumask_any*_distribute()
Peter Zijlstra
2
-6
/
+6
2020-11-10
sched/core: Make migrate disable and CPU hotplug cooperative
Thomas Gleixner
2
-6
/
+34
2020-11-10
sched: Fix migrate_disable() vs set_cpus_allowed_ptr()
Peter Zijlstra
1
-30
/
+206
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
2
-8
/
+110
2020-11-10
sched: Massage set_cpus_allowed()
Peter Zijlstra
3
-14
/
+26
2020-11-10
sched: Fix hotplug vs CPU bandwidth control
Peter Zijlstra
3
-6
/
+12
2020-11-10
sched/hotplug: Consolidate task migration on CPU unplug
Thomas Gleixner
2
-120
/
+43
2020-11-10
workqueue: Manually break affinity on hotplug
Peter Zijlstra
1
-0
/
+4
2020-11-10
sched/core: Wait for tasks being pushed away on hotplug
Thomas Gleixner
2
-1
/
+43
2020-11-10
sched/hotplug: Ensure only per-cpu kthreads run during hotplug
Peter Zijlstra
2
-3
/
+118
2020-11-10
sched: Fix balance_callback()
Peter Zijlstra
2
-44
/
+78
2020-11-10
stop_machine: Add function and caller debug info
Peter Zijlstra
2
-3
/
+25
2020-10-28
Merge tag 'trace-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+22
2020-10-27
tracing, synthetic events: Replace buggy strcat() with seq_buf operations
Steven Rostedt (VMware)
1
-14
/
+22
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
8
-9
/
+9
2020-10-25
kernel/sys.c: fix prototype of prctl_get_tid_address()
Rasmus Villemoes
1
-3
/
+3
2020-10-25
Merge tag 'timers-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+5
2020-10-25
Merge tag 'sched-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+12
2020-10-25
Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linux
Linus Torvalds
3
-7
/
+7
2020-10-25
Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+2
2020-10-24
Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
1
-0
/
+2
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
1
-7
/
+0
2020-10-24
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-5
/
+5
2020-10-24
Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
1
-2
/
+3
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-7
/
+5
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-17
/
+24
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-3
/
+0
2020-10-22
Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-12
/
+11
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2020-10-22
ring-buffer: Update the description for ring_buffer_wait
Qiujun Huang
1
-1
/
+1
2020-10-22
ring-buffer: Return 0 on success from ring_buffer_resize()
Qiujun Huang
1
-4
/
+4
2020-10-20
treewide: remove DISABLE_LTO
Sami Tolvanen
1
-3
/
+0
2020-10-20
futex: Adjust absolute futex timeouts with per time namespace offset
Andrei Vagin
1
-0
/
+5
2020-10-20
dma-mapping: move more functions to dma-map-ops.h
Christoph Hellwig
1
-1
/
+1
2020-10-20
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
1
-6
/
+5
2020-10-19
bpf: Remove unneeded break
Tom Rix
1
-1
/
+0
2020-10-19
cpufreq: schedutil: restore cached freq when next_f is not changed
Wei Wang
1
-2
/
+3
2020-10-19
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
20
-291
/
+1109
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
1
-0
/
+1
2020-10-18
pid: move pidfd_get_pid() to pid.c
Minchan Kim
2
-19
/
+19
2020-10-18
task_work: cleanup notification modes
Jens Axboe
4
-13
/
+23
2020-10-18
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2
-4
/
+1
2020-10-17
Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2
-8
/
+9
2020-10-17
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+1
2020-10-16
Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+4
2020-10-16
Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
8
-34
/
+68
[next]