]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
fdt: Add support for simple-mfd bus
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-08 mjgamd64: stop re-reading curpc on subyte/suword
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-03 markjPlug memory disclosures via ptrace(2).
2018-12-01 mjgamd64: align target memmove buffer to 16 bytes before...
2018-11-30 mjgamd64: handle small memmove buffers with overlapping...
2018-11-30 mjgamd64: remove stale attribution for memmove work
2018-11-30 mjgamd64: tidy up copying backwards in memmove
2018-11-27 kibFix assert condition in pmap_large_unmap().
2018-11-26 vangyzenRemove superfluous bzero in getcontext/swapcontext...
2018-11-24 dimMerge ^/head r340427 through r340868.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-16 mjgamd64: handle small memset buffers with overlapping...
2018-11-14 dimMerge ^/head r340368 through r340426.
2018-11-12 kibApply fix to un-cripple max cpu id on BSP earlier.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-08 mjgamd64: align memset buffers to 16 bytes before using...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-01 jhbDon't enter DDB for fatal traps before panic by default.
2018-10-31 kibAdd pci_early function to detect Intel stolen memory.
2018-10-29 kibamd64: Use ifuncs to select suitable implementation...
2018-10-29 kibStyle.
2018-10-25 mmMFV r339640,339641,339644:
2018-10-23 dimMerge ^/head r339015 through r339669.
2018-10-22 mjgamd64: finish the tail in memset with an overlapping...
2018-10-21 mjgamd64: tidy up memset to have rax set earlier for small...
2018-10-20 kibamd64: flush L1 data cache on syscall return with an...
2018-10-20 markjAdd an assertion to pmap_enter().
2018-10-20 baptUpdate libdialog to 1.3-20180621
2018-10-18 kibDo not flush cache for PCIe config window.
2018-10-16 kibProvide pmap_large_map() KPI on amd64.
2018-10-13 mjgamd64: partially depessimize cpu_fetch_syscall_args...
2018-10-12 mjgamd64: employ MEMMOVE in copyin/copyout
2018-10-12 kibCall initializecpucache() before ifuncs are resolved.
2018-10-11 mjgamd64: make memmove and memcpy less slow with mov
2018-10-10 desUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 jkimUpdate ACPICA to 20181003.
2018-10-09 jhbUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 emasteCopy libevent sources to contrib
2018-10-08 gjbFix a mismerge from head to projects/openssl111.
2018-10-08 gjbMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 emasteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 mjgamd64: make memset less slow with mov
2018-10-05 gjbMFH r338661 through r339200.
2018-10-04 mjgamd64: hide non-erms jump label under non-erms copyin...
2018-10-01 markjApply r339046 to i386.
2018-10-01 markjCount bootstrap data as resident in the kernel pmap.
2018-09-29 dimMerge ^/head r338988 through r339014.
2018-09-29 dimAdd compiler-rt's libFuzzer, not connected to buildworl...
2018-09-28 kibRevert part of the r338891 which reordered local invali...
2018-09-27 mjgamd64: fix return value of copyinstr after r338970
2018-09-27 dimMerge ^/head r338731 through r338987.
2018-09-27 jhbDon't clear DR6 for debug exceptions from userland.
2018-09-27 mjgamd64: macroify and mostly depessimize copyinstr
2018-09-27 mjgamd64: mostly depessimize copystr
2018-09-27 mjgamd64: clean up copyin/copyout
2018-09-27 mjgamd64: implement memcmp in assembly
2018-09-25 kibFix some uses of dmaplimit.
2018-09-25 kibFix an issue in r338862.
2018-09-24 emasteCopy libevent sources to contrib
2018-09-22 kibFurther reorganize pmap_invalidate TLB code.
2018-09-21 markjUse the GNU as-compatible .endm instead of .endmacro.
2018-09-21 kibConvert x86 TLB top-level invalidation functions to...
2018-09-21 mjgamd64: even up copyin/copyout with memcpy + other cleanup
2018-09-21 mjgamd64: check for small size in memmove, memcpy and...
2018-09-20 mjgamd64: macroify copyin/copyout and provide erms variant...
2018-09-20 mjgamd64: macroify copyin/copyout and provide erms variants
2018-09-20 mjgamd64: move fusufault after all users
2018-09-20 baptImport mandoc 1.14.4
2018-09-19 kibConvert x86 cache invalidation functions to ifuncs.
2018-09-19 kibamd64 pmap: remove tautological assert.
2018-09-17 dimMerge ^/head r338690 through r338730.
2018-09-17 kibUse ifunc to resolve context switching mode on amd64.
2018-09-17 mjgamd64: tidy up kernel memmove, take 2
2018-09-17 kibCalculate PTI, PCID and INVPCID modes earlier, before...
2018-09-17 kibMake the PTI violation check to follow style of the...
2018-09-16 mjgRevert amd64: tidy up kernel memmove
2018-09-16 mjgamd64: tidy up kernel memmove
2018-09-16 kibRemove unneeded new line from the panic string.
2018-09-14 dimMerge ^/head r338595 through r338689, and resolve confl...
2018-09-14 mjgamd64: implement pagezero_erms
2018-09-13 jkimUpdate OpenSSL to 1.1.1.
2018-09-13 mjgamd64: implement ERMS-based memmove, memcpy and memset
2018-09-11 dimMerge ^/head r338392 through r338594.
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-06 mjgamd64: depessimize copyinstr_smap
2018-09-04 kibamd64: Properly re-merge r334537 into SMAP-ified copyin...
2018-09-04 kibamd64: For non-PTI mode, do not initialize PCPU kcr3...
2018-09-02 kibCatch exceptions during EFI RT calls on amd64.
2018-09-02 kibSwap order of dererencing PCPU curpmap and checking...
2018-08-29 dimMerge ^/head r338298 through r338391.
2018-08-29 kibRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-28 kibSeveral bug fixes and robustness improvements for the...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-25 kibUnify amd64 and i386 vmspace0 pmap activation.
2018-08-24 dimMerge ^/head r338026 through r338297, and resolve confl...
2018-08-23 manudts: Import DTS for arm64
next