]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
MFC r305708, r305719
[FreeBSD/FreeBSD.git] / sys / arm / arm /
2016-10-15 mmelMFC r306759:
2016-10-15 mmelMFC r306756:
2016-10-15 mmelMFC r306755:
2016-10-15 mmelMFC r306754:
2016-10-12 edMFC r306162:
2016-10-09 jmcneillMFC r306658: Clear GT_CTRL_ENABLE to stop the timer.
2016-10-01 alcMFC r305213,305319,305398
2016-09-25 kibMFC r305942:
2016-09-16 kibMFC r304285:
2016-09-13 markjMFC r305425:
2016-07-04 grehanImport bhyve_graphics into CURRENT. Thanks to all who...
2016-07-01 delphijMFV r302260: expat 2.2.0
2016-06-27 delphijMFV r302218: file 5.28.
2016-06-22 mmMFV r302003,r302037,r302038,r302056:
2016-06-17 bdreweryImport ClangFormat.cpp from ^/vendor/clang/clang-releas...
2016-06-16 kibUpdate comments for the MD functions managing contexts...
2016-06-14 andrewMove the arm call to intr_pic_init_secondary earlier...
2016-06-08 andrewRemove the ARMv4/ARMv5 userland atomic support from...
2016-06-07 andrewStart to clean MIDR values using the CPUID scheme....
2016-06-05 skraINTRNG - change the way how an interrupt mapping data...
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 skraDefine irq variable only in the block where used.
2016-06-03 delphijMFV r301238:
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-05-31 andrewarm_gic_map is a mask not the CPUs ID, there is no...
2016-05-31 andrewBin interrupts to the correct CPU when we boot on a...
2016-05-29 zbbImprove ARM debug_monitor for SMP machines
2016-05-29 zbbFix debug_monitor code for older ARMs (ARM11)
2016-05-29 mmelARM GIC: Allow to setup interrupt without configuration...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 grehanCreate branch for bhyve graphics import.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 ianDisable alignment faults on armv6, adjust various align...
2016-05-25 ianInclude machine/acle-compat.h in cdefs.h on arm if...
2016-05-25 skraAdd more info about the issue fixed in r298460. Rephras...
2016-05-23 ianOops, fix a paste-o commited in r300533.
2016-05-23 ianUse the new(-ish) CP15_SCTLR macro to generate system...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-18 andrewReturn the struct intr_pic pointer from intr_pic_regist...
2016-05-17 bzThe GIC (v2 at least) has a bit in the TYPER register...
2016-05-16 andrewIntroduce MSI and MSI-X support to intrng. This adds...
2016-05-15 manuAllow arm generic_timer code to be included even if...
2016-05-12 mmMFV r299425:
2016-05-10 manuWhen PLATFORM_SMP is enabled, check if tunable hw.ncpu...
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-05 jhbFix <sys/_bitset.h> and <sys/_cpuset.h> to not require...
2016-05-05 skraINTRNG - redefine struct intr_map_data to avoid headers...
2016-05-04 bzThe virtual timer is optional on ARM64. Properly handle...
2016-05-04 bzThe ARM generic timer keeps ticking even if disabled...
2016-05-04 pfgsys/arm: Minor spelling fixes.
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-04-30 andrewAdd a MULTIDELAY option to allow the ARM kernel to...
2016-04-28 mmelARM: Use kernel pmap as intermediate mapping in context...
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 bzMark the unused period argument __unused.
2016-04-26 pfgsys/arm: make use of the howmany() macro when available.
2016-04-26 brMove arm's devmap to some generic place, so it can...
2016-04-22 skraFix duplicate TLB entries issue during section promotio...
2016-04-22 skraDon't use atomic operations for page table entries...
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
2016-04-21 andrewMake the GIC SGI global variables static, they are...
2016-04-20 pfgUse our nitems() macro when param.h is available.
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-15 pfgarm: for pointers replace 0 with NULL.
2016-04-15 andrewAdd a flag field to struct gic_irqsrc and use it to...
2016-04-15 andrewAdd initial GICv2m support to the arm GIC driver. This...
2016-04-12 philMerge libxo 0.4.6
2016-04-11 gjbMFH
2016-04-10 pfgCleanup unnecessary semicolons from the kernel.
2016-04-07 ianFix a copyright glitch before it gets copy-pasted again...
2016-04-07 skraProperly initialize isrc_cpu field of ISRC which is...
2016-04-07 skraImplement intr_isrc_init_on_cpu() and use it to replace...
2016-04-04 gjbMFH
2016-04-04 andrewAdd a table to map from the FreeBSD CPUID space to...
2016-04-04 skraRemove FDT specific parts from INTRNG. Change its inter...
2016-03-29 andrewRead the CPU ID for the current CPU from the GIC. The...
2016-03-26 mmelARM: Fix bug introduced in r297286.
2016-03-26 mmelARM: Parse command line delivered by U-Boot:
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-17 andrewMake it an error to build an ARM kernel with COMPAT_FRE...
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 emasteRemove armeb FreeBSD 6 compat shim
2016-03-14 gjbMFH
2016-03-14 bzOnly check for SYS_freebsd6_lseek if the syscall code...
2016-03-14 wmaFix GIC interrupt decoding in INTRNG code
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-02 gjbMFH
2016-03-02 andrewThe cpu_reset_needs_v4_MMU_disable variable is only...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 andrewMake the memory size returned from fdt_get_mem_regions...
2016-03-01 andrewStop setting the memory size in the arm EFI and FDT...
next