summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-2/+6
* o Revert the part of if_gem.c rev. 1.35 which added a call to gem_stop()marius2007-09-261-1/+0
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesalc2007-09-152-8/+8
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-1115-1098/+495
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-082-18/+16
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-075-39/+5
* Remove redundant prototype.marcel2007-08-072-4/+0
* Add prototype for trap().marcel2007-08-071-0/+7
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-312-4/+4
* Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32()marcel2007-07-101-3/+8
* 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
OpenPOWER on IntegriCloud