Skip to content
  1. May 28, 2025
    • Douglas Raillard's avatar
      install_base.sh: Remove --install-bisector-dbus · d5ad941d
      Douglas Raillard authored
      BREAKING CHANGE
      
      Remove --install-bisector-dbus and the associated infrastructure in
      install_base.sh as it is broken. Bisector is not used much anymore, and
      its DBus support even less. DBus features also haven't been tested in
      years, and given the difficulty of installing the associated libraries
      when it was developped, the chances it has bit rotted are extremely
      high.
      d5ad941d
  2. May 12, 2025
  3. May 06, 2025
  4. Apr 24, 2025
  5. Apr 22, 2025
  6. Apr 16, 2025
    • Douglas Raillard's avatar
      lisa._kmod: Add fuse-overlayfs overlay backend · 0e29b7a0
      Douglas Raillard authored
      FEATURE
      
      Add "fuse-overlayfs" backend in addition to the existing "overlayfs".
      This backend has much better performance than the "copy" backend even if
      it is itself worse than the native "overlayfs". However, it can come in
      handy in environments that don't allow user namespaces like some modern
      distribution (e.g. Ubuntu 24.04 without specific configuration).
      0e29b7a0
    • Douglas Raillard's avatar
      lisa._assets.kmodules.lisa: Pass mod to filp_open() · d724848d
      Douglas Raillard authored
      FIX
      
      Pass the "mode" parameter to filp_open(). So far it would not have had
      any impact as we are never creating new files, but in the future it may
      matter.
      d724848d
    • Douglas Raillard's avatar
      lisa._assets.kmodules.lisa: Fix pixel6 emeter sampling rate · 094a478c
      Douglas Raillard authored
      FIX
      
      Use 250Hz for hardware sampling rate as that value works across all
      pixel devices from 6 to 9.
      
      Also make the software sampling rate 1/8 of the hardware sampling rate,
      as the hardware only produces a new sample every 8 periods.
      094a478c
  7. Apr 11, 2025
  8. Apr 07, 2025
Loading