]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Fix build issue with const and volatile and the
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-06-07 kibAccount for dmap limit when selecting the pages for...
2018-06-07 mmacycpufunc: add rdtscp for x86
2018-06-04 mmacyhwpmc: ABI fixes
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgamd64: add a mild depessimization to rep mov/stos users
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-31 mjgamd64: switch pagecopy from non-temporal stores to...
2018-05-29 brooksCorrect pointer subtraction in KASSERT().
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 avgre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 brooksAvoid two suword() calls per auxarg entry.
2018-05-24 mmacytake NUMA out
2018-05-24 mmacylibpmcstat: compile in events based on json description
2018-05-23 kibx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 kibStyle.
2018-05-23 philImport libxo-0.9.0:
2018-05-22 kibEnable IBRS when entering an interrupt handler from...
2018-05-22 jhbCleanups related to debug exceptions on x86.
2018-05-21 kibAdd Intel Spec Store Bypass Disable control.
2018-05-21 kibPreserve other bits in IA32_SPEC_CTL MSR when changing...
2018-05-21 kibFix grammar.
2018-05-21 kibAdd missed barrier for pm_gen/pm_active interaction.
2018-05-21 mjgamd64: annotate pti with __read_frequently
2018-05-20 eadlerMFV: file 5.33
2018-05-19 markjEnable kernel dump features in GENERIC for most platforms.
2018-05-19 mmacypmap: silence warnings
2018-05-19 sjgMerge bmake-20180512
2018-05-18 emasteamd64 GENERIC: correct whitespace on smartpqi entry
2018-05-15 antoinevmmdev: return EFAULT when trying to read beyond VM...
2018-05-14 jhbMake the common interrupt entry point labels local...
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-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...
next