summaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+7
* Fix LOR that occurs because proctree_lock was acquired while holdingKonstantin Belousov2007-02-011-8/+8
* MFi386: Use LINUX_SIG_VALID macro.Konstantin Belousov2007-02-011-1/+1
* Use a known good stack at the time of servicing an NMI --- reuseJoseph Koshy2007-01-271-1/+1
* - Remove setrunqueue and replace it with direct calls to sched_add().Jeff Roberson2007-01-231-3/+4
* - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decisionJeff Roberson2007-01-231-8/+5
* Cleaned up declaration and initialization of clock_lock. It is onlyBruce Evans2007-01-233-15/+18
* Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support.John Baldwin2007-01-225-0/+37
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-201-4/+37
* Revert previous change.Craig Rodrigues2007-01-181-1/+1
* Forward declare __pcpu as a pointer type instead of an array type toCraig Rodrigues2007-01-181-1/+1
* MFp4 (112893):Alexander Leidinger2007-01-141-0/+1
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-121-4/+1
* Remove magic from rman_activate_resource() that uses the direct map atJohn Baldwin2007-01-111-24/+6
* - Use the correct test in the ipi bitmask handler for IPI_PREEMPT so thatJeff Roberson2007-01-111-4/+2
* Add SSSE3 extensions and correct CNXT-ID spelling for Intel processors.Jung-uk Kim2007-01-092-3/+4
* MFp4 (112498):Alexander Leidinger2007-01-071-1/+1
* MFi386 rev 1.56:Alexander Leidinger2007-01-061-6/+46
* regen after addition of linux_utimes and linux_rt_sigtimedwaitAlexander Leidinger2006-12-313-7/+11
* MFp4 (111746, 108671, 108945, 112352):Alexander Leidinger2006-12-312-4/+6
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentBruce Evans2006-12-291-23/+23
* Fixed some style bugs (whitespace only).Bruce Evans2006-12-291-30/+31
* Try harder to garbage-collect the "LOCORE" (really asm) version ofBruce Evans2006-12-291-6/+6
* Regenerate.Robert Watson2006-12-293-17/+17
* Assign or clean up audit identifiers for a number of additional LinuxRobert Watson2006-12-291-18/+19
* Removed gratuitous cosmetic differences with the i386 version. ThisBruce Evans2006-12-281-7/+7
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.Bruce Evans2006-12-271-10/+10
* Fix a panic when rebooting a SMP machine, when option STOP_NMI is used,David Xu2006-12-231-0/+1
* MFP4: 109655Jung-uk Kim2006-12-202-23/+2
* Add a lwpid field into per-cpu structure, the lwpid represents currentDavid Xu2006-12-203-3/+8
* Evidently neither GENERIC nor kan's config had isa in it :-0. AsKip Macy2006-12-171-1/+1
* Newer versions of gcc don't support treating structures passed by valueKip Macy2006-12-179-79/+82
* Add msk(4) to the list of drivers supported by GENERIC kernel.Pyun YongHyeon2006-12-131-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andJohn Baldwin2006-12-122-5/+47
* Sort function prototypes.John Baldwin2006-12-121-1/+1
* Add a function to return the MD interrupt source cookie associated withJohn Baldwin2006-12-121-3/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowMaxim Sobolev2006-12-061-0/+1
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-4/+0
* Use a different bitmask for superpages' base address so that itRuslan Ermilov2006-12-053-9/+6
* MFP4 (110939):Alexander Leidinger2006-12-031-1/+1
* Sync with i386 (remove the LINUX stuff) now that the module is usable.Alexander Leidinger2006-12-031-5/+0
* Optimized RTC accesses by avoiding null writes to the index registerBruce Evans2006-12-031-9/+16
* Turn console printf buffering into a kernel option and only onJohn Birrell2006-11-301-1/+0
* Differentiate between data and instruction fetch in the fatalRuslan Ermilov2006-11-281-1/+2
* Use a define instead of a "magic" value.Ruslan Ermilov2006-11-231-1/+1
* Finish the PG_NX support at the pmap level.Ruslan Ermilov2006-11-231-3/+12
* It's been possible to build linprocfs as a module for some time now.Ruslan Ermilov2006-11-221-1/+1
* The global variable avail_end is redundant and only used once. EliminateAlan Cox2006-11-193-10/+7
* Add support for 8 byte hardware watches in long mode. Kernel hardwareJohn Baldwin2006-11-173-5/+17
* - Add macro constants for the various fields in %dr7 and use them in placeJohn Baldwin2006-11-173-38/+54