Home | History | Annotate | Download | only in xscale
History log of /src/sys/arch/arm/xscale/becc_icu.c
RevisionDateAuthorComments
 1.15  20-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.14  10-Nov-2019  chs branches: 1.14.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.13  02-Aug-2012  skrll branches: 1.13.40;
Remove irqframe and replace with identical trapframe.
 1.12  20-Dec-2010  matt branches: 1.12.8;
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.11  27-Apr-2008  matt branches: 1.11.22;
Merge kernel changes in matt-armv6 to HEAD.
 1.10  06-Jan-2008  matt branches: 1.10.6; 1.10.8; 1.10.10;
Cleanup softint lossage.
 1.9  11-Dec-2007  ad And you, be ye fruitful, and multiply; bring forth abundantly in the earth,
and multiply therein. (Genesis 9:6-8)
 1.8  11-Dec-2007  ad Make it compile.
 1.7  24-Nov-2006  wiz branches: 1.7.24; 1.7.28; 1.7.30; 1.7.36; 1.7.40; 1.7.42; 1.7.44;
s/heirarchy/hierarchy/, from Zafer.
 1.6  24-Dec-2005  perry branches: 1.6.20; 1.6.22;
Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.
 1.5  11-Dec-2005  christos merge ktrace-lwp.
 1.4  14-Aug-2005  he Follow up the type change of i80200_extirq_dispatch which now takes
an irqframe* and not a clockframe* as argument.
 1.3  15-Jul-2003  lukem branches: 1.3.16;
__KERNEL_RCSID()
 1.2  16-Jun-2003  thorpej branches: 1.2.2;
Rename IPL_IMP -> IPL_VM.
 1.1  25-Jan-2003  thorpej Support for ADI Engineering's Big Endian Companion Chip for the
Intel i80200 XScale processor. Despite its name, the BECC can
run in both big- and little-endian modes.
 1.2.2.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.2.1  03-Aug-2004  skrll Sync with HEAD
 1.3.16.3  21-Jan-2008  yamt sync with head
 1.3.16.2  30-Dec-2006  yamt sync with head.
 1.3.16.1  21-Jun-2006  yamt sync with head.
 1.6.22.1  10-Dec-2006  yamt sync with head.
 1.6.20.1  12-Jan-2007  ad Sync with head.
 1.7.44.2  08-Jan-2008  bouyer Sync with HEAD
 1.7.44.1  13-Dec-2007  bouyer Sync with HEAD
 1.7.42.1  13-Dec-2007  yamt sync with head.
 1.7.40.1  26-Dec-2007  ad Sync with head.
 1.7.36.1  18-Feb-2008  mjf Sync with HEAD.
 1.7.30.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.7.30.1  09-Jan-2008  matt sync with HEAD
 1.7.28.2  20-Jan-2008  chris Sync to HEAD.
 1.7.28.1  01-Jan-2008  chris Sync with HEAD.
 1.7.24.2  28-Feb-2008  rjs Sync with HEAD.
 1.7.24.1  26-Dec-2007  rjs Sync with HEAD.
 1.10.10.1  16-May-2008  yamt sync with head.
 1.10.8.1  18-May-2008  yamt sync with head.
 1.10.6.1  02-Jun-2008  mjf Sync with HEAD.
 1.11.22.1  05-Mar-2011  rmind sync with head
 1.12.8.1  30-Oct-2012  yamt sync with head
 1.13.40.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.14.8.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed