summaryrefslogtreecommitdiffstats
path: root/sys/alpha/alpha
Commit message (Expand)AuthorAgeFilesLines
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-222-38/+33
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Whitespace.jhb2005-12-141-2/+2
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-1/+1
* Change pmap_enter_quick() to use the vm_prot_t parameter introduced inalc2005-12-021-3/+4
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-5/+0
* Improve inittodr(). Assume the real-time clock is reliable and onlymarcel2005-11-201-52/+40
* In get_pv_entry() use PMAP_LOCK() instead of PMAP_TRYLOCK() when deadlockalc2005-11-131-1/+4
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-30/+41
* Begin and end the initialization of pvzone in pmap_init().alc2005-11-041-17/+10
* Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save itsjhb2005-11-031-4/+6
* Instead of a panic()ing in pmap_insert_entry() if get_pv_entry() fails,alc2005-11-021-1/+50
* MFamd64/i386alc2005-10-311-7/+0
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-29/+43
* Specifically panic() in the case where pmap_insert_entry() fails toade2005-10-211-0/+2
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-142-35/+29
* Remove the hack to clear the owepreempt flag after running a fastjhb2005-09-291-17/+16
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Replace __RMAN_RESOURCE_VISIBLE with calls to public entry pointsphk2005-09-251-1/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Relocate direct map specs into struct alpha_chipset.ticso2005-09-191-6/+4
* Add a memory barrier for PREWRITE operations to ensure all writes by thejhb2005-09-151-0/+4
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-101-5/+0
* Pass a value of type vm_prot_t to pmap_enter_quick() so that it determinealc2005-09-031-2/+2
* - Add support for saving stack traces and displaying them via printf(9)jeff2005-08-031-0/+41
* Validate if the value written into {FS,GS}.base is a canonicaldavidxu2005-07-101-1/+2
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-31/+19
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-2/+2
* o Call cninit_finish() in configure_final().marcel2005-05-291-86/+1
* For ISA DMA maps, the chipsets scatter/gather feature is used. Asmarcel2005-05-251-0/+3
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-142-97/+7
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-7/+18
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-122-4/+4
* Fix another instance of TDP_OWEPREEMPT -> td_owepreempt.jhb2005-04-091-1/+1
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-044-59/+51
* MFi386 (1.610): let TUNABLE_ULONG_FETCH handle the suffix.des2005-04-011-33/+3
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-181-15/+16
* Customize this for the alpha by removing pc98 defines (unused on alpha)imp2005-03-161-17/+1
* Fix a long-standing bug in alpha's implementation of busdma. We need tomux2005-03-121-4/+4
* Remove dead code.scottl2005-03-071-17/+0
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Implement interrupt routing for DEC_KN20AA.ticso2005-02-101-35/+22
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-24/+26
* Sort includes a little so that bus.h comes before cpu.h (for device_t).njl2005-02-041-3/+3
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+9
* add cpu_idle support for 21066A based lca systemsticso2005-01-311-1/+9
* Add bus_dmamap_load_mbuf_sg() to alpha.scottl2005-01-151-5/+39
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-7/+5
* Begin all license/copyright comments with /*- or #-imp2005-01-0535-47/+47
OpenPOWER on IntegriCloud