]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
MFV r365636: libarchive: import fix for WARNS=6 builds in testing bits
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Konstantin BelousovAdd pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 Konstantin BelousovFix assert.
2020-09-09 Konstantin Belousovamd64 pmap: teach functions walking user page tables...
2020-09-09 Konstantin Belousovamd64: report support for 1G superpages in getpagesizes(2).
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-02 Mark JohnstonAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 Konstantin BelousovFix a page table pages leak after LA57.
2020-09-01 Mateusz Guzikamd64: clean up empty lines in .c and .h files
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 Glen BarberMFH
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Konstantin BelousovRestore workaround for sysret fault on non-canonical...
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Peter Grehancpu_auxmsr: assert caller is preventing CPU migration.
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging on wakeup.
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging for efirt calls.
2020-08-23 Konstantin BelousovAdd amd64 procctl(2) ops to manage forced LA48/LA57...
2020-08-23 Konstantin Belousovamd64 pmap: LA57 AKA 5-level paging
2020-08-21 Eric van Gyzenamd64 pmap: potential integer overflowing expression
2020-08-18 Peter GrehanExport a routine to provide the TSC_AUX MSR value and...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
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 Glen BarberMFH
2020-07-30 Conrad MeyerImport PCG-C into sys/contrib
2020-07-25 Alexander MotinAllow swi_sched() to be called from NMI context.
2020-07-22 Alexander MotinUntie nmi_handle_intr() from DEV_ISA.
2020-07-21 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-21 Alexander MotinAvoid code duplicaiton by using ipi_selected().
2020-07-19 Konstantin BelousovSimplify non-pti syscall entry on amd64.
2020-07-18 Konstantin Belousovamd64 pmap: microoptimize local shootdowns for PCID...
2020-07-18 Jung-uk KimMFV: r363292
2020-07-16 Conrad MeyerRevert r240317 to prevent leaking pmap entries
2020-07-16 Glen BarberMFH
2020-07-15 Gregory Neil ShapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 Konstantin BelousovGrammar and typo fixes.
2020-07-14 Konstantin Belousovamd64: allow parallel shootdown IPIs
2020-07-14 Jung-uk KimMFV: r362513
2020-07-12 Simon J. GerratyUpdate to bmake-20200710
2020-07-11 Stefan EßerUpdate to version 3.1.3
2020-07-09 Scott LongRevert r362998, r326999 while a better compatibility...
2020-07-08 Simon J. GerratyUpdate to bmake-20200704
2020-07-07 Scott LongMigrate the feature of excluding RAM pages to use ...
2020-07-07 Cy SchubertMFV r362990:
2020-07-07 Stefan EßerUpdate to version 3.1.1
2020-07-05 Andrew TurnerRerun kernel ifunc resolvers after all CPUs have started
2020-07-03 Conrad MeyerAdd domain policy allocation for amd64 fpu_kern_ctx
2020-06-28 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-27 Konstantin Belousovamd64 pmap: explain ptepindex.
2020-06-25 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-24 Cy SchubertMFV r362565:
2020-06-21 Brandon Bergren[PowerPC] More relocation fixes
2020-06-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 Jung-uk KimMFV: r362286
2020-06-17 Andrew TurnerUpdate opencsd to 0.14.2
2020-06-17 Xin LIMFV r362254: file 5.39.
2020-06-16 Andrew TurnerRe-add opencsd as a vendor import from the dist directory
2020-06-13 Cy SchubertMFV r362143:
2020-06-12 Konstantin BelousovControl for Special Register Buffer Data Sampling mitig...
2020-06-12 Eric van GyzenFPU init: allocate initial state from UMA to ensure...
2020-06-12 Eric van GyzenFPU: make xsave_area_desc static
2020-06-12 Eric van GyzenFPU init: Do potentially blocking operations before...
2020-06-12 Cy SchubertMFV r362082:
2020-06-10 Konstantin Belousovamd64 pmap: reorder IPI send and local TLB flush in...
2020-06-09 Simon J. GerratyMerge bmake-20200606
2020-06-09 Cy SchubertMFV r361938:
2020-06-09 Cy SchubertMFV r361937:
2020-06-09 Cy SchubertMFV r361936:
2020-06-05 Emmanuel Vadotdts: Update our copy to be in sync with Linux 5.7
2020-06-04 Mitchell HorneUpdate edk2 headers to stable202005
2020-06-01 Dimitry AndricUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 Dimitry AndricUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 Dimitry AndricUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-28 Jung-uk KimMFV: r361597
2020-05-28 Mark JohnstonFix boot on systems where NUMA domain 0 is unpopulated.
2020-05-26 Marcin WojtasAdjust ENA driver to the new HAL
2020-05-26 Roger Pau Monnéxen-locore: fix size in GDT descriptor
2020-05-25 Conrad Meyercopystr(9): Move to deprecate (attempt #2)
2020-05-23 Conrad MeyerUpdate to Zstandard 1.4.5
2020-05-23 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-05-22 Mark JohnstonFix the build after r361033 when ACPI is disabled.
2020-05-21 Cy SchubertMFV r361322:
2020-05-20 Simon J. GerratyMerge bmake-20200517
2020-05-20 Konstantin Belousovamd64: Add a knob to flush RSB on context switches...
2020-05-20 Martin MatuskaMFV r361280:
2020-05-14 Jakub Wojciech KlamaImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-14 Mark JohnstonCall acpi_pxm_set_proximity_info() slightly earlier...
2020-05-14 Mark JohnstonAssert that page table traversal functions don't operat...
2020-05-12 Andriy Gaponamd64/pmap: unbreak !NUMA case for fictitious pages
next