summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29Ansify function declarations.Joel Sing
2010-06-29Factor out code used to save and flushe process FPU context.Joel Sing
2010-06-29Store pointer to process FPU state in struct cpu_info.Joel Sing
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-26Add GENERIC.MP.Joel Sing
2010-06-26Do not store curcpu() in syscall and trap handlers since we can go toJoel Sing
2010-06-26Avoid a potential race when unlocking a mutex.Joel Sing
2010-06-19Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@Miod Vallat
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriateMiod Vallat
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-08Add missing function prototype.Joel Sing
2010-06-03Rename ci_spinup_stack to ci_stack and use it as the stack for both CPUJoel Sing
2010-06-03Add missing function prototypes for MP kernels.Joel Sing
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-27We no longer need -traditional-cpp for hppa.Joel Sing
2010-05-27Generate exported names using token pasting rather than a macro. OtherwiseJoel Sing
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25Use token paste operator to avoid nested __CONCAT() macros. This allowsJoel Sing
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24Add missing prototypesTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23no need for -Dhppa or -Dhppa64 on these architecturesTheo de Raadt
2010-05-22Remove instruction TLB purges for direct mappings that will never have theMark Kettenis
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-19Spin up secondary CPUs on hppa multiprocessor kernels. At this stage weJoel Sing
2010-05-17Fix locking logic, remembering that hppa locks are inverted. Whilst hereJoel Sing
2010-05-16Use a per CPU trap save area, ensuring that we maintain 64-byte alignmentJoel Sing
2010-05-09Prevent "taken branch" exceptions from kernel space by clearing the PSL_TMark Kettenis
2010-05-09Make single stepping a system call work. Instead of single stepping throughMark Kettenis
2010-05-09Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1.Mark Kettenis
2010-05-06Ansify functions and use "clock" rather than the CPU name for clockJoel Sing
2010-05-06Count the number of CPUs in the system.Joel Sing
2010-05-05Since we never set the X bit for directly mappings, nothing can be moved intoMark Kettenis
2010-05-02Properly initialize the members of `struct mdproc' that deal withMark Kettenis
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-29Currently pdc_scanbus() scans in reverse, which results in physical CPU0Joel Sing
2010-04-29Use per CPU hardware interrupt mask.Joel Sing
2010-04-29Store hardware timer information per CPU.Joel Sing
2010-04-28Do not modify hardware interrupt mask when establishing a soft interruptJoel Sing