]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Tidy up kern_wait6
[FreeBSD/FreeBSD.git] / sys / i386 /
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-16 emasteRationalize license text on Linuxolator files
2018-02-14 cemx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-13 hselaskyImport the mthca kernel side infiniband driver from...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 impWe don't support gcc < 4.2.1, so varargs.h now is just...
2018-02-09 jkimMFV: r329072
2018-02-08 markjUse vm_page_unwire_noq() instead of directly modifying...
2018-02-06 jeffUse per-domain locks for vm page queue free. Move...
2018-02-06 kibMove signal trampolines out of locore.s into separate...
2018-02-05 emasteAdditional linuxolator whitespace cleanup, missed in...
2018-02-05 emasteLinuxolator whitespace cleanup
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
2018-01-29 impAdd ISA PNP tables to ISA drivers. Fix a few incidental...
2018-01-27 kibUse PCID to optimize PTI.
2018-01-24 mmMFV r328323,328324:
2018-01-24 philipImport tzdata 2018c
2018-01-23 emasteUse BSD-2-Clause-FreeBSD license on linux_support.s
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 roygerxen: fix IDT setup after PTI
2018-01-19 nwhitehornDefine PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbUse long for the last argument to VOP_PATHCONF rather...
2018-01-17 kibPTI for amd64.
2018-01-15 pfgx86: make some use of mallocarray(9).
2018-01-14 emasteEnable VIMAGE in i386 GENERIC (revert r327840)
2018-01-13 dimMerge ^/head r327886 through r327930.
2018-01-12 jeffImplement NUMA support in uma(9) and malloc(9). Alloca...
2018-01-12 dimMerge ^/head r327624 through r327885.
2018-01-11 emasteTemporarily disable VIMAGE on i386
2018-01-11 kibFix grammar.
2018-01-11 kibRemove redundand CLD instructions.
2018-01-11 kibUpdate comment explaining the check, to reality.
2018-01-10 cemx86: Document purpose of _safe variants of {rd,wr}msr()
2018-01-10 impinittodr(0) actually sets the time, so there's no need...
2018-01-10 impMove prof_machdep.c to it's more traditional place...
2018-01-10 impRetire pmtimer driver. Move time fixing into apm driver...
2018-01-09 impRemove ccbque.h from i386/isa.
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-01 kibAvoid re-check of usermode condition.
2017-12-30 kibMove i386/isa/elink.[hc] to dev/ep.
2017-12-30 kibMove i386/isa/npx.c to i386i386/npx.c.
2017-12-30 impRemove two stray references to wl driver, removed some...
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-28 jhbRemove a few more dangling references to ie(4).
2017-12-28 pfgsys/i386/isa/elink*: sync with (older) NetBSD.
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-19 kibAdd atomic_load(9) and atomic_store(9) operations.
2017-12-18 bdeAlso forgotten in the previous that removed the permane...
2017-12-18 bdeRemove the permanent double mapping of low physical...
2017-12-18 bdeFix the undersupported option KERNLOAD, part 2: fix...
2017-12-18 bdeFix the undersupported option KERNLOAD, part 1: fix...
2017-12-15 bdeMinor cleanups found while fixing a bug involving doubl...
2017-12-11 markjPass the trap frame to fasttrap hooks.
2017-12-11 cemi386: Bump KSTACK_PAGES default to match amd64
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-07 bdeMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-11-30 pfgSPDX: use the Beerware identifier.
2017-11-29 scottlIt's time to retire AHC_REG_PRETTY_PRINT and AHD_REG_PR...
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 brooksDisable vim syntax highlighting.
2017-11-27 fsuRemap ENOATTR to ENODATA in the linuxulator.
2017-11-27 pfgsys/i386: further adoption of SPDX licensing ID tags.
2017-11-26 edUse TO_PTR() to convert integers to pointers.
2017-11-24 hselaskyRoCE/infiniband upgrade to Linux v4.9 for kernel and...
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 hselaskyImplement atomic_fetchadd_64() for i386. This function...
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-23 kibRemove lint support from system headers and MD x86...
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-16 kibRemove i386 XBOX support.
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-13 hselaskyRemove no longer supported mthca driver.
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-08 kibRemove useless DEBUG printfs in i386 sendsig() implemen...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-04 kibx86: Do not emit unused TD_TID symbols.
2017-11-04 kibEliminate unused load.
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
next