summaryrefslogtreecommitdiff
path: root/sys/conf/options.amd64
AgeCommit message (Expand)Author
2026-01-05Add ASMC_DEBUG make optionEnji Cooper
2023-10-20uart: Support EARLY_PRINTF on x86 for port-mapped COM portsWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-10-17x86: Add MPTABLE_LINUX_BUG_COMPAT optionColin Percival
2022-10-17Add NO_LEGACY_PCIB kernel option to i386, amd64Colin Percival
2022-08-11x86: remove MP_WATCHDOGMateusz Guzik
2021-06-22linux(4): Get rid of Linuxulator kernel build options.Dmitry Chagin
2021-02-25Remove stale references to opt_sio.hMitchell Horne
2021-01-26Remove ndis(4) remnants from kernel configsMateusz Guzik
2020-05-05Initial support for bhyve save and restore.John Baldwin
2018-12-19Remove iBCS2, part2: general kernelMateusz Guzik
2018-06-02Finish COMPAT_AOUT support for amd64. It wasn't in any amd64 or MIBruce Evans
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-02-28Remove SVR4 (System V Release 4) binary compatibility support.Gleb Smirnoff
2017-02-10ixl(4): Update to 1.7.12-kEric Joyner
2016-09-21Add kernel interfaces to call EFI Runtime Services.Konstantin Belousov
2016-09-06Remove remnants of PERFMON and I586_PMC_GUPROF from amd64.John Baldwin
2016-04-15hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbusSepherosa Ziehau
2015-04-29Microsoft vmbus, storage and other related driver enhancements for HyperV.Wei Hu
2014-05-22imagact_binmisc builds for all supported architectures, so enable it for all.Justin Hibbits
2014-04-08Actually, since this is what I thought I was doing, only allow theSean Bruno
2013-11-29Move KDTRACE_FRAME to "options" since it's used by kern.pre.mk.Rui Paulo
2013-08-21The PADLOCK_RNG and RDRAND_RNG kernel options are now devices.David E. O'Brien
2012-09-13Rename the IVY_RNG option to RDRAND_RNG.Konstantin Belousov
2012-09-05Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov
2012-03-24Disable detailed PV entry accounting by default. Add a config optionAlan Cox
2012-03-21Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noAlan Cox
2012-01-31Add isci(4) driver for amd64 and i386 targets.Jim Harris
2011-08-26Make NKPT a kernel option on amd64 so that it can be set to a non-defaultJohn Baldwin
2010-10-29Merging mptable under x86 left this option undefined for amd64 case.Attilio Rao
2010-06-17Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.Alexander Motin
2010-03-11Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn
2009-09-09 - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI
2009-08-13* Completely Remove the option STOP_NMI from the kernel. This optionAttilio Rao
2009-03-11Merge in support for Xen HVM on amd64 architecture.Doug Rabson
2009-02-06Fix AGP debugging code:Wojciech A. Koszek
2008-05-26Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andBjoern A. Zeeb
2008-05-23Add a kernel option for amd64 to compile with the frame on the stackJohn Birrell
2008-03-26Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp
2007-11-30Allow the sio acpi attachment to be disabled (ie: use hints only). ThisPeter Wemm
2007-07-04Temporary disconnect i4bing, i4bisppp and i4bipr from the build forBjoern A. Zeeb
2006-07-29Remove sio(4) and related options from MI files to amd64, i386Marcel Moolenaar
2006-05-10Fix LINSYSFS in the platform options files that I missed from the platformDoug Ambrisko
2006-05-07- change the example of compiling only specific modules to not containAlexander Leidinger
2006-04-24o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front-Marcel Moolenaar
2005-12-12Remove all redundant option file names that don't hurt readability.Ruslan Ermilov
2005-12-06Add experimental BPF Just-In-Time compiler for amd64 and i386.Jung-uk Kim
2005-10-24Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to allJohn Baldwin
2005-06-29Move the KDB_STOP_NMI option from opt_global.h to opt_kdb.hPeter Wemm
2005-04-30Implement an alternate method to stop CPUs when entering DDB. Normally we useDoug White