summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Partly revert r295168 and define PTE_DEVICE in pmap-v6.h header again.skra2016-02-032-3/+2
* ARM: Remove C++ comments erroneously committed in r295200.mmel2016-02-031-9/+9
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singlemmel2016-02-0335-5432/+27
* ARM: The arm/xscale/i80321 directory is now orphaned, but two driversmmel2016-02-036-3/+1326
* ARM: acle-compat.h is arm specific header, don't include it for aarch64. Thismmel2016-02-031-0/+2
* Use pmap_preboot_map_attr() directly in arm_devmap_bootstrap()skra2016-02-022-30/+10
* Make pmap_preboot_map_attr() vm subsystem compliant, so its argumentsskra2016-02-022-9/+9
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withmmel2016-02-023-83/+8
* ARM: Remove last unused function, cpu_flush_prefetchbuf(),mmel2016-02-024-24/+0
* Remove all remaining references to old and not more used structskra2016-02-026-19/+5
* Fix setting of protection bits for page table entries in pmap_map(). Thisskra2016-02-021-1/+1
* Remove all stuff related to __ARM_ARCH >= 6 from pmap.h header exceptskra2016-02-011-162/+4
* Remove not needed <machine/pte.h> includes.skra2016-02-014-4/+0
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),mmel2016-02-016-10/+8
* ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functionsmmel2016-02-016-55/+0
* ARM: Fix END() symbol for cpu_ident function. I forgot to rename itmmel2016-01-311-1/+1
* ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddressmmel2016-01-313-64/+14
* ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,mmel2016-01-313-30/+0
* ARM: First round of cpufunc.* cleaning. All abort_fixup functions aremmel2016-01-312-60/+0
* ARM: Rename ARM specific VM_MEMATTR_WT memory attribute to standard one.mmel2016-01-311-2/+2
* ARM: Convert spaces to tabs, fix formatting.mmel2016-01-312-27/+24
* ARM: Next round of cleanup in swtch-v*.S.mmel2016-01-312-6/+3
* ARM: Remove TLB IPI.mmel2016-01-303-70/+4
* ARM: Cleanup mp_machdep.c. SMP is supported only on ARMv6 and later.mmel2016-01-301-10/+0
* ARM: Don't misuse ARM_TP_ADDRESS as ARMv4 / ARMv6 selector.mmel2016-01-301-6/+2
* ARM: Split swtch.S into common, ARMv4 and ARMv6 parts. Cleanup them.mmel2016-01-303-700/+865
* Retire pmap_pte_init_mmu_v6() which was used by old pmap-v6.skra2016-01-294-15/+0
* Remove NPTEPG definition which is not used anywhere now afterskra2016-01-291-1/+0
* Use kernel_pmap directly instead of pmap_kernel(). The kernel_pmap isskra2016-01-295-57/+47
* ARM: After removal of old pmap-v6 code, rename pmap-v6-new.c to pmap-v6.c.mmel2016-01-291-0/+0
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andmmel2016-01-2914-5512/+43
* EHCI: Make core reset and port speed reading more generic.mmel2016-01-282-4/+31
* SMP support for ARMv6/v7 HW watchpointszbb2016-01-285-18/+165
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-2714-23/+23
* Make pmap_fault() return values vm subsystem compliant toskra2016-01-262-15/+10
* Don't do icache sync on kernel memory and keep in line with commentskra2016-01-261-5/+10
* Make code more compact and readable better in pmap_extract()skra2016-01-262-48/+18
* Allow us to be told about memory past the first 4GB point, but ignore it.andrew2016-01-253-11/+20
* Introduce support for HW watchpoints and single stepping for ARMv6/v7zbb2016-01-259-7/+1082
* Fix an occasional undefined instruction abort during module loading.skra2016-01-251-6/+18
* Do not use blk_write_cont() and remove it. There si no need to callskra2016-01-251-20/+9
* Make minidump more like its i386 original back as with new pmap dumpskra2016-01-251-15/+15
* Create new pmap dump interface for minidump and use it for existingskra2016-01-257-134/+149
* Add allwinner_machdep.h, it was missed in r294698.andrew2016-01-251-0/+47
* Update the Allwinner kernels:andrew2016-01-255-15/+64
* Remove an extra newline that crept in.andrew2016-01-241-1/+0
* Add support for controlling the clocks for the audio codec and DMA engines.andrew2016-01-242-0/+108
* Stop defining fdt_pic_table with ARM_INTRNG, it's unused.andrew2016-01-221-1/+3
* Remove an extra '!' found by clang 3.8.andrew2016-01-211-1/+1
OpenPOWER on IntegriCloud