]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Add more values for PCI capabilities, PCIe extended capabilities, and subclasses.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2020-02-18 baptUpdate ncurses to 20200118
2020-02-18 chsamd64: keep PTE bitmasks in sync with target pmap durin...
2020-02-15 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
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-13 kibvmm: Add Hygon Dhyana support.
2020-02-12 mjgamd64: provide custom zpcpu set/add/sub routines
2020-02-12 mjgamd64: store per-cpu allocations subtracted by __pcpu
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-07 mjgamd64: clean up counter(9)
2020-02-05 markjDefine MAXCPU consistently between the kernel and KLDs.
2020-02-05 emasteregen linuxulator sysent after r357577
2020-02-05 emastelinuxulator: implement sendfile
2020-02-05 markjFix map locking in the CLEAR_PKRU sysarch(2) handler.
2020-02-04 traszRegen after r357503.
2020-02-04 traszAdd missing linux(4) syscall entries. This fixes missi...
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 markjRegen.
2020-01-21 markjFix 64-bit syscall argument fetching in 32-bit Linux...
2020-01-21 kibAdd support for Hygon Dhyana Family 18h processor.
2020-01-18 kevanssysent targets: further cleanup and deduplication
2020-01-10 kevansSet .ORDER for makesyscalls generated files
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...
2020-01-02 kibbhyve: terminate waiting loops if thread suspension...
2019-12-31 traszAdd basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 traszRegen after r356229.
2019-12-31 traszFix definitions for Linux getcpu(2).
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 kaktuslinux(4): implement copy_file_range(2)
2019-12-29 traszImplement Linux syslog(2) syscall; just enough to make...
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-16 traszAdd compat.linux.emul_path, so it can be set to somethi...
2019-12-14 traszAdd sync_file_range(2) implementation to linux(4);...
2019-12-14 traszRegen after r355752.
2019-12-14 traszFix definitions for linuxulator's sync_file_range(2).
2019-12-13 jhbSupport software breakpoints in the debug server on...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-09 jhbUse 4 byte stack alignment instead of 8 byte.
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-07 kibamd64: properly set the start of the io permission...
2019-12-06 brookssysent: Reduce duplication and improve readability.
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-04 impRegularize my copyright notice
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-12-02 jeffFix a few places that free a page from an object withou...
2019-12-01 anishbhyve amd: amdvi_dump_cmds() log the command for which...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 scottlRemove the trm(4) driver
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 kibamd64: assert that EARLY_COUNTER does not corrupt memory.
2019-11-21 andrewAdd kcsan_md_unsupported from NetBSD.
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 kevansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 jhbCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 markjSet MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configur...
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 jhbUse a sv_copyout_auxargs hook in the Linux ELF ABIs.
2019-11-15 jhbAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-14 jpaetzelAdd the pvscsi driver to the tree.
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-30 traszThere's nothing architecture specific in "options STATS...
2019-10-28 kibFix reset of the kernel stack pointer in TSS for !PTI...
next