Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#21 fixed Cleanup IPI handling in scheduler code Nicolas Pouillon becoulet
Description

IPI code should be factored in mutek/scheduler.c. Processors queue might be stored together with running processes queue instead of using a CLS hack.

#23 fixed Ability to disable IPIs in SoCLib Xicu driver Nicolas Pouillon becoulet
Description

The SoCLib XIcu driver should properly disable all IPI related code when CONFIG_HEXO_IPI is not defined.

#24 wontfix Add a Software service handler becoulet Nicolas Pouillon
Description

When handling an IRQ, we may need heavier handling than what is possible in the IRQ handler (it may be in a special stack, and it runs with irq disabled).

We should add a marker somewhere in CPU-local memory or in a SPR in order to tell the exception handling code not to return to mainstream code, but go back in the kernel for some kernel hander code.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.