Home | History | Annotate | Download | only in ifpga
History log of /src/sys/arch/evbarm/ifpga/ifpga_intr.c
RevisionDateAuthorComments
 1.12  21-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.11  10-Nov-2019  chs branches: 1.11.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.10  09-Feb-2015  skrll branches: 1.10.18;
Name some interrupts
 1.9  20-Dec-2010  matt branches: 1.9.18; 1.9.36;
Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch
from uvmexp to per-cpu cpu_data and move them to 64bits. Remove unneeded
includes of <uvm/uvm_extern.h> and/or <uvm/uvm.h>.
 1.8  27-Apr-2008  matt branches: 1.8.22;
Merge kernel changes in matt-armv6 to HEAD.
 1.7  06-Jan-2008  matt branches: 1.7.6; 1.7.8; 1.7.10;
Cleanup softint lossage.
 1.6  05-Jan-2008  ad Make compile.
 1.5  24-Nov-2006  wiz branches: 1.5.24; 1.5.28; 1.5.34; 1.5.42;
s/heirarchy/hierarchy/, from Zafer.
 1.4  17-May-2006  mrg branches: 1.4.8; 1.4.10;
remove 'inline' from the xxx_do_pending() function that is called from
external sources, and conflicts with it's prototype.
 1.3  24-Dec-2005  perry branches: 1.3.4; 1.3.6; 1.3.8; 1.3.12;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.2  11-Dec-2005  christos merge ktrace-lwp.
 1.1  06-Sep-2003  rearnsha branches: 1.1.4; 1.1.18;
Switch to using generic soft interrupts.
 1.1.18.3  21-Jan-2008  yamt sync with head
 1.1.18.2  30-Dec-2006  yamt sync with head.
 1.1.18.1  21-Jun-2006  yamt sync with head.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  06-Sep-2003  skrll file ifpga_intr.c was added on branch ktrace-lwp on 2004-08-03 10:33:55 +0000
 1.3.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.3.8.1  24-May-2006  yamt sync with head.
 1.3.6.1  01-Jun-2006  kardel Sync with head.
 1.3.4.1  09-Sep-2006  rpaulo sync with head
 1.4.10.1  10-Dec-2006  yamt sync with head.
 1.4.8.1  12-Jan-2007  ad Sync with head.
 1.5.42.1  08-Jan-2008  bouyer Sync with HEAD
 1.5.34.1  18-Feb-2008  mjf Sync with HEAD.
 1.5.28.2  28-Jan-2008  matt Given the that there are only 4 IPLs (ignoring soft IPLs), a number of
cleanups can be done:
Remove _SPL_* aliases.
Don't store irqmasks in ci_cpl, just make it an ipl level.
Add fast softint switching support.
 1.5.28.1  09-Jan-2008  matt sync with HEAD
 1.5.24.1  28-Feb-2008  rjs Sync with HEAD.
 1.7.10.1  16-May-2008  yamt sync with head.
 1.7.8.1  18-May-2008  yamt sync with head.
 1.7.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.8.22.1  05-Mar-2011  rmind sync with head
 1.9.36.1  06-Apr-2015  skrll Sync with HEAD
 1.9.18.1  03-Dec-2017  jdolecek update from HEAD
 1.10.18.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.11.8.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed