summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-4/+1
* Add synchronization to moea_zero_page() and moea_zero_page_area().alc2006-07-102-16/+34
* Eliminate the acquisition and release of Giant from moea_extract_and_hold()alc2006-07-012-12/+0
* Backed out the change by request from rwatson.babkin2006-06-261-1/+0
* Synchronize accesses to the PTEG table.alc2006-06-252-6/+58
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+1
* Prevent 'mutex not owned' panic on boot if INVARIANTS is in the kernel. Thisrink2006-06-172-0/+4
* 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-154-19/+12
* Some machines have an ESCC. Make sure we build uart(4) with supportmarcel2006-06-121-0/+1
* Add the ability to subset the devices that UART pulls in. This allowsimp2006-06-121-0/+3
* Correct a typo in the previous revision.alc2006-06-062-2/+2
* Add a stub for pmap_enter_object().alc2006-06-061-0/+7
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-053-30/+139
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-167-7/+0
* Remove straggling reference to CPU_ macrosphk2006-05-112-4/+4
* Clean out sysctl machdep.* related defines.phk2006-05-111-11/+0
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-206-1/+6
* Add kbdmux(4). This avoids having to use the hint.pcib.1.skipslot=26marcel2006-04-071-0/+1
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-032-6/+3
* Add a dummy implementation of bus_space_map().marcel2006-03-311-3/+9
* Simplify system time accounting for profiling.phk2006-02-082-8/+6
* Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43)phk2006-01-101-0/+1
* Set the siginfo si_addr field, and also the mysterious 3rd parametergrehan2006-01-072-2/+8
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-061-5/+3
* MI changes:netchild2005-12-312-0/+16
* Remove duplicate options (originals in sys/conf/NOTES).ru2005-12-301-2/+0
* Add user-space profiling support. Kernel profiling still todo.grehan2005-12-291-8/+82
* Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structuresobomax2005-12-261-0/+2
* Forward-declare struct trapframe to allow the aic module to compile.grehan2005-12-241-0/+2
* Mark the return address of the call to ast() in the generic trapgrehan2005-12-233-5/+13
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-227-29/+11
* add LINT buildsam2005-12-212-0/+86
* GC some unused frame types.jhb2005-12-162-94/+0
* - Cleanup whitespace and extra ()s in vtophys() macros.jhb2005-12-061-1/+1
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-032-93/+40
* - Allow duplicate "machine" directives with the same arguments.ru2005-11-272-3/+1
* Create DEFAULTS files for alpha, ia64, powerpc, and sparc64 and movejhb2005-11-212-1/+10
* Create a device node in /dev when a USB keyboard is plugged in.arun2005-11-211-0/+1
* Eliminate pmap_init2(). It's no longer used.alc2005-11-202-20/+0
* Add definitions for 64-bit PTEsgrehan2005-11-111-10/+47
* ata_generic_hw takes a dev as a parameter, not a channel.grehan2005-11-111-1/+1
* Fix compile warning: pmap_bootstrap is now declared extern in pmap.h,grehan2005-11-112-2/+0
* No longer needed: replaced by mmu_if.m/pmap_dispatch.c/mmu_oea.cgrehan2005-11-091-2476/+0
* Apply r1.103 to correct place.grehan2005-11-091-1/+0
* Reimplement the reclamation of PV entries. Specifically, performalc2005-11-091-2/+0
* Name change from pmap_* to moea_* to fit into the new order ofgrehan2005-11-082-934/+918
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-086-4/+1248
* Finally (!?) get to the bottom of the mysterious G3 boot-time panics.grehan2005-11-071-1/+1
OpenPOWER on IntegriCloud