summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/perf_cpum_cf.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09s390/cpum_cf: make crypto counters upward compatible across machine typesThomas Richter1-1/+1
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-1/+1
2023-07-04s390/cpum_cf: remove unneeded debug statementsThomas Richter1-30/+2
2023-06-22s390/cpum_cf: rework PER_CPU_DEFINE of struct cpu_cf_eventsThomas Richter1-117/+332
2023-06-20s390/cpum_cf: open access to hwctr device for CAP_PERFMON privileged processThomas Richter1-1/+2
2023-04-19s390/cpum_cf: remove function validate_ctr_auth() by inline codeThomas Richter1-22/+9
2023-04-19s390/cpum_cf: provide counter number to validate_ctr_version()Thomas Richter1-10/+8
2023-04-19s390/cpum_cf: introduce static CPU counter facility informationThomas Richter1-67/+65
2023-04-13s390/cpum_cf: simplify pr_err() statement in cpumf_pmu_enable/disableThomas Richter1-14/+8
2023-04-13s390/cpum_cf: remove unnecessary copy_from_user callThomas Richter1-5/+1
2023-04-13s390/cpum_cf: log bad return code of function cfset_all_copyThomas Richter1-6/+9
2023-02-22Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-25/+283
2023-01-25s390/cpum_cf: simplify PMC_INIT and PMC_RELEASE usageThomas Richter1-11/+7
2023-01-25s390/cpum_cf: merge source files for CPU Measurement counter facilityThomas Richter1-8/+206
2023-01-25s390/cpum_cf: remove in-kernel counting facility interfaceThomas Richter1-1/+1
2023-01-25s390/cpum_cf: move stccm_avail()Thomas Richter1-0/+6
2023-01-25s390/cpum_cf: move cpum_cf_ctrset_size()Thomas Richter1-0/+47
2023-01-25s390/cpum_cf: simplify hw_perf_event_destroy()Thomas Richter1-6/+4
2023-01-18perf/core: Add perf_sample_save_raw_data() helperNamhyung Kim1-3/+1
2023-01-09s390/cpumf: support user space events for countingThomas Richter1-11/+24
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim1-0/+1
2022-06-23s390/cpumf: Handle events cycles and instructions identicalThomas Richter1-1/+21
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik1-6/+5
2021-11-08s390/cpumf: cpum_cf PMU displays invalid value after hotplug removeThomas Richter1-1/+3
2021-10-26s390/cpumf: Allow multiple processes to access /dev/hwcThomas Richter1-78/+150
2021-09-07s390/cpum_cf: move array from header to C fileHeiko Carstens1-0/+8
2021-08-05s390: replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-2/+2
2021-07-20s390/cpumf: fix semicolon.cocci warningskernel test robot1-1/+1
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter1-31/+995
2021-06-07s390/cpumf: remove WARN_ON_ONCE in counter start handlerThomas Richter1-7/+1
2021-06-07s390/cpumf: remove counter transaction call backsThomas Richter1-84/+0
2021-04-30s390/cpumf: remove call to perf_event_update_userpageThomas Richter1-4/+0
2021-04-30s390/cpumf: beautify if-then-else indentationThomas Richter1-5/+3
2021-03-08s390/cpumf: remove unneeded semicolonJiapeng Chong1-1/+1
2019-11-20s390/cpumf: Adjust registration of s390 PMU device driversThomas Richter1-11/+10
2019-03-29s390/cpum_cf: Add support for CPU-MF SVN 6Thomas Richter1-4/+11
2019-02-22s390/cpum_cf: Handle EBUSY return code from CPU counter facility reservationThomas Richter1-1/+3
2019-02-22s390/cpum_cf: move common functions into a separate fileHendrik Brueckner1-181/+3
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_avail() functionHendrik Brueckner1-3/+17
2019-02-22s390/cpum_cf: introduce kernel_cpumcf_alert() to obtain measurement alertsHendrik Brueckner1-0/+18
2019-02-22s390/cpu_mf: move struct cpu_cf_events and per-CPU variable to header fileHendrik Brueckner1-9/+2
2019-02-22s390/cpum_cf: rename per-CPU counter facility structure and variablesHendrik Brueckner1-20/+20
2019-02-22s390/cpum_cf: prepare for in-kernel counter measurementsHendrik Brueckner1-6/+26
2019-02-22s390/cpum_cf: move counter set controls to a new header fileHendrik Brueckner1-42/+3
2018-11-14s390/cpum_cf: Reject request for sampling in event initializationThomas Richter1-0/+2
2018-11-08s390/perf: Change CPUM_CF return code in event init functionThomas Richter1-1/+1
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-03-31s390/cpum_cf: make hw_perf_event_update() a void functionHendrik Brueckner1-4/+2