aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* acpica: Import ACPICA 20230331Jung-uk Kim2024-01-31359-557/+2837
* cxgbe tom: Enable ULP_MODE_TCPDDP on demandJohn Baldwin2024-01-314-20/+95
* cxgbe tom: Limit TOE connections to 2 reassembly islands alwaysJohn Baldwin2024-01-311-11/+8
* cxgbe: Add counters for POSIX async I/O requests handled by the driverJohn Baldwin2024-01-315-3/+39
* syscallsubr.h: Sort kern_membarrier prototype alphabeticallyJohn Baldwin2024-01-311-2/+2
* zfs: merge openzfs/zfs@2e6b3c4d9Martin Matuska2024-01-3087-331/+710
* sys/mount.h: use __inlineKonstantin Belousov2024-01-301-1/+1
* pf: uncomment counter asserts after mem leak fixIgor Ostapenko2024-01-301-5/+0
* riscv: Remove the unused riscv64_cpu driverJessica Clarke2024-01-301-76/+0
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-309-23/+9
* snd_hdspe(4): Per device sysctl for sample rate.Florian Walpen2024-01-303-0/+46
* scsi_cd: Remove commented-out codeMark Johnston2024-01-301-201/+0
* scsi_cd: Maintain a periph reference during media checksMark Johnston2024-01-301-11/+10
* scsi_cd: Use a bool for the second parameter of cdcheckmedia()Mark Johnston2024-01-301-5/+5
* rdmsr_safe/wrmsr_safe: handle pcb_onfault nestingAndriy Gapon2024-01-301-5/+7
* nvme: Use the NVMEF macro to construct fieldsJohn Baldwin2024-01-293-16/+17
* nvme: Add NVMEF helper macro as the inverse of NVMEVJohn Baldwin2024-01-291-0/+3
* nvme: Use the NVMEM macro instead of expanded versionsJohn Baldwin2024-01-292-4/+4
* nvme: Rename NVMEB helper macro to NVMEMJohn Baldwin2024-01-291-1/+1
* nda: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-291-8/+5
* nvme: Use the NVMEV macro instead of expanded versionsJohn Baldwin2024-01-294-50/+51
* TCP LRO: convert TCP header fields to host byte order earlierMichael Tuexen2024-01-292-7/+4
* linuxkpi: remove invalid KASSERT from hash_add_rcuEd Maste2024-01-291-2/+0
* pf: bind route-to states to their route-to interfaceKristof Provost2024-01-291-4/+23
* pfil: PFIL_PASS never frees the mbufKristof Provost2024-01-295-8/+11
* tcp: move cc_post_recovery past snd_una updateRichard Scheffenegger2024-01-271-28/+22
* vtnet: Adjust for ethernet alignment.Warner Losh2024-01-291-0/+21
* mpi3mr: Fix confusion over | and &Warner Losh2024-01-291-2/+2
* snd_hdspe(4): Per device sysctl for period.Florian Walpen2024-01-283-0/+42
* if_eqos: Fix a typo in a kernel error messageGordon Bergling2024-01-281-1/+1
* subr_bus: report DEVICE_SUSPEND failuresAndriy Gapon2024-01-281-1/+5
* hdaa_pcmchannel_setup: do not advertise AC3 8+0Andriy Gapon2024-01-281-1/+0
* dtrace: make 'ring' and 'fill' policies imply 'noswitch' flagAndriy Gapon2024-01-281-3/+2
* run acpi_shutdown_final later to give other handlers a chanceAndriy Gapon2024-01-281-1/+1
* ichsmb: fix block read operationAndriy Gapon2024-01-282-20/+46
* change ipmi watchdog to awlays stop when system is haltedAndriy Gapon2024-01-281-1/+5
* fix signature of ipmi_shutdown_eventAndriy Gapon2024-01-281-1/+1
* mmc_fdt_parse: remove redundant bootverbose checkAndriy Gapon2024-01-281-1/+1
* dwmmc: fix a typoAndriy Gapon2024-01-281-1/+1
* rk_i2s: remove unused definitionAndriy Gapon2024-01-281-2/+0
* rk_i2s: change interrupt type from MISC to AV (audio/video)Andriy Gapon2024-01-281-1/+1
* rk3328_codec: remove diagostic printfsAndriy Gapon2024-01-281-15/+1
* audio_soc: set "status" as being at simplebusAndriy Gapon2024-01-281-1/+1
* gpiopower: trigger low, high and both edgesAndriy Gapon2024-01-281-3/+25
* add allwinner overlays for enabling additional USB portsAndriy Gapon2024-01-283-1/+31
* usbdevs: add Ralink RT7601 aka MT7601Andriy Gapon2024-01-281-0/+1
* ds1307: restore hints-based configuration on FDT systemsAndriy Gapon2024-01-281-6/+5
* ntb_hw_plx: Workaround read-only scratchpad registersAlexander Motin2024-01-272-6/+22
* netinet: Remove stale references to Giant from commentsMark Johnston2024-01-273-17/+7
* SCHEDULER_STOPPED(): Rely on a global variableOlivier Certner2024-01-269-23/+22