summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include
AgeCommit message (Expand)Author
2011-04-07Make sure the ALIGN() macro uses u_long on all platforms for consistency, andMiod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2011-01-14Implement a function to broadcast IPIs to all running CPUs.Joel Sing
2011-01-14Provide an IPI to halt a CPU.Joel Sing
2011-01-12Provide a specific rw_cas() function for MP kernels; stolen from m88k.Mark Kettenis
2011-01-12Make __cpu_simple_lock implementation actually work.Mark Kettenis
2011-01-08forward decl struct procTheo de Raadt
2011-01-02Make need_resched() call cpu_unidle() such that we wake up a process running onMark Kettenis
2010-12-30Turn signotify() into a function that also calls cpu_unidle().Joel Sing
2010-12-30Implement cpu_unidle() for MP kernels.Joel Sing
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-12-06Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) toMiod Vallat
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of aMiod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-11-18Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h>Miod Vallat
2010-10-26thib missed this architecture when he did all the other architectures;Theo de Raadt
2010-10-01Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platformsPhilip Guenthe
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-07-02Implement FPU shootdowns for hppa multiprocessor kernels. There are stillJoel Sing
2010-07-01Create a struct to store FP state and include a pointer to the CPU thatJoel Sing
2010-07-01Include atomic.h via lock.h like other architectures do.Joel Sing
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-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-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing
2010-06-19Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@Miod Vallat
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-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-16Use a per CPU trap save area, ensuring that we maintain 64-byte alignmentJoel Sing
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-23Merge the only relevant (for now) parts of simplelock.h into lock.hTheo de Raadt
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2010-04-19Make ipending a per-CPU value.Joel Sing
2010-04-19Make the Processor Status Word (PSW) a per-CPU value.Joel Sing
2010-04-01Allow for multiple CPUs by moving to an array of cpu_info.Joel Sing
2010-03-28Allow a multiprocessor kernel to compile.Joel Sing
2010-03-25Add MP lock support for OpenBSD/hppa.Joel Sing
2010-01-10GCC doesn't respect the aligned attribute for automatic variables. SoMark Kettenis
2010-01-03Implement pmap_proc_iflush() such that the instruction cache is synchronizedMark Kettenis
2009-12-31Implement wrappers for enabling and disabling interrupts.Joel Sing