aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* amd64: re-enable la57, try twoKonstantin Belousov2024-12-091-0/+1
* vm/vm_map.h: drop vm_flags_tKonstantin Belousov2024-12-091-1/+0
* vm_map: convert several bool members into flagsKonstantin Belousov2024-12-093-13/+11
* vm/vm_map.h: extend number of digits in vm_map flags definitionsKonstantin Belousov2024-12-091-8/+11
* vm_map: wrap map->system_map checks into wrapperKonstantin Belousov2024-12-094-27/+32
* vm_map: overlap system map mutex and user man sxKonstantin Belousov2024-12-093-11/+17
* net80211: HT: check for feature support in ht_recv_action_ht_txchwidth()Bjoern A. Zeeb2024-12-081-2/+6
* net80211: HT: add missing bit descriptions for IEEE80211_AGGR_BITSBjoern A. Zeeb2024-12-081-1/+2
* net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb2024-12-089-32/+47
* vm_page: pass page to iter_removeDoug Moore2024-12-086-16/+14
* cxgbe/t4_tom: Plug an stid leak.Navdeep Parhar2024-12-081-0/+2
* lindebugfs: Export symbolsEd Maste2024-12-081-0/+21
* zfs: merge openzfs/zfs@e0039c705Martin Matuska2024-12-0795-489/+1052
* rtwn: remove unused rate configuration code for management traffic.Adrian Chadd2024-12-071-25/+0
* rtwn: add VHT awareness to rtwn_chan2centieee()Adrian Chadd2024-12-071-0/+3
* rtwn: program the 1 and 2 stream VHT transmit power ratesAdrian Chadd2024-12-072-1/+107
* rtwn: calculate the transmit power for VHT ratesAdrian Chadd2024-12-071-10/+26
* rtwn: refactor out the rtl8812/rtl8821 tx power programmingAdrian Chadd2024-12-071-21/+45
* rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd2024-12-0710-29/+54
* amdiommu: correctly initialize iommu.unitKonstantin Belousov2024-12-071-2/+1
* rtwn: add missing iv_ampdu_limitAdrian Chadd2024-12-071-0/+1
* rtwn: add placeholder for the per-MACID rate reportAdrian Chadd2024-12-0711-2/+66
* rtwn: enable HT40 for RTL8821/RTL8812 series NICsAdrian Chadd2024-12-072-0/+14
* rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd2024-12-072-6/+4
* cd9660: Apply the file and directory mode masks bits to all 12 access bitsJohn Baldwin2024-12-061-1/+1
* Remove SOC FPGA driversJohn Baldwin2024-12-0649-12783/+0
* arm64: Add a constant to document the TZ bit in CPTR_EL2 without VHEJohn Baldwin2024-12-061-0/+1
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-0614-22/+26
* new-bus: Deprecate bus_generic_(attach|probe)John Baldwin2024-12-061-2/+4
* cdefs: Add __deprecated1 which accepts a message as an argumentJohn Baldwin2024-12-061-0/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-06270-449/+491
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-0675-87/+82
* new-bus: Add bus_(identify|attach|detach)_childrenJohn Baldwin2024-12-063-6/+65
* prison_proc_iterate(): make it work for prison0Konstantin Belousov2024-12-061-2/+1
* intr/x86: cleanup io_apic device method tablesElliott Mitchell2024-12-061-2/+4
* genassym: Remove stale *if.h dependsWarner Losh2024-12-062-6/+0
* arm: Use constants from sys/intr.h, not genassymWarner Losh2024-12-065-11/+2
* sys/intr.h: Make it safe to include from assemblerWarner Losh2024-12-064-8/+16
* pfind: Fix comentsYan-Hao Wang2024-12-061-1/+1
* init_main: Fix logging of the SYSINIT processZhenlei Huang2024-12-061-1/+1
* init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinitZhenlei Huang2024-12-061-2/+2
* sys/sys/kernel.h: Various whitespace fixesZhenlei Huang2024-12-061-50/+50
* netgraph: Enable support for EIM NATDamjan Jovanovic2024-12-062-0/+3
* vm: rename MAP_STACK_GROWS_DOWN to MAP_STACK_AREAKonstantin Belousov2024-12-064-13/+13
* vm_map: remove _GN suffix from MAP_ENTRY_STACK_GAP and MAP_CREATE_STACK_GAP s...Konstantin Belousov2024-12-062-17/+17
* sys/vm: remove support for growing-up stacksKonstantin Belousov2024-12-063-142/+70
* cd9660: Remove some unneeded definitionsMark Johnston2024-12-068-27/+18
* cd9660: Make sure that struct ifid fits in generic filehandle structureMark Johnston2024-12-062-1/+4
* tarfs: Fix the size of struct tarfs_fid and add a static assertRick Macklem2024-12-062-1/+3
* x86: remove LOCORE: No longer neededElliott Mitchell2024-12-061-3/+0