aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/sf_buf.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cGleb Smirnoff2014-08-051-35/+4
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsGleb Smirnoff2013-09-061-0/+3
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+2
* As was done in r195820 for amd64, use clflush for flushing cache linesKonstantin Belousov2009-07-291-0/+2
* Implement support for CPU private mappings within sf_buf_alloc().Alan Cox2005-02-131-1/+4
* Don't remove the virtual-to-physical mapping when an sf_buf is freed.Alan Cox2003-12-071-0/+1
* - Change the i386's sf_buf implementation so that it never allocatesAlan Cox2003-11-171-1/+2
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+56