]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat/linuxkpi/common
risc-v: Fix two typos in a source code comment
[FreeBSD/FreeBSD.git] / sys / compat / linuxkpi / common /
2022-04-05 Bjoern A. ZeebLinuxKPI: 802.11: fix RSSI (and NF)
2022-04-05 Bjoern A. ZeebLinuxKPI: 802.11: fix compat code for i386
2022-04-05 Warner Loshlinuxkpi: move io_mapping_create_wc to .c
2022-04-05 Warner Loshlinuxkpi: Move lkpi_pcim_iomap_devres_find to .c file
2022-04-05 Warner Loshlinuxkpi: Move pci_alloc_irq_vectors to .c file
2022-04-05 Warner Loshlinuxkpi: Move pci_request_region and _lkpi_pci_iomap...
2022-04-05 Warner Loshlinuxkpi: Move lkpi_pci_devres_get_alloc into .c file
2022-04-05 Warner Loshlinuxkpi: Move cdev_alloc into .c file
2022-04-05 Warner Loshlinuxkpi: Move class_create to .c file
2022-04-05 Warner Loshlinuxkpi: Move device_create_groups_vargs to linux_compat.c
2022-04-05 Warner Loshlinuxkpi: move kobject_create to .c file
2022-04-05 Warner Loshlinuxkpi: add padding to struct pci_driver
2022-04-05 Warner Loshlinuxkpi: Restore the KBI for struct pci_driver
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: cleanup debugging
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: improve hw_scan fallback to sw_scan
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: remove special handling for (*ic_scan...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: check IEEE80211_FEXT_SCAN_OFFLOAD...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: make lkpi_ic_set_channel() unconditional
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: use cfg80211_chandef_create()
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: improve lkpi_80211_mo_sta_state(...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: rework sta state machine compatibility
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: factor out dtim/tsf updates
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: factor out lkpi_lsta_alloc() from...
2022-03-27 Bjoern A. ZeebLinuxKPI: 802.11: implement ieee80211_beacon_loss()
2022-03-27 Bjoern A. ZeebLinuxKPI: skbuff: fix skb_queue_splice_init()
2022-03-27 Bjoern A. ZeebLinuxKPI: allow bsddriver name to be set for PCI
2022-03-27 Bjoern A. ZeebLinuxKPI: pci: implement pci_upstream_bridge()
2022-03-27 Bjoern A. ZeebLinuxKPI: pci.h MODULE_DEVICE_TABLE to MODULE_PNP_INFO
2022-03-27 Bjoern A. ZeebLinuxKPI: allow a driver to override the default pci...
2022-03-27 Bjoern A. ZeebLinuxKPI: remove duplicate include
2022-03-17 Hans Petter SelaskyLinuxKPI: Add comment describing proper use of the...
2022-03-17 Hans Petter Selaskylindebugfs: Make single_release() NULL safe.
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-05 Emmanuel Vadotlinuxkpi: Add mmap_lock.h
2022-03-05 Emmanuel Vadotlinuxkpi: Add atomic64_fetch_add
2022-03-05 Emmanuel Vadotlinuxkpi: Add orderly_poweroff
2022-03-05 Emmanuel Vadotlinuxkpi: Add dev_emerg
2022-03-05 Emmanuel Vadotlinuxkpi: Add backlight_device_set_brightness
2022-03-05 Emmanuel Vadotlinuxkpi: Add user_write_access_*
2022-03-05 Emmanuel Vadotlinuxkpi: Add list_rotate_to_front
2022-03-05 Emmanuel Vadotlinuxkpi: Add __var_waitqueue
2022-02-27 Bjoern A. ZeebLinuxKPI: update 802.11 headers
2022-02-27 Bjoern A. ZeebLinuxKPI: change DECLARE_FLEX_ARRAY()
2022-02-27 Bjoern A. ZeebLinuxKPI: add MODULE_IMPORT_NS()
2022-02-27 Bjoern A. ZeebLinuxKPI: skbuff.h add skb_postpush_rcsum()
2022-02-27 Bjoern A. ZeebLinuxKPI: USB change successful probe result to BUS_PRO...
2022-02-27 Bjoern A. ZeebLinuxKPI: return value for linux_pci_probe()
2022-02-25 Ryan StoneMFC b58cf1cb35ab:
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 simplify beacon checks in rx path
2022-02-20 Bjoern A. ZeebLinuxKPI: implement dma_sync_single_for_*, apply to...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: disable ic_headroom for the moment
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 advertise full offload scanning based...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 header updates and add/adjust source...
2022-02-20 Bjoern A. ZeebLinuxKPI: skbuff updates
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: defer workq allocation until we have...
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 assign an(y) early chandef
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 scan update
2022-02-20 Bjoern A. ZeebLinuxKPI: pci.h add more defines
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11 enahnce linuxkpi_ieee80211_iterate_int...
2022-02-20 Bjoern A. ZeebLinuxKPI: lockdep add lockdep_assert_not_held()
2022-02-20 Bjoern A. ZeebLinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_AR...
2022-02-20 Bjoern A. ZeebLinuxKPI: add UUID_STRING_LEN and GUID_INIT to uuid.h
2022-02-20 Bjoern A. ZeebLinuxKPI: 802.11: get rid of lkpi_ic_getradiocaps warnings
2022-02-20 Bjoern A. ZeebLinuxKPI: add get_unaligned_le16()
2022-02-20 Bjoern A. ZeebLinuxKPI: add sizeof_field()
2022-02-20 Bjoern A. ZeebLinuxKPI: add __ffs64()
2022-02-20 Bjoern A. ZeebLinuxKPI: add linux/pm_qos.h
2022-02-20 Bjoern A. ZeebLinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
2022-02-20 Bjoern A. ZeebLinuxKPI: add more errno
2022-02-20 Bjoern A. ZeebLinuxKPI: add eth_random_addr() and device_get_mac_addr...
2022-02-20 Bjoern A. ZeebLinuxKPI: add an initial ethtool.h
2022-02-20 Bjoern A. ZeebLinuxKPI; add the beginning of a tracepoint.h implement...
2022-01-22 Vladimir KondratyevLinuxKPI: Add sort() wrapper.
2022-01-22 Vladimir KondratyevLinuxKPI: Use negative bit field size to trigger BUILD_...
2022-01-22 Vladimir KondratyevLinuxKPI: Constantly use _LINUXKPI_ prefix in include...
2022-01-22 Vladimir KondratyevLinuxKPI: Import MTRR support functions from drm-kmod
2022-01-22 Vladimir KondratyevLinuxKPI: Import linux/ratelimit.h
2022-01-22 Vladimir KondratyevLinuxKPI: Add linux/capability.h header
2022-01-22 Vladimir KondratyevLinuxKPI: Add readx_poll_timeout wrapper
2022-01-22 Vladimir KondratyevLinuxKPI: Add static_cpu_has() implementation
2022-01-22 Vladimir KondratyevLinuxKPI: Implement efi_enabled(EFI_BOOT)
2022-01-22 Vladimir KondratyevLinuxKPI: Import linux/jump_label.h
2022-01-22 Vladimir KondratyevLinuxKPI: Move kfree_async() functionality in to kfree()
2022-01-22 Vladimir KondratyevLinuxKPI: Add stdarg.h proxy header
2022-01-22 Vladimir KondratyevLinuxKPI: Add some typical header pollution
2022-01-22 Vladimir KondratyevLinuxKPI: Implement smp_*mb barriers with atomic_thread...
2022-01-22 Vladimir KondratyevLinuxKPI: Make lockdep*_pin_lock macros useable for...
2022-01-22 Vladimir KondratyevLinuxKPI: Convert schedule() to inlined function
2022-01-22 Vladimir KondratyevLinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flag
2022-01-22 Vladimir KondratyevLinuxKPI: Implement default sysfs kobject attribute...
2022-01-22 Vladimir KondratyevLinuxKPI: Implement kstrtoull
2022-01-22 Vladimir KondratyevLinuxKPI: Implement dev_driver_string()
2022-01-22 Vladimir KondratyevLinuxKPI: Implement clflush_cache_range()
2022-01-22 Vladimir KondratyevLinuxKPI: Add clflush argument type conversion wrapper
2022-01-22 Vladimir KondratyevLinuxKPI: Implement interval_tree
2022-01-22 Vladimir KondratyevLinuxKPI: Import some linux/rbtree.h functions from...
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 correct enum ieee80211_channel_flags
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 Refine/add DTIM/TSF handling
2022-01-20 Bjoern A. ZeebLinuxKPI: 802.11 handle connection loss differently
next