CVS commit: src/sys/arch/alpha/common

2021-07-19 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Mon Jul 19 16:25:54 UTC 2021 Modified Files: src/sys/arch/alpha/common: bus_dma.c sgmap_typedep.c Log Message: There is already a fast-path in pmap_extract() for the kernel pmap, so don't bother doing a conditional for kernel

CVS commit: src/sys/arch/alpha/common

2021-06-24 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Jun 24 16:41:16 UTC 2021 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: Deal with a scenario where: - DMA map has a boundary constraint. - Caller asks us to map a buffer that's exactly the same size

CVS commit: src/sys/arch/alpha/common

2021-04-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Thu Apr 15 00:11:10 UTC 2021 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: Fix inverted logic!! vmem_xalloc(9) should be used with VM_NOSLEEP for BUS_DMA_NOWAIT. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/alpha/common

2020-09-25 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 26 02:35:31 UTC 2020 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: - Fix some bugs in previous, mainly related to indexing the correct interrupt queue. - Make sure to update

CVS commit: src/sys/arch/alpha/common

2020-09-23 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Sep 23 18:46:02 UTC 2020 Modified Files: src/sys/arch/alpha/common: shared_intr.c Log Message: Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, rather than doing it in alpha_shared_intr_establish()

CVS commit: src/sys/arch/alpha/common

2020-09-04 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Sep 5 04:11:10 UTC 2020 Modified Files: src/sys/arch/alpha/common: sgmapvar.h Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/alpha/common/sgmapvar.h Please note that diffs

CVS commit: src/sys/arch/alpha/common

2020-09-04 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sat Sep 5 03:47:16 UTC 2020 Modified Files: src/sys/arch/alpha/common: sgmapvar.h Log Message: Update a comment. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/alpha/common/sgmapvar.h Please note

CVS commit: src/sys/arch/alpha/common

2020-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jun 17 05:52:13 UTC 2020 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: Typo: vmem_free -> vmem_xfree To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/arch/alpha/common

2020-06-16 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed Jun 17 04:12:39 UTC 2020 Modified Files: src/sys/arch/alpha/common: sgmap_common.c sgmap_typedep.c sgmapvar.h Log Message: Switch from an extent mao to a vmem arena to manage SGMAP address space. To generate a diff of this

CVS commit: src/sys/arch/alpha/common

2010-12-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 15 01:28:24 UTC 2010 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: include uvm/uvm_extern.h here instead To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/arch/alpha/common

2010-10-07 Thread Hans Rosenfeld
Module Name:src Committed By: hans Date: Thu Oct 7 19:39:31 UTC 2010 Modified Files: src/sys/arch/alpha/common: sgmap_typedep.c Log Message: fix SGMAP_DEBUG on alpha To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/alpha/common/sgmap_typedep.c