]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
mips: for pointers replace 0 with NULL.
[FreeBSD/FreeBSD.git] / sys / arm /
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-23 skraRemove redundant __ARM_ARCH >= 6 check in armv6 specifi...
2016-02-23 ianMake imx6 systems work again after recent import of...
2016-02-22 dimMerge ^/head r295845 through r295901.
2016-02-22 skraRemove armv6 specific part from armv4 specific file...
2016-02-22 skraMove ARM_L2_PIPT option to std.armv6 for all armv6...
2016-02-22 skraAs <machine/vm.h> is included from <vm/vm.h>, there...
2016-02-22 skraAs <machine/vmparam.h> is included from <vm/vm_param...
2016-02-22 skraAs <machine/param.h> is included from <sys/param.h...
2016-02-22 skraAs <machine/pmap.h> is included from <vm/pmap.h>, there...
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-20 skraRename busdma_machdep.c to busdma_machdep-v4.c, pmap...
2016-02-20 jhibbitsIntroduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
2016-02-19 andrewAdd initial support for the Allwinner A31i and A31s...
2016-02-19 andrewInclude ofw_bus_subr.h before ofw_pci.h for the definit...
2016-02-19 skraRemove not used static function pmap_kenter_attr().
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 zbbIntroduce bus_get_bus_tag() method
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-17 andrewMove the Allwinner kernels to use fdt_pinctrl. This...
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-17 skraEvaluate also VM_PROT_EXECUTE protection in pmap_preboo...
2016-02-16 andrewAllow callers of OF_decode_addr to get the size of...
2016-02-16 skraUse EARLY_DRIVER_MODULE() for ti_scm driver to be attac...
2016-02-16 skraDo not use DMA channels used by GPU.
2016-02-16 andrewAdd a sysctl to read the internal temperature of the...
2016-02-16 andrewAdd an analog audio driver for the audio codec found...
2016-02-16 andrewOnly read the power state register when we will be...
2016-02-15 andrewAdd support for the Allwinner DMA controller. This...
2016-02-15 andrewAdd support for the AXP209 Power System Management...
2016-02-15 andrewSet sc->clkfreq removed in r295470
2016-02-15 andrewRemove an unused static inline function.
2016-02-15 skraInitial OMAP4 WUGEN pass-through driver. SPI interrupts...
2016-02-15 andrewAdd support for the Allwinner i2c device. This is simil...
2016-02-14 andrewMove the twsi driver source to be under iicbus. It...
2016-02-14 andrewCreate the twsi device option in preparation to move...
2016-02-14 andrewRemove an unused include.
2016-02-13 dimMerge ^/head r295544 through r295600.
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-12 andrewStop adding an extra null terminator to strings, OF_get...
2016-02-11 dimMerge ^/head r295351 through r295543.
2016-02-11 andrewEnable ARM_INTRNG on all kernel configs where we use...
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-11 andrewStop defining fdt_pic_table when building for ARM_INTRNG.
2016-02-11 andrewRemove unused Zedboard config files. files.zedboard...
2016-02-10 andrewFix a logic inversion when checking for ARM_INTRNG
2016-02-10 andrewOnly use fdt_pic_table when not using ARM_INTRNG
2016-02-10 andrewUse OF_getencprop to read a property, it already handle...
2016-02-10 andrewUpdate of the Allwinner drivers to:
2016-02-10 adrianBreak out the shared bits of the arm intrng definitions...
2016-02-09 glebiusInclude sys/_task.h into uma_int.h, so that taskqueue...
2016-02-09 andrewRemove unneeded whitespace, and fix a license for a...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
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 skraFollow up r295257 and replace bad reference to TEX...
2016-02-05 skraFollow up r295257 and convert also pt_memattr. This...
2016-02-05 mmelARM: Introduce new cpu-v4.h header and move all ARMv4...
2016-02-04 mmelReplace broken implementation of fuswintr() and suswint...
2016-02-04 mmelARM: For ARMv6/v7, code in locore.S initializes SCTLR...
2016-02-04 skraMake VM_MEMATTR_xxx definitions independent on pmap...
2016-02-04 mmelARM: Set UNAL_ENABLE bit in SCTLR CP15 register. This...
2016-02-04 skraSmall rearrangement of abort_handler().
2016-02-04 mmelARM: RPI-B kernel was broken by r294740. Make it functi...
2016-02-04 mmelARM: Don't use ugly (and hidden) global variable, contr...
2016-02-04 brFix build.
2016-02-04 mmelARM: Remove unused symbols from genassym.c.
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 C++ comments erroneously committed in...
2016-02-03 mmelARM: Remove support for xscale i80219 and i80321 CPUs...
2016-02-03 mmelARM: The arm/xscale/i80321 directory is now orphaned...
2016-02-03 mmelARM: acle-compat.h is arm specific header, don't includ...
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-02 skraFix setting of protection bits for page table entries...
2016-02-01 skraRemove all stuff related to __ARM_ARCH >= 6 from pmap...
2016-02-01 skraRemove not needed <machine/pte.h> includes.
2016-02-01 mmelARM: Rename remaining instances of cpufunc_id() to...
2016-02-01 mmelARM: Remove never used cpu_tlb_flushI and cpu_tlb_flush...
2016-01-31 mmelARM: Fix END() symbol for cpu_ident function. I forgot...
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...
next