summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2013-04-29 15:08:08 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-29 15:54:36 -0700
commit3c743a7f7b682dedef188664514c0ea82e232742 (patch)
tree4a59fedfc7afd91cddac218fe1898224d32d0cd4 /tools/perf/scripts/python/flamegraph.py
parent6e259e7dc482d4d5e2701259ddc85ffebd957502 (diff)
downloadkernel-3c743a7f7b682dedef188664514c0ea82e232742.tar.gz
fs/proc/kcore.c: use register_hotmemory_notifier()
Saves an ifdef, no code size changes Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
gness 2024-04-09serial: amba-pl011: move variable into CONFIG_DMA_ENGINE conditionalLino Sanfilippo 2024-04-09serial: amba-pl011: get rid of useless wrapper pl011_get_rs485_mode()Lino Sanfilippo 2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE) 2024-03-02serial: amba-pl011: Use uart_prepare_sysrq_char().Sebastian Andrzej Siewior 2024-02-19serial: amba-pl011: Fix DMA transmission in RS485 modeLino Sanfilippo 2023-12-15tty: serial: amba-pl011: factor QDF2400 SoC erratum 44 out of probeThéo Lebrun 2023-12-15tty: serial: amba-pl011: unindent pl011_console_get_options function bodyThéo Lebrun 2023-12-15tty: serial: amba-pl011: fix miscellaneous checkpatch warningsThéo Lebrun 2023-12-15tty: serial: amba-pl011: fix formatting of conditionsThéo Lebrun 2023-12-15tty: serial: amba-pl011: avoid quoted string split across linesThéo Lebrun 2023-12-15tty: serial: amba-pl011: replace TIOCMBIT macros by static functionsThéo Lebrun 2023-12-15tty: serial: amba-pl011: fix whitespace formattingThéo Lebrun 2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman 2023-11-23ARM: PL011: Fix DMA supportArnd Bergmann 2023-11-23serial: amba-pl011: convert not to use dma_request_slave_channel()Christophe JAILLET 2023-11-23serial: amba-pl011: Convert to platform remove callback returning voidUwe Kleine-König 2023-10-03serial: amba-pl011: Do not complain when DMA is absentFabio Estevam 2023-09-18serial: amba-pl011: Use port lock wrappersThomas Gleixner 2023-07-25tty: Explicitly include correct DT includesRob Herring 2023-07-25serial: drivers: switch ch and flag to u8Jiri Slaby 2023-05-13serial: pl011: set UART011_CR_RXE in pl011_set_termios after port shutdownHongyu Xie