aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't declare union semun in userspace unless _WANT_SEMUN is defined.Brooks Davis2018-03-022-1/+3
* Don't define struct mymsg.Brooks Davis2018-03-021-17/+0
* Rename kernel-only members of semid_ds and msgid_ds.Brooks Davis2018-03-026-93/+90
* sx: fix adaptive spinning broken in r327397Mateusz Guzik2018-03-021-2/+2
* dtb/allwinner: Build sun8i-h3-nanopi-m1-plus.dtsEmmanuel Vadot2018-03-021-0/+1
* Update QLogic ISP 24xx/25xx chips firmware to 8.07.00.Alexander Motin2018-03-022-28460/+28749
* iflib: stop timer callout when stoppingStephen Hurd2018-03-021-0/+4
* Remove _Nonnull attributes from user addresses arguments forKonstantin Belousov2018-03-021-4/+4
* Count the number of children in the GICv3 ACPI attachment. This is neededAndrew Turner2018-03-021-0/+3
* Implement more lockdep stubs in the LinuxKPI.Hans Petter Selasky2018-03-021-1/+2
* Implement ktime_get_raw() function in the LinuxKPI.Hans Petter Selasky2018-03-021-0/+9
* Implement wait_on_bit() function macro in the LinuxKPI.Hans Petter Selasky2018-03-021-0/+2
* Rename callout member in struct timer_list to match the one in structHans Petter Selasky2018-03-022-9/+9
* g_label_ufs: Fix typo from r330264Conrad Meyer2018-03-021-1/+1
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-025-27/+34
* Add a function to retrieve the EFI realtime clock capabilities.Ian Lepore2018-03-012-3/+18
* sys/sys: Use a more common spelling of 'dirent'Eitan Adler2018-03-011-1/+1
* PowerNV: Initial support for OPAL I2C transfersWojciech Macek2018-03-017-3/+675
* Rationalize license text on Linuxolator filesEd Maste2018-03-014-56/+54
* Correct the return value from flush_work() and flush_delayed_work() in theHans Petter Selasky2018-03-011-2/+6
* Fix the psl_userset32 definition.Justin Hibbits2018-03-011-1/+1
* pci_ioctl: Avoid returning uninitialized error value if user provided empty b...Conrad Meyer2018-03-011-1/+3
* psm(4): Always initialize used values in debug printConrad Meyer2018-03-011-3/+6
* ffs: softdep_disk_write_complete: Quiesce spurious Coverity warningConrad Meyer2018-03-011-1/+2
* Revert r328964: if_awg: Skip emac reset if configured for internal PHYKyle Evans2018-02-281-5/+3
* RK3188: Mark it NO_UNIVERSEEmmanuel Vadot2018-02-281-0/+2
* dwmmc_rockchip: Add ifdefs on EXT_RESOURCESEmmanuel Vadot2018-02-281-0/+8
* Add support for Enhanced Gen 5 (16Gb) and Gen 6 (32Gb) QLogic FC HBAs.Alexander Motin2018-02-284-88/+83
* Allow releasing APs to take more time, as long as we are making progress.Andrew Turner2018-02-281-3/+14
* Count the number of GIC redistributors in the ACPI tables. The GICv3 driverAndrew Turner2018-02-281-2/+38
* Only check the ProducerConsumer flag on extended memory. As per the ACPIAndrew Turner2018-02-281-1/+2
* The Arm pl011 driver assumes it's running a devicetree based system.Andrew Turner2018-02-281-9/+31
* Add kernel retpoline option for amd64Ed Maste2018-02-282-1/+15
* When checking the TCP fast cookie length, conststently also checkMichael Tuexen2018-02-271-1/+2
* Move #include for rijndael.h out of x86-specific region.John Baldwin2018-02-271-1/+1
* Give the 0th domain's page daemon thread a consistent name.Mark Johnston2018-02-271-0/+1
* Define meaning of remaining clock rounding flags combinations.Michal Meloun2018-02-271-0/+4
* Switch to mainstream DTS for Raspberry Pi-B and Pi-2.Michal Meloun2018-02-276-714/+105
* add ZFS_ENTER protection to .zfs/snapshot vnode operations that need itAndriy Gapon2018-02-271-1/+8
* Increase the size of a reservation granule for TLB locksJustin Hibbits2018-02-272-2/+2
* Fix a minor typo.Justin Hibbits2018-02-271-1/+1
* Initialize all members of vm_page::md_page for armv4/5 systems. This fixesIan Lepore2018-02-271-0/+2
* Allow physically non-contiguous chain frames allocation in mps(4)/mpr(4).Alexander Motin2018-02-274-85/+112
* Add sysctls/tunables for dbuf cache size.Alexander Motin2018-02-271-0/+10
* Remove obsolete options from these kernel configs. The functionality theseIan Lepore2018-02-272-2/+0
* Add a hw.model sysctl oid for armv6/7 which reports the CPU model, similarIan Lepore2018-02-261-1/+7
* rk_cru: Add missing breakEmmanuel Vadot2018-02-261-0/+1
* Don't overflow the ipad[] array when clearing the remainder.John Baldwin2018-02-261-1/+1
* Move ccr_aes_getdeckey() from ccr(4) to the cxgbe(4) driver.John Baldwin2018-02-263-40/+41
* Fetch TLS key parameters from the firmware.John Baldwin2018-02-262-1/+21