aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-02-251-6/+42
* iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger2022-02-253-5/+43
* Fix 32-bit build after 530d274c15e5.Alexander Motin2022-02-241-20/+20
* iwlwifi: update firmwareBjoern A. Zeeb2022-02-2439-20/+99
* iwlwifi: enhance debug informationBjoern A. Zeeb2022-02-241-38/+43
* iwlwifi: update from iwlwifi-nextBjoern A. Zeeb2022-02-2491-1554/+11379
* CTL: Add length validation for incoming HA messages.Alexander Motin2022-02-241-4/+78
* fusefs: fix a cached attributes bug during directory renameAlan Somers2022-02-241-1/+1
* LinuxKPI: add MODULE_IMPORT_NS()Bjoern A. Zeeb2022-02-241-0/+1
* LinuxKPI: change DECLARE_FLEX_ARRAY()Bjoern A. Zeeb2022-02-241-1/+1
* LinuxKPI: USB change successful probe result to BUS_PROBE_DEFAULTBjoern A. Zeeb2022-02-241-1/+1
* cons: Use bool for boolean variablesWarner Losh2022-02-241-9/+10
* posixshm: Allow jails to use kern.ipc.posix_shm_listJamie Gritton2022-02-241-1/+1
* Revert "nfscl: Fix a use after free in nfscl_cleanupkext()"Rick Macklem2022-02-241-59/+11
* usb(4): Automagically apply all quirks for USB mass storage devices.Hans Petter Selasky2022-02-244-53/+96
* unionfs: rework unionfs_getwritemount()Jason A. Harmening2022-02-241-15/+34
* cam iosched: Update comment for when we schedule writes.Warner Losh2022-02-231-2/+3
* bio: make _bio_cflags match bio_cflagsWarner Losh2022-02-231-1/+1
* tcp: Push bit failure to set in fastpathRandall Stewart2022-02-231-4/+4
* sendto: don't clear transient errors for atomic protocolsGleb Smirnoff2022-02-231-2/+4
* fbt: Remove handling for CTFv1Mark Johnston2022-02-231-2/+1
* vt: fix double-click word selection for last word on lineEd Maste2022-02-231-0/+4
* iicbus: Add missing dependency for iicbus module.Michal Meloun2022-02-231-1/+1
* Fix the sanitizer header checks on arm64Andrew Turner2022-02-232-2/+2
* Built all KCSAN atomic interceptors on arm64Andrew Turner2022-02-231-8/+0
* Add the char and short atomic operations on arm64Andrew Turner2022-02-231-0/+58
* arm: Add extres pseudo devices to some kernelEmmanuel Vadot2022-02-236-0/+48
* files: Make mmc_fdt_helper and sdhci depends on clk and regulatorEmmanuel Vadot2022-02-231-3/+3
* iwlwifi: fix the buildBjoern A. Zeeb2022-02-231-0/+1
* LinuxKPI: update 802.11 headersBjoern A. Zeeb2022-02-224-8/+58
* LinuxKPI: skbuff.h add skb_postpush_rcsum()Bjoern A. Zeeb2022-02-221-0/+6
* nfscl: Fix a use after free in nfscl_cleanupkext()Rick Macklem2022-02-221-11/+59
* vt: whitespace and style(9) updatesEd Maste2022-02-221-6/+6
* mps/mpr: Add missing newlines in error messages.Alexander Motin2022-02-223-43/+43
* fd: rename fget*_locked to fget*_norefMateusz Guzik2022-02-229-26/+29
* tty: fix a panic with INVARIANTSRobert Wing2022-02-221-0/+2
* Add NT_ARM_ADDR_MASKAndrew Turner2022-02-226-3/+59
* riscv: Fix another race in pmap_pinit()Mark Johnston2022-02-221-2/+10
* vt: fix double-click word selection for first word on lineEd Maste2022-02-221-0/+3
* files: Make mmc_pwrseq depends on regulator and clkEmmanuel Vadot2022-02-221-2/+2
* dwc: Support phy mode MIIEmmanuel Vadot2022-02-222-4/+8
* dwc: Release resources when attach failsEmmanuel Vadot2022-02-221-2/+9
* files: Make mmc_helpers depends on regulator and clkEmmanuel Vadot2022-02-221-1/+1
* sdhci_fsl_fdt: Add voltage switching through sysconHubert Mazur2022-02-221-9/+90
* sdhci_fsl_fdt: Apply errata for LX2160AHubert Mazur2022-02-221-3/+20
* sdhci_fsl_fdt: Fix tuning codeKornel Duleba2022-02-221-214/+209
* sdhci_fsl_fdt: Fix pulse width errata applicationKornel Duleba2022-02-221-10/+10
* boottrace: annotate init and shutdown utilitiesMitchell Horne2022-02-221-2/+35
* boottrace: trace annotations for startup and shutdownMitchell Horne2022-02-224-8/+77
* init_main.c: sort includesMitchell Horne2022-02-221-13/+13