index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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-07-27
genirq/affinity: Make affinity setting if activated opt-in
Thomas Gleixner
1
-1
/
+5
2020-07-27
locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs
peterz@infradead.org
1
-1
/
+7
2020-07-27
Merge 5.8-rc7 into driver-core-next
Greg Kroah-Hartman
2
-11
/
+16
2020-07-27
Merge back cpufreq material for v5.9.
Rafael J. Wysocki
1
-5
/
+1
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
2
-11
/
+16
2020-07-27
genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...
John Stultz
1
-1
/
+2
2020-07-27
irqdomain: Export irq_domain_update_bus_token
John Stultz
1
-0
/
+1
2020-07-27
genirq/irqdomain: Remove redundant NULL pointer check on fwnode
Zenghui Yu
1
-1
/
+1
2020-07-27
signal: fix typo in dequeue_synchronous_signal()
Pavel Machek
1
-1
/
+1
2020-07-26
entry: Correct 'noinstr' attributes
Ingo Molnar
1
-2
/
+2
2020-07-26
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
1
-0
/
+5
2020-07-26
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
1
-5
/
+4
2020-07-26
bpf/local_storage: Fix build without CONFIG_CGROUP
YiFei Zhu
1
-2
/
+2
2020-07-26
bpf: Make cgroup storages shared between programs on the same cgroup
YiFei Zhu
3
-139
/
+156
2020-07-26
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2
-0
/
+21
2020-07-26
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
2
-20
/
+168
2020-07-26
bpf: Implement bpf iterator for array maps
Yonghong Song
2
-2
/
+142
2020-07-26
bpf: Implement bpf iterator for hash maps
Yonghong Song
2
-1
/
+217
2020-07-26
bpf: Implement bpf iterator for map elements
Yonghong Song
2
-17
/
+98
2020-07-26
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2
-6
/
+98
2020-07-26
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2
-2
/
+2
2020-07-26
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
4
-14
/
+30
2020-07-26
bpf: Add bpf_prog iterator
Alexei Starovoitov
3
-1
/
+123
2020-07-26
bpf: Fix pos computation for bpf_iter seq_ops->start()
Yonghong Song
2
-12
/
+10
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-62
/
+193
2020-07-25
Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-07-25
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
18
-201
/
+450
2020-07-25
locking/lockdep: Fix overflow in presentation of average lock-time
Chris Wilson
1
-1
/
+1
2020-07-25
sched/uclamp: Remove unnecessary mutex_init()
Qinglang Miao
1
-2
/
+0
2020-07-24
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
1
-1
/
+1
2020-07-24
uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...
Oleg Nesterov
1
-1
/
+1
2020-07-24
entry: Provide infrastructure for work before transitioning to guest mode
Thomas Gleixner
2
-1
/
+53
2020-07-24
entry: Provide generic interrupt entry/exit code
Thomas Gleixner
1
-0
/
+117
2020-07-24
entry: Provide generic syscall exit function
Thomas Gleixner
1
-0
/
+169
2020-07-24
entry: Provide generic syscall entry functionality
Thomas Gleixner
3
-0
/
+101
2020-07-24
sched: Warn if garbage is passed to default_wake_function()
Chris Wilson
1
-0
/
+1
2020-07-24
timers: Recalculate next timer interrupt only when necessary
Frederic Weisbecker
1
-3
/
+18
2020-07-23
tracefs: Remove unnecessary debug_fs checks.
Peter Enderborg
1
-3
/
+1
2020-07-23
padata: remove padata_parallel_queue
Daniel Jordan
1
-26
/
+20
2020-07-23
padata: fold padata_alloc_possible() into padata_alloc()
Daniel Jordan
1
-28
/
+5
2020-07-23
padata: remove effective cpumasks from the instance
Daniel Jordan
1
-27
/
+3
2020-07-23
padata: inline single call of pd_setup_cpumasks()
Daniel Jordan
1
-23
/
+9
2020-07-23
padata: remove stop function
Daniel Jordan
1
-14
/
+0
2020-07-23
padata: remove start function
Daniel Jordan
1
-25
/
+1
2020-07-22
arch_topology, sched/core: Cleanup thermal pressure definition
Valentin Schneider
1
-11
/
+0
2020-07-22
smp: Fix a potential usage of stale nr_cpus
Muchun Song
1
-2
/
+1
2020-07-22
sched/fair: update_pick_idlest() Select group with lowest group_util when idl...
Peter Puhov
1
-1
/
+7
2020-07-22
sched: nohz: stop passing around unused "ticks" parameter.
Paul Gortmaker
2
-2
/
+2
2020-07-22
sched: Better document ttwu()
Peter Zijlstra
2
-25
/
+173
2020-07-22
Merge branch 'sched/urgent'
Peter Zijlstra
18
-195
/
+411
[prev]
[next]