aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Install dtrace.h and dependenciesAlex Richardson2021-01-071-2/+12
* cache: unengrish the comment in previous commitMateusz Guzik2021-01-061-1/+1
* arm64: QorIQ: gpio: return BUS_PROBE_DEFAULTMarcin Wojtas2021-01-061-1/+1
* arm64: QorIQ: gpio: Cleanup qoriq_gpio_* helpersMarcin Wojtas2021-01-061-79/+12
* arm64: QorIQ: gpio: Style cleanupsMarcin Wojtas2021-01-061-71/+51
* cache: stop pre-checking seqc when starting the lookupMateusz Guzik2021-01-061-5/+8
* vfs: add vn_seqc_read_notmodifyMateusz Guzik2021-01-061-0/+1
* seqc: add seqc_read_notmodifyMateusz Guzik2021-01-061-0/+7
* cache: skip checking for spurious slashes if possibleMateusz Guzik2021-01-061-2/+67
* cache: combine fast path enabled status into one flagMateusz Guzik2021-01-063-12/+43
* cache: split handling of 0 and non-0 error codesMateusz Guzik2021-01-061-29/+52
* cache: deinline state handlingMateusz Guzik2021-01-061-76/+81
* cache: stop setting cn_nameptr on entry as matches cn_pnbuf alreadyMateusz Guzik2021-01-061-11/+10
* pfctl: Stop sharing pf_ruleset.c with the kernelKristof Provost2021-01-051-280/+6
* pf: Convert pfi_kkif to use counter_u64Kristof Provost2021-01-053-15/+63
* pf: Allocate and free pfi_kkif in separate functionsKristof Provost2021-01-053-19/+41
* pf: Split pfi_kif into a user and kernel space structureKristof Provost2021-01-059-185/+264
* pf: Change pf_krule counters to use counter_u64Kristof Provost2021-01-055-41/+86
* pf: Remove unused fields from pf_kruleKristof Provost2021-01-051-4/+0
* pf: Split pf_rule into kernel and user space versionsKristof Provost2021-01-0511-271/+857
* pf: Migrate pf_rule and related structs to pf.hKristof Provost2021-01-052-316/+317
* pf: Use counter_u64 in pf_src_nodeKristof Provost2021-01-053-13/+48
* pf: Split pf_src_node into a kernel and userspace structKristof Provost2021-01-055-85/+129
* arm64: genet: Add bcm2711-genet-v5 compatibleEmmanuel Vadot2021-01-051-0/+1
* Add missing structs to pmclog_entryAndrew Turner2021-01-051-0/+3
* Honor the vm page's PG_NODUMP flag on arm and i386.Alan Cox2021-01-042-0/+6
* Remove now-unused RT_GATEWAY* definitions.Alexander V. Chernikov2021-01-041-3/+0
* Support overflow count in hwpmc on arm64Andrew Turner2021-01-041-3/+25
* arm64: rockchip: rk_clk_mux: Tell the clk framework if we didn't change the c...Emmanuel Vadot2021-01-041-1/+3
* mvneta: Fix 64-bit MIB readsMark Johnston2021-01-042-21/+19
* md: Fix a race in mdstart_swap()Mark Johnston2021-01-041-2/+1
* Use the actual credentials to create the /dev/nmdm* devices.Poul-Henning Kamp2021-01-041-2/+2
* rockchip: add audio-related clocks to the CRU driverOleksandr Tymoshenko2021-01-046-3/+379
* cache: drop the now spurious doomed check when crossing a mount pointMateusz Guzik2021-01-031-2/+2
* vfs: keep seqc unchanged as long as the vnode is accessible via SMRMateusz Guzik2021-01-031-2/+26
* libprivatezstd: Restrict symbol visibility similar to upstreamConrad Meyer2021-01-032-0/+6
* Fix vnode locking bug in fuse_vnop_copy_file_rangeAlan Somers2021-01-031-8/+8
* sendfile: Clear page pointers when handling a pager errorMark Johnston2021-01-031-0/+1
* cam: Remove Giant handling from cam_sim_alloc()Mark Johnston2021-01-032-11/+2
* Ensure that dirent's d_off field is initializedMark Johnston2021-01-034-18/+36
* uma: Avoid unmapping direct-mapped slabsMark Johnston2021-01-031-1/+7
* fusefs: only check vnode locks with DEBUG_VFS_LOCKSAlan Somers2021-01-031-1/+1
* Fix a vnode locking bug in fuse_vnop_advlock.Alan Somers2021-01-031-12/+16
* zstd: Fix non-FreeBSD CI libzstd buildConrad Meyer2021-01-031-3/+4
* vfs: denote vnode being a mount point with VIRF_MOUNTPOINTMateusz Guzik2021-01-036-18/+21
* vfs: add v_irflag accessorsMateusz Guzik2021-01-038-25/+92
* cache: stop checkpointing cn_namelenMateusz Guzik2021-01-031-3/+0
* cache: predict on no spurious slashes in cache_fpl_handle_rootMateusz Guzik2021-01-031-3/+9
* cache: postpone NAME_MAX check as it may be unnecessaryMateusz Guzik2021-01-031-4/+27
* cache: remove spurious null check in sdt probeMateusz Guzik2021-01-031-2/+3