Advertisement
Guest User

201008101430.log

a guest
Aug 10th, 2010
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. Install:
  2.  
  3. touch arch/arm/include/asm/perftypes.h
  4. git add -N arch/arm/include/asm/perftypes.h
  5. touch arch/arm/include/asm/remote_spinlock.h
  6. git add -N arch/arm/include/asm/remote_spinlock.h
  7. touch arch/arm/mm/vcm.c
  8. git add -N arch/arm/mm/vcm.c
  9. touch arch/arm/mm/vcm_alloc.c
  10. git add -N arch/arm/mm/vcm_alloc.c
  11. touch arch/arm/mm/vcm_mm.c
  12. git add -N arch/arm/mm/vcm_mm.c
  13. mkdir arch/arm/perfmon
  14. touch arch/arm/perfmon/cp15_registers.h
  15. git add -N arch/arm/perfmon/cp15_registers.h
  16. touch arch/arm/perfmon/Makefile
  17. git add -N arch/arm/perfmon/Makefile
  18. touch arch/arm/perfmon/mcrmrc.h
  19. git add -N arch/arm/perfmon/mcrmrc.h
  20. touch arch/arm/perfmon/per.c
  21. git add -N arch/arm/perfmon/per.c
  22. touch arch/arm/perfmon/per-axi.c
  23. git add -N arch/arm/perfmon/per-axi.c
  24. touch arch/arm/perfmon/per-axi.h
  25. git add -N arch/arm/perfmon/per-axi.h
  26. touch arch/arm/perfmon/perf.h
  27. git add -N arch/arm/perfmon/perf.h
  28. touch arch/arm/perfmon/perf-function-hooks.c
  29. git add -N arch/arm/perfmon/perf-function-hooks.c
  30. touch arch/arm/perfmon/perf-v7.c
  31. git add -N arch/arm/perfmon/perf-v7.c
  32. touch arch/arm/perfmon/per-process-perf.c
  33. git add -N arch/arm/perfmon/per-process-perf.c
  34.  
  35. Fix:
  36.  
  37. GPU memory problem
  38. Add near all ram used (set as default)
  39. Add codeaurora source
  40.  
  41. Log:
  42.  
  43. arch\arm\common\gic.c : https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/common/gic.c;h=470b79db75b8c182f4694e9902a5b8913eeae85c;hb=froyo_almond
  44. arch\arm\include\asm\hardware\cache-l2x0.h: Better l2x0 cache support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/hardware/cache-l2x0.h;h=1f8d4925a26b1316fbb4d5c42903c1d24a633eb0;hb=froyo_almond)
  45. arch\arm\include\asm\cacheflush.h
  46. arch\arm\include\asm\dma-mapping.h: Added some function (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/dma-mapping.h;h=d5f11b121e24007b9f4d4eb14cb7b79cf380d9fe;hb=froyo_almond)
  47. arch\arm\include\asm\hardirq.h: asm: hardirq: increase HARDIRQ_BITS (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/hardirq.h;h=6d7485aff9558dcfba7de1f1cfb4a648778a6c6b;hb=froyo_almond)
  48. arch\arm\include\asm\io.h: support for msm7x27 (we don't use it, but we are up to date) (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/io.h;h=4bc9b25e736190092e2f9b71b0b902fcae99ac3c;hb=froyo_almond)
  49. arch\arm\include\asm\mach\flash.h: Add interleave mode support for msm7x30 (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/mach/flash.h;h=36938ea24a3dd54ef34f69e0a0f75e3df2ad194b;hb=froyo_almond)
  50. arch\arm\include\asm\mach\map.h: support for msm7x27 (we don't use it, but we are up to date) (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/mach/map.h;h=ddff29f49fbd860454607358602fee71c94337fe;hb=froyo_almond)
  51. arch\arm\include\asm\mach\mmc.h: Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/mach/mmc.h;h=f1f4a1d150d67b8d915dd76ec3236507a042d689;hb=froyo_almond)
  52. arch\arm\include\asm\mmu.h: SMP support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/mmu.h;h=68870c7766712a4778b32278e64f82484d12f5e5;hb=froyo_almond)
  53. arch\arm\include\asm\mmu_context.h: SMP support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/mmu_context.h;h=a0b3cac0547c0a9949c30cc919adcf5e08fcf500;hb=froyo_almond)
  54. arch\arm\include\asm\perftypes.h: KSAPI support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/perftypes.h;h=d659a9cdad2c45abf36f9797d711909df5ff561f;hb=froyo_almond)
  55. arch\arm\include\asm\pgtable.h: Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/pgtable.h;h=12a858b3a8c61d1af12e2c2c920415637b447149;hb=froyo_almond)
  56. arch\arm\include\asm\processor.h: macros for wfe, sev instructions (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/processor.h;h=ebabfe2f29a3f9428a7f5c246baf1b7a27cdcdc3;hb=froyo_almond)
  57. arch\arm\include\asm\remote_spinlock.h: Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/remote_spinlock.h;h=de39fdd8a86f57906660b84a18db147e3da6d08c;hb=froyo_almond)
  58. arch\arm\include\asm\system.h: cpu_idle_wait & support for msm7x27 (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/system.h;h=d4122336028779532f05d296ea3790945f29b778;hb=froyo_almond)
  59. arch\arm\include\asm\thread_notify.h: release -> exit thread (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/thread_notify.h;h=c4391ba203507a2b1c34a9634ad6fb9c4ff7eb64;hb=froyo_almond)
  60. arch\arm\include\asm\vfp.h: Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/vfp.h;h=ab093ce9c94be4216c82c1e8316b261bc5aea11a;hb=froyo_almond)
  61. arch\arm\include\asm\Kbuild: headers: export asm/sizes.h header to userspace (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/include/asm/Kbuild;h=c76688cb1b5dd25a6275da1dd205dc757f04c8b8;hb=froyo_almond)
  62. arch\arm\kernel\crunch.c: release -> exit thread (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/kernel/crunch.c;h=25ef223ba7f34e945bc490f23eef4dc0df424677;hb=froyo_almond)
  63. arch\arm\kernel\head.S: SMP support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/kernel/head.S;h=9730b7a1c07044dfc9a789ce9a483a6f91c7dffa;hb=froyo_almond)
  64. arch\arm\kernel\process.c: cpu_idle_wait & release -> exit thread & better dump support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/kernel/process.c;h=02a55d73bd245d3ca977da4dad55f6a464bbc151;hb=froyo_almond)
  65. arch\arm\kernel\traps.c: support for msm7x27 (we don't use it, but we are up to date) (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/kernel/traps.c;h=734f53649640cd4daac224c3d55b04d83d597906;hb=froyo_almond)
  66. arch\arm\kernel\xscale-cp0.c: release -> exit thread (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/kernel/xscale-cp0.c;h=1796157e3dd540dcb3772867a43d2018f10eef11;hb=froyo_almond)
  67. arch\arm\mm\cache-l2x0.c: Better l2x0 cache support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/cache-l2x0.c;h=bc7daae5d0b2b92e36496309ac9b0e72c56a850e;hb=froyo_almond)
  68. arch\arm\mm\context.c: SMP support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/context.c;h=b0ee9ba3cfab41a52853eca727466abff88ddf27;hb=froyo_almond)
  69. arch\arm\mm\dma-mapping.c: mm: dma_cache operations for non linearly mapped buffers (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/dma-mapping.c;h=1bdc867f6155fb5ea74a36b5af6dab09fe8d14d7;hb=froyo_almond)
  70. arch\arm\mm\init.c: Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/init.c;h=e5ffd17cb0a51c4aa6c7c0a2767732784dbd137c;hb=froyo_almond)
  71. arch\arm\mm\mmu.c: mm: Reserve the first page at PHYS_OFFSET on scorpion & support for msm7x27 (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/mmu.c;h=d7917d8f9c603dd501b19b26869e00ba66e17b9c;hb=froyo_almond)
  72. arch\arm\mm\proc-v7.S: cache page tables and set ACTLR on Scorpion & SMP support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/proc-v7.S;h=d1c7120cc188e76fb774863735729c48c2f691cf;hb=froyo_almond)
  73. arch\arm\mm\vcm_*: Virtual Contiguous Memory layer support (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/mm/vcm.c;h=195b38148921351efa99b552b9f053c0a9090352;hb=froyo_almond)
  74. arch\arm\oprofile\op_model_v7.c: Add missing Oprofile pieces (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/oprofile/op_model_v7.c;h=7a9a9330d4cd5c96703343212917b7d0b046b283;hb=froyo_almond)
  75. arch\arm\tools\mach-types: update
  76. arch\arm\vfp\vfpmodule.c: Google source replaced & fix (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/vfp/vfpmodule.c;h=047de1ce4c06266854648237a39908db552fa1db;hb=froyo_almond)
  77. arch\arm\perfmon: Add perfmon support, Google source replaced (https://www.codeaurora.org/gitweb/quic/la/?p=kernel/msm.git;a=history;f=arch/arm/perfmon;hb=froyo_almond)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement