]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
Fix IBRS for machines with IBRS_ALL capability.
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2020-02-25 kibFix IBRS for machines with IBRS_ALL capability.
2020-02-18 baptUpdate ncurses to 20200118
2020-02-18 chsamd64: keep PTE bitmasks in sync with target pmap durin...
2020-02-14 mjgamd64: remove no longer needed atomic_load_ptr casts
2020-02-14 mjgMake atomic_load_ptr type-aware
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 mjgamd64: only check for error != 0 in the inlined part...
2020-02-12 mmMFV r357783:
2020-02-11 mjgamd64: remove redundant sa->code assignment from cpu_fe...
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-05 markjFix map locking in the CLEAR_PKRU sysarch(2) handler.
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-30 mjgamd64: speed up failing case for memcmp
2020-01-28 mjgamd64: revamp memcmp
2020-01-21 kibAdd support for Hygon Dhyana Family 18h processor.
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
2020-01-05 mjglocks: add default delay struct
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-24 bdragonUnbreak build. It seems that mips and amd64 still pull...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 alcMicro-optimize the control flow in _pmap_unwire_ptp...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 alcCorrect a mistakenly inverted condition in r355833.
2019-12-18 alcWhen pmap_enter_{l2,pde}() are called to create a kerne...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-07 kibamd64: properly set the start of the io permission...
2019-12-06 scottlMove the mds, irbs, and ssb mitigation knobs into machd...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 jhbUse uintptr_t instead of register_t * for the stack...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 andrewFix for style(9): use parentheses around return statements.
2019-11-21 andrewPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 kibamd64: in double fault handler, do not rely on sane...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-17 kibamd64 copyout: remove irrelevant comment.
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-16 scottlTSX Asynchronous Abort mitigation for Intel CVE-2019...
2019-11-15 jhbAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-13 kibamd64: only set PCB_FULL_IRET pcb flag when #gp or...
2019-11-12 kibWorkaround for Intel SKL002/SKL012S errata.
2019-11-12 kibamd64: move GDT into PCPU area.
2019-11-12 kibamd64: assert that size of the software prototype table...
2019-11-12 avgteach db_nextframe/x86 about [X]xen_intr_upcall interru...
2019-11-11 kibamd64: Issue MFENCE on context switch on AMD CPUs when...
2019-11-11 avgdb_nextframe/amd64: remove TRAP_INTERRUPT frame type
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 kibamd64: change r_gdt to the local variable in hammer_time().
2019-11-10 kibamd64: Change SFENCE to locked op for synchronizing...
2019-11-10 kibamd64: move common_tss into pcpu.
2019-11-08 vangyzenvmm: pass M_WAITOK to uma_zalloc when allocating FPU...
2019-11-07 philImport libxo-1.3.0:
2019-11-03 kibamd64: Store %cr3 into pcpu saved_ucr3 on double fault.
2019-11-03 kibamd64 ddb: Add printing of kernel/user and saved user...
2019-10-28 kibFix reset of the kernel stack pointer in TSS for !PTI...
2019-10-25 kibamd64: move pcb out of kstack to struct thread.
2019-10-23 mjgamd64 pmap: per-domain pv chunk list
2019-10-22 mjgamd64 pmap: conditionalize per-superpage locks on NUMA
2019-10-22 mjgamd64 pmap: fixup invlgen lookup for fictitious mappings
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 markjTighten mapping protections on preloaded files on amd64.
2019-10-16 markjIntroduce pmap_change_prot() for amd64.
2019-10-16 markjRemove page locking from pmap_mincore().
2019-10-16 cemddb: Add support for disassembling 'crc32' on amd64
2019-10-15 jeff(6/6) Convert pmap to expect busy in write related...
2019-10-15 jeff(3/6) Add a shared object busy synchronization mechanis...
2019-10-11 mjgamd64 pmap: handle fictitious mappigns with addresses...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 markjSimplify pmap_page_array_startup() a bit.
2019-10-08 mjgamd64 pmap: allocate pv table entries for gaps in PA
2019-10-06 mjgamd64 pmap: implement per-superpage locks
2019-09-29 mjgamd64 pmap: batch chunk removal in pmap_remove_pages
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 kibImprove MD page fault handlers.
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 cemamd64 pmap: Clarify largemap bootverbose message units
2019-09-26 cemamd64: Expose vm.pmap.large_map_pml4_entries as a sysct...
2019-09-25 markjComplete the removal of the "wire_count" field from...
2019-09-23 markjSet NX on some non-leaf direct map page table entries.
2019-09-23 markjUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 markjSet NX in mappings created by pmap_kenter() and pmap_ke...
2019-09-22 kibamd64: minor tweaks to pat decoding in sysctl vm.pmap...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-21 kibamd64 pmap: Fix formats for 64bit addresses in ddb...
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 markjFix a couple of nits in r352110.
2019-09-16 markjRevert r352406, which contained changes I didn't intend...
2019-09-16 markjFix a couple of nits in r352110.
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
next