]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Merge clang trunk r338150, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / i386 /
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-27 impRename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
2018-07-27 markjFix handling of KVA in kmem_bootstrap_free().
2018-07-24 kibExtend ranges of the critical sections to ensure that...
2018-07-20 alcAnnotate a parameter as unused.
2018-07-19 markjHave preload_delete_name() free pages backing preloaded...
2018-07-15 markjRestore the check for the page size extension after...
2018-07-14 alcCorrect some typos.
2018-07-14 alcAdd support for pmap_enter(..., psind=1) to the i386...
2018-07-11 cyMFV r324714:
2018-07-10 alcEliminate unnecessary differences between i386's pmap_e...
2018-07-08 alcInvalidate the mapping before updating its physical...
2018-07-06 kibExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 kibRevert to recommit with the proper message.
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 hselaskyMake sure kernel modules built by default are portable...
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 kibExtend r335969 to superpages.
2018-07-05 kibRevert r335999 to re-commit with the correct error...
2018-07-05 kibUse vm_page_unhold_pages() instead of manually rolling...
2018-07-05 kibIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 kibIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-04 kibIn x86 pmap_extract_and_hold()s, handle the case of...
2018-07-02 mmacyinline atomics and allow tied modules to inline locks
2018-06-22 chuckFix the Linux kernel version number calculation
2018-06-15 emastelinuxulator: do not include legacy syscalls on arm64
2018-06-14 brooksRegen after 335177 (rename sys_obreak to sys_break).
2018-06-14 brooksName the implementation of brk and sbrk sys_break().
2018-06-14 kibReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 kibRemove printf() in #NM handler.
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 kibEnable eager FPU context switch by default on i386...
2018-06-13 rlibbyi386: copyin/copyout error is EFAULT
2018-06-13 jtlMake UMA and malloc(9) return non-executable memory...
2018-06-12 kibAll exceptions IDT descriptors must use interrupt gates...
2018-06-12 kibFix typo.
2018-06-10 bdeFix panics in potentially all x86bios calls on i386...
2018-06-09 markjTell the compiler that rdtscp clobbers %ecx.
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-07 mmacycpufunc: add rdtscp for x86
2018-06-04 mmacyhwpmc: ABI fixes
2018-06-02 bdeOops, the last minute reduction in the clobber list...
2018-06-02 bdeFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 bdeFix high resolution kernel profiling just enough to...
2018-06-02 bdeFix recent breakages of kernel profiling, mostly on...
2018-05-31 mmacyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 dimResolve conflicts between macros in fenv.h and ieeefp.h
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-29 brooksCorrect pointer subtraction in KASSERT().
2018-05-29 hselaskyImplement atomic_add_64() and atomic_subtract_64()...
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-25 avgre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 impMake memmove and bcopy share code
2018-05-24 brooksAvoid two suword() calls per auxarg entry.
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 kibUse local unique labels inside most often used macros.
2018-05-22 kibFix double-load of %cr3 and double-copy of the stack...
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 markjEnable kernel dump features in GENERIC for most platforms.
2018-05-19 sjgMerge bmake-20180512
2018-05-18 emasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-13 kibFix PMC_IN_TRAP_HANDLER() for i386 after the 4/4 split.
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 kibKernel entry from vm86 mode, where PCB_VM86CALL pcb...
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 kibCreate a macro for PIC code which loads %cr3 from tramp...
2018-05-12 kibFix use of the custom TSS on i386 after the 4/4 split.
2018-05-11 kibRemove dead declaration.
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-02 sbrunoRetire ixgb(4)
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-04-26 kibFix move of the frame to the normal stack for interrupt...
2018-04-25 lwhsuFix i386 build after r332970 by adding IS_BSP() definition.
2018-04-24 kibFix futexes on i386 after the 4/4G split.
next