aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* MFV r353141 (by phillip):Cy Schubert2019-12-211-2/+16
* Fix VPO_UNMANAGED handling in vm_page_reclaim_run() after r353540.Mark Johnston2019-12-211-2/+9
* Don't shift 32-bit value by more than 32 bits.Gleb Popov2019-12-211-1/+1
* powerpc: Only build mpc85xx i2c driver for mpc85xxJustin Hibbits2019-12-211-1/+1
* Declare packed struct ata_params as 2-byte-alignedRyan Libby2019-12-211-1/+1
* gcc9: quiet Waddress-of-packed-member for kernel buildRyan Libby2019-12-211-0/+3
* gcc: quiet Wattribute for no_sanitize("address")Ryan Libby2019-12-211-2/+6
* random(4): Flip default Fortuna generator over to Chacha20Conrad Meyer2019-12-201-6/+6
* Correct a mistakenly inverted condition in r355833.Alan Cox2019-12-202-2/+2
* Deduplicate code between if_delgroup() and if_delgroups().Mark Johnston2019-12-201-64/+46
* mii(4): Fix ivars leak when the bus device or bus children detach.Mark Johnston2019-12-201-0/+14
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-202-2/+2
* Fix a memory leak in if_delgroups() introduced in r334118.Mark Johnston2019-12-201-0/+1
* vt: store a pointer to the keyboard instead of indexKyle Evans2019-12-202-47/+24
* Kill off dummy kbd driversKyle Evans2019-12-205-95/+0
* vt: fix post-boot keyboard attachmentKyle Evans2019-12-201-0/+7
* VERSATILEPB: Unbreak after r355796Kyle Evans2019-12-201-2/+0
* Improve input validation for some parameters having a too smallMichael Tuexen2019-12-202-2/+6
* random(4): Fortuna: Enable concurrent generation by default for 13Conrad Meyer2019-12-201-12/+16
* iicoc: fix the build on PCI machinesPhilip Paeps2019-12-201-2/+2
* Print upper 32 bits in devmap table entriesPhilip Paeps2019-12-201-1/+1
* iicoc: add FDT bus attachmentPhilip Paeps2019-12-202-0/+189
* iicoc: split up common core and PCI bus specificsPhilip Paeps2019-12-204-134/+187
* iicoc: minor whitespace and style(9) fixesPhilip Paeps2019-12-201-34/+35
* riscv/sifive: add FU540 SPI controller driverPhilip Paeps2019-12-202-0/+404
* riscv/sifive: add SiFive FU540 PRCI driverPhilip Paeps2019-12-203-0/+274
* [PowerPC] Only move linker sets to .data on ELFv1Brandon Bergren2019-12-191-1/+4
* Fix SIGINFO stack collection to ignore threads with swapped-out stacks.Mark Johnston2019-12-191-2/+3
* Fix a bug in r355784. I missed a sched_add() call that needed to reacquireJeff Roberson2019-12-191-1/+1
* Including <sys/tmpfs.h> into non-kernel software leads to aDoug Moore2019-12-191-2/+1
* ipfw: Don't rollback state in alloc_table_vidx() if atomicity is not required.Alexander V. Chernikov2019-12-193-12/+20
* Revert r355908 to commit it with a proper message.Alexander V. Chernikov2019-12-193-20/+12
* svn-commit.tmpAlexander V. Chernikov2019-12-193-12/+20
* Stop speculation past an eret instructionAndrew Turner2019-12-193-5/+17
* Remove VMware MSI-X from the PCI blacklist.Mark Peek2019-12-181-7/+0
* Remove useless code from in6_rmx.cAlexander V. Chernikov2019-12-182-65/+0
* vnic: Relax PHY node matching after r336281.Mark Johnston2019-12-181-4/+7
* cxgbe(4): check if the firmware supports FW_RI_FR_NSMR_TPTE_WR workNavdeep Parhar2019-12-181-0/+8
* oce: Tighten input validation in the SIOCGI2C handler.Mark Johnston2019-12-181-9/+8
* When pmap_enter_{l2,pde}() are called to create a kernel mapping, they areAlan Cox2019-12-182-165/+206
* Drop a sleepable lock when we plan on sleepingWarner Losh2019-12-181-2/+6
* Leave multicast group before reaping and committing state for bothHans Petter Selasky2019-12-182-14/+14
* Restore important comment in RCU/EPOCH support in FreeBSD after r355784.Hans Petter Selasky2019-12-182-0/+16
* acpi(4): Add _CID to PNP info stringConrad Meyer2019-12-181-2/+5
* bcm2835_vcbus: add legacy compat mappingsKyle Evans2019-12-181-0/+14
* Fix the aflag shift on big-endian platforms after r355672.Mark Johnston2019-12-181-1/+5
* Add support for TLS 1.3 using AES-GCM to the OCF backend for KTLS.John Baldwin2019-12-181-18/+142
* Add a structure for the AAD used in TLS 1.3.John Baldwin2019-12-181-2/+12
* arm: add SOC_BRCM_BCM2837 option, include it in GENERICKyle Evans2019-12-173-2/+4
* Revert r355833Warner Losh2019-12-171-8/+11