]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Split the dtb MODULES_EXTRA line to a series of += lines, making it easier
[FreeBSD/FreeBSD.git] / sys / amd64 /
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 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().
2019-05-21 Edward Tomasz Napi... Make linux_ptrace() use linux_msg() instead of printf().
2019-05-20 Martin MatuskaMFV r347989:
2019-05-20 Conrad MeyerExtract eventfilter declarations to sys/_eventfilter.h
2019-05-19 Edward Tomasz Napi... Implement PTRACE_O_TRACESYSGOOD. This makes Linux...
2019-05-18 John BaldwinExpose the MD_CLEAR capability used by Intel MDS mitiga...
2019-05-18 Konstantin BelousovMake lock-less delayed invalidation operational very...
2019-05-17 Brooks DavisFCP-101: Remove wb(4)
2019-05-17 Brooks DavisFCP-101: Remove vx(4).
2019-05-17 Brooks DavisFCP-101: Remove txp(4).
2019-05-17 Brooks DavisFCP-101: Remove tx(4).
2019-05-17 Brooks DavisFCP-101: Remove tl(4).
2019-05-17 Brooks DavisFCP-101: Remove sf(4).
2019-05-17 Brooks DavisFCP-101: Remove pcn(4).
2019-05-17 Brooks DavisFCP-101: Remove ed(4).
2019-05-17 Brooks DavisFCP-101: Remove de(4).
2019-05-16 Konstantin BelousovRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 Konstantin Belousovamd64 pmap: sysctl vm.pmap.pcid_save_cnt should be...
2019-05-16 Konstantin Belousovamd64 pmap: Add tunable vm.pmap.di_locked to set DI...
2019-05-16 Konstantin Belousovamd64 pmap: Rename DI functions.
2019-05-16 Konstantin Belousovamd64 pmap: rework delayed invalidation, removing globa...
2019-05-15 Ryan Libbyx86: spell vpxor %zmm0 as vpxord
2019-05-14 Edward Tomasz Napi... Fix handling of r10 in Linux ptrace(2). This fixes...
2019-05-14 Konstantin BelousovMitigations for Microarchitectural Data Sampling.
2019-05-14 Mark JohnstonFix formatting.
2019-05-13 Dmitry ChaginLinuxulator depends on a fundamental kernel settings...
2019-05-13 Mark JohnstonProvide separate accounting for user-wired pages.
2019-05-12 Mateusz Guzikamd64: tidy up pagezero*/pagecopy (movq -> movl)
2019-05-12 Mateusz Guzikamd64: fixup MEMMOVE comment (10 -> r10)
2019-05-12 Mateusz Guzikx86: store pending bitmapped IPIs in per-cpu areas
2019-05-12 Mateusz Guzikamd64: stop re-reading curpc in suword
2019-05-09 Jung-uk KimMFV: r347413
2019-05-09 Andrew GallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 Emmanuel Vadotdts: Import files from Linux 5.1
2019-05-08 Kyle Evanstun/tap: merge and rename to `tuntap`
2019-05-08 Conrad Meyervmm(4): Pass through RDSEED feature bit to guests
2019-05-07 Edward Tomasz Napi... Support PTRACE_GETREGSET w/ NT_PRSTATUS in Linux ptrace(2).
2019-05-07 Ed Mastemake sysent after r347228
2019-05-06 Phil ShaferImport libxo-1.0.4:
2019-05-05 Cy SchubertMFV r347136:
2019-05-04 Conrad Meyerx86: Implement MWAIT support for stopping a CPU
2019-05-04 Conrad Meyerx86: Define pc_monitorbuf as a logical structure
2019-05-03 John BaldwinEmulate the "ADD reg, r/m" instruction (opcode 03H).
2019-05-03 Dmitry ChaginIn order to reduce duplication between MD parts of...
2019-05-02 Conrad MeyerAdd a COMPAT_FREEBSD12 kernel option.
2019-04-25 Rodney W. GrimesAdd accessor function for vm->maxcpus
2019-04-23 Dmitry ChaginSince r339624 HEAD does not need for backslashes in...
2019-04-23 Cy SchubertMFV r346563:
2019-04-20 Cy SchubertMFV r346450:
2019-04-19 Conrad MeyerUpdate to Zstandard 1.4.0
2019-04-16 Konstantin BelousovFix initial x87 state after r345562.
2019-04-13 Warner LoshMove mpr/mps drivers from per-arch NOTES files into...
2019-04-12 Baptiste DaroussinUpdate mandoc to 1.14.5
2019-04-10 Emmanuel VadotImport DTS files from Linux 5.0
2019-04-09 Konstantin Belousovpci_cfgreg.c: Use io port config access for early boot...
2019-04-06 Cy SchubertMFV r345988:
2019-04-06 Jung-uk KimMFV: r345969
2019-04-05 Konstantin BelousovImplement resets for PCI buses and PCIe bridges.
2019-04-05 Warner LoshAdd mpr, mps, mpt to NOTES file
2019-04-03 Phil ShaferImport libxo-1.0.2
2019-04-01 Enji CooperIntegrate capsicum-test into the FreeBSD test suite
next