Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-13Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick
2022-11-12ktls: Inline ktls_cleanup() into ktls_destroy().John Baldwin
2022-11-12ktls: Don't leak ktls session objects for certain errors.John Baldwin
2022-11-12wg: Drop the compat shim for sbcreatecontrol().John Baldwin
2022-11-11linuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Define `pci_reset_function()` in <linux/pci.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/mman.h> which includes <linux/smp.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/page-flags.h>Jean-Sébastien Pédron
2022-11-11arm64: add a spin-table implementation for Apple SiliconKyle Evans
2022-11-11ddb: don't limit pindex output in 'show vmopag'Mitchell Horne
2022-11-11linuxkpi: Define `boot_cpu_data.x86_max_cores`Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `dev_warn_once()` in <linux/device.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `list_for_each_entry_from_rcu()` in <linux/rculist.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Define `typeof_member()` in <linux/kernel.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/dma-buf-map.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <linux/mmzone.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add <acpi/actbl.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `krealloc_array()`Jean-Sébastien Pédron
2022-11-11linuxkpi: Introduce module_param() of type `hexint`Jean-Sébastien Pédron
2022-11-11linuxkpi: Introduce `vma_set_file()`Jean-Sébastien Pédron
2022-11-11linuxkpi: Include <linux/shinker.h> in <linux/mm.h>Jean-Sébastien Pédron
2022-11-11linuxkpi: Update `struct irq_work`Jean-Sébastien Pédron
2022-11-11linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flagJean-Sébastien Pédron
2022-11-11Remove dead code in the cscope targetKonrad Witaszczyk
2022-11-11bhyve: Drop volatile qualifiers from snapshot codeMark Johnston
2022-11-11dummynet: fix codelKristof Provost
2022-11-11if_ovpn: fix AES-128-GCM supportKristof Provost
2022-11-11Fix a rk356x pinctrl register offsetAndrew Turner
2022-11-10linuxkpi: Move cpu_relax out of ifdef for x86Emmanuel Vadot
2022-11-10tcp: account sent/received IP ECN markings independentlyRichard Scheffenegger
2022-11-10ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov
2022-11-09pfsync: prepare code to accommodate AF_INET6 familyLuiz Amaral
2022-11-09vm_page_unswappable: remove wrong assertionAnton Rang
2022-11-09Don't panic when tasting a disk with sectorsize=0Alan Somers
2022-11-09ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger
2022-11-09vfs: whack mips remnantMateusz Guzik
2022-11-09linux(4): Fix get_robust_list() syscall return value.Alex S
2022-11-08tcp: fix build without INVARIANTS and VIMAGEGleb Smirnoff
2022-11-08cxgbe tom: Fix jobtotid() compilation.John Baldwin
2022-11-08tcp: forward declare struct tcpcb in the TCP logging headerGleb Smirnoff
2022-11-08inpcb: remove TCP includes, all TCP specific code was movedGleb Smirnoff
2022-11-08tcp: don't store VNET in every tcpcb, take it from the inpcbinfoGleb Smirnoff
2022-11-08hpts: move inp initialization from the generic inpcb code to TCPGleb Smirnoff
2022-11-08tcp: provide macros to access inpcb and socket from a tcpcbGleb Smirnoff
2022-11-08tcp: inp_socket is valid through the lifetime of a TCP inpcbGleb Smirnoff
2022-11-08tcp: remove INP_DROPPED check from notify functionsGleb Smirnoff
2022-11-08inpcb: don't return INP_DROPPED entries from pcb lookupsGleb Smirnoff
2022-11-08LinuxKPI: add virt_to_phys()Bjoern A. Zeeb
2022-11-08LinuxKPI: tasklet add (*callback) supportBjoern A. Zeeb