]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi
LinuxKPI: add strreplace() to string.h
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi /
2021-11-19 Bjoern A. ZeebLinuxKPI: add strreplace() to string.h
2021-11-19 Bjoern A. ZeebLinuxKPI: add kstrtou8() and kstrtou8_from_user() to...
2021-11-19 Bjoern A. ZeebLinuxKPI: add simple_open() to fs.h
2021-11-19 Bjoern A. ZeebLinuxKPI: module.h add MODULE_SUPPORTED_DEVICE()
2021-11-19 Bjoern A. ZeebLinuxKPI: pci.h make pci_dev argument const for pci_...
2021-11-19 Bjoern A. ZeebLinuxKPI: pci.h / linux_pci.c rename pci_driver field
2021-11-19 Bjoern A. ZeebLinuxKPI: add netdev_features.h
2021-11-19 Bjoern A. ZeebLinuxKPI: implement dma_set_coherent_mask()
2021-11-19 Bjoern A. ZeebLinuxKPI: dma-mapping.h unify "mask" and "dma_mask"
2021-11-19 Bjoern A. ZeebLinuxKPI: disable device_release_driver()
2021-11-19 Bjoern A. ZeebLinuxKPI: add fsleep()
2021-11-19 Bjoern A. ZeebLinuxKPI: add read_poll_timeout()
2021-11-19 Bjoern A. ZeebLinuxKPI: add module_pci_driver() and pci_alloc_irq_vec...
2021-11-19 Bjoern A. ZeebLinuxKPI: add sign_extend32()
2021-11-19 Bjoern A. ZeebLinuxKPI: fix bug in le32p_replace_bits()
2021-11-19 Bjoern A. ZeebLinuxKPI: bitfield.h cleanup
2021-11-19 Bjoern A. ZeebLinuxKPI: dmi.h do not rely on implicit includes
2021-11-19 Bjoern A. ZeebLinuxKPI: add nexthdr definitions for IPv6
2021-11-12 Hans Petter SelaskyLinuxKPI: Add sysctl(8) knob to control verbosity of...
2021-11-03 Mark JohnstonConvert consumers to vm_page_alloc_noobj_contig()
2021-11-03 Mark JohnstonConvert vm_page_alloc() callers to use vm_page_alloc_no...
2021-10-24 Jessica ClarkeLinuxKPI: Support lazy BAR allocation
2021-10-24 Jessica ClarkeLinuxKPI: Implement _ioremap_attr for riscv
2021-10-13 Vladimir KondratyevLinuxKPI: Import linux_page.c and some dependent code...
2021-10-13 Vladimir KondratyevLinuxKPI: Update pte_fn_t definition to match Linux 5.3
2021-10-13 Vladimir KondratyevLinuxKPI: Implement backlight_enable and backlight_disa...
2021-10-13 Vladimir KondratyevLinuxKPI: Add dummy pgprot_decrypted() implementation
2021-10-13 Vladimir KondratyevLinuxKPI: Cast offset_in_page() parameter to unsigned...
2021-10-13 Vladimir KondratyevLinuxKPI: Import linux/poison.h header
2021-10-13 Vladimir KondratyevLinuxKPI: Add helper functions to store integers to...
2021-10-13 Vladimir KondratyevLinuxKPI: Allow cdev_pager prefault handler to steal...
2021-10-13 Vladimir KondratyevLinuxKPI: stub anon_inode_getfile
2021-10-13 Vladimir KondratyevLinuxKPI: Factor out vmf_insert_pfn_prot() routine
2021-10-13 Vladimir KondratyevLinuxKPI: Invoke release handler when file is destroyed...
2021-10-13 Vladimir KondratyevLinuxKPI: allocate current before taking shrinkers...
2021-10-13 Vladimir KondratyevLinuxKPI: implement _IOC_TYPE and _IOC_NR macros in...
2021-10-13 Vladimir KondratyevLinuxKPI: Remove FreeBSD struct resource from all LKPI...
2021-10-13 Vladimir KondratyevLinuxKPI: Implement get_file_rcu()
2021-10-13 Mark Johnstonlinuxkpi: Handle a NULL cache pointer in kmem_cache_des...
2021-10-10 Jessica ClarkeLinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING...
2021-09-22 Warner Loshdirect commit: fix KBI for pci_dev
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-08-03 Konstantin Belousovlinuxkpi: remove global atomic counter of the task...
2021-08-03 Hans Petter SelaskyWait for all task_struct allocations to be returned...
2021-07-20 Vladimir KondratyevLinuxKPI: Implement sequence counters and sequential...
2021-07-20 Vladimir KondratyevLinuxKPI: Implement strscpy
2021-07-20 Vladimir KondratyevLinuxKPI: Use macro for implementation of some dma_map_...
2021-07-20 Vladimir KondratyevLinuxKPI: Implement irq_work_sync() routine.
2021-07-20 Vladimir KondratyevLinuxKPI: Do not wait for a grace period in rcu_barrier()
2021-07-20 Vladimir KondratyevLinuxKPI: Add compiler barriers to list_for_each_entry_...
2021-07-20 Vladimir KondratyevLinuxKPI: Change flags parameter type of atomic_dec_and...
2021-07-20 Vladimir KondratyevLinuxKPI: Add #defines required by drm-kmod v5.5
2021-07-20 Vladimir KondratyevLinuxKPI: Allow kmem_cache_free() to be called from...
2021-07-18 Neel Chauhanlinuxkpi: Add spin_trylock_irqsave() macro
2021-07-18 Bjoern A. ZeebLinuxKPI: firmware, implement deferred loading for...
2021-07-18 Bjoern A. ZeebLinuxKPI: avoid userret: Returning with with pinned...
2021-07-18 Bjoern A. ZeebLinuxKPI: fix sg_pcopy_from_buffer()
2021-07-18 Bjoern A. ZeebLinuxKPI: pci: cleanup some code and add support for...
2021-07-18 Bjoern A. ZeebLinuxKPI: fix pci device devres initialisation
2021-07-18 Bjoern A. ZeebLinuxKPI: enhance the irq KPI for managed and threaded...
2021-07-18 Bjoern A. ZeebLinuxKPI: extend pci.h by various functions for wireles...
2021-07-18 Bjoern A. ZeebLinuxKPI: add dmam_pool_create() support
2021-07-18 Bjoern A. ZeebLinuxKPI: add device_reprobe() and device_release_driver()
2021-07-18 Bjoern A. ZeebLinuxKPI: add KPI for netdev_notifier_info returning ifp
2021-07-18 Bjoern A. Zeebnet80211/LinuxKPI: add more radiotap definitions
2021-07-18 Bjoern A. ZeebLinuxKPI: add HWEIGHT32()
2021-07-18 Bjoern A. ZeebLinuxKPI: netdevice.h remove more ifnet operating macros
2021-07-18 Bjoern A. ZeebLinuxKPI/OFED/mlx4: cleanup netdevice.h some more
2021-07-18 Bjoern A. ZeebLinuxKPI: add addrconf_addr_solict_mult()
2021-07-18 Bjoern A. ZeebLinuxKPI: add Exponentially Weighted Moving Average...
2021-07-18 Bjoern A. ZeebLinuxKPI: add linux/bsearch.h for sort(9)
2021-07-18 Bjoern A. ZeebLinuxKPI: byteorder.h
2021-07-18 Bjoern A. ZeebLinuxKPI: cache.h add SMP_CACHE_BYTES
2021-07-18 Bjoern A. ZeebLinuxKPI: compiler.h add three more defines
2021-07-18 Bjoern A. ZeebLinuxKPI: add cpu.h for cpumask_*()
2021-07-18 Bjoern A. ZeebLinuxKPI: add devcoredump.h
2021-07-18 Bjoern A. ZeebLinuxKPI: add dev_crit() to linux/device.h
2021-07-18 Bjoern A. ZeebLinuxKPI: add ether_addr_equal_unaligned()
2021-07-18 Bjoern A. ZeebLinuxKPI: net/if_inet6.h add struct inet6_dev { }
2021-07-18 Bjoern A. ZeebLinuxKPI: add irq_set_affinity_hint()
2021-07-18 Bjoern A. ZeebLinuxKPI: add linux/{ip,tcp,udp}.h
2021-07-18 Bjoern A. ZeebLinuxKPI: ipv6.h add missing #include
2021-07-18 Bjoern A. ZeebLinuxKPI: add time_is_after_jiffies() definition
2021-07-18 Bjoern A. ZeebLinuxKPI: change BUILD_BUG_ON()
2021-07-18 Bjoern A. ZeebLinuxKPI: add ktime_get_boottime_ns() implementation...
2021-07-18 Bjoern A. ZeebLinuxKPI: add LINUXKPI_PARAM_charp()
2021-07-18 Bjoern A. ZeebLinuxKPI: add more #defines to pci.h
2021-07-18 Bjoern A. ZeebLinuxKPI: add prandom_u32() as used by wireless drivers.
2021-07-18 Bjoern A. ZeebLinuxKPI: add rcu_dereference_check()
2021-07-18 Bjoern A. ZeebLinuxKPI: add kfree_sensitive() using zfree().
2021-07-18 Bjoern A. ZeebLinuxKPI: extract stringify() in their own header file
2021-07-18 Bjoern A. ZeebLinuxKPI: add kernel_ulong_t typedef in linux/kernel.h.
2021-07-18 Bjoern A. ZeebLinuxKPI: add guid_t for ACPI consumers.
2021-07-18 Bjoern A. ZeebLinuxKPI: treat firmware file names more lenient
2021-07-18 Bjoern A. ZeebLinuxKPI/OFED: (re)move inetdevice.h implementation
2021-07-18 Bjoern A. ZeebLinuxKPI: netdevice notifier callback argument
2021-07-18 Bjoern A. ZeebLinuxKPI: add net_ratelimit()
2021-07-18 Bjoern A. ZeebLinuxKPI: remove < 5.0 version support
2021-07-18 Bjoern A. ZeebLinuxKPI: add lockdep_map
2021-07-18 Bjoern A. ZeebLinuxKPI: add pci_ids.h
next