Skip to content

Commit

Permalink
Merge android13-5.10 into android13-gs-pixel-5.10-tm-qpr2
Browse files Browse the repository at this point in the history
Merge SHA:
4e97b7f ANDROID: KVM: arm64: Donate memory per vcpu for each vcpu shadow state

Bug: 255246572
Bug: 202918514 (ACK)
Bug: 226003124 (ACK)
Bug: 227809911 (ACK)
Bug: 232070947 (ACK)
Bug: 238728493 (ACK)
Bug: 239396464 (ACK)
Bug: 251700836 (ACK)
Bug: 253968159 (ACK)
Bug: 256125458 (ACK)
Bug: 256549265 (ACK)
Change-Id: I288d25b34b96bc4de9386af6a5e687bb90d4cf91
Signed-off-by: Joey Lin <[email protected]>
  • Loading branch information
Joey Lin committed Nov 3, 2022
2 parents 3d9403a + 4e97b7f commit 0a055f6
Show file tree
Hide file tree
Showing 17 changed files with 1,626 additions and 201 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ _aarch64_additional_kmi_symbol_lists = [
"android/abi_gki_aarch64_fips140",
"android/abi_gki_aarch64_generic",
"android/abi_gki_aarch64_hikey960",
"android/abi_gki_aarch64_rockchip",
"android/abi_gki_aarch64_type_visibility",
"android/abi_gki_aarch64_virtual_device",
]

Expand Down
912 changes: 890 additions & 22 deletions android/abi_gki_aarch64.xml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions android/abi_gki_aarch64_generic
Original file line number Diff line number Diff line change
Expand Up @@ -2247,6 +2247,8 @@
__traceiter_android_rvh_util_est_update
__traceiter_android_vh_arch_set_freq_scale
__traceiter_android_vh_bh_lru_install
__traceiter_android_vh_binder_restore_priority
__traceiter_android_vh_binder_set_priority
__traceiter_android_vh_cma_alloc_adjust
__traceiter_android_vh_cma_alloc_finish
__traceiter_android_vh_cma_alloc_start
Expand Down Expand Up @@ -2312,6 +2314,8 @@
__traceiter_dwc3_readl
__traceiter_dwc3_writel
__traceiter_gpu_mem_total
__traceiter_irq_handler_entry
__traceiter_irq_handler_exit
__traceiter_mm_vmscan_direct_reclaim_begin
__traceiter_mm_vmscan_direct_reclaim_end
__traceiter_pelt_cfs_tp
Expand All @@ -2327,6 +2331,8 @@
__traceiter_sched_switch
__traceiter_sched_util_est_cfs_tp
__traceiter_sched_util_est_se_tp
__traceiter_softirq_entry
__traceiter_softirq_exit
__traceiter_suspend_resume
trace_output_call
__tracepoint_android_rvh_arm64_serror_panic
Expand Down Expand Up @@ -2376,6 +2382,8 @@
__tracepoint_android_rvh_util_est_update
__tracepoint_android_vh_arch_set_freq_scale
__tracepoint_android_vh_bh_lru_install
__tracepoint_android_vh_binder_restore_priority
__tracepoint_android_vh_binder_set_priority
__tracepoint_android_vh_cma_alloc_adjust
__tracepoint_android_vh_cma_alloc_finish
__tracepoint_android_vh_cma_alloc_start
Expand Down Expand Up @@ -2441,6 +2449,8 @@
__tracepoint_dwc3_readl
__tracepoint_dwc3_writel
__tracepoint_gpu_mem_total
__tracepoint_irq_handler_entry
__tracepoint_irq_handler_exit
__tracepoint_mm_vmscan_direct_reclaim_begin
__tracepoint_mm_vmscan_direct_reclaim_end
__tracepoint_pelt_cfs_tp
Expand All @@ -2458,6 +2468,8 @@
__tracepoint_sched_switch
__tracepoint_sched_util_est_cfs_tp
__tracepoint_sched_util_est_se_tp
__tracepoint_softirq_entry
__tracepoint_softirq_exit
__tracepoint_suspend_resume
trace_print_array_seq
trace_print_bitmask_seq
Expand Down
Loading

0 comments on commit 0a055f6

Please sign in to comment.