aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFV r353628:Andriy Gapon2019-10-161-0/+4
* Fix assert in PowerPC pmaps after introduction of object busy.Konstantin Belousov2019-10-164-13/+29
* MFV r353619: 9691 fat zap should prefetch when iteratingAndriy Gapon2019-10-165-8/+100
* MFV r353617: 9425 allow channel programs to be stopped via signalsAndriy Gapon2019-10-167-89/+200
* MFV r353615: 9485 Optimize possible split block search spaceAndriy Gapon2019-10-161-100/+298
* MFV r353613: 10731 zfs: NULL pointer errorsAndriy Gapon2019-10-161-2/+1
* MFC r353611: 10330 merge recent ZoL vdev and metaslab changesAndriy Gapon2019-10-165-93/+112
* MFV r353608: 10165 libzpool: passing argument 1 to restrict-qualified parameterAndriy Gapon2019-10-161-4/+5
* powerpc/mpc85xx: Fix function type for fsl_pcib_error_intr()Justin Hibbits2019-10-161-4/+2
* powerpc: Add AmigaOne platform, a subclass of MPC85xxJustin Hibbits2019-10-163-1/+126
* Generalize ARM specific comments in devmapKristof Provost2019-10-152-14/+17
* ixgbe: Disable EEE for backplane X550EM_XEric Joyner2019-10-151-3/+1
* Missing from r353596.Gleb Smirnoff2019-10-152-0/+6
* When assertion for a thread not being in an epoch fails also print allGleb Smirnoff2019-10-155-0/+24
* Add copyrights that I forgot to add when splitting arb.h off from tree.h.Edward Tomasz Napierala2019-10-151-4/+3
* Install an ACPI PCI bus notify handler.John Baldwin2019-10-151-0/+23
* Support hot insertion and removal of PCI devices on EC2.John Baldwin2019-10-151-0/+106
* Export pci_attach() and pci_detach().John Baldwin2019-10-152-4/+4
* cxgbe(4): An EQ update can be requested in a TX_PKTS2 work request.Navdeep Parhar2019-10-151-0/+1
* Use -march=octeon+ for OCTEON1.John Baldwin2019-10-151-1/+1
* Fix dwmmc(4) driver attachment when ext_resources are not present.Ruslan Bukin2019-10-151-5/+25
* Fix a write-only variable warning from external GCC.John Baldwin2019-10-151-2/+1
* Don't set the OUTPUT_FORMAT explicitly but let ld derive it.John Baldwin2019-10-151-1/+1
* Update MIPS kernel builds to work with mips-gcc.John Baldwin2019-10-1510-13/+13
* fix up r353565, somehow a few files did not get committedAndriy Gapon2019-10-153-9/+9
* Remove pfctlinput2(). It came from KAME and had never ever been in use.Gleb Smirnoff2019-10-152-24/+0
* MFV r353561: 10343 ZoL: Prefix all refcount functions with zfs_Andriy Gapon2019-10-1527-413/+436
* MFV r353558: 10572 10579 Fix race in dnode_check_slots_free()Andriy Gapon2019-10-155-11/+43
* MFV r353551: 10452 ZoL: merge in large dnode feature fixesAndriy Gapon2019-10-153-10/+9
* The two functions ifnet_byindex() and ifnet_byindex_locked() are exactly theHans Petter Selasky2019-10-153-18/+9
* Exclude the network link eventhandler from epochification after r353292.Hans Petter Selasky2019-10-151-1/+1
* Fix missing epochification of the LinuxKPI after r353292.Hans Petter Selasky2019-10-151-1/+4
* Fix missing epochification of the ibcore code after r353292.Hans Petter Selasky2019-10-151-1/+4
* Fix missing epochification of the ipoib code after r353292.Hans Petter Selasky2019-10-153-0/+12
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-1511-225/+80
* (5/6) Move the VPO_NOSYNC to PGA_NOSYNC to eliminate the dependency on theJeff Roberson2019-10-155-19/+18
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-1530-198/+369
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-1516-85/+188
* (2/6) Don't release xbusy in vm_page_remove(), defer to vm_page_free_prep().Jeff Roberson2019-10-154-12/+15
* powerpc/atomic: Fix atomic_cmpset_rel()Justin Hibbits2019-10-151-1/+1
* (1/6) Replace busy checks with acquires where it is trival to do so.Jeff Roberson2019-10-1515-127/+211
* arm: allwinner: Add np and nmm clock file to the buildEmmanuel Vadot2019-10-141-0/+2
* arm64: Add Synopsys DWC3 driverEmmanuel Vadot2019-10-144-0/+467
* arm64: allwinner: Add aw_dwc3 driverEmmanuel Vadot2019-10-143-0/+149
* arm64: allwinner: Add support for the usb3 phyEmmanuel Vadot2019-10-142-0/+300
* arm64: allwinner: aw_usbphy: Add support for H6 PHYEmmanuel Vadot2019-10-141-1/+10
* arm64: allwinner: Add H6 GPIO/Pinctrl driverEmmanuel Vadot2019-10-144-0/+198
* arm64: allwinner: Add Allwinner H6 SupportEmmanuel Vadot2019-10-145-0/+677
* arm: allwinner: Disable the clock before changing it's freqEmmanuel Vadot2019-10-141-0/+8
* arm64: allwinner: Add aw_clk_nmm clockEmmanuel Vadot2019-10-146-0/+378