summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Reimplement bus_dmamap_load with bus_dmamap_load_buffer.yongari2007-06-221-68/+32
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-06-221-0/+2
* Enable the new physical memory allocator.alc2007-06-161-0/+18
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR.marcel2007-06-131-0/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-097-19/+22
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Sync with other platforms: add kluge to use contigmalloc when themarcel2007-06-081-6/+18
* Fix the compile. Band-aid until it is worked out how to use the contextgrehan2007-06-062-2/+2
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-042-4/+4
* Rework the PCPU_* (MD) interface:attilio2007-06-043-5/+6
* Revert VMCNT_* operations introduction.attilio2007-05-312-4/+4
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Eliminate some unused definitions that came from NetBSD.alc2007-05-281-2/+0
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-274-24/+14
* Eliminate an unused definition.alc2007-05-271-1/+0
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-4/+4
* 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
OpenPOWER on IntegriCloud