summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Fix another bug involving /dev/mem and the OEA64 scratchpage. Whennwhitehorn2010-02-251-4/+2
* Turn on experimental support for DEEPNAP on the 970MP.nwhitehorn2010-02-201-2/+10
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-1/+2
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-281-93/+102
* Fix cpuid output on E500 core.raj2009-11-191-0/+2
* Unbreak E500 builds. The inline assembly for the 970 CPUsmarcel2009-11-061-1/+6
* Make procstat -k work on PowerPC by avoiding mistakenly using signednwhitehorn2009-10-301-2/+2
* Turn on NAP mode on G5 systems, and refactor the HID0 setup code a little.nwhitehorn2009-10-241-89/+153
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-232-17/+16
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-213-14/+17
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-1/+7
* - Add the right includes to use kmem_alloc(). This was broken by myjeff2009-06-251-0/+7
* Implement a facility for dynamic per-cpu variables.jeff2009-06-232-1/+5
* Teach cpu_est_clockrate() about the G5's slightly different PMC. Thisnwhitehorn2009-06-171-3/+34
* Get the gdb/psim emulator functioning again.grehan2009-06-101-2/+4
* Provide 64-bit big endian bus space operations for PowerPC. They are requiredraj2009-06-061-9/+33
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-6/+32
* Improve style(9), clean up.raj2009-05-211-17/+13
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-213-0/+15
* PowerPC common SMP startup and time base rework.raj2009-05-141-26/+42
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-144-7/+348
* Add suppport for ISA and ISA interrupts to make the ATAmarcel2009-04-242-24/+78
* Reimplement bs_be_rs_{1|2|4} and bs_le_rs_{1|2|4} by notmarcel2009-04-241-13/+77
* Eliminate redundant setting of HID0_EMCP.raj2009-04-221-1/+0
* Provide locking for PowerPC interrupt sources config.raj2009-04-201-5/+20
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-043-0/+379
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-046-6/+222
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Make Book-E debug register state part of the PCB context.raj2009-02-271-0/+2
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-202-0/+153
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Rework BookE pmap towards multi-core support.raj2009-01-131-5/+2
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-3/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-282-34/+0
* Unbreak support for G4s without an L3 cache. L3 cache support was introducednwhitehorn2008-09-281-6/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-46/+47
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-36/+12
* Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try...nwhitehorn2008-09-221-3/+8
* o Synchronize the APs timebase and decrementer values with the BSP.marcel2008-09-161-2/+13
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-161-4/+1
* Dont worry about PSL_RI (restartable interrupt indicator) inmarcel2008-09-152-5/+2
* Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're notmarcel2008-09-151-103/+47
* Remove debugging code.marcel2008-09-141-15/+7
* Trace all PMAP calls using KTR_PMAP.marcel2008-08-311-2/+92
* In db_show_mdpcpu(), print MD fields.marcel2008-08-301-0/+4
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-182-12/+10
OpenPOWER on IntegriCloud