summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272536:kib2014-10-111-0/+5
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-3/+3
* Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-1/+1
* The change in r236456 (atomic_store_rel not locked) exposed a bugalfred2013-07-041-9/+11
* If filter of the interrupt event is not null, print it, in addition tokib2013-04-051-1/+10
* MFcalloutng (r244355):davide2013-03-041-10/+1
* If an interrupt event's assign_cpu method fails, then restore the originalneel2013-02-071-1/+1
* Add optional entropy harvesting for software interrupts in swi_sched()jhb2012-09-251-0/+10
* Do not add handler to event handlers list until ithread is created.kan2012-08-061-25/+27
* Export intrcnt correctly when running under 32-bit compatibility.jmallett2012-03-091-0/+18
* Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-081-0/+3
* Be pedantic and change // comment to C-style one.pluknet2012-01-161-1/+1
* Use strchr() and strrchr().ed2012-01-021-4/+4
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-5/+6
* - Catch up to falloc() changes.jeff2011-04-261-4/+11
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-2/+56
* - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, andjhb2011-01-111-14/+5
* Store interrupt trap frame into struct thread. It allows interrupt handlermav2010-06-101-0/+8
* KASSERT that return value of interrupt filter complies with contractavg2010-01-271-1/+11
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-031-5/+5
* Use language more closely resembling English in a panic message.jhb2009-10-151-1/+1
* Add a facility for associating optional descriptions with active interruptjhb2009-10-151-2/+57
* Improve the handling of cpuset with interrupts.jhb2009-07-011-3/+23
* Return errors from intr_event_bind() to the caller of intr_set_affinity().jhb2009-06-251-2/+1
* Binding interrupts to a CPU consists of two parts: setting up CPUrwatson2009-05-181-1/+13
* style(9)obrien2008-09-231-1/+1
* Expose a new public routine intr_event_execute_handlers() which executesjhb2008-09-151-6/+16
* Submit a band-aid for interrupt set up race.kmacy2008-08-221-0/+6
* revert change from local treekmacy2008-07-181-6/+0
* import vendor fixes to cxgbkmacy2008-07-181-0/+6
* Remove an unneeded error variable to make clear that if reachingbz2008-06-291-3/+1
* - Make SCHED_STATS more generic by adding a wrapper to create thejeff2008-04-171-2/+2
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-59/+97
* Move INTR_FILTER from opt_global.h to its own header.jhb2008-04-051-0/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-21/+105
* - Fix a mis-merge that crept in during the softclock changes.jeff2008-04-041-2/+0
* Implement per-cpu callout threads, wheels, and locks.jeff2008-04-021-11/+14
* Simplify the interrupt code a bit:jhb2008-03-171-46/+6
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+2
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-4/+92
* Remove kernel support for M:N threading.jeff2008-03-121-1/+0
* fix typo in code normally not compiled in.julian2007-10-291-1/+1
* Fix typo in code obviously not being compiled on any of my machines.julian2007-10-281-1/+1
* rename the process to 'idle' and 'intr' as per jhb.julian2007-10-271-2/+2
* if one changes a function's arguments, one must also change the callers.julian2007-10-261-2/+2
* Introduce a way to make pure kernal threads.julian2007-10-261-20/+18
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-6/+6
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-24/+24
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+1
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-3/+0
OpenPOWER on IntegriCloud