]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386/i386
Fix build issue with const and volatile and the
[FreeBSD/FreeBSD.git] / sys / i386 / i386 /
2018-06-02 bdeFix high resolution kernel profiling just enough to...
2018-06-02 bdeFix recent breakages of kernel profiling, mostly on...
2018-05-30 kibUse pmap_pte_ufast() instead of pmap_pte() in pmap_extr...
2018-05-30 kibExtract code for fast mapping of pte from pmap_extract_...
2018-05-30 kibRestore pmap_copy() for 4/4 i386 pmap.
2018-05-30 kibDo use pmap_pte_quick() in pmap_enter_quick_locked().
2018-05-30 kibAvoid unneccessary TLB shootdowns in pmap_unwire_ptp...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 kibOptimize i386 pmap_extract_and_hold().
2018-05-25 kibCleanup. Remove unused instruction and label.
2018-05-24 impMake memmove and bcopy share code
2018-05-23 kibx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 kibStop obliterating actual exception type for emulated...
2018-05-23 kibStyle.
2018-05-23 kibSupport IBRS for i386.
2018-05-23 philImport libxo-0.9.0:
2018-05-22 mmacyfix i386 builds after r334005 and r334009
2018-05-22 jhbCleanups related to debug exceptions on x86.
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-12 kibOn return from exception or interrupt, returns to vm86...
2018-05-12 kibInitialize tramp_idleptd during cold pmap startup,...
2018-05-12 kibFix use of the custom TSS on i386 after the 4/4 split.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-10 impRemove unused bcopyb.
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 kibPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-04-24 kibFix futexes on i386 after the 4/4G split.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 avgset kdb_why to "trap" when calling kdb_trap from trap_fatal
2018-04-18 kibFix pmap_trm_alloc(M_ZERO).
2018-04-18 kibFor fatal traps other than pagefaults, print raw fault...
2018-04-18 avgdon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-16 impUse bool instead of boolean_t here. No reason to use...
2018-04-14 impMake first a 'bool' instead of a 'boolean_t'.
2018-04-13 kibi386 4/4G split.
2018-04-12 kibFix PSL_T inheritance on exec for x86.
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-05 roygerx86: improve reservation of AP trampoline memory
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-04-03 avgfix i386 build with CPU_ELAN (LINT for instance) after...
2018-04-02 avgunify amd64 and i386 cpu_reset() in x86/cpu_machdep.c
2018-04-02 avgx86 cpu_reset: if failed to switch to BSP proceed to...
2018-04-02 avgx86 cpu_reset_proxy: no need to stop_cpus() the origina...
2018-03-30 avgalign i386 cpu_reset() with amd64 version
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 jhbFix kernel builds without options DDB after r331650.
2018-03-27 jhbRemove very old and unused signal information codes.
2018-03-24 philipImport tzdata 2018d
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()
next