Skip to content
Snippets Groups Projects
  1. Jul 11, 2024
  2. Jun 04, 2024
  3. Jun 03, 2024
  4. May 15, 2024
  5. Apr 10, 2024
  6. Apr 08, 2024
  7. Apr 03, 2024
  8. Mar 29, 2024
  9. Mar 27, 2024
  10. Mar 25, 2024
  11. Mar 21, 2024
  12. Mar 16, 2024
  13. Mar 13, 2024
  14. Mar 08, 2024
    • Lokesh Gidra's avatar
      ANDROID: userfaultfd: allow SPF for UFFD_FEATURE_SIGBUS on private+anon · 9f824437
      Lokesh Gidra authored
      
      Currently we bail out of speculative page fault when we detect that the
      fault address is in a userfaultfd registered vma. However, if userfaultfd
      is being used with UFFD_FEATURE_SIGBUS feature, then handle_userfault()
      doesn't do much and is easiest to handle with SPF. This patch lets
      MISSING userfaultfs on private anonymous mappings be allowed with SPF if
      UFFD_FEATURE_SIGBUS is used.
      
      With this patch we get >99% success rate for userfaults caused during
      userfaultfd GC's compaction phase. This translates into eliminating
      uninterruptible sleep time in do_page_fault() due to userfaults.
      
      Bug: 320478828
      Bug: 328786602
      Signed-off-by: default avatarLokesh Gidra <lokeshgidra@google.com>
      Change-Id: Ic7fde0fde03602b35179bc0cf891ddbbc434190f
      (cherry picked from commit 582c6d18)
      9f824437
  15. Mar 05, 2024
  16. Mar 01, 2024
  17. Feb 28, 2024
  18. Feb 27, 2024
  19. Feb 21, 2024
  20. Feb 20, 2024
  21. Feb 19, 2024
  22. Feb 13, 2024
  23. Feb 12, 2024
    • William McVicker's avatar
      build_slider.sh: update the SPL for development · 321316d2
      William McVicker authored
      
      The SPL in the platform build is being updated more frequently than
      originally anticipated (previously it was updated quarterly in the
      trunk_staging builds). Now the trunk staging SPL follows the monthly
      SPL. To accomidate this, this patch updates the development build's SPL
      to pick the QPR date after the next QPR, e.g. Nov 2023 builds would pick
      March 2024.
      
      Note, as a reminder, this is for development purposes only and the
      Android platform build will override this SPL.
      
      Tested: verified the SPL is set to '2024-06-05' with this patch
      Bug: 274825778
      Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
      Change-Id: Ifb815a285baf9f633c03e122dfd126e653882ec7
      321316d2
  24. Feb 07, 2024
Loading