aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* tcp: improve consistencyMichael Tuexen2024-04-062-2/+2
* tcp rack: fix memory corruptionMichael Tuexen2024-04-061-2/+2
* nvme: Add LPA bitsWarner Losh2024-04-051-0/+15
* arm64: Add a CPU reset hook instead of expecting PSCIStephen J. Kiernan2024-04-052-1/+11
* arm64: Separate serror handler to EL1H and EL0 versions.Stephen J. Kiernan2024-04-051-5/+14
* arm64: add CPU part identifiers for Apple M1 and M2Lexi Winter2024-04-052-1/+32
* LinuxKPI: Remove the temporary variable fileid from the macro request_moduleZhenlei Huang2024-04-051-2/+1
* uipc_socket: handle socket buffer locks in sopeeloffMichael Tuexen2024-04-051-0/+4
* tcp rack: fix sendingMichael Tuexen2024-04-051-4/+4
* tcp bblog: cleanupMichael Tuexen2024-04-051-6/+4
* tcp hpts: initialize variableMichael Tuexen2024-04-051-1/+1
* tarfs: Implement VOP_BMAPMark Johnston2024-04-051-0/+55
* stop_all_proc(): skip traced or signal-stoped processesKonstantin Belousov2024-04-051-1/+12
* Revert "sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)"Christos Margiolis2024-04-058-317/+1752
* Revert "sound: Implement asynchronous device detach"Christos Margiolis2024-04-054-14/+36
* powerpc/booke: Reserve KVA for minidump working areaJustin Hibbits2024-04-041-0/+5
* copy_file_range: Call vn_rdwr() at least onceMark Johnston2024-04-041-4/+12
* fusefs: correct a commentAlan Somers2024-04-041-4/+5
* tarfs: Inherit mnt_iosize_max from the lower vnodeMark Johnston2024-04-041-0/+2
* tcp: address a warningMichael Tuexen2024-04-031-1/+1
* kernel: Add options for MAC_DEBUG and MAC_VERIEXEC_DEBUGStephen J. Kiernan2024-04-031-0/+2
* sdt: Use designated initializers for various definitionsMark Johnston2024-04-031-18/+28
* ddb: Fix format string errors in db_pprint.cMark Johnston2024-04-031-2/+2
* tcp: fix conversion of rttvarMichael Tuexen2024-04-031-4/+4
* tcp: fix commentMichael Tuexen2024-04-031-4/+4
* arm64: correctly handle a failed BTI check in pmap_enter_l2()Alan Cox2024-04-031-1/+4
* ddb: Don't throw away qualifier when pretty-printing unnamed pointersBojan Novković2024-04-031-1/+1
* ddb: Properly pretty-print non-labeled enum valuesBojan Novković2024-04-031-5/+6
* tarfs: Fix 32-bit build.Dag-Erling Smørgrav2024-04-031-4/+4
* tarfs: Ignore global extended headers.Dag-Erling Smørgrav2024-04-031-6/+7
* tarfs: Support paths that spill into exthdrs.Dag-Erling Smørgrav2024-04-031-1/+6
* Reinstate returning EOVERFLOW from stats_v1_blob_clone()Lawrence Stewart2024-04-031-4/+6
* sound: Move sndstat_prepare_pcm() to pcm/sndstat.c and remove sndstat_entry->...Christos Margiolis2024-04-023-148/+145
* LinuxKPI: add PCI_VENDOR_ID_ITTIMBjoern A. Zeeb2024-04-021-0/+1
* Fix the logic which determines if the destination Q variable can represent th...Lawrence Stewart2024-04-021-9/+12
* tcp hpts: improve consistencyMichael Tuexen2024-04-011-1/+2
* wg: Use ENETUNREACH when transmitting to a non-existent peerMark Johnston2024-04-011-4/+1
* if_bridge: use IF_MINMTUEugene Grosbein2024-04-011-1/+1
* snd_hdspe(4): Only buffer_copy() audio data once.Florian Walpen2024-03-312-9/+38
* kern linker: Don't invoke dtors without having invoked ctorsMark Johnston2024-03-314-5/+46
* sound: Implement asynchronous device detachChristos Margiolis2024-03-314-36/+14
* sound: Get rid of snd_clone and use DEVFS_CDEVPRIV(9)Christos Margiolis2024-03-318-1752/+317
* zfs: merge openzfs/zfs@39be46f43Martin Matuska2024-03-3088-841/+1801
* arm64: enable superpage mappings by pmap_mapdev{,_attr}()Alan Cox2024-03-301-0/+14
* arm64 pmap: Add ATTR_CONTIGUOUS support [Part 1]Eliot Solomon2024-03-302-48/+740
* thread_single(9): decline external requests for traced or debugger-stopped procsKonstantin Belousov2024-03-301-0/+3
* dts: Fix arm dts path for marvell tooBjoern A. Zeeb2024-03-301-2/+2
* vf_i2c: update I2C controller logicPierre-Luc Drouin2024-03-294-92/+65
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-03-298-120/+440
* linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff2024-03-293-34/+48