summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ufs: add VOP_STAT handlerMateusz Guzik2020-08-071-0/+62
* tmpfs: add VOP_STAT handlerMateusz Guzik2020-08-072-0/+50
* vfs: add VOP_STATMateusz Guzik2020-08-077-119/+146
* mmc_da: fix memory leak in sddaregister()Bjoern A. Zeeb2020-08-071-1/+1
* vfs: release the interlock after failing to set VHOLD_NO_SMRMateusz Guzik2020-08-071-6/+11
* Fix clang 11 inline asm constraint error when building powerpc GENERIC64Dimitry Andric2020-08-071-2/+2
* Enable hw.pci.enable_aspm tunable by default.Alexander Motin2020-08-071-1/+1
* Add some more checks to make APEI driver more robust.Alexander Motin2020-08-071-8/+22
* Remove obsolete part of comment. It was cut and pasted from the old version ofWarner Losh2020-08-071-2/+0
* Implement radix_tree_store() in the LinuxKPI for use with the comingHans Petter Selasky2020-08-072-10/+134
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-073-11/+2
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-073-3/+20
* Add full support support for dynamic allocation and freeing of epoch's.Hans Petter Selasky2020-08-071-13/+58
* IPV6_PKTINFO support for v4-mapped IPv6 socketsBjoern A. Zeeb2020-08-073-4/+66
* Allow ACPI APEI driver build without PCI.Alexander Motin2020-08-071-1/+5
* net80211/ifconfig: print hardware device name for wlan interfacesBjoern A. Zeeb2020-08-072-0/+10
* iflib: netmap: drop redundant checkVincenzo Maffione2020-08-061-4/+0
* iflib: netmap: don't increment ifl_cidx on the wrong free listVincenzo Maffione2020-08-061-39/+35
* em(4): honor vlanhwtag offloadVincenzo Maffione2020-08-061-0/+5
* Add CTL support for REPORT IDENTIFYING INFORMATION command.Alexander Motin2020-08-064-5/+124
* Preserve ASLR vm_map flags across forkBrooks Davis2020-08-061-0/+1
* Clean up reassignbuf() and buf_vlist_remove() a bit.Mark Johnston2020-08-061-24/+15
* Remove the vfs.reassignbufcalls counter and sysctl.Mark Johnston2020-08-061-10/+0
* Add Intel Apollo Lake AHCI ID.Alexander Motin2020-08-061-0/+1
* cp2112: driver for the namesake GPIO and I2C master gadgetAndriy Gapon2020-08-064-0/+1420
* Add new USB ID.Hans Petter Selasky2020-08-062-0/+5
* Move dmar_domain_unload_task to busdma_iommu.c.Ruslan Bukin2020-08-062-23/+21
* ccu_sun8i_r: minor comment updateAndriy Gapon2020-08-061-1/+1
* Add iommu_domain constructor and destructor.Ruslan Bukin2020-08-065-18/+34
* mmccam: Unhold the periph when we add the deviceEmmanuel Vadot2020-08-061-0/+2
* cache: add more predicts for failing conditionsMateusz Guzik2020-08-061-3/+3
* cache: plug unititalized variable useMateusz Guzik2020-08-061-2/+1
* mac: even up all entry points to the same schemeMateusz Guzik2020-08-061-7/+38
* arm64: fix uintfptr_tMateusz Guzik2020-08-051-1/+1
* riscv: fix uintfptr_tMateusz Guzik2020-08-051-1/+1
* vfs hash: annotate the lock with __exclusive_cache_lineMateusz Guzik2020-08-051-1/+1
* pipe: reduce atime precisionMateusz Guzik2020-08-051-3/+18
* o Add machine/iommu.h and include MD iommu headers from it,Ruslan Bukin2020-08-055-10/+28
* Add clocks for ethernet controllers on RK3328Oleksandr Tymoshenko2020-08-051-0/+286
* Add flag for SYSCON-controlled clocks on Rockhip platformOleksandr Tymoshenko2020-08-052-2/+56
* Fix a TOCTOU vulnerability in freebsd32_copyin_control().Mark Johnston2020-08-051-59/+71
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-056-14/+242
* zfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GUID and ZPOOL_CONFIG_GUIDToomas Soome2020-08-051-1/+3
* Add DDB_CTF to the arm64 and riscv kernel configsAndrew Turner2020-08-052-0/+2
* Add m__getjcl SDT probe.Andrey V. Elsukov2020-08-053-0/+9
* Fix typo.Andrey V. Elsukov2020-08-051-1/+1
* cache: don't ignore size passed to nchinittblMateusz Guzik2020-08-051-1/+1
* Bump __FreeBSD_version after vaccess() changeMateusz Guzik2020-08-051-1/+1
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-0519-64/+36
* cache: convert the hash from LIST to SLISTMateusz Guzik2020-08-051-21/+54