summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/perf_cpum_sf.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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
* s390/cpum_sf: Use kzalloc and minor changesThomas Richter2020-01-221-5/+4
* s390/cpum_sf: Convert debug trace to common layoutThomas Richter2020-01-221-26/+30
* s390/cpum_sf: Avoid SBD overflow condition in irq handlerThomas Richter2019-12-111-6/+0
* s390/cpum_sf: Adjust sampling interval to avoid hitting sample limitsThomas Richter2019-12-111-0/+16
* s390/cpum_sf: Check for SDBT and SDB consistencyThomas Richter2019-11-301-2/+15
* s390/cpum_sf: Use TEAR_REG macro consistantlyThomas Richter2019-11-301-8/+1
* s390/cpum_sf: Remove unnecessary check for pending SDBsThomas Richter2019-11-301-2/+1
* s390/cpum_sf: Replace function name in debug statementsThomas Richter2019-11-301-51/+56
* s390/cpum_sf: Assign error value to err variableThomas Richter2019-11-121-1/+2
* s390/cpum_sf: Replace function name in debug statementsThomas Richter2019-11-121-15/+15
* s390/cpum_sf: Use consistant debug print format for samplingThomas Richter2019-11-121-47/+44
* s390/cpumf: Fix indentation in sampling device driverThomas Richter2019-10-011-1/+1
* s390/cpumsf: Check for CPU Measurement samplingThomas Richter2019-10-011-0/+6
* s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIODThomas Richter2019-09-191-40/+125
* s390/cpum_sf: Fix line length and format stringThomas Richter2019-09-161-7/+13
* perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-3/+3
* s390/cpum_sf: Rework attribute definition for diagnostic samplingThomas Richter2018-11-021-5/+28
* s390/perf: Return error when debug_register failsThomas Richter2018-10-191-1/+5
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* | s390/cpum_sf: save TOD clock base in SDBs for time conversionHendrik Brueckner2018-07-311-1/+13
|/
* s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner2018-05-081-0/+4