Skip to content
Snippets Groups Projects
  1. Sep 19, 2018
  2. Sep 05, 2018
    • Linux Build Service Account's avatar
      Merge changes I46bbdf30,I0a266936 into kernel.lnx.4.9.r18-rel · 3d7a671b
      Linux Build Service Account authored
      * changes:
        defconfig: sdm670: Enable Hypervisor core_ctl driver
        soc: qcom: Add hyp_core_ctl driver
      2 tags
      3d7a671b
    • Pavankumar Kondeti's avatar
      defconfig: sdm670: Enable Hypervisor core_ctl driver · 9d168cdd
      Pavankumar Kondeti authored
      
      This driver reserve the specified CPUs for the hypervisor to
      use them for the other guests. The reservation is honored by
      isolating the CPUs.
      
      Change-Id: I46bbdf304dcace318bed5d5b470b8812b22130ed
      Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
      9d168cdd
    • Pavankumar Kondeti's avatar
      soc: qcom: Add hyp_core_ctl driver · 54d85f0d
      Pavankumar Kondeti authored
      
      This driver reserve the specified CPUs for the hypervisor to use
      it for the other guests. The reservation is done by isolating a CPU
      so that this OS try not to use the CPU as much as possible. A CPU
      can't be left in the isolation state while it is going offline. Since
      the CPU is going offline and it can't be used by this OS, it is
      considered as reserved. When such CPUs come online again, isolate
      them to honor the reservation.
      
      The following sysfs files are made available to configure this driver.
      
      /sys/module/hyp_core_ctl/parameters/reserve_cpus:
      
      Receive a cpumask string for the reservation. The default value
      can be specified via a config option.
      
      /sys/module/hyp_core_ctl/parameters/enable:
      
      A boolean input to enable/disable the reservation. When reservation
      is enabled, all the online CPUs in the reserve_cpus cpumask are
      isolated. They get un-isolated after writing 0 to this file.
      
      Change-Id: I0a266936c37546325f7bd63526b77cf888def92a
      Signed-off-by: default avatarPavankumar Kondeti <pkondeti@codeaurora.org>
      54d85f0d
  3. Sep 04, 2018
  4. Aug 30, 2018
  5. Aug 29, 2018
  6. Aug 23, 2018
  7. Aug 15, 2018
Loading