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
/
arch
/
s390
/
kernel
/
perf_cpum_sf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
s390: Replace S390_lowcore by get_lowcore()
Sven Schnelle
1
-1
/
+1
2023-07-04
s390/cpum_sf: remove check on CPU being online
Thomas Richter
1
-4
/
+0
2023-07-04
s390/cpum_sf: handle casts consistently
Thomas Richter
1
-13
/
+13
2023-07-04
s390/cpum_sf: remove unnecessary debug statement
Thomas Richter
1
-3
/
+0
2023-07-04
s390/cpum_sf: remove parameter in call to pr_err
Thomas Richter
1
-4
/
+2
2023-07-04
s390/cpum_sf: simplify function setup_pmu_cpu
Thomas Richter
1
-10
/
+5
2023-07-03
s390: fix various typos
Heiko Carstens
1
-1
/
+1
2023-07-03
s390: include linux/io.h instead of asm/io.h
Heiko Carstens
1
-1
/
+1
2023-06-28
s390/mm: do not include <asm-generic/io.h> directly
Baoquan He
1
-1
/
+1
2023-06-05
s390/cpum_sf: Convert to cmpxchg128()
Peter Zijlstra
1
-13
/
+3
2023-03-27
s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKS
Thomas Richter
1
-12
/
+2
2023-02-28
s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchg
Heiko Carstens
1
-6
/
+3
2023-02-22
Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-43
/
+105
2023-01-22
s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addresses
Thomas Richter
1
-8
/
+6
2023-01-22
s390/cpum_sf: rework macro AUX_SDB_NUM_xxx
Thomas Richter
1
-13
/
+29
2023-01-22
s390/cpum_sf: sampling buffer setup to handle virtual addresses
Thomas Richter
1
-19
/
+21
2023-01-22
s390/cpum_sf: remove debug statements from function setup_pmc_cpu
Thomas Richter
1
-6
/
+0
2023-01-22
s390/cpum_sf: move functions from header file to source file
Thomas Richter
1
-0
/
+52
2023-01-18
perf/core: Introduce perf_prepare_header()
Namhyung Kim
1
-1
/
+2
2023-01-11
s390/cpum_sf: add READ_ONCE() semantics to compare and swap loops
Heiko Carstens
1
-39
/
+62
2022-01-17
s390/cpumf: Support for CPU Measurement Sampling Facility LS bit
Thomas Richter
1
-1
/
+1
2021-02-13
s390/time: convert tod_clock_base to union
Heiko Carstens
1
-1
/
+1
2020-11-17
Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+1
2020-11-12
s390/cpum_sf.c: fix file permission for cpum_sfb_size
Thomas Richter
1
-1
/
+1
2020-11-09
perf: Reduce stack usage of perf_output_begin()
Peter Zijlstra
1
-1
/
+1
2020-07-01
s390/cpum_sf: prohibit callchain data collection
Thomas Richter
1
-1
/
+10
2020-03-25
s390/cpum_sf: Fix wrong page count in error message
Thomas Richter
1
-1
/
+3
2020-02-17
s390/cpum_sf: Rework sampling buffer allocation
Thomas Richter
1
-19
/
+21
2020-01-22
s390/cpum_sf: Use DIV_ROUND_UP
Thomas Richter
1
-1
/
+1
2020-01-22
s390/cpum_sf: Use kzalloc and minor changes
Thomas Richter
1
-5
/
+4
2020-01-22
s390/cpum_sf: Convert debug trace to common layout
Thomas Richter
1
-26
/
+30
2019-12-11
s390/cpum_sf: Avoid SBD overflow condition in irq handler
Thomas Richter
1
-6
/
+0
2019-12-11
s390/cpum_sf: Adjust sampling interval to avoid hitting sample limits
Thomas Richter
1
-0
/
+16
2019-11-30
s390/cpum_sf: Check for SDBT and SDB consistency
Thomas Richter
1
-2
/
+15
2019-11-30
s390/cpum_sf: Use TEAR_REG macro consistantly
Thomas Richter
1
-8
/
+1
2019-11-30
s390/cpum_sf: Remove unnecessary check for pending SDBs
Thomas Richter
1
-2
/
+1
2019-11-30
s390/cpum_sf: Replace function name in debug statements
Thomas Richter
1
-51
/
+56
2019-11-12
s390/cpum_sf: Assign error value to err variable
Thomas Richter
1
-1
/
+2
2019-11-12
s390/cpum_sf: Replace function name in debug statements
Thomas Richter
1
-15
/
+15
2019-11-12
s390/cpum_sf: Use consistant debug print format for sampling
Thomas Richter
1
-47
/
+44
2019-10-01
s390/cpumf: Fix indentation in sampling device driver
Thomas Richter
1
-1
/
+1
2019-10-01
s390/cpumsf: Check for CPU Measurement sampling
Thomas Richter
1
-0
/
+6
2019-09-19
s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIOD
Thomas Richter
1
-40
/
+125
2019-09-16
s390/cpum_sf: Fix line length and format string
Thomas Richter
1
-7
/
+13
2019-02-06
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
1
-3
/
+3
2018-11-02
s390/cpum_sf: Rework attribute definition for diagnostic sampling
Thomas Richter
1
-5
/
+28
2018-10-19
s390/perf: Return error when debug_register fails
Thomas Richter
1
-1
/
+5
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-07-31
s390/cpum_sf: save TOD clock base in SDBs for time conversion
Hendrik Brueckner
1
-1
/
+13
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
1
-1
/
+1
[next]