提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 553c566650 sched/irq: Include a few ProcFS-related changes missed in commit 1ac95584603258402ea4e9c48977e52f494f4c77 5 年之前
  Xiang Xiao c9b24615a6 sched/irq: Monitor the irq execution time. This is very useful for measuring the interrupt latency. 6 年之前
  zhuguangqing d38be46655 sched/irq: Add support interrupt chains in NuttX. IRQ chain is very useful in these cases: (1) Multiple hardware connect to the same request line(e.g. PCI), (2) Need multiple driver to support one hardware block (like Linux MFD) 6 年之前
  Gregory Nutt 0080225473 sched/irq: Add a configuration option to show interrupt information via a procfs file. 6 年之前
  Gregory Nutt c2b620b4f8 Implements support for smaller interrupt tables as described at http://www.nuttx.org/doku.php?id=wiki:howtos:smallvectors . This is largely the work of Mark Schulte. However, I have made several changes to match with the Wiki document. If you like the change, thanks go to Marc. For any errors you can blame me. 7 年之前
  Mark Schulte b3222bbc8a irq_dispatch: Add argument pointer to irq_dispatch 7 年之前
  Sagitta Li 9fa1024eef vector table should have dimension NR_IRQS, not NR_IRQS+1 8 年之前
  Gregory Nutt 97cbd7112f SMP: Implement enter/leave_critical_section 8 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt b4423c1eed Make some file section headers more consistent with standard 9 年之前
  Gregory Nutt 85e8117062 Move interrupt dispatch logic from sched/ to sched/irq 10 年之前