aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cache: move hash computation into the parsing loopMateusz Guzik2021-02-041-3/+42
* amd64: move memcmp checks upfrontMateusz Guzik2021-02-041-23/+29
* cxgbe(4): Fixes to tx coalescing.Navdeep Parhar2021-02-044-13/+62
* zfs: update zfs_config.h to match OpenZFS gf11b09decMartin Matuska2021-02-041-34/+97
* riscv: add SBI system reset extensionMitchell Horne2021-02-043-16/+48
* bridge: fix STP roles and protos stringsJonah Caplan2021-02-041-6/+6
* [POWERPC64BE] add mrsas driver to GENERIC64Alfredo Dal'Ava Junior2021-02-041-0/+1
* [POWERPC64BE] mrsas: add big-endian supportAlfredo Dal'Ava Junior2021-02-044-201/+510
* Revert "Reimplement strlen"Mateusz Guzik2021-02-031-25/+54
* qat: Add support for separate AAD and output buffersMark Johnston2021-02-035-100/+281
* pf: Improve pf_rule input validationKristof Provost2021-02-031-31/+41
* stand/multiboot: adjust the protocol between loader and kernelRoger Pau Monné2021-02-032-16/+72
* MFC: mips: fix early kernel panic when setting up interrupt countersOleksandr Tymoshenko2021-02-033-36/+40
* cxgb(4): Remove assumption of physically contiguous mbufs.Alexander Motin2021-02-033-36/+5
* cache: fix trailing slash support in face of permission problemsMateusz Guzik2021-02-021-0/+10
* vt: panic while changing vt fontToomas Soome2021-02-021-0/+8
* marvell: ap806_clock: add missing frequency modesMarcin Wojtas2021-02-021-4/+30
* __FreeBSD_version: update the references to the doc treeBjoern A. Zeeb2021-02-021-1/+1
* Bump __FreeBSD_version for multiple LinuxKPI updates conflictingBjoern A. Zeeb2021-02-021-1/+1
* LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb2021-02-025-3/+297
* LinuxKPI: enhance PCI bits for DRMBjoern A. Zeeb2021-02-022-19/+33
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-02-026-0/+241
* LinuxKPI: add firmware loading supportBjoern A. Zeeb2021-02-025-0/+287
* newvers: tweak uname to be more usefulWarner Losh2021-02-011-2/+2
* cache: add trailing slash supportMateusz Guzik2021-02-011-43/+184
* cache: handle NOFOLLOW requests for symlinksMateusz Guzik2021-02-011-5/+24
* amd64: retire sse2_pagezeroMateusz Guzik2021-02-012-25/+0
* amd64: add missing ALIGN_TEXT to loops in memset and memmoveMateusz Guzik2021-02-011-0/+3
* Reimplement strlenMateusz Guzik2021-02-011-54/+25
* poll: use fget_unlocked or fget_only_user when feasibleMateusz Guzik2021-02-011-51/+24
* select: employ fget_only_userMateusz Guzik2021-02-011-13/+22
* fd: add fget_only_userMateusz Guzik2021-02-012-3/+79
* cache: add missing MNT_NOSYMFOLLOW check to symlink traversalMateusz Guzik2021-02-011-0/+15
* cache: fallback when encountering a mount point during .. lookupMateusz Guzik2021-02-011-1/+1
* conf/kern.mk: save some work by using realpath instead of cd ; pwdMateusz Guzik2021-02-011-1/+1
* cache: tidy up handling of foo/bar lookups where foo is not a directoryMateusz Guzik2021-02-011-12/+3
* cache: stop referring to removing entries as invalidating themMateusz Guzik2021-02-011-2/+2
* cache: convert cache_fplookup_parse to void now that it always succeedsMateusz Guzik2021-02-011-6/+2
* cache: change ->v_cache_dd synchronisation rulesMateusz Guzik2021-02-011-22/+24
* cache: make ->v_cache_dd accesses atomic-clean for lockless usageMateusz Guzik2021-02-011-13/+13
* cache: make ->nc_flag accesses atomic-clean for lockless usageMateusz Guzik2021-02-011-7/+11
* cache: store vnodes in local vars in cache_zap_lockedMateusz Guzik2021-02-011-16/+18
* tmpfs: drop acq fence now that vn_load_v_data_smr has consume semanticsMateusz Guzik2021-02-012-4/+0
* zfs: use atomic_load_consume_ptr for z_cached_symlinkMateusz Guzik2021-02-011-4/+1
* vfs: use atomic_load_consume_ptr in vn_load_v_data_smrMateusz Guzik2021-02-011-1/+1
* atomic: add stub atomic_load_consume_ptrMateusz Guzik2021-02-012-0/+13
* atomic: make atomic_store_ptr type-awareMateusz Guzik2021-02-014-7/+8
* zfs: fix panics with invariant kernels from zfs_replay_setattrMateusz Guzik2021-02-011-0/+5
* cache: assorted cleanupsMateusz Guzik2021-02-011-19/+21
* cache: track calls to cache_symlink_alloc with unsupported sizeMateusz Guzik2021-02-011-0/+6