summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-223-2/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-2/+0
* move awi to the Attic; it will not make the jump to the new world ordersam2008-04-201-1/+0
* Put in a real isa_irq_pending() stub in order to remove two lines of dmesgpeter2008-04-191-2/+14
* - Add inlines for the monitor and mwait instructions.jeff2008-04-181-0/+13
* Regenerate.jkim2008-04-163-4/+46
* Add stubs for syscalls introduced in Linux 2.6.17 kernel.jkim2008-04-162-0/+12
* This file is unused on amd64.imp2008-04-151-32/+0
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-142-237/+19
* Connect k8temp(4) to the build.rpaulo2008-04-121-0/+2
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Correct pmap_copy()'s method for extracting the physical address of aalc2008-04-101-6/+6
* Regeneratekib2008-04-083-41/+73
* Implement the linux syscallskib2008-04-084-28/+26
* Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.alc2008-04-071-4/+18
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-111/+2
* Eliminate an unnecessary test and its misleading comment from pmap_enter().alc2008-04-041-6/+0
* Optimize pmap_pml4e() and pmap_pdpe() based upon two observations: Thealc2008-04-021-3/+1
* Add support to mincore for detecting whether a page is part of aps2008-03-281-1/+2
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-1/+1
* Back in the good old days, PC's had random pieces of rock forphk2008-03-262-125/+0
* Eliminate unnecessary #includesphk2008-03-261-9/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-263-50/+23
* Rename timer0_max_count to i8254_max_count.phk2008-03-263-50/+51
* The RTC related pscnt and psdiv variables have no business being public.phk2008-03-262-4/+2
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-241-0/+4
* First pass at (possibly futile) microoptimizing of cpu_switch. Resultspeter2008-03-231-75/+116
* Correct an error in pmap_mincore() when applied to a 2MB page mapping:alc2008-03-231-3/+3
* Export TDP_KTHREAD to asm files.peter2008-03-231-0/+1
* Move pcb_flags to make trivially better use of cache lines.peter2008-03-231-1/+1
* Protect the setting of the fsbase/gsbase MSR registers and thepeter2008-03-231-0/+2
* To date, we have assumed that the TLB will only set the PG_M bit in aalc2008-03-231-38/+17
* Prevent the overflow in the calculation of the next page directory.kib2008-03-231-0/+18
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-201-15/+14
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-201-0/+14
* Simplify the interrupt code a bit:jhb2008-03-171-32/+15
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+20
* Regen.rdivacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-166-10/+12
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-142-9/+55
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptjhb2008-03-141-4/+4
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-134-38/+113
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64kib2008-03-133-5/+5
* The variable MTRR registers actually have variable-sized PhysBase andjhb2008-03-122-8/+26
* Minimize diffs with i686_mem.c:jhb2008-03-122-6/+9
* Remove kernel support for M:N threading.jeff2008-03-125-25/+2
* Style(9) these files. No changes in the compiled code. (Verified byjhb2008-03-111-405/+443
* Add constants for the various fields in MTRR registers.jhb2008-03-112-11/+27
OpenPOWER on IntegriCloud