summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-45/+1
* Simplify the interrupt code a bit:jhb2008-03-171-6/+1
* Make remote GDB work for AIM processors. For BookE, the kernelmarcel2008-03-171-40/+12
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* In intr_lookup(), when adding an IRQ to powerpc_intrs[], alsomarcel2008-03-111-7/+10
* For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabledmarcel2008-03-071-6/+4
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-073-42/+115
* Import the omitted gdb_machdep.c for PowerPC kernel.raj2008-03-031-2/+57
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-3/+4
* Unify and generalize PowerPC headers, adjust AIM code accordingly.raj2008-03-022-22/+75
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
* Avoid hardcoding the kernel link address in the linker script.marcel2008-02-271-0/+1
* Teach PowerPC CPU identification routines to recognize e500 cores. Fix styleraj2008-02-251-91/+106
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-123-37/+77
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-0/+788
* This file was repocopied to src/sys/powerpc/aim, where it willmarcel2007-12-1415-7483/+0
* Remove unused file.marcel2007-12-141-110/+0
* Break out stack(9) from ddb(4):rwatson2007-12-022-38/+98
* Extend critical section coverage in the low-level interrupt handlers toscottl2007-11-211-1/+1
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-173-0/+44
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* A bunch more files that should probably print out a thread namejulian2007-11-141-3/+3
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* Split decr_init() into two, with the section that reads the timebasegrehan2007-11-132-4/+13
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+3
* Cut over to ULE on PowerPCgrehan2007-10-233-3/+8
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-116-390/+272
* Re-enable external interrupts for faults, traps and syscalls.marcel2007-08-081-9/+8
* Eliminate <machine/interruptvar.h> as it has only a singlemarcel2007-08-072-3/+1
* Remove redundant prototype.marcel2007-08-071-2/+0
* Fix backward compatibility of the "old" (i.e. FreeBSD6) lseekmarcel2007-07-311-2/+2
* 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
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-093-12/+8
* 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-061-1/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-041-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-2/+2
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Don't initialize the decrementer before initclocks() is called.marcel2007-05-272-12/+7
* 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-181-2/+2
* Add ofw bus methods to the ppc nexus driver. This will be used in futuregrehan2007-04-201-0/+56
* Remove unused file.marcel2007-04-011-833/+0
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+2
* Update openpic to support the new bus_setup_intr() syntax.piso2007-03-072-4/+5
OpenPOWER on IntegriCloud