]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/compat
isci(4): Remove a double word in an error message
[FreeBSD/FreeBSD.git] / sys / compat /
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-30 Ed MasteClear non-x86 compat stat syscall kernel stack memory...
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-28 Alexander V. Chernikovlinux: add sysctl to pass untranslated interface names
2022-03-28 Alexander V. Chernikovlinux: fix linux_recvmsg() MSG_PEEK flag handling
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-17 Hans Petter Selaskylindebugfs: The Linux file operations use negative...
2022-03-17 Hans Petter Selaskylindebugfs: Zero the linux_file structure before use.
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-03-05 Emmanuel Vadotlindebugfs: Fix write
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-21 Edward Tomasz Napi... linux: Fix ptrace panic with ERESTART
2022-02-21 Konstantin BelousovRemove PT_GET_SC_ARGS_ALL
2022-02-21 Edward Tomasz Napi... linux: implement PTRACE_GET_SYSCALL_INFO
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-02-14 Edward Tomasz Napi... linux: Make compat.linux.preserve_vstatus default to 1
2022-02-14 Edward Tomasz Napi... linprocfs: Fix formatting of Uid and Gid lines
2022-02-14 Edward Tomasz Napi... linux: implement rt_sigsuspend(2) on arm64
2022-02-14 Edward Tomasz Napi... linux(4): Improve comment about SA_RESTORER
2022-02-14 Edward Tomasz Napi... linux(4): implement PR_SET_NO_NEW_PRIVS
2022-02-14 Philippe Michaud... linux: implement statx(2)
2022-02-13 Edward Tomasz Napi... linsysfs: create /sys/bus/ and /sys/subsystem/
2022-02-13 Edward Tomasz Napi... linux: add support for SO_PEERGROUPS
2022-02-13 shulinux: remove locks around callout_drain in timerfd_close()
2022-02-13 Edward Tomasz Napi... linux: Improve debugging by recognizing TIOCGPTPEER
2022-02-13 Edward Tomasz Napi... linux: Also translate the signal if the code is CLD_KILLED
2022-02-13 Edward Tomasz Napi... linux: Fix ENOTSOCK handling in sendfile(2)
2022-02-13 Edward Tomasz Napi... linux: recognize TCP_INFO and ratelimit the warning
2022-02-13 Edward Tomasz Napi... linux: Partially implement TCSBRK
2022-02-13 Edward Tomasz Napi... linux: improve FUSE support
2022-02-13 Edward Tomasz Napi... linux: deduplicate DUMMY() entries
2022-02-13 Edward Tomasz Napi... linux: add new syscall numbers
2022-02-13 Edward Tomasz Napi... linux: support AT_EMPTY_PATH flag in fchownat(2)
next