NetBSD/sys/arch
thorpej 690bb2a5ca pmap_tlb_shootdown_all_user() can be called in the PV scenario as well
as the forward scenario, for example if a pmap_page_protect() to remove
all mappings results in the freeing of a PT page.  It therefore needs
to do the same reference counting dance as pmap_tlb_shootdown_pv().

Also fix a use-after-free error in pmap_page_protect().

Add / tweak some assertions, and shrink the pmap::pm_count field from
long to unsigned int (which gave me a spare unsigned int field for
debugging purposes).

PR port-alpha/56201.
2021-05-24 03:43:24 +00:00
..
aarch64 Make even more pmap agnostic 2021-05-19 12:16:01 +00:00
acorn32 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
algor Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
alpha pmap_tlb_shootdown_all_user() can be called in the PV scenario as well 2021-05-24 03:43:24 +00:00
amd64 ddb/amd64: Don't go out of the way to detect invalid addresses. 2021-05-23 08:59:08 +00:00
amiga Remove some unused variables, found by gcc -Wall. 2021-05-18 20:34:20 +00:00
amigappc The Amiga and Atari ports abuse some autoconfiguration internals as part 2021-04-27 14:48:28 +00:00
arc Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
arm whitespace cleanup 2021-05-21 09:33:27 +00:00
atari include libkern.h to get moved dkcksum() definition. 2021-05-17 19:31:38 +00:00
bebox Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
cats Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
cesfic Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
cobalt Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
dreamcast Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
emips Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
epoc32 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
evbarm - Define a device call for PCI bus instances to fetch a direct child's 2021-05-12 23:22:32 +00:00
evbcf
evbmips The watchdog setup code isn't used (yet), so don't compile in the 2021-05-05 06:46:37 +00:00
evbppc Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
evbsh3 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
evbsh5
ews4800mips Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
hp300 Consistently use #define<tab> here. 2021-05-18 15:21:41 +00:00
hpc
hpcarm Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
hpcmips Be explicit about our interface attributes. 2021-05-22 16:00:42 +00:00
hpcsh Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
hppa KNF 2021-05-08 13:10:29 +00:00
i386 ddb/i386: Don't go out of the way to detect invalid addresses. 2021-05-23 11:56:28 +00:00
ia64 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
ibmnws Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
iyonix Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
landisk include libkern.h to get moved dkcksum() definition. 2021-05-17 19:31:38 +00:00
luna68k include libkern.h to get moved dkcksum() definition. 2021-05-17 19:31:38 +00:00
m68k Restore comments for f_stackadj and reenter_syscall(). 2021-04-24 16:14:08 +00:00
mac68k We do not match machines whose SWIM does not support the IWM register 2021-05-13 08:47:21 +00:00
macppc - Define a device call for PCI bus instances to fetch a direct child's 2021-05-12 23:22:32 +00:00
mips fix "uname -p" on mips n32. 2021-05-23 23:24:45 +00:00
mipsco also strip .eh_frame. libkern dkcksum pushed bootxx_ffs 7 bytes over a limit. 2021-05-17 22:36:31 +00:00
mmeye Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
mvme68k PR port-mvme68k/56146 2021-05-06 13:23:36 +00:00
mvmeppc Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
netwinder Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
news68k Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
newsmips Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
next68k Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
ofppc include libkern.h for moved dkcksum(). 2021-05-17 20:21:05 +00:00
or1k Whitespace: #define<tab> 2021-04-01 04:35:45 +00:00
playstation2 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
pmax Handle mipsn64 2021-04-25 23:40:51 +00:00
powerpc Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
prep Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
riscv Improve ddb disassembly for mips (and riscv, cribbed from mips). 2021-05-23 23:22:55 +00:00
rs6000 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sandpoint Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sbmips Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sgimips if ddb is enabled set cpu_reset_address to crime_reboot. 2021-04-26 17:07:17 +00:00
sh3 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sh5
shark Add OFW PCI subroutines if PCI support is included in the kernel. 2021-05-12 23:48:41 +00:00
sparc Associate the OpenBoot / OpenFirmware node with attached devices 2021-05-10 23:53:44 +00:00
sparc64 - Define a device call for PCI bus instances to fetch a direct child's 2021-05-12 23:22:32 +00:00
sun2 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sun3 Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sun68k Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
usermode Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
vax Catch up with this commit: 2021-05-08 09:03:30 +00:00
x68k Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
x86 - Define a device call for PCI bus instances to fetch a direct child's 2021-05-12 23:22:32 +00:00
xen Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
zaurus Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
Makefile
README

README

$NetBSD: README,v 1.64 2019/10/30 13:15:30 ryo Exp $

acorn32	arm	20011118	Acorn computers Ltd. ARM 6/7/SA based machines
algor	mipsel,mips64el	20010528	Algorithmics, Ltd. MIPS evaluation boards
alpha	alpha	19950213	Compaq (formerly Digital Equipment Corp.) Alpha
amd64	x86_64	20010619	AMD's x86 64 bit architecture
amiga	m68k	19930902	Commodore et al. Amiga
amigappc	powerpc	20000525	Phase 5 Amiga
arc	mipsel,mips64el	20000123	MIPS Advanced Risc Computing spec machines
atari	m68k	19950326	Atari TT30, Falcon, and Hades
bebox	powerpc	19971014	Be Inc. BeBox
cats	arm	19981005	Chalice Technologies, CATS motherboard
cesfic	m68k	20010514	FIC8234 VME processor board
cobalt	mipsel,mips64el	20000319	Cobalt Networks Microservers
dreamcast	sh3el	20010107	SEGA Dreamcast
emips	mipseb	20110126	Machines based on Extensible MIPS
epoc32	arm	20130502	32bit EPOC OS machines
evbarm	armeb,aarch64	20010905	ARM-based eval boards
evbmips	mipseb,mipsel,mips64eb,mips64el	20020307	MIPS-based eval boards
evbppc	powerpc,powerpc64	20021209	PowerPC-based eval boards
evbsh3	sh3eb,sh3el	20010206	Hitachi SuperH(TM) sh3 and sh4 eval boards
ews4800mips	mipseb	20051229	NEC's MIPS based EWS4800 workstations
hp300	m68k	19930512	Hewlett Packard 300- and 400-series machines
hppa	hppa	20020606	Hewlett Packard 700-series machines
hpcarm	arm	20010220	ARM based handheld PCs
hpcmips	mipsel	19990925	MIPS based handheld PCs
hpcsh	sh3el	20010117	Hitachi SuperH(TM) based handheld PCs
i386	i386	19930321	Intel/AMD etc. x86 processor line
ia64	ia64	00000000	Intel Itanium/Itanium2 processor based workstations
ibmnws	powerpc	00000000	IBM Network Station Thin Clients
iyonix	arm	20040713	Castle Technology xscale based workstations
landisk	sh3el	20060901	SH4 processor based NAS appliances by I-O DATA
luna68k	m68k	20000105	LUNA product line of OMRON Tateisi Electronics
mac68k	m68k	19930929	Apple Macintosh
macppc	powerpc,powerpc64	19980515	Apple Power Macintosh and clones
mipsco	mipseb	20000812	MIPS Corp Magnum 3000 computers
mmeye	sh3eb	19990913	Hitachi SuperH(TM) computer controlled camera
mvme68k	m68k	19950725	Motorola's VMEbus 68K based single board computers
mvmeppc	powerpc	20020227	Motorola's PowerPC machines running older PPCBUG
netwinder	arm	20010609	StrongARM based Netwinder machines
news68k	m68k	19991209	Sony's m68k based NET WORK STATION
newsmips	mipseb	19980218	Sony's MIPS based NET WORK STATION
next68k	m68k	19980609	NeXT Computer's cubes and slabs
ofppc	powerpc,powerpc64	19980528	Open Firmware based PowerPC machines
playstation2	mipsel	20011016	Sony PlayStation 2
pmax	mipsel,mips64el	19931012	Digital Equipment Corp. MIPS based machines
prep	powerpc	20000229	PowerPC Reference Platform machines
rs6000	powerpc	20071217	MCA-based IBM RS/6000 wokstations
sandpoint	powerpc	20010211	Motorola Sandpoint based NAS systems
sbmips	mipseb,mipsel,mips64eb,mips64el	20020306	Broadcom's SiByte processor evaluation boards
sgimips	mipseb,mips64eb	20000614	MIPS based Silicon Graphics machines
shark	arm	19960131	Digital Network Appliance Reference Design ("Shark")
sparc	sparc	19931002	Sun Microsystems SPARC (sun4, sun4c, sun4m) 32 bit machines
sparc64	sparc64/sparc	19980620	Sun Microsystems UltraSPARC 64 bit machines
sun2	m68000	20010328	Sun m68010 based machines
sun3	m68k	19930625	Sun m680[23]0 based machines
vax	vax	19940802	Digital Equipment Corp. VAX machines
x68k	m68k	19960505	Sharp X68000, X68030
xen	xen	20040311	Xen virtual machine monitor
zaurus	arm	20061217	Sharp Zaurus C7x0/860/1000/3x00 PDAs

Generic cpu features shared among multiple ports
aarch64:	ARMv8 CPU based platform files
arm:		ARM CPU based platform files
hppa:		Hewlett Packard PA-RISC CPU based platform files
m68k:		Motorola 680x0 CPU based platform files
mips:		MIPS CPU based platform files
powerpc:	PowerPC CPU based platform files
sh3:		Hitachi SuperH(TM) sh3 and sh4 CPU based platform files
sparc:		Sun Microsystems SPARC(TM) CPU based platform files
x86:		Intel x86 based platform files.

Generic architectural features shared among multiple ports
hpc:		Handheld PC reference platform files
sun68k:		Sun Microsystems Motorola 680x0 CPU based platform files

Single port cpu families
alpha:		Digital Equipment Alpha processor
ia64:		Intel Itanium/Itanium2 processor