summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-03-05 11:17:23 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2019-03-05 11:17:23 -0800
commit8feed3efa8022107bcb3432ac3ec9917e078ae70 (patch)
treed7074276e5657c1ba71cbcb08f730bf86bf24009 /tools/perf/scripts/python/bin/stackcollapse-record
parent3591b19511ed88e2e82f64b7d7bf54a5f8d10363 (diff)
parent6a5280012da50ae985da4acacc865d5e8bf30a48 (diff)
downloadkernel-8feed3efa8022107bcb3432ac3ec9917e078ae70.tar.gz
Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc updates from Helge Deller: "The most important changes in this patch set are: - DMA-related cleanups for parisc with the aim to move anything not required by drivers out of <asm/dma-mapping.h>, by Christoph Hellwig - Switch to memblock_alloc(), by Mike Rapoport - Makefile cleanups by Masahiro Yamada - Switch to bust_spinlocks(), by Sergey Senozhatsky - Improved initial SMP affinity selection for IRQs - Added IPI- and rescheduling interrupts in /proc/interrupts output" * 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: (21 commits) parisc: use memblock_alloc() instead of custom get_memblock() parisc: Add constants for various PDC firmware calls parisc: Add constant for PDC_PAT_COMPLEX firmware call parisc: Show machine product number during boot parisc: Add constants for PDC_RELOCATE PDC call parisc: Add PDC_CRASH_PREP PDC function number parisc: Use F_EXTEND() macro in iosapic code parisc: remove the HBA_DATA macro parisc/lba_pci: use container_of in LBA_DEV parisc/dino: use container_of in DINO_DEV parisc: properly type the return value of parisc_walk_tree parisc: properly type the iommu field in struct pci_hba_data parisc: turn GET_IOC into an inline function parisc: move internal implementation details out of <asm/dma-mapping.h> parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h> parisc: remove meaningless ccflags-y in arch/parisc/boot/Makefile parisc: replace oops_in_progress manipulation with bust_spinlocks() parisc: Improve initial IRQ to CPU assignment parisc: Count IPI function call interrupts parisc: Show rescheduling interrupts on SMP machines only ...
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
on in fw-management.cUri Arev 2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2022-05-05staging: greybus: correct typo in commentNickalas Cason 2022-04-26staging: greybus: tools: fix spellingVaibhav Nagare 2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki 2022-04-13staging: greybus: remove empty callback functionJaehee Park 2022-04-13staging: greybus: correct typo in commentJaehee Park 2022-04-12staging: greybus: pwm: Drop assignment to struct pwm_chip::baseUwe Kleine-König 2022-04-04staging: greybus: codecs: fix type confusion of list iterator variableJakob Koschel 2022-04-04staging: greybus: codecs: use dedicated list iterator variableJakob Koschel 2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2022-03-18staging: greybus: introduce pwm_ops::applySong Chen 2022-03-13Kbuild: add -Wno-shift-negative-value where -Wextra is usedArnd Bergmann 2022-03-02staging: greybus: gpio: Use generic_handle_irq_safe().Sebastian Andrzej Siewior 2022-02-15staging: greybus: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE) 2022-01-06staging: greybus: audio: Check null pointerJiasheng Jiang 2021-12-30staging: greybus: auto_manager: use default_groups in kobj_typeGreg Kroah-Hartman