summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
* Emit opcodes closer to GNU as(1) generated codes and micro-optimize.jkim2008-06-242-63/+49
* Rehash and clean up BPF JIT compiler macros to match AT&T notations.jkim2008-06-232-152/+152
* Ensure that KERNBASE is no less than the virtual address -2GB.alc2008-06-231-1/+1
* Prepare for a larger kernel virtual address space. Specifically, oncealc2008-06-211-4/+8
* Make preparations for increasing the size of the kernel virtualalc2008-06-201-3/+3
* Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabitdelphij2008-06-201-0/+1
* Make preparations for increasing the size of the kernel virtualalc2008-06-205-7/+7
* Tweak the promotion test in pmap_promote_pde(). Specifically, test PG_Aalc2008-06-131-5/+4
* Reverse the direction of pmap_promote_pde()'s traversal over the specifiedalc2008-06-121-11/+27
* Correct an error in pmap_promote_pde() that may result in an errantalc2008-06-011-5/+3
* Add jme(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-271-0/+1
* Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE andbz2008-05-261-114/+0
* Add the DTrace hooks for exception handling (Function boundary tracejb2008-05-243-0/+125
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-29/+0
* Add age(4) to the list of drivers supported by GENERIC kernel.yongari2008-05-191-0/+1
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-12/+0
* Resort the if_ti driver to match the PCI Network cards instead of placingremko2008-05-171-1/+1
* Removed unused assembly offsets for structures digging.attilio2008-05-161-3/+0
* Regen.rdivacky2008-05-133-7/+10
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-132-4/+4
* Correct an error in pmap_align_superpage(). Specifically, correctlyalc2008-05-111-2/+3
* Introduce pmap_align_superpage(). It increases the starting virtualalc2008-05-091-0/+23
* enable IEEE80211_DEBUG and IEEE80211_AMPDU_AGE by defaultsam2008-05-031-0/+2
* Intel 4965 wireless driver (derived from openbsd driver of the same name)sam2008-04-291-0/+2
* Always use PG_PS_FRAME to extract the physical address of a 2/4MB pagealc2008-04-251-9/+10
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-252-40/+172
* Implement linux_truncate64() syscall.rdivacky2008-04-231-1/+0
* 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
OpenPOWER on IntegriCloud