freebsd-dev/sys/powerpc/aim
Ryan Libby 10c8fb47d9 uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag others
Remove mbuf_jumbo_alloc and let large mbuf zones use the new uma default
contig allocator (a copy of mbuf_jumbo_alloc).  Tag other zones which
require contiguous objects, even if they don't use the new default
contig allocator, so that uma knows about their constraints.

Reviewed by:	jeff, markj
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D23238
2020-02-04 22:40:23 +00:00
..
aim_machdep.c [PowerPC] Fix VSX context handling 2020-02-04 20:40:45 +00:00
locore32.S powerpc64: Add a trap stack area 2019-02-04 16:02:03 +00:00
locore64.S [PPC64] Fix trapstk overflow 2019-10-31 11:59:00 +00:00
locore.S Add a kdb show command to print arbitrary SPRs on PowerPC 2016-08-13 18:46:49 +00:00
mmu_oea64.c [PowerPC64] fix crash when using machdep.moea64_bpvo_pool_size tunable 2020-01-19 21:17:57 +00:00
mmu_oea64.h powerpc64/pmap: micro-optimize some PVO-PTE logic 2019-12-08 04:17:04 +00:00
mmu_oea.c powerpc: Prevent infinite loop in moea_sync_icache() 2020-01-10 04:13:16 +00:00
moea64_if.m Add a 'SINGLETON' directive to kobj interface definition 2020-01-18 02:39:38 +00:00
moea64_native.c powerpc64/pmap: micro-optimize some PVO-PTE logic 2019-12-08 04:17:04 +00:00
mp_cpudep.c powerpc: Initialize the Hardware Interrupt Offset Register (HIOR) earlier for ppc970 2019-05-10 19:36:14 +00:00
slb.c uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag others 2020-02-04 22:40:23 +00:00
trap_subr32.S D23057: [PowerPC] Fix offset calculations in bridge mode 2020-01-18 04:12:41 +00:00
trap_subr64.S D23057: [PowerPC] Fix offset calculations in bridge mode 2020-01-18 04:12:41 +00:00