]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Upgrade to OpenSSH 7.7p1.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-10 kibMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-09 mjgamd64: depessimize bcmp for small buffers
2018-05-09 kibAvoid calls to bzero() before ireloc.
2018-05-09 kibRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 kibRemove PG_U from the recursive pte for kernel pmap...
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-07 mjgamd64: stop asserting params != NULL in the syscall...
2018-05-07 mjgamd64: fix up memset added in r333324
2018-05-07 mjgamd64: tweak the memmove comment regarding authorship
2018-05-07 mjgamd64: replace libkern's memset and memmove with assemb...
2018-05-04 mjgamd64: syscall path bcopy -> memcpy
2018-05-04 mjgamd64: get rid of the pessimized bcopy in syscall arg...
2018-05-03 kibImplement support for ifuncs in the kernel linker.
2018-05-03 kibStyle.
2018-05-02 grehanUse PCI power-mgmt to reset a device if FLR fails.
2018-05-01 markjPrint the dump progress indicator after calling dump_st...
2018-04-28 cemamd64/mp_machdep.c: Fix GCC build after r333059
2018-04-27 tychonExpand the checks for UCR3 == PMAP_NO_CR3 to enable...
2018-04-26 sbrunomove smartpqi(4) controller out of NOTES and into sys...
2018-04-26 sbrunomartpqi(4):
2018-04-25 tychonIf a trap is encountered upon executing iretq from...
2018-04-24 markjImprove VM page queue scalability.
2018-04-24 kibCorrect undesirable interaction between caching of...
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
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 avgdon't check for kdb reentry in trap_fatal(), it's impos...
2018-04-17 brooksRemove the unused fuwintr() and suiwintr() functions.
2018-04-14 kibSet PG_G global mapping bit on the trampoline ptes.
2018-04-13 tychonAdd SDT probes to vmexit on Intel.
2018-04-12 kibFix PSL_T inheritance on exec for x86.
2018-04-12 kibOptimize context switch for PTI on PCID pmap.
2018-04-09 emastelinuxulator: add else case braces to reduce diffs betwe...
2018-04-09 emastelinuxulator: deduplicate linux_exec_imgact_try
2018-04-08 rgrimesAdd the ability to control the CPU topology of created VMs
2018-04-08 brooksFix LINT (and static COMPAT_LINUX32) after r332122.
2018-04-07 kibHandle Skylake-X errata SKZ63.
2018-04-06 jhbAdd a way to temporarily suspend and resume virtual...
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 jtlPat the watchdog less while producing a coredump. ...
2018-04-06 roygerx86: fix trampoline memory allocation after r332073
2018-04-06 roygerremove GiB/MiB macros from param.h
2018-04-05 roygerx86: improve reservation of AP trampoline memory
2018-04-05 kibFix ERESTART for lcall $7,$0 syscalls.
2018-04-05 kibMake the INTO instruction operational in 32bit mode.
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 kenBring in the Broadcom/Emulex Fibre Channel driver,...
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 kibImprove the lcall $7,$0 syscall emulation on amd64.
2018-03-24 jtlMake the TCP blackbox code committed in r331347 be...
2018-03-24 philipImport tzdata 2018d
2018-03-23 emasteRemove redundant cast from Linuxulator SYSINITs
2018-03-23 emasteFixup return style(9) in amd64 linux*_sysvec.c
2018-03-23 emasteSort headers in MD Linuxulator files
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 kibFixes for ptrace(PT_GETXSTATE_INFO) related to the...
2018-03-22 kevansRe-work efidev ordering to fix efirt preloaded by loade...
2018-03-22 emasteShare Linux errno table with libsysdecode
2018-03-20 kibMove the CR0.WP manipulation KPI to x86.
2018-03-20 emasteMake linuxulator fn declaration match definition
2018-03-20 emasteRename assym.s to assym.inc
2018-03-20 kibDisable write protection around patching of XSAVE instr...
2018-03-20 kibProvide KPI for handling of rw/ro kernel text.
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-14 emasteRemove stray ; at end of linux_vdso_deinstall()
2018-03-13 kevansEFIRT: SetVirtualAddressMap with 1:1 mapping after...
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-11 ianRevert r330780, it was improperly tested and results...
2018-03-11 ianEliminate atrtc_time_lock, and use atrtc_lock for efirt...
2018-03-07 tychonFix a lock recursion introduced in r327065.
2018-03-06 jtlamd64: Protect the kernel text, data, and BSS by settin...
2018-03-05 jtlWe shouldn't need to execute code in the recursive...
2018-03-05 jtlPrior to r329071, pmap_bootstrap() used pmap_kmem_choos...
2018-03-05 anishMove the new AMD-Vi IVHD [ACPI_IVRS_HARDWARE_NEW]defini...
2018-03-04 kibUnify bulk free operations in several pmaps.
2018-03-03 avgdb_nextframe/amd64: catch up with r328083 to recognize...
2018-03-03 rpokalaimcsmb(4): Intel integrated Memory Controller (iMC...
2018-03-02 sjgUpdate to bmake-201802222
2018-03-01 emasteRationalize license text on Linuxolator files
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-26 jhbAdd a new variant of the GLA2GPA ioctl for use by the...
2018-02-26 pkelseyGreatly reduce the number of #ifdefs supporting the...
2018-02-24 jkimPartially revert r197863 to reduce diff against i386.
2018-02-23 cemRemove unused error return from API that cannot fail
next