summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intr.c
Commit message (Expand)AuthorAgeFilesLines
* The part of r285680 which removed release semantic for two stores tokib2015-07-211-2/+14
* Restructure code for readability improvement. No functional change.mckusick2015-07-191-10/+7
* Further cleanup after r285607.kib2015-07-181-22/+29
* Do not use atomic_swap_int(9), it is not available on allkib2015-07-151-2/+2
* Reset non-zero it_need indicator to zero atomically with fetching itskib2015-07-151-12/+10
* Style. Remove excessive brackets. Compare non-boolean with zero.kib2015-07-151-4/+4
* Huge cleanup of random(4) code.markm2015-06-301-3/+3
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-5/+0
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-18/+7
* Convert a missed u_char cpu -> int cpu.adrian2014-10-191-3/+2
* Add kernel option KSTACK_USAGE_PROF to sample the stack depth onkib2014-10-041-0/+5
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratheradrian2014-09-171-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Permit changing cpu mask for cpu set 1 in presence of driversmelifaro2014-06-221-13/+3
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-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
OpenPOWER on IntegriCloud