summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-202-0/+112
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* If nooption SMP on powerpc, also nooption ADAPTIVE_SX, which depends onrwatson2007-04-011-0/+1
* Add bge(4).marcel2007-04-011-2/+3
* When writing to PCI configuration registers, don't immediatelymarcel2007-04-011-3/+0
* Remove unused file.marcel2007-04-011-833/+0
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-092-0/+4
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-073-8/+9
* Make pswitch_intr() returns interrupt handling status.piso2007-03-021-2/+3
* Catch up with bus_setup_intr() modification and garbage collect apiso2007-02-251-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-16/+18
* The table of known CPU models ends with an entry that has a versionmarcel2007-02-181-1/+1
* Remove the cast to caddr_t for sfp, they're not needed.kevlo2007-02-122-4/+4
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-072-1/+3
* Remove stale header.marcel2007-01-261-7/+0
* Propagate the CPU model to the hw.model sysctl.marcel2007-01-143-6/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add missing SC_NO_MODE_CHANGE option. Disable it in the powerpcmarius2007-01-101-0/+1
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The lattermarcel2006-12-282-2/+4
* Remove bogus increment of re-hashed PTEG index. This snuck in with r1.12 ofgrehan2006-12-202-2/+2
* Implement OF_decode_addr(). This makes uart(4) work as a serialmarcel2006-12-132-16/+256
* Implement bus_space_map().marcel2006-12-131-1/+2
* Add support for multiple FAST handlers.marcel2006-12-071-165/+98
* Threading cleanup.. part 2 of several.julian2006-12-062-8/+0
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-057-3/+46
* Don't use vm_page_flag_set() if installing bootstrap page-table entriesgrehan2006-11-302-2/+4
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-122-4/+6
* Eliminate unused global variables.alc2006-11-111-2/+0
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-0/+3
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
* Add 'options KSE' to the kernel config DEFAULTS on all arches/machinesjb2006-10-261-0/+3
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-265-0/+13
* Move "device splash" back to MI NOTES and "files", it's MI.ru2006-10-231-0/+1
* Mechanically kill redundant nodevice/nooption/nomakeoption, i.e.,ru2006-10-231-14/+0
* Fix remaining compile error.grehan2006-10-182-2/+2
* Attempt to fix compiling problem.davidxu2006-10-182-2/+2
* o Add keyword volatile for user mutex owner field.davidxu2006-10-172-14/+14
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-14/+0
* - Remove SCHED_ULE from GENERIC to better avoid foot-shooting bysimon2006-10-051-1/+0
* Catch up with recent clock modifications:grehan2006-10-052-2/+2
* PR:jb2006-10-041-88/+0
* remove orphaned sysctl_machdep_adjkerntz()phk2006-10-022-22/+0
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-022-20/+0
OpenPOWER on IntegriCloud