summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-1/+1
* Eliminate the unnecessary acquisition and release of the page queues lockalc2006-08-061-4/+0
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-18/+1
* Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-291-3/+0
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-14/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Add stge(4) to the list of drivers supported by GENERIC kernel.yongari2006-07-251-0/+1
* Add pmap_clear_write() to the interface between the virtual memoryalc2006-07-201-2/+0
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-9/+6
* Make the firmware assist driver resident inmjacob2006-07-091-1/+2
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-151-1/+0
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* - Complete breaking out the definition of bus_space_{tag,handle}_t bymarius2006-06-132-12/+4
* Correct transposed digits in device names which were added in themarius2006-06-131-2/+2
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+5
* - Merge sys/sparc64/pci/psycho.c rev. 1.8:marius2006-06-081-7/+26
* add ath & co.sam2006-06-071-0/+9
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-11/+64
* - Declare the PnP map const.marius2006-06-051-1/+4
* MFalpha/amd64/arm/ia64alc2006-05-292-23/+7
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-19/+0
* Uncomment sk(4) as it's now working.yongari2006-04-271-1/+1
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-241-2/+2
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-204-1/+4
* Remove sab(4).marcel2006-04-191-2/+0
* - Since critical sections no longer raise the processor interrupt level tomarius2006-04-172-38/+46
* For USIII CPUs the type of the trap caused by peeking/poking non-existentmarius2006-04-041-7/+5
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* - s,tramoline,trampoline, in a comment.marius2006-04-032-10/+22
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-1/+1
* Add scc(4).marcel2006-03-301-2/+2
* - We only lock the local per-CPU page in the local dTLB, so accessing themarius2006-03-291-5/+17
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedmarius2006-03-291-0/+16
* - Add a comment describing why tick_init() is called before cninit().marius2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()marius2006-03-281-7/+12
* Add convenience macros for the full register set and use them to replacemarius2006-03-282-23/+74
* Sync with the other archs and declare the memory location referenced bymarius2006-03-281-4/+4
* Fix a c/p error.brueffer2006-02-281-1/+1
* - Don't bother traversing trap frames in stack_save(). This fixes panicsmarius2006-02-192-4/+34
* Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
* For E250 and E450 enable the watchdog part of the MK48Txx as it justmarius2006-02-151-1/+19
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* CPU time accounting speedup (step 2)phk2006-02-111-9/+1
* Simplify system time accounting for profiling.phk2006-02-081-6/+4
* Modify the way we account for CPU time spent (step 1)phk2006-02-072-1/+18
* Hook up le(4) to the build. For now it's only added to the sparc64 GENERICmarius2006-01-311-2/+2
OpenPOWER on IntegriCloud