#
5a842d16 |
| 20-Nov-2020 |
thorpej <thorpej@NetBSD.org> |
malloc(9) -> kmem(9)
|
#
70747dc1 |
| 10-Nov-2019 |
chs <chs@NetBSD.org> |
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.
|
#
ee4fc9a1 |
| 01-Sep-2012 |
matt <matt@NetBSD.org> |
Move things around for <arm/arm32/machdep.h>
|
#
ccde4787 |
| 20-Dec-2010 |
matt <matt@NetBSD.org> |
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>.
|
#
3245ecab |
| 13-Jun-2008 |
rafal <rafal@NetBSD.org> |
Let hpcarm kernels boot again after the merge of the armv6 branch. Fixes PR port-hpcarm/38591
XXX: There is still a hard hang that I've seen on both shark and hpcarm in the process exit path; I don
Let hpcarm kernels boot again after the merge of the armv6 branch. Fixes PR port-hpcarm/38591
XXX: There is still a hard hang that I've seen on both shark and hpcarm in the process exit path; I don't know much beyond that yet.
show more ...
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
825088ed |
| 27-Apr-2008 |
matt <matt@NetBSD.org> |
Merge kernel changes in matt-armv6 to HEAD.
|
#
d9322458 |
| 06-Jan-2008 |
matt <matt@NetBSD.org> |
Truly kill current_intr_depth once and for all.
|
#
d974db0a |
| 17-Oct-2007 |
garbled <garbled@NetBSD.org> |
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the v
Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
show more ...
|
#
320e4f3f |
| 13-Aug-2007 |
tsutsui <tsutsui@NetBSD.org> |
Remove all references to spl_mask. Now it isn't used by any sources. Discussed on port-arm.
|
#
a92b58da |
| 27-Jun-2006 |
peter <peter@NetBSD.org> |
KNF. Correct some spelling errors.
|
#
ccc0bd2a |
| 11-May-2006 |
yamt <yamt@NetBSD.org> |
remove irqblock[] as no one uses it. reviewed by Ben Harris.
|
#
3a684216 |
| 05-Mar-2006 |
peter <peter@NetBSD.org> |
Dump IRQ handlers only when INTR_DEBUG is defined, it's to verbose for DEBUG.
|
#
db5f931a |
| 04-Mar-2006 |
peter <peter@NetBSD.org> |
Use ANSI function decls.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
aad01611 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
#
08716eae |
| 15-Jul-2003 |
lukem <lukem@NetBSD.org> |
__KERNEL_RCSID()
|
#
038d3a76 |
| 05-Oct-2002 |
chs <chs@NetBSD.org> |
add missing protos.
|
#
32a08607 |
| 12-Apr-2002 |
thorpej <thorpej@NetBSD.org> |
Centralize ARM CPU configuration information by adding a new header file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines the following: * CPU_NTYPES -- now many CPU types are confi
Centralize ARM CPU configuration information by adding a new header file, <arm/cpuconf.h>, which pulls in "opt_cputypes.h" and then defines the following: * CPU_NTYPES -- now many CPU types are configured into the kernel. What you really want to know is "== 1" or "> 1". * Defines ARM_ARCH_2, ARM_ARCH_3, ARM_ARCH_4, ARM_ARCH_5, depending on which ARM architecture versions are configured (based on CPU_* options). Also defines ARM_NARCH to determins how many architecture versions are configured. * Defines ARM_MMU_MEMC, ARM_MMU_GENERIC, ARM_MMU_XSCALE depending on which classes of ARM MMUs are configured into the kernel, and ARM_NMMUS to determine how many MMU classes are configured.
Remove the needless inclusion of "opt_cputypes.h" in several places. Convert remaining users to <arm/cpuconf.h>.
show more ...
|
#
72c860d8 |
| 08-Jul-2001 |
rjs <rjs@NetBSD.org> |
Initial copy of SA11x0 support from hpcarm.
|