]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
tmpfs: make vm_object point to the tmpfs node instead of vnode
[FreeBSD/FreeBSD.git] / sys / compat /
2023-01-18 Bjoern A. ZeebLinuxKPI: add (skeleton) functions to make drivers...
2023-01-18 Bjoern A. ZeebLinuxKPI: pci: add [linuxkpi_]pci_get_device()
2023-01-18 Bjoern A. ZeebLinuxKPI: fix pci_alloc_irq_vectors() for MSI
2023-01-18 Bjoern A. ZeebLinuxKPI: add kstrtou32_from_user() and mac_pton()
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement some *eleme/ie* lookup...
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: move ieee80211_{unregister,restart...
2023-01-18 Bjoern A. ZeebLinuxKPI; 802.11: update mac80211.h structures and...
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_get_hdrlen_from_skb()
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: set sta supported legacy rates
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement cfg80211_{get,put}_bss
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: implement cfg80211_get_ies_channel_nu...
2023-01-18 Bjoern A. ZeebLinuxKPI: add simplified version of page_frag_cache
2023-01-18 Bjoern A. ZeebLinuxKPI: pm.h add pm_sleep_ptr and DEFINE_SIMPLE_DEV_P...
2023-01-18 Bjoern A. ZeebLinuxKPI: pci.h add more MSI related constanst and...
2023-01-18 Bjoern A. ZeebLinuxKPI,lindebugfs: add u8 base type and blob support
2023-01-18 Bjoern A. ZeebLinuxKPI: SKB: implement skb_peek()
2023-01-18 Bjoern A. ZeebLinuxKPI: 802.11: minor header updates
2023-01-18 Bjoern A. ZeebLinuxKPI: ethtool.h add more definitions
2023-01-18 Bjoern A. ZeebLinuxKPI: add a no-op generic_file_llseek()
2023-01-18 Bjoern A. ZeebLinuxKPI: iwlwifi: rtw88: rtw89: remove budget argument...
2023-01-18 Bjoern A. ZeebLinuxKPI: SKB update
2023-01-07 Vladimir KondratyevLinuxKPI: linux/seqlock.h: Fix write_seqcount_(begin...
2023-01-07 Jean-Sébastien Pédronlinuxkpi: Add `seqcount_mutex_t` support in <linux...
2022-12-19 Doug Moorerb_tree: fix stable/13 linux/rbtree.h post ABI fix
2022-12-16 Doug Moorerb_tree: restore binary compat w/ 13
2022-12-15 Emmanuel VadotRevert "LinuxKPI: Add pci_power querying for drm-kmod"
2022-12-08 Corvin Köhnelinuxkpi/dmi: don't match exactly on DMI_MATCH
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-11-29 Hans Petter Selaskylinuxkpi: Resolve duplicate global symbol name to fix...
2022-11-29 Jake FreelandLinuxKPI: Add pci_power querying for drm-kmod
2022-11-29 Jake Freelandlinuxkpi: drm-kmod debugfs support
2022-11-29 Jake Freelandlinuxkpi: Add strndup_user
2022-11-29 Jake Freelandlinuxkpi: Add EPOLL aliases
2022-11-29 Jake Freelandlinuxkpi: Add down_read_killable()
2022-11-28 Bjoern A. ZeebLinuxKPI: add memset_startat macro
2022-11-28 Bjoern A. ZeebLinuxKPI: in efi.h include queue.h
2022-11-28 Bjoern A. ZeebLinuxKPI: add virt_to_phys()
2022-11-28 Bjoern A. ZeebLinuxKPI: implement cpumask_of()
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11: enable WME support
2022-11-28 Bjoern A. ZeebLinuxKPI: add devm_request_irq()
2022-11-28 Bjoern A. ZeebLinuxKPI: add linux/leds.h
2022-11-28 Bjoern A. ZeebLinuxKPI: string.h implement memcpy_and_pad()
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11: pass internal variable to lkpi_80211_...
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11 update header files
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11: update struct member types
2022-11-28 Bjoern A. ZeebLinuxKPI: add timekeeping.h, another dummy (empty)...
2022-11-28 Bjoern A. ZeebLinuxKPI: seq_file add "private" versions.
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11: add MO tracing
2022-11-28 Bjoern A. ZeebLinuxKPI: add MSEC_PER_SEC
2022-11-28 Bjoern A. ZeebLinuxKPI: 802.11: add changes to support debugfs in...
2022-11-14 Alex Slinux(4): Fix get_robust_list() syscall return value.
2022-10-20 Ed Mastesysent: regen after ee9bc5818356, posix_fadvise in...
2022-10-17 Bjoern A. ZeebLinuxKPI: add struct dmi_header and unsupported dmi_walk()
2022-10-17 Bjoern A. ZeebLinuxKPI: cache.h add L1_CACHE_ALIGN()
2022-10-17 Bjoern A. ZeebLinuxKPI: dma-mapping: add dmam_alloc_coherent()
2022-10-17 Bjoern A. ZeebLinuxKPI: device.h add devm_kmemdup()
2022-10-17 Bjoern A. ZeebLinuxKPI: pci.h add more defines and functions
2022-10-17 Bjoern A. ZeebLinuxKPI: pci_ids.h Add more Vendor IDs.
2022-10-17 Bjoern A. ZeebLinuxKPI: io.h constify arguments and add more functions
2022-10-17 Bjoern A. ZeebLinuxKPI: if_ether.h add more constants
2022-10-17 Bjoern A. ZeebLinuxKPI: lockdep.h add lockdep_{,un}register_key()
2022-10-17 Bjoern A. ZeebLinuxKPI: tracepoint.h add more defines
2022-10-17 Bjoern A. ZeebLinuxKPI: pci.h split up pcim_iomap_regions_request_all()
2022-10-17 Bjoern A. ZeebLinuxKPI: device.h remove duplicate #include
2022-10-17 Bjoern A. ZeebLinuxKPI: 802.11: add more header compat bits
2022-10-17 Bjoern A. ZeebLinuxKPI: 80211 (+net80211): update and cleanup headers
2022-10-12 Doug Moorerb_tree: pass parent to RB_INSERT_COLOR
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-10-04 Hans Petter SelaskyLinuxKPI: Use SYSCTL_FOREACH()
2022-10-01 Doug Moorerb_tree: reduce duplication in balancing code
2022-09-21 Bjoern A. ZeebLinuxKPI: netdev: expose napi state
2022-09-21 Bjoern A. ZeebLinuxKPI, dev: 80211 update mac80211 KPI
2022-09-21 Bjoern A. ZeebLinuxKPI: firmware: add request_partial_firmware_into_buf()
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: add ieee80211_stop_tx_ba_session()
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211 / iwlwifi: improve queue management
2022-09-21 Bjoern A. Zeebnet80211 / drivers: rename to IEEE80211_FC0_SUBTYPE_QOS...
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: improve linuxkpi_ieee80211_get_tid()
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: scanning code updates
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: implement (*get_antenna) and set ic_...
2022-09-21 Bjoern A. ZeebLinuxKPI: 80211: make HW_CRYPTO compileable again
2022-09-21 Bjoern A. ZeebLinuxKPI: extend kfifo to be usable
2022-09-21 Bjoern A. ZeebLinuxKPI 802.11: change type of bssid in struct ieee802...
2022-09-21 Bjoern A. Zeebnet80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*
2022-09-21 Bjoern A. ZeebLinuxKPI: 802.11 header updates
2022-09-21 Bjoern A. ZeebLinuxKPI: skbuff: sort list header and add new (dummy...
2022-09-21 Bjoern A. ZeebLinuxKPI 802.11/iwlwifi/rtw88: update KPI
2022-09-09 Doug Moorerb_tree: speed-up double rotation
2022-09-07 Emmanuel Vadotlinuxkpi: unbreak linux_i2cbb
2022-09-07 Emmanuel Vadotlinuxkpi: i2c: Fix 7bit/8bit addressing
2022-09-07 Emmanuel Vadotlinuxkpi: Add I2C_NAME_SIZE and I2C_MODULE_PREFIX defines
2022-09-07 Emmanuel Vadotlinuxkpi: Add linux/vgaarb.h
2022-09-07 Emmanuel Vadotlinuxkpi: Add video/mipi_display.h
2022-09-07 Emmanuel Vadotlinuxkpi: acpi/video.h: Add stubs acpi_video_{register...
2022-09-07 Emmanuel Vadotlinuxkpi: Add __copy_to_user_inatomic and __copy_from_u...
2022-09-07 Emmanuel Vadotlinuxkpi: Add add_taint stub
2022-09-07 Emmanuel Vadotlinuxkpi: Add few more include in linux/kernel.h
2022-09-07 Emmanuel Vadotlinuxkpi: Add a bunch of dummy include
2022-09-07 Emmanuel Vadotlinuxkpi: swap.h: Fix include
2022-09-07 Emmanuel Vadotlinuxkpi: Add stub kmem_cache_shrink
2022-09-07 Emmanuel Vadotlinuxkpi: Add asm/processor.h
next