aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new pmap function, pmap_extract_and_hold(). This functionAlan Cox2003-09-081-0/+23
* MFamd64/i386Alan Cox2003-09-071-12/+19
* Fix build breakage caused by the inclusion of <ddb/ddb.h> whileMarcel Moolenaar2003-09-071-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyAlan Cox2003-08-291-0/+101
* Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,Alan Cox2003-08-281-33/+8
* Add option NO_SIO to work-around the hardcoded dependency on sio(4).Marcel Moolenaar2003-08-2513-201/+244
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-2222-37/+37
* - Lock the pte object when performing vm_page_grab().Alan Cox2003-08-201-3/+9
* Fixup the ELF branding information to point to the new home of rtld.Gordon Tetlow2003-08-171-1/+1
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-1735-176/+196
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalMarcel Moolenaar2003-08-161-0/+17
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-4/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-122-4/+48
* - Convert Alpha over to the new calling conventions for cpu_throw() andJohn Baldwin2003-08-122-59/+44
* Implement cpu_set_upcall_kse(). Further tweaking may be needed afterMarcel Moolenaar2003-08-111-3/+24
* MFI386: Acquire the page queues lock in pmap_insert_entry(), fromAndrew Gallatin2003-08-071-1/+2
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-042-14/+0
* Style sync.David E. O'Brien2003-08-031-7/+7
* In set_mcontext(), store the (user) stack pointer and the threadMarcel Moolenaar2003-07-311-0/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sBosko Milekic2003-07-311-1/+1
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-314-0/+7
* In cpu_thread_setup(), set md_pcbpaddr to the physical address ofMarcel Moolenaar2003-07-311-1/+2
* In get_mcontext(), if we need to clear the return value, clearMarcel Moolenaar2003-07-301-0/+1
* Reset the per-CPU unique value at boot and clear it in the PCB of theMarcel Moolenaar2003-07-273-3/+9
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-272-8/+12
* MFi386 revision 1.416Alan Cox2003-07-251-7/+10
* Implement casuptr().Marcel Moolenaar2003-07-242-7/+29
* In get_mcontext() and set_mcontext() save and restore the currentMarcel Moolenaar2003-07-241-3/+15
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both areMarcel Moolenaar2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointerMarcel Moolenaar2003-07-241-1/+2
* Enable eisa support on alpha.Bernd Walter2003-07-212-0/+2
* Rename thread_siginfo to cpu_thread_siginfo.David Xu2003-07-151-1/+1
* MFi386Alan Cox2003-07-061-2/+2
* Background: pmap_object_init_pt() premaps the pages of a object inAlan Cox2003-07-031-105/+4
* Silly compile fixes from resource_disabled() commit.John Baldwin2003-07-031-1/+1
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-3/+1
* Oops, add back a free() call that I mistakenly removed inMaxime Henrion2003-07-011-0/+1
* Sync with i386's busdma backend. This fixes a few bugs and addsMaxime Henrion2003-07-011-33/+48
* Mega busdma API commit.Scott Long2003-07-013-7/+77
* - Export pmap_enter_quick() to the MI VM. This will permit theAlan Cox2003-06-291-3/+1
* Implement fuword32() and suword32(). These functions are used inMarcel Moolenaar2003-06-291-1/+40
* MFi386Alan Cox2003-06-281-4/+9
* enable interrupt routing for mcpcia based systemsBernd Walter2003-06-281-53/+44
* Add a machine depended function thread_siginfo, SA signal codeDavid Xu2003-06-281-0/+19
* Do the first and mostly mechanical step of adding mutex support to theScott Long2003-06-271-0/+5
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Fix a performance bug in all of the various implementations ofAlan Cox2003-06-181-1/+1
* Don't set TDF_UPCALLING in cpu_set_upcall, it is not only used byDavid Xu2003-06-151-2/+0
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-152-2/+2