summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Retire isa_setup_intr() and isa_teardown_intr() and use the generic busjhb2011-05-061-17/+0
* Do not use Open Firmware to open the device and instead program its startnwhitehorn2011-05-062-0/+41
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-272-4/+4
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-243-19/+20
* Add leading zeros when printing the physical memory chunks on __powerpc64__.andreast2011-04-191-1/+1
* Adjust debugging string to match the actual function.andreast2011-04-141-1/+1
* The macro MOEA_PVO_CHECK is empty and not used. It is a left over from theandreast2011-04-142-24/+0
* Add stoppcbs[] arrays on powerpc(64) and have each CPU save itsandreast2011-04-141-0/+3
* Make sure that extra threads in 32-bit processes stay in 32-bit mode. Thisnwhitehorn2011-04-131-0/+3
* Remove duplicate definition of FIRSTARG.andreast2011-03-171-3/+0
* Don't sleep while setting the clock. This can cause panics whennwhitehorn2011-03-131-2/+2
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Fix whitespace nit.nwhitehorn2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-082-0/+2
* Turn off default generation of userland dot symbols on powerpc64 now thatnwhitehorn2011-02-185-33/+27
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-7/+0
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-0211-23/+23
* Fix boot on SMP systems after r218075 by delaying CPU binding until anwhitehorn2011-01-291-3/+0
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-2915-202/+162
* Have nexus behave the same as the one on ARM (marvell SoCs), so as tomarcel2011-01-291-8/+17
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-0/+3
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-262-9/+9
* Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like itnwhitehorn2011-01-231-5/+6
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-215-9/+7
* Remove unused variables. Spotted by a cppcheckandreast2011-01-201-9/+1
* Correct parsing of the grackle and uninorthpci ranges property.andreast2011-01-204-4/+10
* Correct parsing of the cpcht ranges property.nwhitehorn2011-01-201-2/+3
* For architectures not using direct map , and requiring real KVA page forkib2011-01-182-2/+2
* Support booting non FDT-capable loaders:marcel2011-01-172-3/+31
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-172-9/+5
* Don't redefine MODINFOMD_BOOTINFO as MODINFOMD_DTBP. Thismarcel2011-01-151-1/+2
* Remove unused variables. Spotted by a cppcheckandreast2011-01-151-10/+1
* Enable shared page for the signal trampolines on PowerPC.kib2011-01-144-8/+14
* Fix handling of NX pages on capable CPUs. Thanks to kib for prodding menwhitehorn2011-01-133-11/+12
* Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and getandreast2011-01-111-58/+172
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* We don't support any floating point types larger than double ondas2011-01-091-1/+1
* White space changes to align comments. The mips and powerpc _inttypes.htijl2011-01-081-111/+111
* Rename PRIreg helper macro to PRIptr to better reflect its use. Registerstijl2011-01-081-48/+48
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-084-25/+16
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-17/+8
* Fix types of some values in machine/_limits.h.tijl2011-01-081-6/+4
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-071-6/+3
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Remove unused variables. Spotted by a cppcheckandreast2011-01-066-15/+0
OpenPOWER on IntegriCloud