]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
There is no need to disable interrupts around npxsave call.
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
2018-03-23 kibThere is no need to disable interrupts around npxsave...
2018-03-23 kibUpdate comment to match current field names.
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-20 emasteRestore close quote lost in r331254
2018-03-20 emasteRename assym.s to assym.inc
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-16 emasteANSIfy i386/vm86.c
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-23 cemRemove unused error return from API that cannot fail
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 kibvm_wait() rework.
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-14 cemx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
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-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
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-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 roygerxen: fix IDT setup after PTI
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 kibPTI for amd64.
2018-01-15 pfgx86: make some use of mallocarray(9).
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 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 impMove prof_machdep.c to it's more traditional place...
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/npx.c to i386i386/npx.c.
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-27 eadlerkernel: Fix several typos and minor errors
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-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-11 markjPass the trap frame to fasttrap hooks.
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 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys/i386: further adoption of SPDX licensing ID tags.
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
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-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.
2017-11-01 kibConsistently ensure that we do not load MXCSR with...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 tijlSet the return address for stack entry points to zero.
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-23 markjFix the VM_NRESERVLEVEL == 0 build.
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-18 markjMove kernel dump offset tracking into MI code.
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-09 kibChange i386_get_ldt() to return 'EOF' when the requeste...
2017-10-09 kibImprovements to set_user_ldt().
2017-10-09 kibReset the fs and gs bases on exec(2).
2017-10-09 kibMore style.
2017-10-06 kibImprove i386_get_ldt().
2017-10-06 baptImport 1.14.3
2017-10-06 kibRemove unneeded cast.
2017-10-06 kibStyle.
next