| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from project branch via main. Uninteresting commits are trimmed. | markm | 2013-10-12 | 1 | -3/+3 |
* | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | markm | 2013-08-26 | 1 | -1/+1 |
* | The change in r236456 (atomic_store_rel not locked) exposed a bug | alfred | 2013-07-04 | 1 | -9/+11 |
* | If filter of the interrupt event is not null, print it, in addition to | kib | 2013-04-05 | 1 | -1/+10 |
* | MFcalloutng (r244355): | davide | 2013-03-04 | 1 | -10/+1 |
* | If an interrupt event's assign_cpu method fails, then restore the original | neel | 2013-02-07 | 1 | -1/+1 |
* | Add optional entropy harvesting for software interrupts in swi_sched() | jhb | 2012-09-25 | 1 | -0/+10 |
* | Do not add handler to event handlers list until ithread is created. | kan | 2012-08-06 | 1 | -25/+27 |
* | Export intrcnt correctly when running under 32-bit compatibility. | jmallett | 2012-03-09 | 1 | -0/+18 |
* | Add a new sched_clear_name() method to the scheduler interface to clear | jhb | 2012-03-08 | 1 | -0/+3 |
* | Be pedantic and change // comment to C-style one. | pluknet | 2012-01-16 | 1 | -1/+1 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -4/+4 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -5/+6 |
* | - Catch up to falloc() changes. | jeff | 2011-04-26 | 1 | -4/+11 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -2/+56 |
* | - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, and | jhb | 2011-01-11 | 1 | -14/+5 |
* | Store interrupt trap frame into struct thread. It allows interrupt handler | mav | 2010-06-10 | 1 | -0/+8 |
* | KASSERT that return value of interrupt filter complies with contract | avg | 2010-01-27 | 1 | -1/+11 |
* | Split P_NOLOAD into a per-thread flag (TDF_NOLOAD). | attilio | 2009-11-03 | 1 | -5/+5 |
* | Use language more closely resembling English in a panic message. | jhb | 2009-10-15 | 1 | -1/+1 |
* | Add a facility for associating optional descriptions with active interrupt | jhb | 2009-10-15 | 1 | -2/+57 |
* | Improve the handling of cpuset with interrupts. | jhb | 2009-07-01 | 1 | -3/+23 |
* | Return errors from intr_event_bind() to the caller of intr_set_affinity(). | jhb | 2009-06-25 | 1 | -2/+1 |
* | Binding interrupts to a CPU consists of two parts: setting up CPU | rwatson | 2009-05-18 | 1 | -1/+13 |
* | style(9) | obrien | 2008-09-23 | 1 | -1/+1 |
* | Expose a new public routine intr_event_execute_handlers() which executes | jhb | 2008-09-15 | 1 | -6/+16 |
* | Submit a band-aid for interrupt set up race. | kmacy | 2008-08-22 | 1 | -0/+6 |
* | revert change from local tree | kmacy | 2008-07-18 | 1 | -6/+0 |
* | import vendor fixes to cxgb | kmacy | 2008-07-18 | 1 | -0/+6 |
* | Remove an unneeded error variable to make clear that if reaching | bz | 2008-06-29 | 1 | -3/+1 |
* | - Make SCHED_STATS more generic by adding a wrapper to create the | jeff | 2008-04-17 | 1 | -2/+2 |
* | - Add the interrupt vector number to intr_event_create so MI code can | jeff | 2008-04-11 | 1 | -59/+97 |
* | Move INTR_FILTER from opt_global.h to its own header. | jhb | 2008-04-05 | 1 | -0/+1 |
* | Add a MI intr_event_handle() routine for the non-INTR_FILTER case. This | jhb | 2008-04-05 | 1 | -21/+105 |
* | - Fix a mis-merge that crept in during the softclock changes. | jeff | 2008-04-04 | 1 | -2/+0 |
* | Implement per-cpu callout threads, wheels, and locks. | jeff | 2008-04-02 | 1 | -11/+14 |
* | Simplify the interrupt code a bit: | jhb | 2008-03-17 | 1 | -46/+6 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+2 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 1 | -4/+92 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -1/+0 |
* | fix typo in code normally not compiled in. | julian | 2007-10-29 | 1 | -1/+1 |
* | Fix typo in code obviously not being compiled on any of my machines. | julian | 2007-10-28 | 1 | -1/+1 |
* | rename the process to 'idle' and 'intr' as per jhb. | julian | 2007-10-27 | 1 | -2/+2 |
* | if one changes a function's arguments, one must also change the callers. | julian | 2007-10-26 | 1 | -2/+2 |
* | Introduce a way to make pure kernal threads. | julian | 2007-10-26 | 1 | -20/+18 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -6/+6 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -24/+24 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -1/+1 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -3/+0 |
* | Bring in the reminaing bits to make interrupt filtering work: | piso | 2007-05-06 | 1 | -6/+570 |