History log of /linux/arch/parisc/kernel/perf_event.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 8cc8ea22 10-Oct-2025 Linus Torvalds <torvalds@linux-foundation.org>

Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc updates from Helge Deller:
"Minor enhancements and fixes, specifically:

- report

Merge tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux

Pull parisc updates from Helge Deller:
"Minor enhancements and fixes, specifically:

- report emulation and alignment faults via perf

- add initial kernel-side support for perf_events

- small initialization fixes in the parisc firmware layer

- adjust TC* constants and avoid referencing termio structs to avoid
userspace build errors"

* tag 'parisc-for-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
parisc: Fix iodc and device path return values on old machines
parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machines
parisc: Add initial kernel-side perf_event support
parisc: Report software alignment faults via perf
parisc: Report emulation faults via perf
parisc: don't reference obsolete termio struct for TC* constants
parisc: Remove spurious if statement from raw_copy_from_user()

show more ...


# 610cb23b 07-Oct-2025 Helge Deller <deller@gmx.de>

parisc: Add initial kernel-side perf_event support

Signed-off-by: Helge Deller <deller@gmx.de>