aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* linuxkpi: Fix a typo in a source code commentGordon Bergling2025-08-261-1/+1
* LinuxKPI: 802.11: rework multicat filter updatesBjoern A. Zeeb2025-08-254-46/+102
* LinuxKPI: 802.11: dtim_period/beacon countBjoern A. Zeeb2025-08-252-4/+70
* LinuxKPI: 802.11: stop using hw_value on a channelBjoern A. Zeeb2025-08-251-7/+7
* LinuxKPI: 802.11: factor out sinfo printingBjoern A. Zeeb2025-08-241-27/+35
* LinuxKPI: 802.11: fill in sinfo for chains in case driver does notBjoern A. Zeeb2025-08-241-3/+20
* LinuxKPI: 802.11: improve ieee80211_request_smps()Bjoern A. Zeeb2025-08-241-4/+7
* LinuxKPi: 802.11: adjust linuxkpi_set_ieee80211_dev() to set ic_nameBjoern A. Zeeb2025-08-242-5/+18
* LinuxKPI: 802.11: correct struct linuxkpi_ieee80211_channelBjoern A. Zeeb2025-08-241-10/+15
* LinuxKPI: 802.11: improve reg_query_regdb_wmm()Bjoern A. Zeeb2025-08-241-5/+4
* LinuxKPI: 802.11: assign values to WLAN_HT_CAP_SM_PS_*Bjoern A. Zeeb2025-08-241-3/+3
* LinuxKPI: 802.11: announce netdev features under boot -vBjoern A. Zeeb2025-08-241-3/+7
* LinuxKPI: 802.11: add guards to lkpi_ic_ampdu_rx_{start,stop}Bjoern A. Zeeb2025-08-241-0/+28
* linuxKPI: 802.11: assert wihpy lock in lkpi_80211_mo_start()Bjoern A. Zeeb2025-08-242-0/+6
* netlink: do not pass writer to the Linux translation layerGleb Smirnoff2025-08-221-24/+13
* linux: fix reporting NL_RTM_DELLINK to Netlink socketsGleb Smirnoff2025-08-221-26/+13
* LinuxKPI: 802.11: add dummy IEEE80211_EML_CAP_EMLSR_*_DELAY_256USBjoern A. Zeeb2025-08-211-0/+2
* LinuxKPI: 802.11: add wiphy_locked_debugfs_read()Bjoern A. Zeeb2025-08-211-0/+13
* LinuxKPI: 802.11: ieee80211_probereq_get() takes const argumentsBjoern A. Zeeb2025-08-212-5/+5
* LinuxKPI: 802.11: define the full set of IEEE80211_VHT_MAX_AMPDU_*Bjoern A. Zeeb2025-08-211-1/+14
* LinuxKPI: 802.11: add bitfield.h to ieee80211.hBjoern A. Zeeb2025-08-211-0/+1
* sysent: regenerate after bumping setgroups/getgroupsKyle Evans2025-08-154-59/+65
* linuxkpi: Update posittion after copy in `seq_read()`Jean-Sébastien Pédron2025-08-091-6/+3
* linuxkpi: Use `__builtin_popcountg()` instead of `bitcount*()`Jean-Sébastien Pédron2025-08-091-4/+4
* linuxkpi: Include <linux/spinlock.h> from <linux/refcount.h>Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add the `topology_*()` functionsJean-Sébastien Pédron2025-08-093-0/+90
* linuxkpi: Define `DEFINE_SHOW_STORE_ATTRIBUTE()`Jean-Sébastien Pédron2025-08-091-0/+15
* linuxkpi: Declare several log message prefixesJean-Sébastien Pédron2025-08-091-0/+6
* linuxkpi: Add `name` field to `struct resource`Jean-Sébastien Pédron2025-08-091-0/+1
* linuxkpi: Add `ida_alloc_range()`Jean-Sébastien Pédron2025-08-091-0/+7
* linuxkpi: Add `sysfs_add_file_to_group()` and `sysfs_remove_file_from_group()`Jean-Sébastien Pédron2025-08-091-0/+57
* acpi_powerres: D3cold supportAymeric Wibo2025-08-081-5/+5
* sysent: regen for _exit(2) normalizationBrooks Davis2025-08-084-7/+7
* linuxkpi: Call `lkpi_fpu_safe_exec()` in the implementation of kvmalloc()Jean-Sébastien Pédron2025-08-072-1/+19
* sysent: regen for const __sysctl argumentBrooks Davis2025-08-012-3/+3
* kern: add a new ucred flag for groups having been setKyle Evans2025-08-012-0/+2
* LinuxKPI: pci: use unsigned int for vendor/device argumentsBjoern A. Zeeb2025-07-312-3/+3
* LinuxKPI: pci: fix argument type to linuxkpi_pci_iomap[_range]Bjoern A. Zeeb2025-07-312-13/+13
* LinuxKPI: pci: harmonize #definesBjoern A. Zeeb2025-07-311-20/+28
* LinuxKPI: acpi: fix guid_t argument typeBjoern A. Zeeb2025-07-312-11/+17
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-312-56/+13
* kern: allow kern_shm_open2 of an anonymous preconstructed shmfdKyle Evans2025-07-261-1/+1
* linprocfs: Continue on error when reading process limitsRicardo Branco2025-07-261-4/+4
* LinuxKPI: Have kvzalloc() rely on kvmalloc(), not kmalloc()Olivier Certner2025-07-131-1/+1
* LinuxKPI: alloc_pages(): Don't reclaim on __GFP_NORETRYOlivier Certner2025-07-131-0/+5
* Regen.Konstantin Belousov2025-07-061-1/+1
* linux: Add inotify supportMark Johnston2025-07-043-4/+153
* inotify: Regenerate syscall definitionsMark Johnston2025-07-044-1/+67
* LinuxKPI: acpi: add acpi_evaluate_dsm()Bjoern A. Zeeb2025-07-042-0/+25
* LinuxKPI: acpi: provide union [linuxkpi]_acpi_(object|buffer)Bjoern A. Zeeb2025-07-041-5/+71