]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/include
Merge ACPICA 20160422.
[FreeBSD/FreeBSD.git] / sys / arm / include /
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-22 skraDon't use atomic operations for page table entries...
2016-04-22 skraAdd four functions which check a virtual address for...
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
2016-04-17 baptImport sqlite3 3.12.1
2016-04-16 gjbMFH
2016-04-15 philImport to 0.6.1
2016-04-15 andrewRename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will...
2016-04-12 philMerge libxo 0.4.6
2016-04-04 gjbMFH
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-03-26 mmelARM: Fix ATAG handling in LINUX_BOOT_API:
2016-03-26 mmelARM: Teach LINUX_BOOT_ABI to recognize DT blob.
2016-03-24 skraGeneralize IPI support for ARM intrng and use it for...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-02-27 skraMove IPI related parts back to (ARM) machine specific...
2016-02-26 andrewAlmost all copies of platform_mp_init_secondary just...
2016-02-26 andrewRemove platform_mp_probe as it's almost identical on...
2016-02-25 andrewRemove platform_ipi_send, it's an unneeded as all imple...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 gjbMFH
2016-02-23 skraRemove redundant __ARM_ARCH >= 6 check in armv6 specifi...
2016-02-22 gjbMFH
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 skraRemove not used definitions and fix some style nits.
2016-02-19 skraRemove AP_KRW definition not needed after r295801.
2016-02-19 skraRename pte.h to pte-v4.h and start including directly...
2016-02-19 skraMove common definitions from both pmap-v4.h and pmap...
2016-02-19 skraRename pmap.h to pmap-v4.h and remove pmap-v6.h include...
2016-02-18 skraRemove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS...
2016-02-18 skraRemove redundant L2_ADDR_MASK definition and replace...
2016-02-18 skraRemove unneeded definitions after r291406. Also remove...
2016-02-18 gjbMFH
2016-02-17 skraDo not use PMAP_DOMAIN_KERNEL definition for __ARM_ARCH...
2016-02-17 skraRemove unneeded vector_page_setprot() for __ARM_ARCH...
2016-02-17 skraInclude pte-v6.h only where needed.
2016-02-17 skraRemove pd_prot and pd_cache members from struct arm_dev...
2016-02-15 gjbMFH
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-10 adrianBreak out the shared bits of the arm intrng definitions...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-08 gjbMFH
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-05 mmelARM: Use new ARMv6 naming conventions for cache and...
2016-02-05 mmelARM: Introduce new cpu-v4.h header and move all ARMv4...
2016-02-04 skraMake VM_MEMATTR_xxx definitions independent on pmap...
2016-02-04 mmelARM: Don't use ugly (and hidden) global variable, contr...
2016-02-03 mmelARM: Consistently use cpu_setttb() instead of setttb().
2016-02-03 mmelARM: Replace only once used cpu_icache_sync_all() by...
2016-02-03 skraPartly revert r295168 and define PTE_DEVICE in pmap...
2016-02-03 mmelARM: Remove support for xscale i80219 and i80321 CPUs...
2016-02-02 gjbMFH
2016-02-02 skraUse pmap_preboot_map_attr() directly in arm_devmap_boot...
2016-02-02 skraMake pmap_preboot_map_attr() vm subsystem compliant...
2016-02-02 mmelARM: All remaining functions in cpufunc_asm_arm10.S...
2016-02-02 mmelARM: Remove last unused function, cpu_flush_prefetchbuf(),
2016-02-02 skraRemove all remaining references to old and not more...
2016-02-01 skraRemove all stuff related to __ARM_ARCH >= 6 from pmap...
2016-02-01 mmelARM: Remove never used cpu_tlb_flushI and cpu_tlb_flush...
2016-01-31 mmelARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_f...
2016-01-31 mmelARM: Next round of cpufunc.* cleaning. Nobody uses...
2016-01-31 mmelARM: First round of cpufunc.* cleaning. All abort_fixup...
2016-01-31 mmelARM: Rename ARM specific VM_MEMATTR_WT memory attribute...
2016-01-30 mmelARM: Remove TLB IPI.
2016-01-29 skraRetire pmap_pte_init_mmu_v6() which was used by old...
2016-01-29 skraRemove NPTEPG definition which is not used anywhere...
2016-01-29 skraUse kernel_pmap directly instead of pmap_kernel()....
2016-01-29 gjbMFH
2016-01-29 mmelARM: remove old pmap-v6 code. The new pmap-v6 is mature...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-28 zbbSMP support for ARMv6/v7 HW watchpoints
2016-01-27 gjbMFH
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 andrewAllow us to be told about memory past the first 4GB...
2016-01-25 zbbIntroduce support for HW watchpoints and single steppin...
2016-01-25 gjbMFH
2016-01-25 skraCreate new pmap dump interface for minidump and use...
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-20 gjbMFH
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-16 dimMerge ^head r294090 through r294168.
2016-01-16 andrewUse __ARM_ARCH to decide when ARM_TP_ADDRESS needs...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-15 skraAdd mmu format info into ARM vmcore.
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
next