summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2010-11-26Nuke the unused variable cpus_attached. It is unused and 32 bitsKenneth R Westerback
2010-11-23removed slot argument of function pckbc_cnattachAlexandr Shadchin
2010-11-22Remove old comment about constab[] being eventually generated by config(8).Miod Vallat
2010-11-22Remove prototypes for missing (removed) functions or already found in aMiod Vallat
2010-11-20typoMiod Vallat
2010-11-20This is a first step towards getting rid of avail_start and avail_end in theMiod Vallat
2010-11-20__attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, andMiod Vallat
2010-11-18Don'tMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-11-15rename aesni_sess to aesni_session; bugged me all the timeMike Belopuhov
2010-11-15do session allocations from the poolMike Belopuhov
2010-11-15thrash less cache lines and zero out only what we've touchedMike Belopuhov
2010-11-15convert one if-else instance to the switch to ease gcm integration;Mike Belopuhov
2010-11-15round up crd_len to the blocksize; will be needed for gcmMike Belopuhov
2010-11-15there's either mbuf or an iovec, no other option is possibleMike Belopuhov
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe
2010-11-12Push all potential (as in, all system MI not utilized by the bootblocks)Theo de Raadt
2010-11-10pass aesni_ctr_enc an initial counter block instead of an initialization vectorMike Belopuhov
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini
2010-11-03no need to specify the -t flag to ctagsTheo de Raadt
2010-11-03only let vmt match and therefore attach if mainbus is specifically askingDavid Gwynne
2010-11-01use the amd64 name for this frame, instead of the i386 name, to bePeter Hessler
2010-11-01convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into aPeter Hessler
2010-10-26The LDT is only used by dead compat code now, so load the ldtPhilip Guenthe
2010-10-26enable vmt(4). hopefully it will get some use soon.David Gwynne
2010-10-14Clean up segment handling: switch user-space to using code and dataPhilip Guenthe
2010-10-06Correct the condition under which the x_wakeup_vector is cleared.Theo de Raadt
2010-10-04add support for midi(4) ports to envy(4)Alexandre Ratchov
2010-10-02turn off lid suspend if we doing halt -pTheo de Raadt
2010-10-02unneccessary check before calling cpu_unidle; Vladimir KirillovTheo de Raadt
2010-10-02Ensure the caches are wbinvd'd before we say that the cpu is not runningTheo de Raadt
2010-10-02make ci_flags volatile; some future MD code will depend on this.Theo de Raadt
2010-09-29Back out previous, it appears to be broken.Joshua Elsasser
2010-09-29When reading MXCSR from userland sigcontext, mask out invalid bits.Joshua Elsasser
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-09-28Correct the handling of GS.base when iretq faults: the fault happensPhilip Guenthe
2010-09-27add support for tracing process stacks in ddb (trace /p).Mike Belopuhov
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-24Add stricter asserts to DIAGNOSTIC kernels to help catch mutex andMatthew Dempsky
2010-09-23enable utwitch(4) (formely uyurex(4)) by defaultYojiro Uo
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-21Make splassert(IPL_NONE) work on amd64 the same as it does on i386.Matthew Dempsky
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-09-10Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem.Mark Kettenis
2010-09-08activate NTFS, let's hope it gets less experimental soon (as beck@ said)Marc Espie
2010-09-07enable aesni.Mike Belopuhov
2010-09-07shorten fpu critical sections so that all frees and other manipulationsMike Belopuhov
2010-09-06Make sure bus_dmamap_sync() always involves a function call, to prevent theMark Kettenis
2010-09-06Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(),Philip Guenthe