summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorKai Krakow <kai@kaishome.de>2008-07-06 14:22:26 +0200
committerJeff Garzik <jgarzik@redhat.com>2008-07-11 09:38:24 -0400
commitedb804713ffb660ddad5dda5fb8f2addea7ad8c6 (patch)
tree50df398ad9aeb5b771951ba0aea7d6dee9e15c05 /tools/perf/scripts/python/stackcollapse.py
parentb344991ace21896a83694c86d132b8494a29f3be (diff)
downloadkernel-edb804713ffb660ddad5dda5fb8f2addea7ad8c6.tar.gz
Added Targa Visionary 1000 IDE adapter to pata_sis.c
This enables short 40-wire detection for my laptop thus enabling UDMA/100. Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
Kleen <andi@firstfloor.org> Cc: "H. Peter Anvin" <hpa@zytor.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> 2008-07-14[CRIS] Rename boot-linkscripts and fix the path to them.Jesper Nilsson This makes the CRIS-port directories follow the same naming convention as the rest of the kernel. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> 2008-06-30[CRISv10] Clean up compressed/misc.cJesper Nilsson Many minor fixes in whitespace and formatting. Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> 2008-06-30[CRIS] Correct image makefiles to allow using a separate OBJ-directory.Jesper Nilsson Make compile succeed when building with O= (srctree != objtree). Signed-off-by: Hinko Kocevar <hinko.kocevar@cetrtapot.si> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> 2008-06-29[CRIS] Build fixes for compressed and rescue images for v10 and v32:Jesper Nilsson - Use the normal cross gcc instead of using an elf specific cris toolchain. This removes the dependency of this second toolchain. - Use the normal cross objcopy instead of overriding it to use elf-toolchain. This allows compiling using "CROSS_COMPILE=$CRIS_GCC/cris-axis-linux-gnu-" instead of just "CROSS_COMPILE=$CRIS_GCC/cris-axis-linux-gnu/bin/" - Remove redundant rules for compiling, the implicit rules are sufficient. - Convert the arch/cris/arch-v10/boot/compressed/head.S to format accepted by the cris-axis-linux-gnu-gcc (registers must be prefixed with '$', remove explicit underscore on exported symbols) - Remove a number of unused (and duplicated) prototypes from arch/cris/arch-v10/boot/compressed/misc.c. - Correct memcpy and memset return values (actually return them!) Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> 2008-02-08CRIS v10: Break long lines in boot/rescue/head.SJesper Nilsson 2008-02-08CRIS v10: Remove CVS tag from boot/compressed/misc.cJesper Nilsson 2008-02-08CRIS v10: Correct and cleanup boot/rescue/testrescue.SJesper Nilsson - Correct include path for sv_addr_ag.h, should be asm/arch/ - Fix some whitespace errors. - Remove useless CVS id tag. 2008-02-08CRIS v10: Correct and cleanup boot/rescue/kimagerescue.SJesper Nilsson - Correct include path for sv_addr_ag.h, should be included from asm/arch/ - Remove useless CVS id tag. - Correct whitespace errors and some formatting. 2008-02-08CRIS v10: Change boot/rescue/Makefile to use ccflags-y, asflags-y and ldflags-y.Jesper Nilsson Replace EXTRA_CFLAGS with ccflags-y. Change ASFLAGS and LDFLAGS into asflags-y and ldflags-y, we only need these flags in this makefile. 2008-02-08CRIS v10: Update boot/compressed/Makefile to use ccflags-y and ldflags-yJesper Nilsson Replace use of EXTRA_CFLAGS with ccflags-y and LDFLAGS with ldflags-y, (we only need to change linker flags for this makefile) 2008-02-08CRIS v10: Update rescue head.sJesper Nilsson - Correct whitespace problems. - Add ifdef for ETRAX_AXISFLASHMAP to avoid compile error when not set. 2008-02-08CRIS v10: Update rescue Kbuild makefile.Jesper Nilsson - Remove old specific targets, use more generic ones instead. - Use if_changed to avoid creating new images when no change. Removes a lot of cruft. - Use EXTRA_CFLAGS instead of CFLAGS. 2008-02-08CRIS v10: Update boot/compressed Kbuild makefile.Jesper Nilsson - Remove old specific targets, use more generic ones instead. - Use if_changed to avoid creating new images when no change. - Use EXTRA_CFLAGS instead of CFLAGS. 2008-02-08CRIS v10: Update boot Kbuild makefile.Jesper Nilsson - Remove old specific targets, use more generic ones instead. 2007-10-20spelling fixes: arch/cris/Simon Arlott Spelling fixes in arch/cris/. Signed-off-by: Simon Arlott <simon@fire.lp0.eu> Signed-off-by: Adrian Bunk <bunk@kernel.org>