Commit History

Author SHA1 Message Date
  Mark Johnston 517c585458 vm_phys: Make sure that vm_phys_enq_chunk() stays in bounds 3 months ago
  Mark Johnston fbff6d54da vm_phys: Fix vm_phys_find_range() after commit 69cbb18746b6 3 months ago
  Mark Johnston b16b4c22d2 vm_page: Implement lazy page initialization 3 months ago
  Mark Johnston 69cbb18746 vm_phys: Add a vm_phys_seg_paddr_to_vm_page() helper 3 months ago
  Mark Johnston d7ec4a8859 vm_phys: Factor out some calls to vm_freelist_add() 3 months ago
  Doug Moore 543d55d791 vm_phys: use ilog2(x) instead of fls(x)-1 3 months ago
  Doug Moore e3537f9235 Revert "subr_pctrie: use ilog2(x) instead of fls(x)-1" 3 months ago
  Doug Moore 574ef65069 subr_pctrie: use ilog2(x) instead of fls(x)-1 3 months ago
  Stephen J. Kiernan cb20a74ca0 vm: add macro to mark arguments used when NUMA is defined 5 months ago
  Doug Moore 6dd15b7a23 vm_phys; fix uncalled free_contig 9 months ago
  Doug Moore 2a4897bd4e vm_phys: fix freelist_contig 10 months ago
  Zhenlei Huang c415cfc8be vm_phys: Add corresponding sysctl knob for loader tunable 11 months ago
  Warner Losh 685dc743dc sys: Remove $FreeBSD$: one-line .c pattern 1 year ago
  Doug Moore e77f4e7f59 vm_phys: tune vm_phys_enqueue_contig loop 1 year ago
  Doug Moore ccdb28275d vm_phys_enq_range: no alignment assert for npages==0 1 year ago
  Doug Moore c9b06fa527 vm_phys_enqueue_contig: handle npages==0 1 year ago
  Doug Moore b7370efade Revert "vm_phys_enqueue_contig: handle npages==0" 1 year ago
  Doug Moore 1a7fcf6d51 vm_phys_enqueue_contig: handle npages==0 1 year ago
  Alan Cox 58d4271721 vm_phys: Fix typo in 9e8174289236 1 year ago
  Doug Moore 9e81742892 vm_phys: add binary segment search 1 year ago
  Mark Johnston 6062d9faf2 vm_phys: Change the return type of vm_phys_unfree_page() to bool 1 year ago
  Warner Losh 4d846d260e spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 1 year ago
  Mitchell Horne c84c5e00ac ddb: annotate some commands with DB_CMD_MEMSAFE 2 years ago
  Doug Moore fa8a6585c7 vm_phys: avoid waste in multipage allocation 2 years ago
  John Baldwin 52526922ac vm_phys_init: Quiet unused but set warnings about npages. 2 years ago
  John Baldwin 2e7838ae84 vm_phys_early_alloc: mem_index is only used under #ifdef NUMA. 2 years ago
  Doug Moore 557dc337e6 vm_phys: check small blocks to finish allocation 2 years ago
  Doug Moore 342056fa1c vm_phys: alloc pages without duplicating searches. 2 years ago
  Doug Moore 0ce7909cd0 vm_phys: add essential segment bounds check 2 years ago
  Doug Moore da92ecbc0d vm_phys: fix seg->end test in alloc_seg_contig 2 years ago