aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linprocfs: Fix formatting of Uid and Gid linesEdward Tomasz Napierala2021-11-031-2/+2
* LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's.Hans Petter Selasky2021-11-022-11/+19
* linux: Also translate the signal if the code is CLD_KILLEDEdward Tomasz Napierala2021-10-291-1/+1
* linux: Fix ptrace panic with ERESTARTEdward Tomasz Napierala2021-10-291-0/+6
* LinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()Bjoern A. Zeeb2021-10-251-0/+1
* LinuxKPI: add bcd.hBjoern A. Zeeb2021-10-251-0/+53
* LinuxKPI: pci.h / linux_pci.c rename pci_driver fieldBjoern A. Zeeb2021-10-252-5/+5
* LinuxKPI: pci.h make pci_dev argument const for pci_{read,write}_config*()Bjoern A. Zeeb2021-10-251-6/+6
* LinuxKPI: add netdev_features.hBjoern A. Zeeb2021-10-251-0/+48
* LinuxKPI: add simple_open() to fs.hBjoern A. Zeeb2021-10-251-0/+6
* LinuxKPI: add strreplace() to string.hBjoern A. Zeeb2021-10-251-0/+13
* LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.hBjoern A. Zeeb2021-10-251-0/+33
* linux: Fix ENOTSOCK handling in sendfile(2)Edward Tomasz Napierala2021-10-231-0/+2
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-201-14/+3
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-1/+1
* LinuxKPI: Support lazy BAR allocationJessica Clarke2021-10-172-10/+37
* LinuxKPI: Implement _ioremap_attr for riscvJessica Clarke2021-10-172-3/+3
* linux: recognize TCP_INFO and ratelimit the warningEdward Tomasz Napierala2021-10-172-0/+5
* linux: Partially implement TCSBRKEdward Tomasz Napierala2021-10-171-1/+9
* vfs: remove thread argument from VOP_STATMateusz Guzik2021-10-112-5/+3
* linuxkpi: implement ida_alloc()Alex Richardson2021-10-111-0/+5
* linuxkpi: Allow BUILD_BUG_ON in if statements without bracesAlex Richardson2021-10-111-1/+1
* linuxkpi: add PAGE_ALIGNED macroAlex Richardson2021-10-111-0/+2
* linuxkpi: Add sg_init_oneAlex Richardson2021-10-111-0/+7
* linuxkpi: Handle a NULL cache pointer in kmem_cache_destroy()Mark Johnston2021-10-061-0/+3
* LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke2021-10-032-0/+8
* linprocfs: find cwd and root handlingMateusz Guzik2021-09-301-2/+2
* LinuxKPI: Remove vma argument from fault method of vm_operations_structVladimir Kondratyev2021-09-292-3/+3
* LinuxKPI: Hide some internal symbols in linux_interrupt.cVladimir Kondratyev2021-09-292-11/+6
* LinuxKPI: Import linux_page.c and some dependent code from drm-kmodVladimir Kondratyev2021-09-295-0/+236
* LinuxKPI: Update pte_fn_t definition to match Linux 5.3Vladimir Kondratyev2021-09-291-1/+1
* LinuxKPI: Implement backlight_enable and backlight_disable functionsVladimir Kondratyev2021-09-292-2/+22
* LinuxKPI: Add dummy pgprot_decrypted() implementationVladimir Kondratyev2021-09-291-0/+2
* LinuxKPI: Cast offset_in_page() parameter to unsigned longVladimir Kondratyev2021-09-291-1/+1
* LinuxKPI: Import linux/poison.h headerVladimir Kondratyev2021-09-291-0/+9
* LinuxKPI: Add helper functions to store integers to linux/xarray.hVladimir Kondratyev2021-09-291-0/+23
* LinuxKPI: Allow cdev_pager prefault handler to steal pagesVladimir Kondratyev2021-09-291-0/+27
* LinuxKPI: stub anon_inode_getfileVladimir Kondratyev2021-09-291-0/+48
* LinuxKPI: Factor out vmf_insert_pfn_prot() routineVladimir Kondratyev2021-09-292-0/+55
* LinuxKPI: Invoke release handler when file is destroyed by fput()Vladimir Kondratyev2021-09-291-0/+2
* LinuxKPI: allocate current before taking shrinkers lockVladimir Kondratyev2021-09-291-0/+2
* LinuxKPI: implement _IOC_TYPE and _IOC_NR macros in linux/ioctl.hVladimir Kondratyev2021-09-291-1/+3
* LinuxKPI: Remove FreeBSD struct resource from all LKPI headersVladimir Kondratyev2021-09-293-192/+267
* LinuxKPI: Implement get_file_rcu()Vladimir Kondratyev2021-09-292-1/+12
* LinuxKPI: fix buildBjoern A. Zeeb2021-09-291-1/+1
* LinuxKPI: implement dma_set_coherent_mask()Bjoern A. Zeeb2021-09-292-71/+128
* LinuxKPI: dma-mapping.h unify "mask" and "dma_mask"Bjoern A. Zeeb2021-09-271-7/+7
* LinuxKPI: disable device_release_driver()Bjoern A. Zeeb2021-09-271-0/+4
* Drop cloudabiKonstantin Belousov2021-09-2140-9555/+0
* freebsd32: Fix a double copyin in sendmsg() and recvmsg()Mark Johnston2021-09-191-11/+3