]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Use a mbuf header instead of a mbuf cluster for debugging interrupts in mlx5en(4).
[FreeBSD/FreeBSD.git] / sys / i386 /
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.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-12 Konstantin BelousovKernel entry from vm86 mode, where PCB_VM86CALL pcb...
2018-05-12 Konstantin BelousovOn return from exception or interrupt, returns to vm86...
2018-05-12 Konstantin BelousovInitialize tramp_idleptd during cold pmap startup,...
2018-05-12 Konstantin BelousovCreate a macro for PIC code which loads %cr3 from tramp...
2018-05-12 Konstantin BelousovFix use of the custom TSS on i386 after the 4/4 split.
2018-05-11 Konstantin BelousovRemove dead declaration.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-10 Warner LoshRemove unused bcopyb.
2018-05-08 Dag-Erling SmørgravUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 Jung-uk KimMFV: r333378
2018-05-08 Konstantin BelousovPrepare DB# handler for deferred trigger of watchpoints.
2018-05-08 Peter WemmUpdate svn-1.9.7 to 1.10.0.
next