]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Make bus_space_generic properly map/unmap memory (using pmap_mapdev and
[FreeBSD/FreeBSD.git] / sys / arm /
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-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...
2016-01-31 mmelARM: Convert spaces to tabs, fix formatting.
2016-01-31 mmelARM: Next round of cleanup in swtch-v*.S.
2016-01-30 mmelARM: Remove TLB IPI.
2016-01-30 mmelARM: Cleanup mp_machdep.c. SMP is supported only on...
2016-01-30 mmelARM: Don't misuse ARM_TP_ADDRESS as ARMv4 / ARMv6 selector.
2016-01-30 mmelARM: Split swtch.S into common, ARMv4 and ARMv6 parts...
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 mmelARM: After removal of old pmap-v6 code, rename pmap...
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 mmelEHCI: Make core reset and port speed reading more generic.
2016-01-28 zbbSMP support for ARMv6/v7 HW watchpoints
2016-01-27 jhbConvert ss_sp in stack_t and sigstack to void *.
2016-01-27 jhibbitsConvert rman to use rman_res_t instead of u_long
2016-01-26 skraMake pmap_fault() return values vm subsystem compliant to
2016-01-26 skraDon't do icache sync on kernel memory and keep in line...
2016-01-26 skraMake code more compact and readable better in pmap_extr...
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 skraFix an occasional undefined instruction abort during...
2016-01-25 skraDo not use blk_write_cont() and remove it. There si...
2016-01-25 skraMake minidump more like its i386 original back as with...
2016-01-25 skraCreate new pmap dump interface for minidump and use...
2016-01-25 andrewAdd allwinner_machdep.h, it was missed in r294698.
2016-01-25 andrewUpdate the Allwinner kernels:
2016-01-24 andrewRemove an extra newline that crept in.
2016-01-24 andrewAdd support for controlling the clocks for the audio...
2016-01-22 andrewStop defining fdt_pic_table with ARM_INTRNG, it's unused.
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-21 andrewRemove an extra '!' found by clang 3.8.
2016-01-20 zbbIntroduce initial driver for PMSU on Armada38x
2016-01-20 zbbAdd initial support for SMP on Armada38x
2016-01-20 zbbOpen window to bootROM memory on Armada38x to allow...
2016-01-20 zbbSupport watchdog depending on "mrvl,has-wdt" property
2016-01-20 zbbAdd support for watchdog on Armada38x
2016-01-20 zbbAdd support for I2C on Armada38x
2016-01-20 zbbAdd a new RTC driver for Armada38x
2016-01-20 zbbCorrect MV_DDR_CADR_BASE definiton in mvwin.h
2016-01-20 zbbChange DTS entry of PCIe controller for Armada38x
2016-01-20 zbbImprove definitions of CPU/PCIe windows for Armada38x
2016-01-20 zbbFix invalid root link detection in mv_pci driver
2016-01-20 zbbEnhance remap capabilities for Armada38x
2016-01-20 zbbEnable USB in kernconf of Armada38x
2016-01-20 zbbEnable SCU unit for Armada38x
2016-01-20 zbbSet IO Sync Barrier flags for all Mbus devices on Armada38x
2016-01-20 zbbFix GIC FDT interrupts decoding
2016-01-20 zbbUse GIC-specific decoding function in mv_common.c
2016-01-20 zbbDo not require strict compatibility on simplebus
2016-01-20 zbbIntroduce initial support for Marvell Armada38x
2016-01-20 zbbMark gpio as "optional" in files.mv and edit Marvell...
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-18 andrewAdd extra checks to make sure the size is valid. We...
2016-01-17 jhibbitsQuick exit after setting the clock control register.
next