summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* regen after addition of linux_utimes and linux_rt_sigtimedwaitnetchild2006-12-313-7/+11
* MFp4 (111746, 108671, 108945, 112352):netchild2006-12-312-4/+6
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentbde2006-12-291-23/+23
* Fixed some style bugs (whitespace only).bde2006-12-291-30/+31
* Try harder to garbage-collect the "LOCORE" (really asm) version ofbde2006-12-291-6/+6
* Regenerate.rwatson2006-12-293-17/+17
* Assign or clean up audit identifiers for a number of additional Linuxrwatson2006-12-291-18/+19
* Removed gratuitous cosmetic differences with the i386 version. Thisbde2006-12-281-7/+7
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.bde2006-12-271-10/+10
* Fix a panic when rebooting a SMP machine, when option STOP_NMI is used,davidxu2006-12-231-0/+1
* MFP4: 109655jkim2006-12-202-23/+2
* Add a lwpid field into per-cpu structure, the lwpid represents currentdavidxu2006-12-203-3/+8
* Evidently neither GENERIC nor kan's config had isa in it :-0. Askmacy2006-12-171-1/+1
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-179-79/+82
* Add msk(4) to the list of drivers supported by GENERIC kernel.yongari2006-12-131-0/+1
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-122-5/+47
* Sort function prototypes.jhb2006-12-121-1/+1
* Add a function to return the MD interrupt source cookie associated withjhb2006-12-121-3/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowsobomax2006-12-061-0/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Use a different bitmask for superpages' base address so that itru2006-12-053-9/+6
* MFP4 (110939):netchild2006-12-031-1/+1
* Sync with i386 (remove the LINUX stuff) now that the module is usable.netchild2006-12-031-5/+0
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* Differentiate between data and instruction fetch in the fatalru2006-11-281-1/+2
* Use a define instead of a "magic" value.ru2006-11-231-1/+1
* Finish the PG_NX support at the pmap level.ru2006-11-231-3/+12
* It's been possible to build linprocfs as a module for some time now.ru2006-11-221-1/+1
* The global variable avail_end is redundant and only used once. Eliminatealc2006-11-193-10/+7
* Add support for 8 byte hardware watches in long mode. Kernel hardwarejhb2006-11-173-5/+17
* - Add macro constants for the various fields in %dr7 and use them in placejhb2006-11-173-38/+54
* Trim some noise from bootverbose:jhb2006-11-172-15/+14
* A few more style fixes.jhb2006-11-171-4/+3
* Various whitespace and style fixes.jhb2006-11-153-44/+44
* Fix a typo that broke MSI (MSI-X worked fine) in the later revisions ofjhb2006-11-151-1/+1
* MD support for PCI Message Signalled Interrupts on amd64 and i386:jhb2006-11-137-4/+656
* Various fixes:jhb2006-11-131-83/+61
* Fix NKPT comments to match reality. Note that the current valueru2006-11-131-2/+3
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+3
* Regen.ru2006-11-111-1/+1
* Spelling.ru2006-11-071-1/+1
* Line up memory amount reporting that got broken when s/real/usable/.ru2006-11-071-2/+2
* Add a new 'union l_sigval' to use in place of 'union sigval' in thejhb2006-11-071-3/+6
* Remove duplicate IDTVEC macro definition, it's already defined injhb2006-11-071-2/+0
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-0/+3
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
OpenPOWER on IntegriCloud