aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "LinuxKPI: Add explicit software context to FPU sections"Vladimir Kondratyev2024-02-104-36/+4
* Revert "LinuxKPI: Do not use explicit context in FPU sections on powerpc64"Vladimir Kondratyev2024-02-103-8/+9
* Abstract UIO allocation and deallocation.Alfredo Mazzinghi2024-02-102-19/+16
* LinuxKPI: implement memset_after()Bjoern A. Zeeb2024-02-031-0/+8
* LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* definesBjoern A. Zeeb2024-02-032-0/+7
* LinuxKPI: 802.11: fix field order in ieee80211_key_confBjoern A. Zeeb2024-02-031-2/+2
* sys/compat/linux/linux_misc.c: remove an extra semicolonrilysh2024-02-031-1/+1
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-301-1/+1
* linuxkpi: remove invalid KASSERT from hash_add_rcuEd Maste2024-01-291-2/+0
* regenKonstantin Belousov2024-01-244-1/+42
* kcmp(2): implement for linuxkpi cdevsKonstantin Belousov2024-01-241-0/+14
* linuxkpi: correct zone item size for linux_mm_zoneKonstantin Belousov2024-01-151-1/+1
* sys: Use mbufq_empty instead of comparing mbufq_len against 0John Baldwin2024-01-091-1/+1
* linprocfs: Avoid using a sysctl to get the CPU model stringMark Johnston2024-01-041-10/+1
* netlink: use protocol specific receive bufferGleb Smirnoff2024-01-021-49/+34
* linux: Check for copyout errors in ioctl handlersMark Johnston2023-12-271-7/+13
* linuxkpi: Annotate an unused variable as suchMark Johnston2023-12-271-1/+1
* linux/netlink: don't override sopt levelGleb Smirnoff2023-12-271-1/+0
* sendfile: Explicitly ignore errors from copyout()Mark Johnston2023-12-261-1/+1
* freebsd32: Report errors when copying out oldlenp in __sysctlMark Johnston2023-12-261-3/+3
* LinuxKPI: Constify src parameter of bitmap_copyVladimir Kondratyev2023-12-241-1/+1
* LinuxKPI: Define ioread64() in linux/io.h only on 64 bit archs.Vladimir Kondratyev2023-12-241-0/+2
* LinuxKPI: Do not use explicit context in FPU sections on powerpc64Vladimir Kondratyev2023-12-243-9/+8
* LinuxKPI: Add explicit software context to FPU sectionsVladimir Kondratyev2023-12-244-4/+36
* LinuxKPI: Add acpi_dev_present() function.Vladimir Kondratyev2023-12-242-0/+83
* LinuxKPI: Add pcie_capability_clear_and_set_word() functionVladimir Kondratyev2023-12-242-16/+23
* LinuxKPI: Add x86_vendor field to struct cpuinfo_x86Vladimir Kondratyev2023-12-242-0/+34
* LinuxKPI: Add linux/apple-gmux.hVladimir Kondratyev2023-12-241-0/+12
* LinuxKPI: Rename linux_list_add to __list_add() in linux/list.hVladimir Kondratyev2023-12-241-3/+3
* LinuxKPI: Add linux/ioport.h headerVladimir Kondratyev2023-12-242-0/+57
* LinuxKPI: Add get_random_u64() functionVladimir Kondratyev2023-12-241-0/+9
* LinuxKPI: Add linux/dynamic_debug.h headerVladimir Kondratyev2023-12-241-0/+8
* LinuxKPI: Add acpi_video_backlight_use_native()Vladimir Kondratyev2023-12-241-0/+12
* LinuxKPI: Add bitmap_intersects(), bitmap_from_arr32()Vladimir Kondratyev2023-12-241-0/+78
* LinuxKPI: Add cancel_work() function.Vladimir Kondratyev2023-12-242-0/+36
* LinuxKPI: Add write_seqcount_invalidate() and seqprop_sequence()Vladimir Kondratyev2023-12-241-0/+16
* LinuxKPI: Chase for new "name" argument of register_shrinker()Vladimir Kondratyev2023-12-241-0/+4
* LinuxKPI: Add ida_alloc_min()Vladimir Kondratyev2023-12-242-3/+9
* LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.hVladimir Kondratyev2023-12-241-0/+3
* LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.hVladimir Kondratyev2023-12-241-0/+9
* LinuxKPI: Add xa_(un)lock_irq to linux/xarray.hVladimir Kondratyev2023-12-241-0/+3
* LinuxKPI: Add asm/hypervisor.h headerVladimir Kondratyev2023-12-242-0/+19
* LinuxKPI: Implement ioread64()Vladimir Kondratyev2023-12-241-0/+8
* LinuxKPI: Add linux/iosys-map.h headerVladimir Kondratyev2023-12-241-0/+161
* LinuxKPI: Add some header pollution and dummy headersVladimir Kondratyev2023-12-2411-0/+48
* LinuxKPI: Add xen/xen.h headerVladimir Kondratyev2023-12-242-0/+67
* LinuxKPI: Split linux/container_of.h off from linux/kernel.hVladimir Kondratyev2023-12-242-8/+47
* LinuxKPI: Add static_assert() macroVladimir Kondratyev2023-12-242-22/+66
* LinuxKPI: Implement dev_dbg_once() macroVladimir Kondratyev2023-12-241-0/+8
* LinuxKPI: Add str_on_off and other helpers to linux/string_helpers.hVladimir Kondratyev2023-12-241-1/+28