summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix !SMP build after r234074.marius2012-04-101-0/+2
* BSP is not added to the mask of valid target CPUs for interruptsattilio2012-04-092-4/+5
* Recognize the RDRAND instruction feature.jhb2012-04-091-1/+1
* Micro-optimize free_pv_entry() for the expected case.alc2012-04-061-4/+6
* Add descriptions after the 'device' line for several NICs to match thejhb2012-04-041-8/+8
* Make machine check exception logging more readable. On newer Intel systems,jhb2012-04-021-2/+1
* Move the legacy(4) driver to x86.jhb2012-03-302-411/+0
* Re-initialize model-specific MSRs when we resume CPUs.jkim2012-03-302-0/+2
* Work around Erratum 721 for AMD Family 10h and 12h processors.jkim2012-03-301-1/+28
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-292-2/+24
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+1
* Add software PMC support.fabient2012-03-282-8/+32
* Disable detailed PV entry accounting by default. Add a config optionalc2012-03-242-1/+4
* Add cas(4), gem(4) and hme(4) to x86 GENERICs as suggested by netchild@ inmarius2012-03-241-0/+3
* Add snd_cmi, snd_csa and snd_emu10kx to GENERIC on i386 and amd64.joel2012-03-221-0/+3
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-222-20/+45
* Change pv_entry_count to a long. During the lifetime of FreeBSD 10.x,alc2012-03-221-2/+2
* Remove pty(4) from our kernel configurations.ed2012-03-211-1/+0
* Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noalc2012-03-212-76/+10
* Merge ACPICA 20120320.jkim2012-03-201-1/+1
* Fix another witness panic. We cannot enter critical section at all becausejkim2012-03-201-2/+3
* Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-191-100/+3
* Fix a witness panic introduced in r231797.jkim2012-03-191-2/+2
* Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-191-594/+3
* Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-191-81/+3
* Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-191-150/+1
* Re-apply r233122 erronously reverted in r233168.kib2012-03-191-5/+4
* If we ever allow for managed fictitious pages, the pages shall bekib2012-03-191-17/+43
* Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.tijl2012-03-181-1/+0
* Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98tijl2012-03-181-138/+3
* Use exact width integer types in amd64/i386 reg.h to prepare for a merge.tijl2012-03-181-31/+31
* Style fix to pmap_protect().alc2012-03-181-5/+4
* With the changes over the past year to how accesses to the page's dirtyalc2012-03-171-5/+24
* Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.tijl2012-03-162-84/+7
* Simplify the error checking in one branch of trap_pfault() and updatealc2012-03-121-10/+5
* regennetchild2012-03-105-7/+583
* - add comments to syscalls.master and linux(32)_dummy about which linuxnetchild2012-03-102-1/+102
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-091-560/+0
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedattilio2012-03-061-3/+0
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-062-0/+3
* Fix few style nits.jkim2012-03-051-1/+1
* Exclude USB drivers (except umass and ukbd) from main kernel image on i386rmh2012-03-041-32/+0
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replacetijl2012-03-042-38/+9
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.tijl2012-03-041-92/+3
* Copy amd64 float.h to x86 and merge with i386 float.h. Replacetijl2012-03-041-91/+3
* Add VESA option to GENERIC for amd64 and i386.jkim2012-03-031-0/+1
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.tijl2012-02-281-72/+3
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.tijl2012-02-281-47/+3
* Copy amd64 endian.h to x86 and merge with i386 endian.h. Replacetijl2012-02-281-142/+3
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replacetijl2012-02-281-168/+3
OpenPOWER on IntegriCloud