aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* vm_map_growstack(): handle max protection for stacksKonstantin Belousov2023-08-121-4/+5
* vm_map.c: add CONTAINS_BITS macroKonstantin Belousov2023-08-121-12/+13
* Add vm_map_insert1(9)Konstantin Belousov2023-08-122-25/+52
* vm_map_insert(): update herald commentKonstantin Belousov2023-08-121-3/+2
* rpi: Simplify dtb file testsWarner Losh2023-08-121-3/+3
* if_vlan: do not enable LRO for bridge interacesPaul Vixie2023-08-111-7/+15
* tmpfs: add the "pgread" mount option to the allowed options list for mountKonstantin Belousov2023-08-111-1/+1
* vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RXKristof Provost2023-08-111-2/+5
* Optimize operations on UFS/FFS filesystems with bad cylinder group(s).Kirk McKusick2023-08-111-8/+45
* Cleanups to UFS/FFS ffs_checkblk().Kirk McKusick2023-08-111-21/+23
* mana: fix a KASSERT panic on recursed lock access in mana_cfg_vportWei Hu2023-08-111-5/+0
* qcom: fix panic in qcom_mdio_ipq4018 implementationBjoern A. Zeeb2023-08-113-0/+5
* Clean up and document UFS/FFS error returns.Kirk McKusick2023-08-111-8/+10
* release: update main to ALPHA1Glen Barber2023-08-111-1/+1
* netlink: Align allocations on __max_align_t, not uint64_t.John Baldwin2023-08-102-4/+5
* kern: osd: avoid dereferencing freed slotsKyle Evans2023-08-101-0/+3
* UFS: panic rather than forcibly unmount the root fsChuck Silvers2023-08-101-0/+3
* igc: sync srrctl buffer sizing with e1000Kevin Bowling2023-08-101-11/+7
* ix: Fix accessing wrong registerPiotr Pietruszewski2023-08-101-2/+2
* zfs: cherry-pick fix from openzfsMartin Matuska2023-08-101-4/+0
* zfs: cherry-pick fix from openzfsMartin Matuska2023-08-101-7/+27
* sdhci: Add support for disable-wpEmmanuel Vadot2023-08-101-0/+5
* sdhci: xilinx: Add compatible and quirks for ZynqMPEmmanuel Vadot2023-08-101-0/+5
* arm64: xilinx: gpio: Add support for ZynqMP SoCEmmanuel Vadot2023-08-102-39/+102
* arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot2023-08-101-27/+93
* Update comment describing struct vm_mapKonstantin Belousov2023-08-101-4/+3
* ixgbe: Add support for 82599 LSKevin Bowling2023-08-103-0/+6
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-101-0/+9
* LinuxKPI: add page pool skeletonBjoern A. Zeeb2023-08-101-0/+119
* Remove a partial UFS/FFS snapshot if it fails to build successfully.Kirk McKusick2023-08-091-8/+23
* msi: report error for attempt to use APIC ID > 255Ed Maste2023-08-091-0/+5
* e1000: Enable TSO on 82574Kevin Bowling2023-08-091-3/+0
* arswitch(4): Remove support for AR{7240,9340} found in MIPS SoCs onlyMarius Strobl2023-08-099-543/+1
* ath(4): Remove MIPS SoC build glue and AR9130 from FreeBSD HALMarius Strobl2023-08-0912-1188/+0
* dts: Bump the freebsd branding version to 6.4Emmanuel Vadot2023-08-091-1/+1
* Import device-tree files from Linux 6.4Emmanuel Vadot2023-08-091766-9212/+64238
* Import device-tree files from Linux 6.3Emmanuel Vadot2023-08-091667-21168/+103345
* Import device-tree files from Linux 6.2Emmanuel Vadot2023-08-092054-15559/+84946
* Import device-tree files from Linux 6.1Emmanuel Vadot2023-08-091599-7281/+51959
* vfs: retire NAMEI_DIAGNOSTICMateusz Guzik2023-08-091-27/+1
* arm64: rockchip: rk_i2c: Probe again at ORDER_LATEEmmanuel Vadot2023-08-091-2/+2
* sctp: another cleanupMichael Tuexen2023-08-091-120/+106
* rangesets: use PCTRIE_DEFINEDoug Moore2023-08-092-45/+29
* Revert "exit1(): Revert sparc64 workaround"Konstantin Belousov2023-08-091-1/+8
* tmpfs: add a knob to enable pgcache read for mountKonstantin Belousov2023-08-093-2/+8
* vnode io: request range-locking when pgcache reads are enabledKonstantin Belousov2023-08-091-7/+13
* Revert "vnode read(2)/write(2): acquire rangelock regardless of do_vn_io_faul...Konstantin Belousov2023-08-091-14/+7
* Rate limit kernel UFS/FFS cylinder group check-hash error messages.Kirk McKusick2023-08-091-28/+30
* ath(4): Remove MIPS AHB frontend and join PCI one w/ main support againMarius Strobl2023-08-0811-460/+12
* nvme: Move bools to fill holeWarner Losh2023-08-081-2/+3