]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
vfs: stop always overwriting ->mnt_stat in VFS_STATFS
[FreeBSD/FreeBSD.git] / sys / amd64 /
2019-08-16 Jeff RobersonMove phys_avail definition into MI code. It is consume...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Ed Mastesys/{x86,amd64}: remove one of doubled ;s
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-12 Warner LoshStart to split out the really x86 specific NOTES from...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-07 Mark JohnstonUse designated initializers for vmm_ops.
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Konstantin Belousovamd64: prevents speculations over swapgs reload of...
2019-08-03 Konstantin Belousovamd64: Streamline exceptions and interrupts handlers.
2019-08-03 Konstantin Belousovbhyve: Ignore MSI/MSI-X interrupts sent to non-active...
2019-08-03 John BaldwinDon't reset memory attributes when mapping physical...
2019-08-01 Ed Mastevmx: use C99 bool, not boolean_t
2019-07-31 Konstantin BelousovMake randomized stack gap between strings and pointers...
2019-07-31 Alan CoxIn pmap_advise(), when we encounter a superpage mapping...
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Ed Mastelinuxulator: rename linux_locore.s to .asm
2019-07-30 Xin LIRemove gzip'ed a.out support.
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-28 Alan SomersMFHead @r350386
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Alan CoxSimplify the handling of superpages in pmap_clear_modif...
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-20 John BaldwinImprove the precision of bhyve's vPIT.
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-18 Cy SchubertMFV r350080:
2019-07-15 John BaldwinDon't pass error from syscallenter() to syscallret().
2019-07-12 Konstantin BelousovFix syntax.
2019-07-12 Konstantin BelousovProvide protection against starvation of the ll/sc...
2019-07-12 Scott LongTie the name limit of a VM to SPECNAMELEN from devfs...
2019-07-09 Jung-uk KimMFV: r349861
2019-07-08 Mark JohnstonMerge the vm_page hold and wire mechanisms.
2019-07-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-07-04 Edward Tomasz Napi... Add support for PTRACE_O_TRACEEXIT to linuxulator ptrac...
2019-07-04 Edward Tomasz Napi... Implement PTRACE_GETSIGINFO. This makes Linux strace...
2019-07-04 Dag-Erling SmørgravUpgrade Unbound to 1.9.2.
2019-07-02 Alexander MotinAdd driver for NTB in AMD SoC.
2019-07-01 Alan CoxTidy up pmap_copy(). Notably, deindent the innermost...
2019-07-01 Andriy Gaponadd superio driver
2019-06-30 Navdeep ParharDisplay the approximate space needed when a minidump...
2019-06-29 Xin LIMFV r349535: less v551.
2019-06-28 Martin MatuskaMFV r349454:
2019-06-28 Alan CoxWhen we protect PTEs (as opposed to PDEs), we only...
2019-06-28 Xin LIUpgrade to Bzip2 version 1.0.7.
2019-06-27 Alan SomersMFHead @349476
2019-06-26 Rodney W. GrimesEmulate the "TEST r/m{16,32,64}, imm{16,32,32}" instruc...
2019-06-26 Mark JohnstonAdd a return value to vm_page_remove().
2019-06-26 Konstantin Belousovamd64 pmap: Fix pkru handling in pmap_remove().
2019-06-23 Konstantin Belousovamd64 pmap: block on turnstile for lock-less DI.
2019-06-21 Conrad Meyersys: Remove DEV_RANDOM device option
2019-06-20 Alan SomersMFHead @349234
2019-06-19 Scott LongImplement VT-d capability detection on chipsets that...
2019-06-17 Martin MatuskaMFV r349134:
2019-06-12 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2019-06-12 Martin MatuskaMFV r348971,r348977:
2019-06-09 Alan CoxImplement an alternative solution to the amd64 and...
2019-06-08 Konstantin BelousovCorrect definition for PGEX_SGX.
2019-06-08 Konstantin BelousovMake trap_msg array constant as well.
2019-06-08 Konstantin BelousovRemove lazy FPU switch support from amd64.
2019-06-08 Konstantin Belousovamd64 trap.c: Modernize syntax around trap_msg[].
2019-06-07 Mark JohnstonReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 Alan SomersMFHead @348740
2019-06-06 Mark JohnstonFix a race between fasttrap and the user breakpoint...
2019-06-05 John BaldwinSupport MSI-X for passthrough devices with a separate...
2019-06-04 Alan CoxThe changes to pmap_demote_pde_locked()'s control flow...
2019-06-03 Alexander MotinMFV r348585: 9683 Allow bypassing devid in vdev_disk_open()
2019-06-03 Alexander MotinMFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES...
2019-06-03 Alexander MotinMFV r348580: 9559 zfs diff handles files on delete...
2019-06-03 Alexander MotinMFV r348578: 9962 zil_commit should omit cache thrash
2019-06-03 Alexander MotinMFV r348576: 9963 Seperate tunable for disabling ZIL...
2019-06-03 Alexander MotinMFV r348573: 9993 zil writes can get delayed in zio...
2019-06-03 Alexander MotinMFV r348568: 9466 add JSON output support to channel...
2019-06-03 Alexander MotinMFV r348555: 9690 metaslab of vdev with no space maps...
2019-06-03 Alexander MotinMFC r348554: 9688 aggsum_fini leaks memory
2019-06-03 Alexander MotinMFV r348553: 9681 ztest failure in spa_history_log_inte...
2019-06-03 Alexander MotinMFV r348552: 9682 page fault in dsl_async_clone_destroy...
2019-06-03 Alexander MotinMFV r348551: 9862 fix typo in comment in vdev_impl.h
2019-06-03 Alexander MotinMFV r348550: 1700 Add SCSI UNMAP support
2019-06-03 Alexander MotinMFV r348548: 9617 too-frequent TXG sync causes excessiv...
2019-06-03 Alexander MotinMFV r348537: 8601 memory leak in get_special_prop()
2019-06-03 Alexander MotinMFV r348535: 9677 panic from zio_write_gang_block(...
2019-06-03 Alexander MotinMFV r348534: 9616 Bogus error when attempting to set...
2019-06-03 Konstantin Belousovamd64 ef_rt_arch_call: Preserve %rflags around call...
2019-06-02 Warner LoshMerge from upstream at 4189ef5d from https://github...
2019-05-31 Konstantin BelousovSimplify flow of pmap_demote_pde_locked() and add more...
2019-05-30 Brooks Davismakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 Marcin WojtasAdjust ENA driver to the new ena-com
2019-05-28 Jung-uk KimMerge OpenSSL 1.1.1c.
2019-05-27 Konstantin BelousovCorrect some inconsistencies in the earliest created...
2019-05-24 Konstantin BelousovFix too loose assert in pmap_large_unmap().
2019-05-24 Konstantin BelousovAdd PG_PS_PDP_FRAME symbol.
2019-05-24 Konstantin BelousovFix a corner case in demotion of kernel mappings.
2019-05-23 John BaldwinAdd a constant for the LS config MSR on AMD CPUs.
2019-05-21 Konstantin BelousovDo not call hw_mds_recalculate() from initializecpu().
next