aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove more manual additions of -DSMP.Mark Johnston2020-02-065-5/+4
* Fix a race in smr_advance() that could result in unnecessary poll calls.Jeff Roberson2020-02-061-4/+10
* Temporarily force IFF_NEEDSEPOCH until drivers have been resolved.Jeff Roberson2020-02-061-1/+4
* Reduce number of atomic_add() calls in aggsum.Alexander Motin2020-02-062-33/+34
* Add some global counters for SMR. These may eventually become per-smrJeff Roberson2020-02-061-3/+32
* Use the context created in makectx() for stack traces.John Baldwin2020-02-062-9/+6
* Fix DDB to unwind across exception frames.John Baldwin2020-02-061-10/+32
* xen/console: fix priority of Xen consoleRoger Pau Monné2020-02-061-1/+2
* Implement kvm_kerndispLeandro Lupori2020-02-061-0/+1
* sysctl(9): add CTLFLAG_NEEDGIANT flagPawel Biernacki2020-02-062-19/+80
* uma: remove UMA_ZFLAG_CACHEONLY flagRyan Libby2020-02-063-19/+11
* powerpc: Fix altivec disabling in set_mcontext()Justin Hibbits2020-02-061-0/+3
* cxgbe(4): Add native netmap support to the main interface.Navdeep Parhar2020-02-051-15/+56
* Define SMP for standalone module builds.Mark Johnston2020-02-051-1/+2
* [virtio] Fix r/w to PCI configuration area on big endian platformsAlfredo Dal'Ava Junior2020-02-051-13/+36
* Fix EXCP_MASK to include all relevant bits from scause.John Baldwin2020-02-051-2/+1
* Use csr_read() to read sstatus instead of inline assembly.John Baldwin2020-02-051-8/+4
* Remove stale workaround for the htif console.John Baldwin2020-02-051-14/+0
* Read the breakpoint instruction to determine its length in BKPT_SKIP.John Baldwin2020-02-051-2/+8
* beri: correct kernel printf typoEd Maste2020-02-051-1/+1
* ethernet: Add a couple more Ethertypes.Pedro F. Giffuni2020-02-051-0/+2
* Stop compiling dtrace modules with -DSMP.Mark Johnston2020-02-052-4/+0
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-056-11/+11
* regen linuxulator sysent after r357577Ed Maste2020-02-0515-15/+225
* linuxulator: implement sendfileEd Maste2020-02-059-15/+164
* Avoid releasing object PIP in vn_sendfile() if no pages were grabbed.Mark Johnston2020-02-051-2/+4
* Fix map locking in the CLEAR_PKRU sysarch(2) handler.Mark Johnston2020-02-051-1/+1
* Add SYSCTL to get KERNBASE and relocated KERNBASELeandro Lupori2020-02-051-0/+9
* I doubt anybody in the world uses ng_device, but its write method shouldGleb Smirnoff2020-02-051-0/+5
* Enter the network epoch when ng_socket sends data or control from userGleb Smirnoff2020-02-051-0/+8
* netgraph(4) callouts need to be executed in the network epoch.Gleb Smirnoff2020-02-051-0/+3
* fd: always nullify *fdp in fget* routinesMateusz Guzik2020-02-051-10/+18
* cxgbe(4): Add a knob to allow netmap tx traffic to be checksummed byNavdeep Parhar2020-02-051-7/+12
* cxgbe(4): Allow nm_black_hole and nm_cong_drop to be set at any time.Navdeep Parhar2020-02-051-2/+2
* cxgbe(4): Report accurate rx_buf_maxsize to netmap.Navdeep Parhar2020-02-041-0/+1
* uma: multipage chicken switchRyan Libby2020-02-041-4/+10
* uma: grow slabs to enforce minimum memory efficiencyRyan Libby2020-02-041-62/+114
* uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag othersRyan Libby2020-02-043-29/+14
* uma: add UMA_ZONE_CONTIG, and a default contig_allocRyan Libby2020-02-043-8/+35
* uma: pcpu_page_free needs to startup_free pages from startup_allocRyan Libby2020-02-041-0/+6
* Remove unneeded assert for curproc. Simplify.Konstantin Belousov2020-02-041-5/+1
* [PowerPC] Fix VSX context handlingBrandon Bergren2020-02-043-6/+61
* Add an explicit busy state for free pages. This improves behavior withJeff Roberson2020-02-042-18/+39
* Use literal bucket sizes for smaller buckets rather than the roundingJeff Roberson2020-02-041-8/+7
* Correct the malloc tag used when freeing the temporary semop(2) buffer.Mark Johnston2020-02-041-2/+2
* tmpfs: add nomtime mount option,Konstantin Belousov2020-02-042-8/+15
* Enable vm_object_mightbedirty() and vm_object_page_clean() for swapKonstantin Belousov2020-02-042-29/+48
* Add sys/systm.h to several places that use vm headers.Konstantin Belousov2020-02-042-1/+3
* tmpfs_mount update: simplify, cache the value of VFS_TO_TMPFS() calculation.Konstantin Belousov2020-02-041-4/+5
* psm: use make_dev_s instead of make_devKyle Evans2020-02-041-5/+16