]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
MFV r337014:
[FreeBSD/FreeBSD.git] / sys / i386 /
2018-07-31 Alexander MotinMFV r337014:
2018-07-31 Alexander MotinMFV r336991, r337001:
2018-07-31 Alexander MotinMFV r336960: 9256 zfs send space estimation off by...
2018-07-31 Alexander MotinMFV r336958: 9337 zfs get all is slow due to uncached...
2018-07-31 Alexander MotinMFV r336955: 9236 nuke spa_dbgmsg
2018-07-31 Alexander MotinMFV r336952: 9192 explicitly pass good_writes to vdev_u...
2018-07-31 Alexander MotinMFV r336950: 9290 device removal reduces redundancy...
2018-07-31 Alexander MotinMFV r336948: 9112 Improve allocation performance on...
2018-07-30 Alexander MotinMFV r336946: 9238 ZFS Spacemap Encoding V2
2018-07-30 Alexander MotinMFV r336944: 9286 want refreservation=auto
2018-07-30 Alexander MotinMFV r336942: 9189 Add debug to vdev_label_read_config...
2018-07-29 Martin MatuskaMFV r336851:
2018-07-28 Conrad MeyerMFV r336800: libarchive: Cherry-pick upstream 2c8c83b9
2018-07-27 Warner LoshRename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
2018-07-27 Mark JohnstonFix handling of KVA in kmem_bootstrap_free().
2018-07-24 Konstantin BelousovExtend ranges of the critical sections to ensure that...
2018-07-23 Andriy GaponMFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a8...
2018-07-20 Alan CoxAnnotate a parameter as unused.
2018-07-19 Cy SchubertMFV r336490:
2018-07-19 Mark JohnstonHave preload_delete_name() free pages backing preloaded...
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-15 Mark JohnstonRestore the check for the page size extension after...
2018-07-14 Alan CoxCorrect some typos.
2018-07-14 Alan CoxAdd support for pmap_enter(..., psind=1) to the i386...
2018-07-11 Cy SchubertMFV r324714:
2018-07-10 Alan CoxEliminate unnecessary differences between i386's pmap_e...
2018-07-08 Alan CoxInvalidate the mapping before updating its physical...
2018-07-06 Konstantin BelousovExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 Konstantin BelousovRevert to recommit with the proper message.
2018-07-06 Konstantin BelousovSave a call to pmap_remove() if entry cannot have any...
2018-07-06 Hans Petter SelaskyMake sure kernel modules built by default are portable...
2018-07-06 Matt MacyBack pcpu zone with domain correct pages
2018-07-05 Konstantin BelousovExtend r335969 to superpages.
2018-07-05 Konstantin BelousovRevert r335999 to re-commit with the correct error...
2018-07-05 Konstantin BelousovUse vm_page_unhold_pages() instead of manually rolling...
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-04 Konstantin BelousovIn x86 pmap_extract_and_hold()s, handle the case of...
2018-07-02 Matt Macyinline atomics and allow tied modules to inline locks
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-22 Chuck TuffliFix the Linux kernel version number calculation
2018-06-15 Ed Mastelinuxulator: do not include legacy syscalls on arm64
2018-06-14 Brooks DavisRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 Brooks DavisName the implementation of brk and sbrk sys_break().
2018-06-14 Konstantin BelousovReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 Konstantin BelousovRemove printf() in #NM handler.
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on i386...
2018-06-13 Ryan Libbyi386: copyin/copyout error is EFAULT
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-12 Konstantin BelousovAll exceptions IDT descriptors must use interrupt gates...
2018-06-12 Konstantin BelousovFix typo.
2018-06-10 Bruce EvansFix panics in potentially all x86bios calls on i386...
2018-06-09 Mark JohnstonTell the compiler that rdtscp clobbers %ecx.
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 Matt Macycpufunc: add rdtscp for x86
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Matt Macyhwpmc: ABI fixes
2018-06-02 Bruce EvansOops, the last minute reduction in the clobber list...
2018-06-02 Bruce EvansFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 Bruce EvansFix high resolution kernel profiling just enough to...
2018-06-02 Bruce EvansFix recent breakages of kernel profiling, mostly on...
2018-05-31 Matt Macyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 Dimitry AndricResolve conflicts between macros in fenv.h and ieeefp.h
2018-05-30 Konstantin BelousovUse pmap_pte_ufast() instead of pmap_pte() in pmap_extr...
2018-05-30 Konstantin BelousovExtract code for fast mapping of pte from pmap_extract_...
2018-05-30 Konstantin BelousovRestore pmap_copy() for 4/4 i386 pmap.
2018-05-30 Konstantin BelousovDo use pmap_pte_quick() in pmap_enter_quick_locked().
2018-05-30 Konstantin BelousovAvoid unneccessary TLB shootdowns in pmap_unwire_ptp...
2018-05-29 Brooks DavisCorrect pointer subtraction in KASSERT().
2018-05-29 Hans Petter SelaskyImplement atomic_add_64() and atomic_subtract_64()...
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 Konstantin BelousovOptimize i386 pmap_extract_and_hold().
2018-05-25 Konstantin BelousovCleanup. Remove unused instruction and label.
2018-05-25 Andriy Gaponre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Warner LoshMake memmove and bcopy share code
2018-05-24 Brooks DavisAvoid two suword() calls per auxarg entry.
2018-05-23 Konstantin Belousovx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 Konstantin BelousovStop obliterating actual exception type for emulated...
2018-05-23 Konstantin BelousovStyle.
2018-05-23 Konstantin BelousovSupport IBRS for i386.
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Konstantin BelousovUse local unique labels inside most often used macros.
2018-05-22 Konstantin BelousovFix double-load of %cr3 and double-copy of the stack...
2018-05-22 Matt Macyfix i386 builds after r334005 and r334009
2018-05-22 John BaldwinCleanups related to debug exceptions on x86.
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Mark JohnstonEnable kernel dump features in GENERIC for most platforms.
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Ed MasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-13 Konstantin BelousovFix PMC_IN_TRAP_HANDLER() for i386 after the 4/4 split.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
next