summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-192-0/+12
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.bms2003-10-061-1/+0
* Migrate pmap_prefault() into the machine-independent virtual memory layer.alc2003-10-033-24/+39
* DELAY must be a routine, not a macro definition.grehan2003-09-264-6/+4
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitpeter2003-09-252-13/+2
* _MACHINE/_MACHINE_ARCH shouldn't be quoted. Found by trying togrehan2003-09-241-2/+2
* Soften assert in pmap_remove_all.grehan2003-09-223-12/+75
* ATAng requires <sys/taskqueue.h>grehan2003-09-222-0/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-292-0/+202
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-162-14/+18
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-4/+6
* Update powerpc to use the (old thread,new thread) calling conventiongrehan2003-08-144-74/+60
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-122-4/+48
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-13/+0
* Deal with GCC annoyingly defining _BIG_ENDIAN.obrien2003-08-031-0/+1
* Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in pmap_mapdev().alc2003-08-023-3/+3
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-313-6/+6
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-318-2/+14
* Make pmap_pvo_allocf() callable without Giant.alc2003-07-273-18/+18
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-6/+12
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-152-2/+2
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-033-9/+15
* Mega busdma API commit.scottl2003-07-012-3/+68
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-293-0/+24
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* A module to handle the interrupt controller on Heathrow/Paddingtongrehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'grehan2003-06-282-0/+622
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-282-0/+38
* Do the first and mostly mechanical step of adding mutex support to thescottl2003-06-271-0/+1
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-253-6/+0
* Migrate the thread stack management functions from the machine-dependentalc2003-06-144-460/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-143-75/+0
* GC unused cpu_wait() functionpeter2003-06-112-12/+0
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-042-2/+2
* Remove #include <sys/disklabel.h>phk2003-06-012-2/+0
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-2/+3
* sys/sys/limits.h:kan2003-05-192-3/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-132-8/+10
* Things run thru the C preprocessor must use C-style comments.obrien2003-05-052-22/+22
* Style fixes.kan2003-05-041-8/+11
* Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-012-6/+2
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-6/+0
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-302-2/+2
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-302-2/+6
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-302-2/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-66/+4
OpenPOWER on IntegriCloud