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
2023-06-23
Merge tag 'cgroup-for-6.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-5
/
+23
2023-06-22
Revert "cgroup: Avoid -Wstringop-overflow warnings"
Tejun Heo
1
-6
/
+0
2023-06-22
tracing/boot: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-06-22
tracing/timerlat: Add user-space interface
Daniel Bristot de Oliveira
2
-5
/
+377
2023-06-22
tracing/osnoise: Skip running osnoise if all instances are off
Daniel Bristot de Oliveira
1
-3
/
+28
2023-06-22
tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
Daniel Bristot de Oliveira
1
-0
/
+68
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
1
-0
/
+37
2023-06-22
kbuild: generate KSYMTAB entries by modpost
Masahiro Yamada
1
-0
/
+12
2023-06-22
hrtimer: Add missing sparse annotations to hrtimer locking
Ben Dooks
1
-0
/
+3
2023-06-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-14
/
+21
2023-06-21
cgroup/misc: Expose misc.current on cgroup v2 root
LeiZhou-97
1
-1
/
+0
2023-06-21
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-0
/
+6
2023-06-21
Merge tag 'timers-urgent-2023-06-21' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-13
/
+13
2023-06-21
cgroup: remove obsolete comment on cgroup_on_dfl()
Miaohe Lin
1
-2
/
+0
2023-06-21
Merge branch irq/misc-6.5 into irq/irqchip-next
Marc Zyngier
1
-0
/
+2
2023-06-21
bpf: Force kprobe multi expected_attach_type for kprobe_multi link
Jiri Olsa
1
-0
/
+5
2023-06-21
bpf/btf: Accept function names that contain dots
Florent Revest
1
-12
/
+8
2023-06-21
function_graph: Support recording and printing the return value of function
Donglin Peng
5
-11
/
+148
2023-06-21
fgraph: Add declaration of "struct fgraph_ret_regs"
Steven Rostedt (Google)
1
-0
/
+3
2023-06-21
Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-84
/
+208
2023-06-20
watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64
Petr Mladek
1
-1
/
+1
2023-06-20
watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific
Petr Mladek
1
-1
/
+1
2023-06-20
watchdog/hardlockup: move SMP barriers from common code to buddy code
Douglas Anderson
2
-6
/
+21
2023-06-20
watchdog/buddy: don't copy the cpumask in watchdog_next_cpu()
Douglas Anderson
1
-3
/
+2
2023-06-20
watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is called
Douglas Anderson
2
-9
/
+8
2023-06-20
watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()
Douglas Anderson
1
-1
/
+3
2023-06-20
watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
Douglas Anderson
1
-1
/
+1
2023-06-20
watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...
Douglas Anderson
1
-13
/
+0
2023-06-20
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
1
-10
/
+20
2023-06-20
kernel: pid_namespace: remove unused set_memfd_noexec_scope()
YueHaibing
1
-1
/
+0
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-06-20
dma-mapping: force bouncing if the kmalloc() size is not cache-line-aligned
Catalin Marinas
2
-1
/
+6
2023-06-20
dma-mapping: name SG DMA flag helpers consistently
Robin Murphy
1
-1
/
+1
2023-06-20
scatterlist: add dedicated config for DMA flags
Robin Murphy
1
-0
/
+3
2023-06-20
perf/core: allow pte_offset_map() to fail
Hugh Dickins
1
-0
/
+4
2023-06-19
bpf: Keep BPF_PROG_LOAD permission checks clear of validations
Andrii Nakryiko
1
-12
/
+9
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
11
-35
/
+47
2023-06-19
bpf: Inline map creation logic in map_create() function
Andrii Nakryiko
1
-33
/
+24
2023-06-19
bpf: Move unprivileged checks into map_create() and bpf_prog_load()
Andrii Nakryiko
1
-15
/
+19
2023-06-18
tick/rcu: Fix bogus ratelimit condition
Wen Yang
1
-1
/
+1
2023-06-18
alarmtimer: Remove unnecessary (void *) cast
Li zeming
1
-1
/
+1
2023-06-18
alarmtimer: Remove unnecessary initialization of variable 'ret'
Li zeming
1
-1
/
+1
2023-06-18
posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS
Lukas Bulwahn
1
-1
/
+1
2023-06-18
posix-timers: Polish coding style in a few places
Thomas Gleixner
1
-7
/
+7
2023-06-18
posix-timers: Remove pointless comments
Thomas Gleixner
1
-25
/
+0
2023-06-18
posix-timers: Clarify posix_timer_fn() comments
Thomas Gleixner
1
-30
/
+32
2023-06-18
posix-timers: Clarify posix_timer_rearm() comment
Thomas Gleixner
1
-9
/
+3
2023-06-18
posix-timers: Comment SIGEV_THREAD_ID properly
Thomas Gleixner
1
-5
/
+2
2023-06-18
posix-timers: Add proper comments in do_timer_create()
Thomas Gleixner
1
-9
/
+11
2023-06-18
posix-timers: Document nanosleep() details
Thomas Gleixner
1
-2
/
+7
[prev]
[next]