]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
[PowerPC64LE] Add release building script for powerpc64le.
[FreeBSD/FreeBSD.git] / sys /
2020-09-23 bdragon[PowerPC64LE] Initial GENERIC64LE kernel config.
2020-09-23 bdragon[PowerPC64LE] powernv ILE setup code.
2020-09-23 bdragon[PowerPC64LE] LE opal_call() implementation
2020-09-23 bdragon[PowerPC64LE] Fix endianness issues in phyp_vscsi.
2020-09-23 bdragon[PowerPC64LE] Work around qemu TCG bug in mtmsrd emulation.
2020-09-23 bdragon[PowerPC64LE] Fix endianness issues in phyp and opal...
2020-09-23 bdragon[PowerPC64LE] Tell the hypervisor to switch interrupts...
2020-09-22 bdragon[PowerPC64LE] Fix endian dependence of ofw_real.c.
2020-09-22 bdragon[PowerPC64LE] LE bringup work: locore / machdep / platform
2020-09-22 bdragon[PowerPC64LE] Set up powerpc.powerpc64le architecture
2020-09-22 kibamd64 pmap: More unification for psind = 1 vs 2 in...
2020-09-22 kibAdd O_RESOLVE_BENEATH and AT_RESOLVE_BENEATH to mimic...
2020-09-22 kibChange O_BENEATH to handle relative paths same as absolute.
2020-09-22 kibOnly clear latch for BENEATH when we walk out of the...
2020-09-22 kibAdd open2nameif()
2020-09-22 kibAdd at2cnpflags()
2020-09-22 kibAdd NIRES_STRICTREL.
2020-09-22 kiblookup: Track last lookup component if it is directory.
2020-09-22 kibImprove comment above nameicap_check_dotdot().
2020-09-22 markjudf: Validate the full file entry length
2020-09-22 mhorneRISC-V: build SiFive drivers and DTB in GENERIC
2020-09-22 npcxgbe(4): let the PF driver use VM work requests for...
2020-09-22 npcxgbe(4): add counters for mbuf pullups and defrags.
2020-09-21 scottpharm64/pmap: Sparsify pv_table
2020-09-21 scottphvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 scottphSparsify the vm_page_dump bitmap
2020-09-21 scottphMove vm_page_dump bitset array definition to MI code
2020-09-21 markjWeaken assertions in pmap_l1_to_l2() and pmap_l2_to_l3().
2020-09-21 scottphbitset: expand bit index type to `long`
2020-09-21 scottphvchi: rename bitset macros to avoid collision with...
2020-09-21 melifaroRework part of routing code to reduce difference to...
2020-09-21 hselaskyAdd support for Winbond USB CDC modem device found...
2020-09-21 mhorneHide tunable definitions behind _KERNEL
2020-09-21 kibamd64 pmap: only calculate page table page when needed.
2020-09-21 mhorneUse getenv_is_true() in init_static_kenv()
2020-09-21 dabAdd an ioctl to get an NVMe device's maximum transfer...
2020-09-21 mhorneAdd getenv(9) boolean parsing functions
2020-09-21 avgaw_usbphy: add support for device mode operation
2020-09-21 tsoomeloader: zfs should support bootonce an nextboot
2020-09-20 jrtc27atomic_common.h: Fix the volatile qualifier placement...
2020-09-20 kibamd64 pmap: handle cases where pml4 page table page...
2020-09-20 melifaroRemove unused nhop_ref_any() function.
2020-09-20 mmelAdjust DMA alignment for USB stack.
2020-09-20 manuarm: allwinner: aw_nmi: Fix wrong logic when we disable...
2020-09-20 mmelAdd missing assignment forgotten in r365899
2020-09-20 melifaroFix gw updates / flag updates during route changes.
2020-09-19 hselaskyFix for use of the XHCI driver on Cortex-A72 by adding...
2020-09-19 markjFix some nits in 1G page support in the amd64 pmap.
2020-09-19 mmelImplement workaround for broken access to configuration...
2020-09-19 mmelAdd NetBSD compatible bus_space_peek_N() and bus_space_...
2020-09-18 rmacklemFix a LOR between the NFS server and server side krpc.
2020-09-18 mmacyMFV 2.0-rc2
2020-09-18 vangyzenamd64 pmap_pkru_same: prev_ppr was always NULL
2020-09-18 emasteys/contrib/dev/ath: remove unintentional double semicolon
2020-09-18 vangyzenvm_ooffset_t is now unsigned
2020-09-18 mhorneInitialize some local variables earlier
2020-09-18 markjAssert we are not traversing through superpages in...
2020-09-18 markjEnsure that a protection key is selected in pmap_enter_...
2020-09-18 npcxgbe(4): add the firmware binaries instead of the...
2020-09-18 npcxgbe(4): add support for stateless offloads for VXLAN...
2020-09-18 npif_vxlan(4): add support for hardware assisted checksum...
2020-09-18 npAdd a knob to allow zero UDP checksums for UDP/IPv6...
2020-09-18 npAdd two new ifnet capabilities for hw checksumming...
2020-09-18 npmbuf checksum flags and fields to support tunneling...
2020-09-17 kibState kgssapi dependency on xdr.
2020-09-17 npcxgbe(4): Update T4/5/6 firmwares to 1.25.0.0.
2020-09-17 impMove to a more robust and conservative alloation scheme...
2020-09-17 markjIncrease the default vm.max_user_wired value.
2020-09-17 mhorneAdd dtb/sifive module
2020-09-17 traszReduce code duplication by introducing linux_copyout_so...
2020-09-17 traszAdd support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes...
2020-09-17 traszGet rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-17 eugengeom_part: make it possible recovering broken GPT after...
2020-09-17 kibPut calls to check_pgrp_jobc() in fixjobc_kill() under...
2020-09-16 kibAdd check_pgrp_jobc() calls into process exit path.
2020-09-16 kibFix fixjobc+orhpanage.
2020-09-16 kibAssert that P_TREE_GRPEXITED is set only once.
2020-09-16 kibproc_realparent: if p_oppid does not match pid of the...
2020-09-16 kibImprove ddb 'show pgrpdump' command.
2020-09-16 kibtmpfs: restore atime updates for reads from page cache.
2020-09-16 kibStyle.
2020-09-16 mhorneif_media: definitions for 40GE LM4 ethernet media type
2020-09-16 markjMove PLTs to the beginning of amd64 kernel modules.
2020-09-16 impUse standard bool type, instead of non-standard boolean_t
2020-09-16 rmacklemFix a LOR between the NFS server and server side krpc.
2020-09-15 markjFix locking in uipc_accept().
2020-09-15 kibAdd tmpfs page cache read support.
2020-09-15 kibMicrooptimize tmpfs node ref/unref by using atomics.
2020-09-15 kibConvert page cache read to VOP.
2020-09-15 kibvfs_subr.c: export io_hold_cnt and vn_read_from_obj().
2020-09-15 kibDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-15 erje1000: Properly retain promisc flag
2020-09-15 emastebhyve: do not permit write access to VMCB / VMCS
2020-09-15 erjigb(4): Fix define and includes with RSS option enabled
2020-09-15 bdragon[PowerPC64LE] Use correct in_masks table on LE to fix...
2020-09-15 bdragon[PowerPC64LE] Set up the powernv partition table correctly.
2020-09-15 kibbhyve: intercept AMD SVM instructions.
2020-09-15 markjFix locking in uipc_accept().
2020-09-15 markjSimplify unix socket connection peer locking.
2020-09-15 markjAvoid an unnecessary malloc() when connecting dgram...
next