summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-04-25 11:25:34 +0200
committerRalf Baechle <ralf@linux-mips.org>2009-05-14 13:50:29 +0100
commitbb86bf28aec6d0a207ae09f38a43e94133d4d6db (patch)
tree34bd8f653eb10dc4eb82aa8ef2576475346070e1 /tools/perf/scripts/python/bin/stackcollapse-record
parent0b54352600b820a6d25f151cbd8975ed9b2aeb09 (diff)
downloadkernel-bb86bf28aec6d0a207ae09f38a43e94133d4d6db.tar.gz
MIPS: Fix highmem.
Commit 351336929ccf222ae38ff0cb7a8dd5fd5c6236a0 (kernel.org) rsp. b3594a089f1c17ff919f8f78505c3f20e1f6f8ce (linux-mips.org): > From: Chris Dearman <chris@mips.com> > Date: Wed, 19 Sep 2007 00:58:24 +0100 > Subject: [PATCH] [MIPS] Allow setting of the cache attribute at run time. > > Slightly tacky, but there is a precedent in the sparc archirecture code. introduces the variable _page_cachable_default, which defaults to zero and. is used to create the prototype PTE for __kmap_atomic in arch/mips/mm/init.c:kmap_init before initialization in arch/mips/mm/c-r4k.c:coherency_setup, so the default value of 0 will be used as the CCA of kmap atomic pages which on many processors is not a defined CCA value and may result in writes to kmap_atomic pages getting corrupted. Debugged by Jon Fraser (jfraser@broadcom.com). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
/kernel/commit/drivers/media/cec?id=3689f9f8b0c52dfd8f5995e4b58917f8f3ac3ee3'>Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds 2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov 2021-12-07media: cec: fix a deadlock situationHans Verkuil 2021-12-07media: cec-pin: fix interrupt en/disable handlingHans Verkuil 2021-12-07media: cec-pin: drop unused 'enabled' field from struct cec_pinHans Verkuil 2021-12-07Merge tag 'v5.16-rc4' into media_treeMauro Carvalho Chehab 2021-11-30media: cec: safely unhook lists in cec_dataHans Verkuil 2021-11-10media: cec: copy sequence field for the replyHans Verkuil 2021-10-05media: CEC: keep related menu entries togetherRandy Dunlap 2021-09-30media: cec-pin: fix off-by-one SFT checkHans Verkuil 2021-09-30media: stm32-cec: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing 2021-09-30media: stih-cec: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing 2021-09-30media: cec: s5p_cec: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing 2021-09-30media: cec: ao-cec: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing 2021-08-04media: tegra-cec: Handle errors of clk_prepare_enable()Evgeny Novikov 2021-08-04media: cec-pin: rename timer overrun variablesDeborah Brouwer 2021-07-22media: platform: stm32: unprepare clocks at handling errors in probeEvgeny Novikov 2021-05-10media: s5p: fix pm_runtime_get_sync() usage countMauro Carvalho Chehab 2021-05-10media: s5p_cec: decrement usage count if disabledMauro Carvalho Chehab 2021-04-06media: cec/core: clarify rx-arb-lost usage messageHans Verkuil 2021-03-22media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil 2021-03-11media: cec-notifier: also search for HDMI devices on I2CJohan Fjeldtvedt 2021-02-01Merge tag 'v5.11-rc6' into patchworkMauro Carvalho Chehab 2021-01-26media: cec: add stm32 driverYannick Fertre 2021-01-12media: cec: fix trivial style warningsNigel Christian 2021-01-04media: cec: add EPOLLPRI in poll() when dev is unregisteredHans Verkuil