“12d9c71c8378ca87ac247ece5691f15454b9a109”上不存在“model_zoo/official/nlp/bert/run_pretrain.py”
  1. 13 6月, 2017 1 次提交
  2. 04 6月, 2017 2 次提交
  3. 26 5月, 2017 1 次提交
  4. 23 5月, 2017 3 次提交
  5. 16 5月, 2017 1 次提交
  6. 20 4月, 2017 1 次提交
  7. 19 4月, 2017 2 次提交
  8. 15 4月, 2017 2 次提交
  9. 14 4月, 2017 1 次提交
  10. 04 4月, 2017 1 次提交
  11. 11 3月, 2017 1 次提交
  12. 02 3月, 2017 2 次提交
  13. 28 2月, 2017 1 次提交
  14. 16 2月, 2017 1 次提交
  15. 13 2月, 2017 1 次提交
  16. 11 2月, 2017 1 次提交
  17. 10 2月, 2017 1 次提交
  18. 30 1月, 2017 1 次提交
  19. 23 1月, 2017 3 次提交
  20. 15 12月, 2016 1 次提交
  21. 22 11月, 2016 1 次提交
  22. 17 11月, 2016 2 次提交
  23. 09 11月, 2016 2 次提交
  24. 08 11月, 2016 1 次提交
    • T
      genirq: Use irq type from irqdata instead of irqdesc · 7ee7e87d
      Thomas Gleixner 提交于
      The type flags in the irq descriptor are there for historical reasons and
      only updated via irq_modify_status() or irq_set_type(). Both functions also
      update the type flags in irqdata. __setup_irq() is the only left over user
      of the type flags in the irq descriptor.
      
      If __setup_irq() is called with empty irq type flags, then the type flags
      are retrieved from irqdata. If an interrupt is shared, then the type flags
      are compared with the type flags stored in the irq descriptor. 
      
      On x86 the ioapic does not have a irq_set_type() callback because the type
      is defined in the BIOS tables and cannot be changed. The type is stored in
      irqdata at setup time without updating the type data in the irq
      descriptor. As a result the comparison described above fails.
      
      There is no point in updating the irq descriptor flags because the only
      relevant storage is irqdata. Use the type flags from irqdata for both
      retrieval and comparison in __setup_irq() instead.
      
      Aside of that the print out in case of non matching type flags has the old
      and new type flags arguments flipped. Fix that as well.
      
      For correctness sake the flags stored in the irq descriptor should be
      removed, but this is beyond the scope of this bugfix and will be done in a
      later patch.
      
      Fixes: 4b357dae ("genirq: Look-up trigger type if not specified by caller")
      Reported-and-tested-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Cc: Marc Zyngier <marc.zyngier@arm.com>
      Cc: Jon Hunter <jonathanh@nvidia.com>
      Cc: stable@vger.kernel.org
      Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1611072020360.3501@nanosSigned-off-by: NThomas Gleixner <tglx@linutronix.de>
      7ee7e87d
  25. 21 10月, 2016 1 次提交
  26. 26 9月, 2016 1 次提交
  27. 19 9月, 2016 1 次提交
  28. 15 9月, 2016 3 次提交