1. 01 May, 2024 4 commits
  2. 30 Apr, 2024 3 commits
  3. 22 Apr, 2024 1 commit
  4. 19 Apr, 2024 2 commits
  5. 15 Apr, 2024 1 commit
  6. 13 Apr, 2024 1 commit
  7. 23 Mar, 2024 1 commit
  8. 19 Mar, 2024 1 commit
  9. 11 Mar, 2024 3 commits
  10. 08 Mar, 2024 4 commits
  11. 04 Mar, 2024 6 commits
  12. 03 Mar, 2024 1 commit
  13. 02 Mar, 2024 2 commits
  14. 28 Feb, 2024 1 commit
  15. 27 Feb, 2024 2 commits
  16. 19 Feb, 2024 1 commit
  17. 16 Feb, 2024 1 commit
  18. 05 Feb, 2024 1 commit
  19. 30 Jan, 2024 1 commit
    • guoweikang's avatar
      Qemu: Fix aarch64 qemu mem param · 3a3e919c
      guoweikang authored
      
      --------
      Bitmap_allocator is hard coding, support max 4GB mem,Previously,
      the platform memory size was hard-coded in the platform/aarch64.
      No matter what the memory size specified by qemu was, it was not
      actually used. Now the memory layout size is dynamically obtained
      from the device tree, and qemu's memory parameters can no longer
      be specified arbitrarily.
      Because byte allocator have more mem region used,The phenomenon
      of memory expansion no longer occurs
      
      Signed-off-by: default avatarguoweikang <guoweikang.kernel@gmail.com>
      3a3e919c
  20. 29 Jan, 2024 2 commits
  21. 28 Jan, 2024 1 commit