]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Tentatively update UPDATING and ObsoleteFiles.inc for 11.0.0.
[FreeBSD/FreeBSD.git] / sys /
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge ^/head r363583 through r363738.
2020-07-31 Mark Johnstonng_iface(4): Remove unsupported protocols.
2020-07-31 Mark Johnstonng_iface(4): Set the current VNET before calling netisr...
2020-07-31 Alex RichardsonInclude virtio support in std.MALTA
2020-07-31 Randall StewartThe recent changes to move the ref count increment
2020-07-31 Conrad Meyergetblk: Remove a non-sensical LK_NOWAIT | LK_SLEEPFAIL
2020-07-31 Conrad Meyergetblk: Avoid sleeping on wrong buf in lockless path
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-30 Peter GrehanDefinition for the 'removable media flag' from word...
2020-07-30 Mateusz GuzikFix tinderbox build after r363714
2020-07-30 Mateusz Guzikcache: drop the useless numchecks counter
2020-07-30 Mateusz GuzikFurther depessimize priv_check_cred_vfs_generation
2020-07-30 Mateusz Guzikfd: predict in fdrop
2020-07-30 Mark Johnstonip6_output(): Check the return value of in6_getlinkifnet().
2020-07-30 Mateusz Guzikvfs: inline vops if there are no pre/post associated...
2020-07-30 Mateusz Guzikvfs: fold poll_no_poll into vop_nopoll
2020-07-30 Mateusz Guzikvfs: short-circuit the common case NDFREE calls
2020-07-30 Mateusz Guzikvfs: add support for WANTPARENT and LOCKPARENT to lockl...
2020-07-30 Mateusz Guzikvfs: support negative entry promotion in lockless lookup
2020-07-30 Mateusz Guzikvfs: add NOMACCHECK and AUDITVNODE2 to lockless lookup
2020-07-30 Michal MelounMove Ti AM335x to dev/extres/clk framework.
2020-07-30 Wei HuPrevent framebuffer mmio space from being allocated...
2020-07-30 Mateusz Guzikvfs: make sure startdir_used is always assigned to...
2020-07-30 John-Mark Gurneyremove some long abandonded serial drivers (cy, rc...
2020-07-30 Mark JohnstonFix a logic error in uipc_ready_scan().
2020-07-29 John BaldwinProperly handle a closed TLS socket with pending receiv...
2020-07-29 Rick MacklemAdd support for ext_pgs mbufs to nfsrvd_readdir() and...
2020-07-29 Ruslan Bukino Don't include headers from iommu.h, include them...
2020-07-29 Mark JohnstonRemove the volatile qualifier from busy_lock.
2020-07-29 Ruslan BukinFix !ACPI_DMAR build.
2020-07-29 Mateusz Guzikvfs: elide MAC-induced locking on rename if there are...
2020-07-29 Mateusz Guzikvfs: honor error code returned by mac_vnode_check_renam...
2020-07-29 Ruslan BukinFix build.
2020-07-29 Ruslan Bukino Move iommu_set_buswide_ctx, iommu_is_buswide_ctx to
2020-07-29 Andrew TurnerOnly try managing the regulator when EXT_RESOURCES...
2020-07-28 Mark Johnstonvm_page_xbusy_claim(): Use atomics to update busy lock...
2020-07-28 Ruslan Bukino Move the buswide_ctxs bitmap to iommu_unit and rename...
2020-07-28 Andrew TurnerAdd a workaround for a bug when setting the Raspberry...
2020-07-28 Alfredo Dal'Ava... virtio: fix mips regression introduced by r357596
2020-07-28 Andrew TurnerAadd Raspberry Pi firmware messages to manage GPIOs
2020-07-28 Yoshihiro Takahashi- Cleanups related to sparc64 removal.
2020-07-28 Andrew TurnerSwitch the bcm2835 cpufreq driver to use the firmware...
2020-07-28 Andrew TurnerMove the bcm2835 firmware driver earlier in the boot.
2020-07-28 Andrew TurnerRevert r363639 so I can use a more correct commit message
2020-07-28 Andrew TurnerMove the bcm2835 mailbox driver earlier in the boot
2020-07-28 Andrew TurnerHave the bcm2835 firmware driver depend on the mailbox...
2020-07-28 Marcin WojtasFix ENA build when integrated into kernel
2020-07-28 Andrew TurnerEnable use of the regulator in the Broadcom SDHCI contr...
2020-07-28 Andrew TurnerAdd an ACPI attachment for if_smc
2020-07-28 Ryan Moellerlibpmc: Use known pmc_cpuid buffer size
2020-07-28 Kyle Evansmakesyscalls.sh: improve the 'this is going away' message
2020-07-27 Alexander MotinAdd initial driver for ACPI Platform Error Interfaces.
2020-07-27 Mark Johnstoncxgbe(4): Stop checking for failures from malloc(M_WAITOK).
2020-07-27 Alan SomersRestrict definition of CTL_P1003_1B_MAXID to the kernel
2020-07-27 John BaldwinTrim some extraneous parentheses.
2020-07-27 John BaldwinSet si_addr to dar for MMU and alignment faults.
2020-07-27 John BaldwinFix si_addr value for breakpoints in a delay slot.
2020-07-27 John BaldwinFix indentation.
2020-07-27 John BaldwinSet si_trapno to the fault index from fsr.
2020-07-27 John BaldwinSet si_trapno to the exception code from scause.
2020-07-27 John BaldwinDon't include T_USER in si_trapno reported to userland.
2020-07-27 Mark Johnstonmpr(4), mps(4): Stop checking for failures from malloc...
2020-07-27 Mark Johnstonvm_page_free_invalid(): Relax the xbusy assertion.
2020-07-27 Andriy Gaponactually enable gate control for allwinner's r-ccu...
2020-07-27 Kyle Evansmakesyscalls.sh: spit out a deprecation notice to stderr
2020-07-27 Matt Macyiflib: fix LOR with bpf detach
2020-07-26 Rick MacklemFix the NFSv4 client so that it checks for support...
2020-07-26 Rick MacklemFix the NFS server so that it sets va_birthtime.
2020-07-26 Xin LIgctl_get_geom: Skip validation of g_class.
2020-07-26 Xin LIgeom_map and geom_redboot: Remove unused ctlreq handler.
2020-07-26 Emmanuel VadotFix r363565
2020-07-26 Jessica Clarkeriscv: Include syscon_power device driver in GENERIC...
2020-07-26 Jessica ClarkeAdd syscon power and reset control device driver
2020-07-26 Jessica ClarkeAdd Goldfish RTC device driver for RISC-V
2020-07-26 Emmanuel VadotRevert r363564
2020-07-26 Emmanuel Vadotlinuxkpi: Add taint* defines
2020-07-26 Emmanuel Vadotlinuxkpi: Include hardirq.h in preempt.h and lockdep...
2020-07-26 Emmanuel Vadotlinuxkpi: Include linux/sizes.h in dma-mapping.h
2020-07-26 Mateusz GuzikBump __FreeBSD_version after introduction of lockless...
2020-07-26 Ruslan BukinRename DMAR flags:
2020-07-26 Emmanuel Vadotarm64: Only compile imx8 files if soc_freescale_imx8...
2020-07-26 Rick MacklemAdd support for ext_pgs mbufs to nfsrv_adj().
2020-07-26 Xin LIUse snprintf instead of sprintf.
2020-07-26 Xin LIgeom_label: Make glabel labels more trivial by separati...
2020-07-25 Ruslan Bukino Make the _hw_iommu sysctl node non-static;
2020-07-25 Ruslan Bukino Move iommu gas prototypes, DMAR flags to iommu.h;
2020-07-25 Doug MooreFix an overflow bug in the blist allocator that needles...
2020-07-25 John-Mark Gurneyclean up whitespace...
2020-07-25 Mateusz Guzikfd: put back FILEDESC_SUNLOCK to pwd_hold lost during...
2020-07-25 Alexander MotinAllow swi_sched() to be called from NMI context.
2020-07-25 Ruslan BukinMove Intel GAS to dev/iommu/ as now a part of generic...
2020-07-25 Mateusz Guzikvfs: add support for !LOCKLEAF to lockless lookup
2020-07-25 Mateusz Guzikzfs: add support for lockless lookup
2020-07-25 Mateusz Guziktmpfs: add support for lockless lookup
2020-07-25 Mateusz Guzikufs: add support for lockless lookup
2020-07-25 Mateusz Guzikvfs: lockless lookup
2020-07-25 Mateusz Guzikvfs: add the infrastructure for lockless lookup
next