]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Replace the C implementation of __aeabi_read_tp with an assembly version.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2012-04-13 avgadd actual interrupt counters to back ipi_invlcache_counts
2012-04-13 avgbump INTRCNT_COUNT values to reflect actual numbers...
2012-04-12 jhbAdd OFED and the associated options and drivers to...
2012-04-10 mariusFix !SMP build after r234074.
2012-04-09 attilioBSP is not added to the mask of valid target CPUs for...
2012-04-09 jhbRecognize the RDRAND instruction feature.
2012-04-06 alcMicro-optimize free_pv_entry() for the expected case.
2012-04-04 jhbAdd descriptions after the 'device' line for several...
2012-04-02 jhbMake machine check exception logging more readable...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-30 jhbMove the legacy(4) driver to x86.
2012-03-30 jkimRe-initialize model-specific MSRs when we resume CPUs.
2012-03-30 jkimWork around Erratum 721 for AMD Family 10h and 12h...
2012-03-29 jhbUse a more proper fix for enabling HT MSI mapping windo...
2012-03-29 jhb- Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHE...
2012-03-28 fabientAdd software PMC support.
2012-03-24 alcDisable detailed PV entry accounting by default. Add...
2012-03-24 mariusAdd cas(4), gem(4) and hme(4) to x86 GENERICs as sugges...
2012-03-22 joelAdd snd_cmi, snd_csa and snd_emu10kx to GENERIC on...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-22 alcHandle spurious page faults that may occur in no-fault...
2012-03-22 alcChange pv_entry_count to a long. During the lifetime...
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-21 alcEliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max...
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-20 jkimFix another witness panic. We cannot enter critical...
2012-03-19 tijlCopy amd64 sysarch.h to x86 and merge with i386 sysarch...
2012-03-19 jkimFix a witness panic introduced in r231797.
2012-03-19 tijlCopy i386 specialreg.h to x86 and merge with amd64...
2012-03-19 tijlCopy i386 psl.h to x86 and replace amd64/i386/pc98...
2012-03-19 tijlMove userland bits (and some common kernel bits) from...
2012-03-19 kibRe-apply r233122 erronously reverted in r233168.
2012-03-19 kibIf we ever allow for managed fictitious pages, the...
2012-03-18 tijlEliminate ia32_reg.h by moving its contents to x86...
2012-03-18 tijlCopy i386 reg.h to x86 and merge with amd64 reg.h....
2012-03-18 tijlUse exact width integer types in amd64/i386 reg.h to...
2012-03-18 alcStyle fix to pmap_protect().
2012-03-17 alcWith the changes over the past year to how accesses...
2012-03-16 tijlMove userland bits of i386 npx.h and amd64 fpu.h to...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-12 alcSimplify the error checking in one branch of trap_pfaul...
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 netchildregen
2012-03-10 netchild- add comments to syscalls.master and linux(32)_dummy...
2012-03-09 jhbMove i386's intr_machdep.c to the x86 tree and share...
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-06 bzProvide wbwd(4), a driver for the watchdog timer found...
2012-03-05 jkimFix few style nits.
2012-03-04 rmhExclude USB drivers (except umass and ukbd) from main...
2012-03-04 tijlCopy amd64 ptrace.h to x86 and merge with i386 ptrace...
2012-03-04 tijlCopy amd64 trap.h to x86 and replace amd64/i386/pc98...
2012-03-04 tijlCopy amd64 float.h to x86 and merge with i386 float...
2012-03-03 jkimAdd VESA option to GENERIC for amd64 and i386.
2012-02-28 tijlCopy amd64 stdarg.h to x86 and replace amd64/i386/pc98...
2012-02-28 tijlCopy amd64 setjmp.h to x86 and replace amd64/i386/pc98...
2012-02-28 tijlCopy amd64 endian.h to x86 and merge with i386 endian...
2012-02-28 tijlCopy amd64 _stdint.h to x86 and merge with i386 _stdint...
2012-02-28 tijlCopy amd64 _limits.h to x86 and merge with i386 _limits...
2012-02-28 tijlCopy amd64 _types.h to x86 and merge with i386 _types...
2012-02-27 jhbResort the IDT_DTRACE_RET constant after it was changed...
2012-02-27 jhbCorrect function prototype for read_rflags().
2012-02-27 jhbUpdate incorrect comment.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 jkimRefine r231791. Install the resume event handler uncon...
2012-02-15 jkimClean up RFLAG and CR3 register handling and nearby...
2012-02-15 jkimSet up an event handler to turn off speaker if user...
2012-02-15 jkimMake ACPI resume beeper less cryptic. Set PIC timer2...
2012-02-15 jkimSome BIOSes are known for corrupting low 64KB between...
2012-02-12 rmhMove WITHOUT_SOURCELESS_* files to sys/conf/ in order...
2012-02-10 kibIn cpu_set_user_tls(), consistently set PCB_FULL_IRET...
2012-02-08 jkimReset clock after atrtc(4) is properly resumed.
2012-02-07 jkimDo not EOI local APIC too early. Just do doreti normal...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-04 rmhAdd "nodevice adw" to WITHOUT_SOURCELESS_UCODE.
2012-02-04 rmhAdd MK_SOURCELESS build option. Setting MK_SOURCELESS...
2012-02-03 jkimRestore callee saved registers later and micro-optimize.
2012-02-03 jkimFix a function prototype to reflect reality. No functi...
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 jkim- Restore XCR0 before restoring extended FPU states.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-30 jkimNaturally align a newly added wakeup_fpusave.
2012-01-30 kibMove xrstor/xsave/xsetbv into fpu.c and reorder them.
2012-01-30 kibSynchronize the struct sigcontext definitions on x86...
2012-01-27 kmacyexclude kmem_alloc'ed ARC data buffers from kernel...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-25 jimharrisMove isci and ISCI_LOGGING to amd64/i386 specific NOTES.
2012-01-25 kibOrder newly added functions alphabetically.
2012-01-23 dasAdd C11 macros describing subnormal numbers to float.h.
2012-01-21 kibAdd support for the extended FPU states on amd64, both...
2012-01-17 kibAdd definitions for the FPU extended state header,...
2012-01-17 kibModernize the fpusave structures definitions by using...
2012-01-17 kibImplement xsetbv(), xsave() and xrstor() providing...
2012-01-17 kibAdd definitions related to XCR0.
2012-01-17 kibAdd macro IS_BSP() to check whether the current CPU...
2012-01-15 uqsConvert files to UTF-8
2012-01-12 kenAdd the CAM Target Layer (CTL).
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-06 jimharrisModify GENERIC, files and options for isci (Intel C600...
next