]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
LinuxKPI: implement dma_sync_single_for_*, apply to (un)map single/sg
[FreeBSD/FreeBSD.git] / sys /
2022-02-17 Bjoern A. ZeebLinuxKPI: implement dma_sync_single_for_*, apply to...
2022-02-17 Hans Petter Selaskymlx5en: Improve CQE error debugging.
2022-02-17 Hans Petter Selaskymlx5en: Fix TLS worker thread race.
2022-02-17 Hans Petter Selaskymlx5en: Improve RX- and TX- TLS refcounting.
2022-02-17 Hans Petter Selaskymlx5en: Add missing refcount decrement on link-down.
2022-02-17 Emmanuel VadotBump FreeBSD_version after linuxkpi update.
2022-02-17 Emmanuel Vadotlinuxkpi: Add mmap_lock.h
2022-02-17 Emmanuel Vadotlinuxkpi: Add atomic64_fetch_add
2022-02-17 Emmanuel Vadotlinuxkpi: Add orderly_poweroff
2022-02-17 Emmanuel Vadotlinuxkpi: Add dev_emerg
2022-02-17 Emmanuel Vadotlinuxkpi: Add backlight_device_set_brightness
2022-02-17 Emmanuel Vadotlinuxkpi: Add user_write_access_*
2022-02-17 Emmanuel Vadotlinuxkpi: Add list_rotate_to_front
2022-02-17 Emmanuel Vadotlinuxkpi: Add __var_waitqueue
2022-02-17 David E. O'BrienDon't delete hack.c - causes perpetual 'out of date...
2022-02-17 Bjoern A. ZeebLinuxKPI: 802.11 simplify beacon checks in rx path
2022-02-17 Bjoern A. ZeebLinuxKPI: 802.11 advertise full offload scanning based...
2022-02-16 Bjoern A. ZeebLinuxKPI: 802.11: disable ic_headroom for the moment
2022-02-16 Kristof Provostnetinet: allow UDP tunnels to be removed
2022-02-16 Bjoern A. ZeebLinuxKPI: pci.h add more defines
2022-02-16 Andriy Gaponaw_mmc: add crash dumping support in MMCCAM mode
2022-02-16 Andriy Gaponliberate wdog_kern_pat call from SW_WATCHDOG in arm...
2022-02-16 Mateusz Guzikcrypto: hide crypto_destroyreq behind a tunable
2022-02-16 Bjoern A. ZeebLinuxKPI: 802.11 enahnce linuxkpi_ieee80211_iterate_int...
2022-02-16 Bjoern A. ZeebLinuxKPI: 802.11 assign an(y) early chandef
2022-02-16 Bjoern A. ZeebLinuxKPI: 802.11: defer workq allocation until we have...
2022-02-16 Bjoern A. ZeebLinuxKPI: 802.11 scan update
2022-02-16 Mark Johnstonarmv8crypto: Use cursors to access crypto buffer data
2022-02-16 Mark Johnstonarmv8crypto: Factor out some duplicated GCM code
2022-02-16 Mark Johnstonopencrypto: Add a routine to copy a crypto buffer cursor
2022-02-16 Bjoern A. ZeebLinuxKPI: skbuff updates
2022-02-15 Bjoern A. ZeebLinuxKPI: 802.11 header updates and add/adjust source...
2022-02-15 Bjoern A. ZeebLinuxKPI: lockdep add lockdep_assert_not_held()
2022-02-15 Mateusz Guzikfd: add fde_copy
2022-02-15 Mateusz Guzikfd: add missing seqc to dupfdopen
2022-02-15 Mateusz Guzikseqc: rename seqc_consistent_nomb to seqc_consistent_no...
2022-02-15 Richard Scheffeneggeriscsi: Use calloutng instead of ticks in iscsi initiator
2022-02-15 Mark Johnstonmlx5e: Make TLS tag zones unmanaged
2022-02-15 Mark Johnstonuma: Add UMA_ZONE_UNMANAGED
2022-02-15 Li-Wen Hsuif_epair: Use ANSI C definition
2022-02-15 Richard Scheffeneggertcp: Restore 6 tcps padding entries in HEAD
2022-02-15 Kristof Provostif_epair: implement fanout
2022-02-15 Wei Humana: Add handling of CQE_RX_TRUNCATED
2022-02-14 Bjoern A. ZeebBump __FreeBSD_version to 1400052 for LinuxKPI changes.
2022-02-14 Bjoern A. ZeebLinuxKPI: add linux/pm_qos.h
2022-02-14 Bjoern A. ZeebLinuxKPI: add UUID_STRING_LEN and GUID_INIT to uuid.h
2022-02-14 Bjoern A. ZeebLinuxKPI: 802.11: get rid of lkpi_ic_getradiocaps warnings
2022-02-14 Kristof Provostvlan: allow net.link.vlan.mtag_pcp to be set per vnet
2022-02-14 Franco Fichtnerpf: fix set_prio after nv conversion
2022-02-14 Bjoern A. Zeebnet80211: enhance (disabled) debugging
2022-02-14 John BaldwinDisable -Wreturn-type on GCC.
2022-02-14 John BaldwinUse vmspace->vm_stacktop in place of sv_usrstack in...
2022-02-14 Gleb Smirnoffunix/dgram: return EAGAIN instead of ENOBUFS when O_NON...
2022-02-14 Mark Johnstonmsdosfs: Fix mounting when the device sector size is...
2022-02-14 Mark Johnstonsleepqueue: Annotate sleepq_max_depth as static
2022-02-14 Mark Johnstonsleepqueue: Address a lock order reversal
2022-02-14 Bjoern A. ZeebLinuxKPI; add the beginning of a tracepoint.h implement...
2022-02-14 Bjoern A. ZeebLinuxKPI: add NETIF_F_HW_CSUM to netdev_features.h
2022-02-14 Bjoern A. ZeebLinuxKPI: add kstrtoint_from_user() and DECLARE_FLEX_AR...
2022-02-14 Bjoern A. ZeebLinuxKPI: add an initial ethtool.h
2022-02-14 Bjoern A. ZeebLinuxKPI: add eth_random_addr() and device_get_mac_addr...
2022-02-14 Bjoern A. ZeebLinuxKPI: add more errno
2022-02-14 Bjoern A. ZeebLinuxKPI: add sizeof_field()
2022-02-14 Bjoern A. ZeebLinuxKPI: add __ffs64()
2022-02-14 Bjoern A. ZeebLinuxKPI: add get_unaligned_le16()
2022-02-14 Bjoern A. ZeebTCP syncache: enhance KASSERT output
2022-02-13 Dimitry Andricbwi: Fix clang 14 warning about possible unaligned...
2022-02-13 Mateusz Guzikvfs: convert vnsz2log to a macro
2022-02-13 Mateusz Guzikfd: use FILEDESC_FOREACH_{FDE,FP} where appropriate
2022-02-13 Mateusz Guzikfd: add FILEDESC_FOREACH_{FDE,FP}
2022-02-13 Mateusz Guzikfd: assign fd_freefile early when copying
2022-02-13 Mateusz Guzikfd: move fd table sizing out of fdinit
2022-02-13 Mateusz Guzikfd: drop volatile keyword from refcounts
2022-02-13 Mateusz Guzikproc: load/store p_cowgen using atomic primitives
2022-02-13 Mateusz Guzikthread: remove dead store from thread_cow_update
2022-02-12 Richard Scheffeneggeriscsi: address unused-but-set-variable warning
2022-02-12 Navdeep Parharcxgbe(4): Fix illegal hardware access in cxgbe_refresh_...
2022-02-12 Ed Mastenewvers.sh: allow multiple -V args in one invocation
2022-02-12 Navdeep Parharcxgbe(4): Avoid unsafe hardware access in the ifmedia...
2022-02-11 John Baldwinktls: Write-lock the INP when changing a transmit TLS...
2022-02-11 Konstantin Belousovvdso linker scripts: explicitly specify output arch...
2022-02-11 John Baldwinlinuxkpi xarray: Correct expression in assertion.
2022-02-11 Mateusz Guzikcache: improve vnode vs name assertion in cache_enter_time
2022-02-11 Mateusz Guzikcache: remove NOCACHE handling from cache_fplookup_noentry
2022-02-11 Mateusz Guzikfd: make fget_unlocked take a thread argument
2022-02-11 Mateusz Guzikfd: elide one acquire fence in fget_unlocked_seq
2022-02-11 Mateusz Guzikfd: split fget_unlocked_seq depending on CAPABILITIES
2022-02-11 Mateusz Guzikfd: split fget_cap depending on CAPABILITIES
2022-02-11 Mateusz Guziktty: switch ttyhook_register to use fget_cap_locked
2022-02-11 Mateusz GuzikEmploy thread_cow_synced in setrlimit
2022-02-11 Mateusz GuzikAdd PROC_COW_CHANGECOUNT and thread_cow_synced
2022-02-11 Mateusz GuzikAdd lim_cowsync, similar to crcowsync
2022-02-10 Warner Loshriscv: Add static asssert for context size
2022-02-10 Warner Loshpowerpc: Add static asssert for context size
2022-02-10 Warner Loshamd64: Add static asssert for context size
2022-02-10 Warner Loshi386: Add static asssert for context size
2022-02-10 Warner Losharm: Add static asssert for context size
2022-02-10 Warner Loshaarch64: Add static asssert for context size
2022-02-10 Jason A. Harmeningunionfs: fix typo in comment
2022-02-10 Mark Johnstontcp: Avoid conditionally defined fields in union lro_ad...
next