summaryrefslogtreecommitdiffstats
path: root/sys/alpha
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha specific linuxolator files.netchild2006-05-0813-3478/+0
* - change the example of compiling only specific modules to not containnetchild2006-05-072-9/+1
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-0/+6
* Fix previous commit: the resource returned by rman_reserve_resource()marcel2006-05-021-10/+8
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-2/+0
* Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT belowdelphij2006-04-241-2/+2
* Revert part of previous commit. In alpha_platform_alloc_ide_intr(),marcel2006-04-221-6/+1
* Set the rid for any resources that are allocated at the level whereimp2006-04-204-10/+29
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-121-41/+14
* Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to themarcel2006-04-031-0/+2
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-8/+1
* Use the read_cycle_count() function recently added for cpu_ticks() forjhb2006-03-282-2/+2
* Remove some dummy functions, we have corresponding real ones now.netchild2006-03-211-3/+0
* regennetchild2006-03-203-15/+45
* Fix tinderbox on alpha.netchild2006-03-201-15/+12
* regennetchild2006-03-183-4/+3
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-5/+1
* regen after COMPAT_43 removalnetchild2006-03-184-14/+17
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-6/+3
* Use the Alpha PCC as a cpu ticker for process runtime accounting. This isjhb2006-03-072-1/+29
* - Simplify the i8254 timecounter for the alpha since we don't actually havejhb2006-03-071-97/+12
* Close some races between procfs/ptrace and exit(2):jhb2006-02-222-3/+28
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* Simplify system time accounting for profiling.phk2006-02-081-7/+4
* Modify the way we account for CPU time spent (step 1)phk2006-02-071-1/+1
* - Always call exec_free_args() in kern_execve() instead of doing it in alljhb2006-02-062-2/+0
* Regenerate.rwatson2006-02-063-164/+164
* Reflect fix in Linux setfsgid() event name from OpenBSM in the alpharwatson2006-02-061-1/+1
* Assign audit identifiers to alpha/linux system calls so that they willrwatson2006-02-041-173/+174
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoimp2006-01-092-2/+2
* Define __HAVE_ACPI and/or __PCI_REROUTE_INTERRUPT, as appropriate forimp2006-01-011-0/+2
* MI changes:netchild2005-12-311-0/+7
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-262-0/+4
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-224-50/+34
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-1/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-151-1/+0
* Whitespace.jhb2005-12-141-2/+2
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-2/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* 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
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-273-9/+1
* Don't enable PUC_FASTINTR by default in the source. Instead, enable itjhb2005-11-211-0/+2
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-1/+10
* 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
* Add uart(4). When both sio(4) and uart(4) can handle a serial port,marcel2005-11-051-2/+3
OpenPOWER on IntegriCloud