index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
powerpc
/
oea
/
pmap.c
Age
Commit message (
Expand
)
Author
2022-05-09
PR port-powerpc/56818
rin
2022-04-09
sys: Use membar_release/acquire around reference drop.
riastradh
2022-03-12
sys: Membar audit around reference count releases.
riastradh
2022-02-18
Backout previous and fix the correct macro magic
martin
2022-02-18
pmap_pv_protect is not STATIC
martin
2022-02-16
powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.
riastradh
2022-02-16
powerpc: Implement pv-tracking for unmanaged pages.
riastradh
2021-07-19
there is no need to keep pvos for unmanaged mappings on a hidden p/v list,
chs
2021-06-27
PR 55325: unify both pvo pools (for managed and unmanaged pages).
martin
2021-03-12
Fix paste-o in last.
thorpej
2021-03-12
Re-factor the code in pmap_extract() that checks the 601 I/O segment
thorpej
2021-03-11
Tidy up initialization of the kernel SRs just a bit.
thorpej
2021-03-10
- In pmap_bootstrap1(), make sure to initialize pmap_kernel()->pm_vsid
thorpej
2021-03-02
Complete the pmap symbol renaming shenanigans for pmap_bootstrap[12]().
thorpej
2021-03-02
Apply PMAPNAME() to pmap_bootstrap[12](); fix build for ofppc, which has
rin
2021-03-01
Split pmap_bootstrap() into 2 functions:
thorpej
2020-07-06
Style and cosmetic changes. No binary changes intended.
rin
2020-07-02
Fix typo; PMAP_OEA64_BRIDGE not PMAP_OEA_BRIDGE.
rin
2020-05-31
Stop returning while PMAP_LOCK() (= KERNEL_LOCK(1, NULL)) is held.
rin
2018-01-27
apply the change from arch/x86/x86/pmap.c rev. 1.266 commitid vZRjvmxG7YTHLOfA:
chs
2016-12-23
"Make NetBSD great again!"
cherry
2016-02-14
Add missing va_end; PR 50795 from David Binderman.
dholland
2014-08-10
Update conditions on mfsrin definition to match use.
joerg
2014-03-03
support ppc601
macallan
2013-11-03
gcc 4.8.1 wants:
mrg
2013-04-11
make PPC_OEA64_BRIDGE mode work
macallan
2013-03-28
Fix loop bug (Phileas Fogg)
christos
2012-10-20
Support Cache Protocol 'MEI' with MULTIPROCESSOR.
kiyohara
2012-07-28
Fix -fno-common fallout.
matt
2012-02-03
Use CPP __VA_ARGS__ for DPRINTF*
matt
2012-02-01
Use kmem instead of malloc. Remove unneeded <sys/malloc.h> includes.
matt
2012-02-01
Enable XBSEN and HIGHBAT for OEA 7455 and related CPUs.
matt
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-06-30
Modify mapiodev to take a third argument indicating whether the space
matt
2011-06-19
Use __builtin_clz instead of cntlzw
matt
2011-05-02
A little PMAP_OEA64 pmap support.
matt
2011-02-18
Move powerpc_mmap_flags since pmap.c can get compiled multiple time resulting
matt
2011-02-15
implement pmap_mmap_flags() and teach PowerPC's bus_space_mmap() to actually
macallan
2011-02-12
When an OEA kernel is configured for multiple MMU types, use the new
matt
2011-01-18
Add support for BookE Freescale MPC85xx (e500 core) processors.
matt
2010-11-12
Put VM_PAGE_TO_MD() definition in one place. No functional changes.
uebayasi
2010-11-10
Use more VM_PHYSMEM_*() accessors. No functional changes.
uebayasi
2010-10-30
Use VM_PAGE_TO_MD() to locate struct vm_page_md. No functional
uebayasi
2010-02-25
Adapt to spr.h breakup.
matt
2010-02-25
s/cpu_fork/cpu_lwp_fork/ in comment
skrll
2009-11-21
Use lwp_getpcb() on mips, powerpc and sh3, clean from struct user usage.
rmind
2009-11-07
Add a flags argument to pmap_kenter_pa(9).
cegger
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-08-11
Remove all declarations of physmem from sys/arch. Add an include of
matt
2009-04-21
change pmap flags argument from int to u_int.
cegger
[next]