summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
* Implement better support for USB controller suspend and resume.hselasky2011-12-142-6/+12
* Replace __signed by signed.ed2011-12-131-1/+1
* Increase the available virtual address space for user programs on PowerPCnwhitehorn2011-12-111-7/+12
* Keep track of PVO entries in each pmap, which allows much fasternwhitehorn2011-12-113-26/+60
* Fix style(9) issues from r228270.jhibbits2011-12-051-2/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.jhibbits2011-12-052-0/+15
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-2214-60/+38
* The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.nwhitehorn2011-11-211-0/+2
* Use a global __pure2 function instead of a global register variable fornwhitehorn2011-11-173-6/+23
* Add an extra invariant here which was useful on 64-bit CPUs.nwhitehorn2011-11-171-0/+2
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-161-7/+9
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-152-3/+3
* Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered.nwhitehorn2011-11-092-2/+4
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-078-8/+9
* Adjust the debugger options slightly. This should help me do the rightkensmith2011-10-271-2/+5
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+10
* Add a warning about why sbp(4) is commented out so that curious folkskensmith2011-10-191-0/+1
* Enforce a memory barrier in stream operations, as is done on othernwhitehorn2011-10-151-0/+7
* Remove unused define.kib2011-10-071-1/+0
* Revert r225875, r225877:mav2011-10-031-11/+0
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-17/+20
* Add header missed in r225875.mav2011-09-291-0/+1
* Handle the race in cpu_idle() when due to the critical section CPU could getmav2011-09-291-0/+10
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-112-0/+4
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-064-42/+42
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Add support for the Blu-Ray drive found in the Sony Playstation 3 and fixnwhitehorn2011-08-141-0/+703
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-094-58/+44
* Cross a T and dot an I:marcel2011-08-021-2/+3
* It's invalid to use GLOBAL() for kernload_ap, as the macro switchesmarcel2011-08-021-1/+2
* There's no ':' after GLOBAL(). Missed due to no SMP testing.marcel2011-08-021-1/+1
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-023-125/+128
* Apply r221124 to Book-E: switch to the new NFS client.marcel2011-07-311-1/+1
* Fix r222813: we need to include sys/cpuset.h. because the PIC interfacemarcel2011-07-311-2/+2
* Fix r224187: .word defines a 16-bit object and size_t is defined asmarcel2011-07-311-2/+2
* Fix an error that could cause sysctl -a to enter an infinite loop in thenwhitehorn2011-07-301-6/+6
* This a follow up commit from r224216 for powerpc 32-bit. Increaseandreast2011-07-251-2/+2
* On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytesattilio2011-07-191-2/+2
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-6/+15
* Enable PREEMPTION for PowerPC/AIM generic kernels. The last known PREEMPTIONnwhitehorn2011-07-142-0/+2
* Follow Linux by unconditionally stripping the RX vlan tag from incomingnwhitehorn2011-07-051-4/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-044-30/+19
* Add better error handling for RTAS calls. These can potentially causenwhitehorn2011-06-261-1/+18
OpenPOWER on IntegriCloud