Bug 11896 - [ANCK 6.6] Speed up boot with faster linear map creation
Summary: [ANCK 6.6] Speed up boot with faster linear map creation
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: ARM (show other bugs) ARM
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: fghui_kernel
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-15 10:13 UTC by justinhe
Modified: 2024-11-27 14:12 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description justinhe 2024-11-15 10:13:32 UTC
Description of problem:
mainline inclusion for speeding up the boot time 

creating the linear map can take a significant proportion of
the total boot time, especially when rodata=full. And a large portion of the
time it takes to create the linear map is issuing TLBIs. This series reworks the
kernel pgtable generation code to significantly reduce the number of TLBIs. See
each patch for details.
Version-Release number of selected component (if applicable):


How reproducible:

Always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 2 小龙 admin 2024-11-15 15:53:40 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/4127