summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r258787:eadler2014-02-041-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-043-3/+3
* Revert r252694 from stable/10 to fix instabilities seen with jemalloc + dhcli...adrian2013-12-271-7/+2
* MFC r257228:kib2013-12-172-0/+21
* MFC r258392, r258412:ian2013-12-141-1/+6
* MFC r258240:ian2013-12-141-1/+2
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-142-4/+87
* MFC r257648, r257649, r257660:ian2013-12-135-267/+224
* MFC r257419:ian2013-12-131-2/+2
* MFC r257203: Eliminate a compiler warning about extraneous parens.ian2013-12-131-2/+2
* MFC r257201, r257202ian2013-12-134-104/+9
* MFC r257199, r257200, r257217:ian2013-12-1311-26/+33
* MFC r256647:ian2013-12-131-0/+6
* MFC r256638:ian2013-12-131-0/+5
* MFC r256637:ian2013-12-131-10/+19
* MFC r256628:ian2013-12-131-1/+1
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-3/+15
* Fix GCC build for all ARMs. Revert bug introduced in r255613.zbb2013-09-201-4/+28
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-202-31/+0
* Fix panic in ktrcapfail() when no capability rights are passed.pjd2013-09-181-1/+1
* Fix GCC build error when building for ARMv6zbb2013-09-161-4/+4
* Implement pmap_advise() for ARMv6/v7 pmap modulezbb2013-09-161-1/+106
* Write protect base page after superpage demotion so that it may repromotezbb2013-09-161-1/+1
* Unconditionally compile the __sync_* atomics support functions into compiler-rttheraven2013-08-311-11/+62
* Fix a typo in a comment.rpaulo2013-08-311-1/+1
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-292-0/+16
* Introduce superpages support for ARMv6/v7.raj2013-08-261-115/+1097
* Add missing TAILQ initializer (omitted in r250634).raj2013-08-261-0/+1
* Revert r251370 as it contains a deadlock.andrew2013-08-261-120/+0
* Add the frame information to cpu_switch to allow us to unwind out of it,andrew2013-08-251-0/+5
* Add the unwind information to irq_entry so we can pass through it whenandrew2013-08-251-0/+1
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-222-4/+0
* Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyraj2013-08-191-1/+1
* Simplify and clean up pmap_clearbit()raj2013-08-191-7/+2
* Fix ARMv6/v7 mapping's wired status.raj2013-08-191-1/+2
* Clear all L2 PTE protection bits before their configuration.raj2013-08-191-1/+1
* Simplify pv_entry removal or ARMv6/v7:raj2013-08-191-36/+18
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-176-13/+16
* Remove the ARMFPE option. It is unsupported, and appears to be broken asandrew2013-08-171-9/+0
* Remove unused FPE code. This is not enabled anywhere as it is the onlyandrew2013-08-171-34/+0
* Only allocate 2 bounce pages for maps that can only use them for buffers thatcognet2013-08-111-1/+6
* - The address lies in the bus space handle, not in the cookiecognet2013-08-091-5/+5
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-23/+20
* Don't bother trying to work around buffers which are not aligned on a cachecognet2013-08-071-166/+76
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-077-16/+17
* We no longer need to align the stack before calling swi_handler as it isandrew2013-08-061-3/+0
* Let the platform calculate the timer frequency at runtime, and use that forcognet2013-08-051-6/+13
* When entering exception handlers we may not have an aligned stack. This isandrew2013-08-051-2/+3
* Only receive the interrupts on the first core, to avoid duplicate interrupts.cognet2013-08-021-1/+1
* Add identification for Cortex-A7 (R0) cores.ganbold2013-08-012-1/+4
OpenPOWER on IntegriCloud