aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* arm: fix atomic_testand{set,clear}_64 for ops on high bitsRyan Libby2021-01-031-4/+2
* Handle KDB_WHY_TRAP return on arm and mipsMitchell Horne2021-01-022-2/+12
* arm64: fix mask in atomic_testand{set,clear}_64Ryan Libby2021-01-021-2/+2
* loader: implement framebuffer consoleToomas Soome2021-01-022-3/+5
* arm: Fix atomic_testand{set,clear}_32(). According to atomic (9), the bit pos...Michal Meloun2021-01-021-4/+23
* nfs server: improve use of the VFS KPIKonstantin Belousov2021-01-022-17/+22
* nfsd: fix NFSv4.0 seqid handling for ERELOOKUPRick Macklem2021-01-013-0/+8
* nfsd: fix NFS server for ERELOOKUPRick Macklem2021-01-013-4/+65
* fusefs: implement FUSE_COPY_FILE_RANGE.Alan Somers2021-01-016-89/+272
* sctp: improve handling of aborted associationsMichael Tuexen2021-01-011-9/+8
* jail: revert the attachment part of b4e87a632955Jamie Gritton2021-01-011-8/+2
* tmpfs: use VNPASS when asserting on a vnode in tmpfs_read_pgcacheMateusz Guzik2021-01-011-1/+1
* ufs: use VNPASS when asserting on a vnode in ufs_read_pgcacheMateusz Guzik2021-01-011-1/+1
* cache: fold NCF_WHITE check into the restMateusz Guzik2021-01-011-5/+13
* cache: call cache_fplookup_modifying in negMateusz Guzik2021-01-011-6/+2
* cache: refactor cache_fpl_handle_root to fit the rest of the code betterMateusz Guzik2021-01-011-26/+29
* cache: refactor dot handlingMateusz Guzik2021-01-011-21/+30
* cache: remove a branch from mount point checkingMateusz Guzik2021-01-011-4/+3
* cache: support lockless lookup of degenerate pathsMateusz Guzik2021-01-011-9/+52
* cache: save on branching when parsing the path by inserting a sentinelMateusz Guzik2021-01-011-6/+15
* cache: hoist trailing slash and degenerate path handling out of the loopMateusz Guzik2021-01-011-30/+61
* fd: inline pwd_get_smrMateusz Guzik2021-01-012-11/+1
* ddb: Display process flags (p_flag and p_flag2) in 'show proc'.John Baldwin2021-01-011-0/+2
* Use kdb_thr_* to iterate over threads consistently in DDB.John Baldwin2021-01-012-26/+22
* Use kdb_thr_from_pid() in db_lookup_thread().John Baldwin2021-01-011-5/+3
* Don't check P_INMEM in kdb_thr_*().John Baldwin2021-01-013-11/+16
* Enumerate processes via the pid hash table in kdb_thr_*().John Baldwin2021-01-011-15/+24
* Add a proc_off_p_hash helper variable.John Baldwin2021-01-011-0/+1
* ddb ps: Use the pidhash to enumerate processes not in allproc.John Baldwin2021-01-012-8/+15
* jail: Clean up allprison_lock handing in kern_jail_setJamie Gritton2020-12-311-12/+18
* uma dbg: catch more corruption with atomicsRyan Libby2020-12-311-5/+4
* bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMICRyan Libby2020-12-311-0/+14
* Stop defaulting to DWRAF2 in kernel compilationEd Maste2020-12-311-11/+0
* arm: tune vmparam.h towards a little more modernKyle Evans2020-12-311-3/+3
* vt: restore tty when console is ungrabbedKyle Evans2020-12-312-0/+8
* vt: more carefully handle vt_allocate_keyboard grab workKyle Evans2020-12-311-24/+55
* fusefs: update FUSE protocol to 7.24 and implement FUSE_LSEEKAlan Somers2020-12-316-21/+193
* copyrights: Happy New Year 2021Glen Barber2020-12-311-4/+2
* Add pmu.h missed in 5e78bbb74a1fAndrew Turner2020-12-311-0/+52
* Streamline the infiniband code according to the ethernet code.Hans Petter Selasky2020-12-311-2/+0
* rsu: Don't modify read-only firmware block.John Baldwin2020-12-301-19/+18
* [POWERPC64LE] enable IPMI using OPAL busAlfredo Dal'Ava Junior2020-12-311-1/+1
* powerpc: Fix copyin/copyout race conditionJustin Hibbits2020-12-301-10/+6
* powerpc: Optimize copyinstr() to avoid repeatedly mapping user stringsJustin Hibbits2020-12-301-13/+33
* Radix dump updatesJustin Hibbits2020-12-301-0/+8
* powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bugJustin Hibbits2020-12-301-1/+19
* powerpc/aim: Add machine check handler for TLB multihitJustin Hibbits2020-12-301-1/+2
* [POWERPC64LE] fix sysctl dev.opal_sensor.* on little-endian kernelAlfredo Dal'Ava Junior2020-12-313-6/+43
* Don't try to adjust a TLS TOE socket that has been closed.John Baldwin2020-12-301-0/+4
* Split out the FDT arm pmu attachmentAndrew Turner2020-12-304-207/+245