| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the Yarrow PRNG algorithm option in accordance with due notice | Mark Murray | 2018-08-26 | 1 | -2/+2 |
| * | safer wait-free iteration of shared interrupt handlers | Andriy Gapon | 2018-08-03 | 1 | -28/+65 |
| * | change interrupt event's list of handlers from TAILQ to CK_SLIST | Andriy Gapon | 2018-07-23 | 1 | -45/+51 |
| * | Yank crufty INTR_FILTER option | Conrad Meyer | 2018-05-24 | 1 | -540/+0 |
| * | intr unbreak KTR/LINT build | Matt Macy | 2018-05-19 | 1 | -2/+2 |
| * | intr: eliminate / annotate unused stack locals | Matt Macy | 2018-05-19 | 1 | -6/+6 |
| * | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Extend cpuset_get/setaffinity() APIs | Conrad Meyer | 2017-05-03 | 1 | -30/+104 |
| * | - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeter | Gleb Smirnoff | 2017-04-17 | 1 | -1/+1 |
| * | The part of r285680 which removed release semantic for two stores to | Konstantin Belousov | 2015-07-21 | 1 | -2/+14 |
| * | Restructure code for readability improvement. No functional change. | Kirk McKusick | 2015-07-19 | 1 | -10/+7 |
| * | Further cleanup after r285607. | Konstantin Belousov | 2015-07-18 | 1 | -22/+29 |
| * | Do not use atomic_swap_int(9), it is not available on all | Konstantin Belousov | 2015-07-15 | 1 | -2/+2 |
| * | Reset non-zero it_need indicator to zero atomically with fetching its | Konstantin Belousov | 2015-07-15 | 1 | -12/+10 |
| * | Style. Remove excessive brackets. Compare non-boolean with zero. | Konstantin Belousov | 2015-07-15 | 1 | -4/+4 |
| * | Huge cleanup of random(4) code. | Mark Murray | 2015-06-30 | 1 | -3/+3 |
| * | Remove support for Xen PV domU kernels. Support for HVM domU kernels | John Baldwin | 2015-04-30 | 1 | -5/+0 |
| * | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray | 2014-10-30 | 1 | -18/+7 |
| * | Convert a missed u_char cpu -> int cpu. | Adrian Chadd | 2014-10-19 | 1 | -3/+2 |
| * | Add kernel option KSTACK_USAGE_PROF to sample the stack depth on | Konstantin Belousov | 2014-10-04 | 1 | -0/+5 |
| * | Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather | Adrian Chadd | 2014-09-17 | 1 | -3/+3 |
| * | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 1 | -2/+1 |
| * | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 1 | -1/+2 |
| * | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 1 | -2/+1 |
| * | Permit changing cpu mask for cpu set 1 in presence of drivers | Alexander V. Chernikov | 2014-06-22 | 1 | -13/+3 |
| * | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray | 2013-10-04 | 1 | -3/+3 |
| * | Snapshot; Do some running repairs on entropy harvesting. More needs to follow. | Mark Murray | 2013-08-26 | 1 | -1/+1 |
| * | The change in r236456 (atomic_store_rel not locked) exposed a bug | Alfred Perlstein | 2013-07-04 | 1 | -9/+11 |
| * | If filter of the interrupt event is not null, print it, in addition to | Konstantin Belousov | 2013-04-05 | 1 | -1/+10 |
| * | MFcalloutng (r244355): | Davide Italiano | 2013-03-04 | 1 | -10/+1 |
| * | If an interrupt event's assign_cpu method fails, then restore the original | Neel Natu | 2013-02-07 | 1 | -1/+1 |
| * | Add optional entropy harvesting for software interrupts in swi_sched() | John Baldwin | 2012-09-25 | 1 | -0/+10 |
| * | Do not add handler to event handlers list until ithread is created. | Alexander Kabaev | 2012-08-06 | 1 | -25/+27 |
| * | Export intrcnt correctly when running under 32-bit compatibility. | Juli Mallett | 2012-03-09 | 1 | -0/+18 |
| * | Add a new sched_clear_name() method to the scheduler interface to clear | John Baldwin | 2012-03-08 | 1 | -0/+3 |
| * | Be pedantic and change // comment to C-style one. | Sergey Kandaurov | 2012-01-16 | 1 | -1/+1 |
| * | Use strchr() and strrchr(). | Ed Schouten | 2012-01-02 | 1 | -4/+4 |
| * | - Remove the eintrcnt/eintrnames usage and introduce the concept of | Attilio Rao | 2011-07-18 | 1 | -5/+6 |
| * | - Catch up to falloc() changes. | Jeff Roberson | 2011-04-26 | 1 | -4/+11 |
| * | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -2/+56 |
| * | - Retire some unused ithread priorities: PI_TTYHIGH, PI_TAPE, and | John Baldwin | 2011-01-11 | 1 | -14/+5 |
| * | Store interrupt trap frame into struct thread. It allows interrupt handler | Alexander Motin | 2010-06-10 | 1 | -0/+8 |
| * | KASSERT that return value of interrupt filter complies with contract | Andriy Gapon | 2010-01-27 | 1 | -1/+11 |
| * | Split P_NOLOAD into a per-thread flag (TDF_NOLOAD). | Attilio Rao | 2009-11-03 | 1 | -5/+5 |
| * | Use language more closely resembling English in a panic message. | John Baldwin | 2009-10-15 | 1 | -1/+1 |
| * | Add a facility for associating optional descriptions with active interrupt | John Baldwin | 2009-10-15 | 1 | -2/+57 |
| * | Improve the handling of cpuset with interrupts. | John Baldwin | 2009-07-01 | 1 | -3/+23 |
| * | Return errors from intr_event_bind() to the caller of intr_set_affinity(). | John Baldwin | 2009-06-25 | 1 | -2/+1 |
| * | Binding interrupts to a CPU consists of two parts: setting up CPU | Robert Watson | 2009-05-18 | 1 | -1/+13 |
| * | style(9) | David E. O'Brien | 2008-09-23 | 1 | -1/+1 |