aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pmap: Move the SLB spill handlers to a better placeJustin Hibbits2019-06-083-87/+92
* powerpc/aim: Use nitems() for calculating size of phys_avail in AIM pmapsJustin Hibbits2019-06-082-2/+2
* Fix debug trace after removal of pdu_overhead.John Baldwin2019-06-071-2/+2
* Fix comparison signedness in arc_is_overflowing().Alexander Motin2019-06-071-2/+2
* Explicitly start ARC adjustment on limits change.Alexander Motin2019-06-071-0/+11
* Fix nda(4) PCIe link status outputChuck Tuffli2019-06-072-11/+22
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-0713-16/+16
* [PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori2019-06-074-18/+64
* Teach readelf about some OpenBSD ELF program headersChristian S.J. Peron2019-06-071-0/+4
* Use underscores for internal variable name to avoid conflicts.Andrey V. Elsukov2019-06-071-8/+8
* Restore ARC MFU/MRU pressureAndriy Gapon2019-06-071-14/+16
* cxgbe(4): Rename the DDP sysctl to rx_zcopy to match the tx_zcopy sysctlNavdeep Parhar2019-06-071-2/+4
* Allow fail points to have separate declarations, definitions, and evalsRyan Libby2019-06-071-4/+10
* Allow UMA hash tables to expand faster then 2x in 20 seconds.Alexander Motin2019-06-061-12/+10
* Do not overwrite the RGMII bits in the CPU port register of Switch.Luiz Otavio O Souza2019-06-062-2/+5
* Zero the GPIO regulator pins memory.Luiz Otavio O Souza2019-06-061-1/+1
* nvdimm: Provide nvdimm location informationD Scott Phillips2019-06-061-0/+19
* Restore the comment removed in r348745.Mark Johnston2019-06-061-0/+4
* The means of finding ranges of free pages was changed forDoug Moore2019-06-061-67/+90
* Add sysctls for uma_kmem_{limit,total}.Mark Johnston2019-06-061-1/+8
* Remove the volatile qualifer from uma_kmem_total.Mark Johnston2019-06-061-3/+3
* Conditionalize an in_epoch() call on INVARIANTS.Mark Johnston2019-06-061-4/+2
* Make the linuxkpi's alloc_pages() consistently return wired pages.Mark Johnston2019-06-062-6/+24
* Fix a race between fasttrap and the user breakpoint handler.Mark Johnston2019-06-063-31/+59
* For armv6 and armv7, build hwpmc_armv7.c as well as the base hwpmc_arm.c.Ian Lepore2019-06-061-0/+4
* Don't refer to the cpu variable in a KASSERT before initializing it.Ian Lepore2019-06-061-1/+1
* Add a testing facility to manually reclaim a vnodeAlan Somers2019-06-061-0/+88
* r347382 added receiver side DSACK support for the TCP base stack.Michael Tuexen2019-06-061-3/+34
* Whitespace adjustment.Cy Schubert2019-06-061-1/+1
* geli: build warning fixesMariusz Zaborski2019-06-054-7/+7
* dtrace: 64-bits registers supportMariusz Zaborski2019-06-051-0/+4
* In vm_map_entry_set_vnode_text(), tolerate tmpfs mappings for whichKonstantin Belousov2019-06-051-11/+23
* Manually clear text references on reclaim for nullfs and tmpfs.Konstantin Belousov2019-06-052-0/+4
* Support MSI-X for passthrough devices with a separate PBA BAR.John Baldwin2019-06-051-7/+28
* first step towards enforcing must-succeed semantics for bus accessorsAndriy Gapon2019-06-051-2/+16
* another occurrence where a very large dma mapping can cause integer overflowTycho Nightingale2019-06-051-1/+1
* Initialize V_nat64out methods explicitly.Andrey V. Elsukov2019-06-051-0/+2
* Only respond to the PCIe Attention Button if a device is already plugged in.Colin Percival2019-06-051-1/+4
* While working on a PR, more are discovered.Cy Schubert2019-06-041-3/+3
* Clean up #ifdefs from old unsupported releases of FreeBSD.Cy Schubert2019-06-042-58/+24
* Remove an outdated header comment for vm_page.c.Mark Johnston2019-06-041-17/+0
* In usb(4) fix a lost completion event issue towards libusb(3). It may happenHans Petter Selasky2019-06-041-4/+47
* The changes to pmap_demote_pde_locked()'s control flow in r348476 resultedAlan Cox2019-06-041-2/+2
* elf_common: add GNU note types and NT_GNU_PROPERTY_TYPE_0 bitsEd Maste2019-06-041-0/+15
* style(9) / tidying for r348611Ed Maste2019-06-041-12/+12
* Expose the kernel's build-ID through sysctlEd Maste2019-06-0414-0/+114
* In xhci(4) there is no stream ID in the completion TRB.Hans Petter Selasky2019-06-041-13/+13
* Make sure the DMA tags get freed in mlx5en(4).Hans Petter Selasky2019-06-042-0/+3
* Fix prio vs. nonprio tagged traffic in RDMACMSlava Shwartsman2019-06-041-3/+17
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-047-42/+54