aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fix OFED build after r335053Matt Macy2018-06-131-1/+2
* Fix PCBGROUPS build post CK conversion of pcbinfoMatt Macy2018-06-134-13/+13
* Enable eager FPU context switch by default on i386 too, based onKonstantin Belousov2018-06-132-34/+67
* Add PNP info to PCI attachment of ae driverWarner Losh2018-06-131-0/+2
* Add PNP info to PCI attachments of age driverWarner Losh2018-06-131-0/+2
* Add PNP info to PCI attachment of amr driverWarner Losh2018-06-131-7/+9
* Add PNP info to PCI attachment of ale driverWarner Losh2018-06-131-0/+2
* Add PNP info to PCI attachment of bwi driverWarner Losh2018-06-131-0/+2
* Add PNP info to PCI attachment of bwn driverWarner Losh2018-06-131-0/+4
* Add PNP info to PCI attachment of an driverWarner Losh2018-06-131-0/+2
* Add PNP info to the PCI attachment of the ahci driverWarner Losh2018-06-131-0/+3
* Add PNP info to the PCI attachment of the aacraid driver.Warner Losh2018-06-131-3/+6
* Add PNP info to the PCI attachment of the ncr driver.Warner Losh2018-06-131-3/+5
* i386: copyin/copyout error is EFAULTRyan Libby2018-06-131-2/+2
* Enable eager FPU context switch by default on amd64.Konstantin Belousov2018-06-132-40/+68
* Make UMA and malloc(9) return non-executable memory in most cases.Jonathan T. Looney2018-06-1314-60/+126
* Implement a 'car limit' for bioq.Warner Losh2018-06-132-0/+20
* Add ThunderX2 to the list of CPUs we need to apply the branch predictorAndrew Turner2018-06-131-0/+6
* Switch to the SMCCC function for branch predictor hardening. The previousAndrew Turner2018-06-131-2/+5
* Add the SMCCC return codes from ARM DEN 0070A.Andrew Turner2018-06-131-0/+9
* Add support for the ARM SMC Calling Convention (SMCCC). This is a methodAndrew Turner2018-06-133-0/+157
* Move psci_call to a header file so we can use it in other files toAndrew Turner2018-06-132-8/+9
* audit(4): fix the definition of ARG_TERMID_ADDRAlan Somers2018-06-131-1/+1
* Oops, r335053 had an old version of the comment about 16-bit linux dev_tBruce Evans2018-06-131-11/+13
* Add a handler for the PSCI_FEATURES function. This needs PSCI 1.0, soAndrew Turner2018-06-132-2/+19
* Find and cache the PSCI version on driver attach.Andrew Turner2018-06-131-0/+3
* Add the PSCI_FEATURES function ID. This is found in PSCI 1.0 and is usedAndrew Turner2018-06-131-0/+2
* Fix the encoding of major and minor numbers in 64-bit dev_t by restoringBruce Evans2018-06-135-11/+93
* Rename the ThunderX CPU identification macros to include the X. This is theAndrew Turner2018-06-135-13/+13
* Add more Cavium CPU part numbers.Andrew Turner2018-06-131-1/+7
* Rework if_gre(4) to use encap_lookup_t method to speedup lookupAndrey V. Elsukov2018-06-134-553/+552
* Don't jump to VA space until kernel is ready.Ruslan Bukin2018-06-131-14/+15
* Fix some bugs found while fixing the representation and translationBruce Evans2018-06-133-9/+5
* Fix build of liquidio with base gcc on i386Dimitry Andric2018-06-131-2/+2
* Add SPDX tags to vmm(4).Marcelo Araujo2018-06-1323-0/+46
* Handle INP_FREED when looking up an inpcbMatt Macy2018-06-131-1/+8
* This fixes missing VNET sets in the hpts system. BasicallyRandall Stewart2018-06-121-3/+4
* Defer inpcbport free in in_pcbremlists as wellMatt Macy2018-06-121-1/+1
* Fix number of auxargs entries to copy out for 32-bit Linuxulator.Jung-uk Kim2018-06-121-2/+3
* Version bump since r334930 changed the interface between the NFS modules,Rick Macklem2018-06-121-1/+1
* Defer inpcbport free until after a grace period has elapsedMatt Macy2018-06-122-2/+12
* mechanical CK macro conversion of inpcbinfo listsMatt Macy2018-06-1210-60/+61
* Defer inpcb deletion until after a grace period has elapsedMatt Macy2018-06-122-41/+43
* simplebus pnp: Do not generate pnp info is the bus status is not okayEmmanuel Vadot2018-06-121-0/+4
* powerpc64/powernv: Avoid type promotionBreno Leitao2018-06-121-1/+1
* Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem2018-06-1220-219/+5473
* Include VirtIO devices to the GENERIC configuration file.Ruslan Bukin2018-06-121-0/+10
* o Add driver for PLIC (Platform-Level Interrupt Controller) device.Ruslan Bukin2018-06-1212-140/+355
* Add simplebus-like RISC-V SoC bus.Ruslan Bukin2018-06-122-0/+112
* Release secondary cores from WFI (wait for interrupt) by sending themRuslan Bukin2018-06-121-0/+14