summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't modify the destination pointer in ioctl requests.John Baldwin2020-11-051-6/+10
* | nvme: change namei_request_zone into a malloc typeMateusz Guzik2020-11-052-8/+2
* | snmpmod(3): fix typo under the COMMUNITIES sectionEnji Cooper2020-11-051-1/+1
* | Suspend all writeable local filesystems on power suspend.Konstantin Belousov2020-11-054-0/+74
* | Fix powerpc and powerpcspe buildsLeandro Lupori2020-11-051-7/+7
* | linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-0512-440/+242
* | Remove the 'nap' field from ARM's 'struct syscall_args', to bring itEdward Tomasz Napierala2020-11-052-8/+7
* | VirtIO: Make sure the guest knows the TRIM alignment requirementsAllan Jude2020-11-051-1/+1
* | pmcstat: fix PPC kernel symbol resolutionLeandro Lupori2020-11-051-0/+25
* | libpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-051-0/+20
* | [PowerPC] hwpmc: add support for POWER8/9 PMCsLeandro Lupori2020-11-0510-1030/+1084
* | malloc: add a helper returning size allocated for given requestMateusz Guzik2020-11-052-0/+18
* | cryptotest: Add qat(4) coverageMark Johnston2020-11-051-2/+3
* | Add firmware modules for qat(4)Mark Johnston2020-11-0518-0/+77
* | Add qat(4)Mark Johnston2020-11-0527-0/+15644
* | Rationalize per-cpu zones.Mateusz Guzik2020-11-056-24/+22
* | [PowerPC] Make PPC 970 PMC SPRs the standard onesLeandro Lupori2020-11-054-139/+163
* | poll/select: change selfd_zone into a malloc typeMateusz Guzik2020-11-051-9/+7
* | vfs: change nt_zone into a malloc typeMateusz Guzik2020-11-051-5/+3
* | tmpfs: reorder struct tmpfs_node to shrink it by 8 bytesMateusz Guzik2020-11-051-3/+7
* | Stop trying to bounce in memory allocated by bus dmaAndrew Turner2020-11-051-0/+4
* | Restrict locale settings to the file they occur inStefan Eßer2020-11-054-32/+63
* | Add sbuf streaming mode to pseudofs(9), use in linprocfs(5)Conrad Meyer2020-11-053-13/+83
* | imgact_binmisc: fix up some minor nitsKyle Evans2020-11-051-7/+3
* | zfs: lz4: add optional kmem_alloc supportMateusz Guzik2020-11-051-4/+57
* | fd: make all f_count uses go through refcount_*Mateusz Guzik2020-11-052-6/+6
* | fd: hide _fdrop 0 count check behind INVARIANTSMateusz Guzik2020-11-051-2/+6
* | riscv: set kernel_pmap hart mask more preciselyMitchell Horne2020-11-052-1/+10
* | Fix UMA alignment for COP2 context structure.Justin Hibbits2020-11-041-1/+1
* | fix the docs, this was always wrong... In some cases, DISTDIR is setJohn-Mark Gurney2020-11-041-1/+2
* | pipe: whitespace nit in previousMateusz Guzik2020-11-041-1/+1
* | pipe: fix POLLHUP handling if no events were specifiedMateusz Guzik2020-11-041-2/+6
* | Make the tests work without COMPAT_FREEBSD12 in kernel.Jung-uk Kim2020-11-043-6/+6
* | Add regression tests for conditions and commentsStefan Eßer2020-11-0414-54/+213
* | atkbdc(4): Add quirk for "System76 lemur Pro" laptops.Vladimir Kondratyev2020-11-041-0/+1
* | Unbreak buildworld after r367339.Edward Tomasz Napierala2020-11-041-2/+0
* | Bump __FreeBSD_version after rms changesMateusz Guzik2020-11-041-1/+1
* | zfs: use rms lock for teardown handlingMateusz Guzik2020-11-041-0/+43
* | zfs: macroify teardown handlingMateusz Guzik2020-11-048-44/+77
* | zfs: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2020-11-044-34/+34
* | zfs: add branch prediction to ZFS_ENTER and ZFS_VERIFY_ZP macrosMateusz Guzik2020-11-042-4/+4
* | zfs: even up assertMateusz Guzik2020-11-041-1/+2
* | rms: fixup concurrent writer handling and add more featuresMateusz Guzik2020-11-043-13/+64
* | dtb/rockchip: Add rockpi-4 to the buildEmmanuel Vadot2020-11-041-0/+1
* | Add linux_to_bsd_errtbl[], mapping Linux errnos to their BSD counterparts.Edward Tomasz Napierala2020-11-043-0/+177
* | Plug minor memory leak in dwc3 USB2/USB3 controller.Emmanuel Vadot2020-11-041-0/+1
* | Make vector-related functions in libcxxrt's demangler staticDimitry Andric2020-11-041-9/+9
* | amd64: Make it easier to configure exception stack sizesMark Johnston2020-11-044-17/+24
* | vmspace: Convert to refcount(9)Mark Johnston2020-11-047-47/+36
* | refcount(9): Add refcount_release_if_last() and refcount_load()Mark Johnston2020-11-042-20/+75