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
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
perf/core: Bail out early if the request AUX area is out of bound
Shuai Xue
1
-0
/
+6
2023-11-02
perf/core: Fix potential NULL deref
Peter Zijlstra
1
-1
/
+2
2023-10-25
perf: Disallow mis-matched inherited group reads
Peter Zijlstra
1
-6
/
+33
2023-08-11
perf: Fix function pointer case
Peter Zijlstra
1
-2
/
+6
2023-05-11
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
1
-2
/
+2
2023-04-13
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
1
-1
/
+1
2023-03-30
perf: fix perf_event_context->time
Song Liu
1
-1
/
+1
2023-03-30
perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...
Yang Jihong
1
-1
/
+1
2023-03-22
perf: Fix check before add_event_to_groups() in perf_group_detach()
Budimir Markovic
1
-1
/
+1
2023-01-07
perf/core: Call LSM hook after copying perf_event_attr
Namhyung Kim
1
-3
/
+3
2022-12-31
perf: Fix possible memleak in pmu_dev_alloc()
Chen Zhongjin
1
-3
/
+5
2022-12-04
Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+13
2022-11-29
Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+1
2022-11-29
perf: Fix perf_pending_task() UaF
Peter Zijlstra
1
-4
/
+13
2022-11-24
perf: Consider OS filter fail
Peter Zijlstra
1
-2
/
+22
2022-11-24
perf: Fixup SIGTRAP and sample_flags interaction
Peter Zijlstra
1
-1
/
+4
2022-11-15
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
1
-1
/
+1
2022-11-08
perf: Improve missing SIGTRAP checking
Marco Elver
1
-6
/
+19
2022-11-02
perf/hw_breakpoint: test: Skip the test if dependencies unmet
David Gow
1
-2
/
+2
2022-10-27
perf: Fix missing raw data on tracepoint events
James Clark
1
-0
/
+1
2022-10-17
perf: Fix missing SIGTRAPs
Peter Zijlstra
2
-39
/
+114
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-18
/
+24
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-185
/
+885
2022-10-04
perf/hw_breakpoint: Annotate tsk->perf_event_mutex vs ctx->mutex
Peter Zijlstra
1
-1
/
+11
2022-10-04
perf: Fix pmu_filter_match()
Peter Zijlstra
1
-3
/
+9
2022-10-04
mm/madvise: add file and shmem support to MADV_COLLAPSE
Zach O'Keefe
1
-1
/
+1
2022-10-04
uprobes: use new_folio in __replace_page()
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-10-04
uprobes: use folios more widely in __replace_page()
Matthew Wilcox (Oracle)
1
-9
/
+10
2022-09-29
perf/x86/amd: Support PERF_SAMPLE_PHY_ADDR
Ravi Bangoria
1
-1
/
+2
2022-09-27
perf, hw_breakpoint: Fix use-after-free if perf_event_open() fails
Marco Elver
1
-3
/
+1
2022-09-27
perf: Use sample_flags for raw_data
Namhyung Kim
1
-1
/
+2
2022-09-27
perf: Use sample_flags for addr
Namhyung Kim
1
-0
/
+5
2022-09-27
perf: use VMA iterator
Matthew Wilcox (Oracle)
2
-4
/
+8
2022-09-21
perf/core: Convert snprintf() to scnprintf()
Jules Irenge
1
-3
/
+3
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
1
-2
/
+10
2022-09-13
perf: Use sample_flags for callchain
Namhyung Kim
1
-1
/
+1
2022-09-07
perf: Add a few assertions
Peter Zijlstra
1
-0
/
+2
2022-09-07
perf: Consolidate branch sample filter helpers
Anshuman Khandual
1
-7
/
+2
2022-09-06
perf: Use sample_flags for txn
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for data_src
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for weight
Kan Liang
1
-0
/
+3
2022-09-06
perf: Use sample_flags for branch stack
Kan Liang
1
-2
/
+2
2022-09-06
perf: Add sample_flags to indicate the PMU-filled sample data
Kan Liang
1
-6
/
+11
2022-09-06
perf/core: Fix reentry problem in perf_output_read_group()
Yang Jihong
1
-0
/
+9
2022-08-30
perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targets
Marco Elver
1
-31
/
+124
2022-08-30
perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...
Marco Elver
1
-4
/
+53
2022-08-30
perf/hw_breakpoint: Introduce bp_slots_histogram
Marco Elver
1
-33
/
+63
2022-08-30
perf/hw_breakpoint: Reduce contention with large number of tasks
Marco Elver
1
-28
/
+133
2022-08-30
perf/hw_breakpoint: Remove useless code related to flexible breakpoints
Marco Elver
1
-40
/
+17
2022-08-30
perf/hw_breakpoint: Make hw_breakpoint_weight() inlinable
Marco Elver
1
-1
/
+3
[next]