]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/i386
Add POWER9 to the POWER8 bootstrap case blocks
[FreeBSD/FreeBSD.git] / sys / i386 /
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.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-19 kibUse symbolic constant, explaining the operation.
2018-04-19 jhbSimplify the code to allocate stack for auxv, argv...
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-09 emastelinuxulator: deduplicate linux_exec_imgact_try
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 jeffRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-28 jhbFix kernel builds without options DDB after r331650.
2018-03-27 jhbRemove very old and unused signal information codes.
2018-03-27 jeffBackout r331606 until I can identify why it does not...
2018-03-27 jeffOnly use CPUs in the domain the device is attached...
2018-03-24 philipImport tzdata 2018d
2018-03-23 emasteRemove redundant cast from Linuxulator SYSINITs
2018-03-23 emasteSort headers in MD Linuxulator files
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-22 emasteShare Linux errno table with libsysdecode
2018-03-21 emasteFix kernel memory disclosure in ibcs2_getdents
2018-03-21 emasteAdd ) missing from r330297
2018-03-20 emasteRestore close quote lost in r331254
2018-03-20 emasteRename assym.s to assym.inc
2018-03-20 emasteRationalize license text on Linuxolator files
2018-03-19 emasteRename linuxulator functions with linux_ prefix
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-19 emastelinux*_sysvec.c: rationalize whitespace and comments
2018-03-16 emasteShare a single bsd-linux errno table across MD consumers
2018-03-16 emasteANSIfy i386/vm86.c
2018-03-14 emasteRemove stray ; at end of linux_vdso_deinstall()
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-13 emasteApply some style(9) to Linuxulator linux_sysvec.c comments
2018-03-12 emasteimgact_linux.c: use standard indentation
2018-03-12 emasteLinuxulator: apply style(9) to return
2018-03-11 brooksRemove obsolete pcaudioio.h.
2018-03-07 eadlersys: Fix a few potential infoleaks in cloudabi
2018-03-06 jtlamd64: Protect the kernel text, data, and BSS by settin...
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-03 rpokalaimcsmb(4): Intel integrated Memory Controller (iMC...
2018-03-02 brooksRename kernel-only members of semid_ds and msgid_ds.
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-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-22 mavMFV r329799, r329800:
2018-02-22 emasteCorrect proper nouns in the Linuxulator
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-16 emasteRationalize license text on Linuxolator files
2018-02-14 cemx86 pmap: Make memory mapped via pmap_qenter() non...
2018-02-13 hselaskyImport the mthca kernel side infiniband driver from...
2018-02-12 jeffMake v_wire_count a per-cpu counter(9) counter. This...
2018-02-12 impWe don't support gcc < 4.2.1, so varargs.h now is just...
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-05 emasteAdditional linuxolator whitespace cleanup, missed in...
2018-02-05 emasteLinuxolator whitespace cleanup
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-31 kibIBRS support, AKA Spectre hardware mitigation.
2018-01-29 bdreweryDon't use an .OBJDIR for 'make sysent'.
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-23 emasteUse BSD-2-Clause-FreeBSD license on linux_support.s
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-20 roygerxen: fix IDT setup after PTI
2018-01-19 nwhitehornDefine PHYS_TO_DMAP() and DMAP_TO_PHYS() as panics...
2018-01-19 nwhitehornRemove SFBUF_OPTIONAL_DIRECT_MAP and such hacks, replac...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-17 jhbUse long for the last argument to VOP_PATHCONF rather...
2018-01-17 kibPTI for amd64.
2018-01-15 pfgx86: make some use of mallocarray(9).
2018-01-14 emasteEnable VIMAGE in i386 GENERIC (revert r327840)
2018-01-13 dimMerge ^/head r327886 through r327930.
next