summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/perf_cpum_sf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/cpum_sf: Simplify release of SDBs and SDBTsThomas Richter2024-11-211-25/+13
* s390/perf_cpum_sf: Convert to use try_cmpxchg128()Heiko Carstens2024-11-121-15/+9
* s390/cpum_sf: Fix and protect memory allocation of SDBs with mutexThomas Richter2024-10-311-1/+1
* s390/cpum_sf: Rework call to sf_disable()Thomas Richter2024-10-291-2/+1
* s390/cpum_sf: Handle CPU hotplug remove during samplingThomas Richter2024-10-291-1/+3
* s390/cpum_sf: Fix format string in pr_err()Thomas Richter2024-10-291-1/+1
* s390/cpum_sf: Use sf_buffer_available()Thomas Richter2024-10-291-2/+2
* s390/cpum_sf: Consistently use goto out for function exitThomas Richter2024-10-291-1/+1
* s390/cpum_sf: Do not re-enable event after deletionThomas Richter2024-10-291-19/+19
* s390/cpum_sf: Set bit PMU_F_ENABLED enabled after lpp() invocationThomas Richter2024-10-101-4/+1
* s390/cpum_sf: Remove WARN_ON_ONCE statementsThomas Richter2024-08-221-8/+4
* s390/cpum_sf: Rework debug_sprintf_event() messagesThomas Richter2024-08-221-137/+10
* s390/cpum_sf: Ignore qsi() return codeThomas Richter2024-08-211-51/+28
* s390/cpum_sf: Ignore lsctl() return code in sf_disable()Thomas Richter2024-08-211-6/+5
* s390/cpum_sf: Use variable name cpuhw consistentlyThomas Richter2024-08-071-6/+6
* s390/cpum_sf: Define and initialize variableThomas Richter2024-08-071-3/+2
* s390/cpum_sf: Use hwc as variable consistentlyThomas Richter2024-08-071-2/+2
* s390/cpum_sf: Move defines from header file to source fileThomas Richter2024-08-071-0/+16
* s390/cpum_sf: Rename macro to consistent prefixThomas Richter2024-08-071-2/+2
* s390/cpum_sf: Remove unused defines REG_NONE and REG_OVERFLOWThomas Richter2024-08-071-4/+0
* s390/cpum_sf: Use refcount_t instead of atomic_tThomas Richter2024-08-071-17/+12
* s390: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-1/+1
* s390/cpum_sf: remove check on CPU being onlineThomas Richter2023-07-041-4/+0
* s390/cpum_sf: handle casts consistentlyThomas Richter2023-07-041-13/+13
* s390/cpum_sf: remove unnecessary debug statementThomas Richter2023-07-041-3/+0
* s390/cpum_sf: remove parameter in call to pr_errThomas Richter2023-07-041-4/+2
* s390/cpum_sf: simplify function setup_pmu_cpuThomas Richter2023-07-041-10/+5
* s390: fix various typosHeiko Carstens2023-07-031-1/+1
* s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-1/+1
* s390/mm: do not include <asm-generic/io.h> directlyBaoquan He2023-06-281-1/+1
* s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra2023-06-051-13/+3
* s390/cpum_sf: remove flag PERF_CPUM_SF_FULL_BLOCKSThomas Richter2023-03-271-12/+2
* s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens2023-02-281-6/+3
* Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-02-221-43/+105
|\
| * s390/cpum_sf: diagnostic sampling buffer setup to handle virtual addressesThomas Richter2023-01-221-8/+6
| * s390/cpum_sf: rework macro AUX_SDB_NUM_xxxThomas Richter2023-01-221-13/+29
| * s390/cpum_sf: sampling buffer setup to handle virtual addressesThomas Richter2023-01-221-19/+21
| * s390/cpum_sf: remove debug statements from function setup_pmc_cpuThomas Richter2023-01-221-6/+0
| * s390/cpum_sf: move functions from header file to source fileThomas Richter2023-01-221-0/+52
* | perf/core: Introduce perf_prepare_header()Namhyung Kim2023-01-181-1/+2
|/
* s390/cpum_sf: add READ_ONCE() semantics to compare and swap loopsHeiko Carstens2023-01-111-39/+62
* s390/cpumf: Support for CPU Measurement Sampling Facility LS bitThomas Richter2022-01-171-1/+1
* s390/time: convert tod_clock_base to unionHeiko Carstens2021-02-131-1/+1
* Merge tag 's390-5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-11-171-1/+1
|\
| * s390/cpum_sf.c: fix file permission for cpum_sfb_sizeThomas Richter2020-11-121-1/+1
* | perf: Reduce stack usage of perf_output_begin()Peter Zijlstra2020-11-091-1/+1
|/
* s390/cpum_sf: prohibit callchain data collectionThomas Richter2020-07-011-1/+10
* s390/cpum_sf: Fix wrong page count in error messageThomas Richter2020-03-251-1/+3
* s390/cpum_sf: Rework sampling buffer allocationThomas Richter2020-02-171-19/+21
* s390/cpum_sf: Use DIV_ROUND_UPThomas Richter2020-01-221-1/+1