1. 15 7月, 2017 2 次提交
  2. 12 7月, 2017 1 次提交
  3. 11 7月, 2017 3 次提交
  4. 10 7月, 2017 2 次提交
  5. 08 7月, 2017 1 次提交
  6. 05 7月, 2017 3 次提交
  7. 04 7月, 2017 2 次提交
  8. 30 6月, 2017 2 次提交
  9. 29 6月, 2017 1 次提交
  10. 28 6月, 2017 1 次提交
  11. 27 6月, 2017 1 次提交
  12. 26 6月, 2017 3 次提交
    • A
      HACKING: Drop from the git repository · d6725518
      Andrea Bolognani 提交于
      Despite being a generated file, HACKING has been tracked in
      the git repository along with actual source files. As far as
      I'm aware, it's the only generated file for which that happens.
      
      Times and times again, people[1] have committed changes to
      the source file without refreshing the generated copy at the
      same time.
      
      The rationale for tracking the generated file is to help out
      people who just cloned the git repository looking to contribue;
      however, README-hacking already contains enough information to
      get perspective contributors to a place where they can simply
      look at docs/hacking.html instead.
      
      [1] Mostly me, to be honest
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      d6725518
    • A
      docs: Point to hacking.html from contribute.html · d76f4258
      Andrea Bolognani 提交于
      People looking to help out should really go through the
      contributor guidelines when getting started, so the more
      documents point to them the better.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      d76f4258
    • A
      hacking: Improve 'git send-email' documentation · 79c1900f
      Andrea Bolognani 提交于
      For the benefit of first time contributors, we point out that 'git
      send-email' might have to be installed separately; however, we omit
      the fact that some configuration will likely be needed before it
      can successfully deliver patches to the mailing list.
      
      Some minor tweaks to the existing contents are included as well.
      Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
      Reviewed-by: NJohn Ferlan <jferlan@redhat.com>
      79c1900f
  13. 20 6月, 2017 2 次提交
  14. 16 6月, 2017 1 次提交
    • M
      Report more correct information for cache control · cc9f0521
      Martin Kletzander 提交于
      On some platforms the number of bits in the cbm_mask might not be
      divisible by 4 (and not even by 2), so we need to properly count the
      bits.  Similar file, min_cbm_bits, is properly parsed and used, but if
      the number is greater than one, we lose the information about
      granularity when reporting the data in capabilities.  For that matter
      always report granularity, but if it is not the same as the minimum,
      add that information in there as well.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      cc9f0521
  15. 08 6月, 2017 9 次提交
  16. 07 6月, 2017 1 次提交
  17. 05 6月, 2017 1 次提交
    • E
      Expose resource control capabilities for caches · 0ab409cc
      Eli Qiao 提交于
      Add cache resource control into capabilities for CAT without CDP:
      
        <cache>
          <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
            <control min='768' unit='KiB' scope='both' max_allocation='4'/>
          </bank>
        </cache>
      
      and with CDP:
      
        <cache>
          <bank id='0' level='3' type='unified' size='15360' unit='KiB' cpus='0-5'>
            <control min='768' unit='KiB' scope='code' max_allocation='4'/>
            <control min='768' unit='KiB' scope='data' max_allocation='4'/>
          </bank>
        </cache>
      
      Also add new test cases for vircaps2xmltest.
      Signed-off-by: NEli Qiao <liyong.qiao@intel.com>
      0ab409cc
  18. 02 6月, 2017 2 次提交
  19. 01 6月, 2017 2 次提交