]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
try to fix lor between z_teardown_lock and spa_namespace_lock
[FreeBSD/FreeBSD.git] / sys / arm64 /
2015-08-20 andrewAdd the kernel support for minidumps on arm64.
2015-08-20 andrewRemove pmap_kenter from pmap.h, the function doesn...
2015-08-20 andrewAdd pmap_get_tables to get the page tables for a given...
2015-08-20 andrewAdd the arm64 minidump header. This was missed from...
2015-08-19 zbbIncrease MAXCPU in ARM64
2015-08-19 zbbRemove redundant mp_naps from ARM64 secondary CPU start...
2015-08-19 zbbAdd SMP support to GICv3 and ITS drivers
2015-08-18 emasteCorrect comment typo noted by erik
2015-08-18 emasteRemove register dump from arm64 el0 unknown exception
2015-08-14 andrewAdd support for bus_space_read_region and bus_space_wri...
2015-08-13 emasteRemove arm64 workaround for Clang 3.4 crash
2015-08-13 emastearm64: turn unknown el0 exception into a SIGILL
2015-08-12 andrewAdd the CNTHCTL_EL2 register bits missed in r286674
2015-08-12 andrewSet the counter-timer virtual offset to a know value...
2015-08-11 andrewCheck the correct value in db_validate_address, pmap_ex...
2015-08-11 pfgClean out some externally visible "more then" grammar
2015-08-08 zbbAdd support for external PCIe (PEM) on Cavium's ThunderX
2015-08-08 zbbAdd Ethernet and block device drivers to ARM64 GENERIC
2015-08-08 zbbIntroduce support for internal PCIe for Cavium's ThunderX
2015-08-06 andrewFill in dump_avail based on the physical memory from...
2015-08-05 emasteRationalize BSD license on sys/*/include/in_cksum.h
2015-08-05 emasteRationalize BSD license on sys/*/include/float.h
2015-08-04 jahAdd two new pmap functions:
2015-08-03 zbbAdd missing exception number to EL0 sync. abort on...
2015-08-03 andrewPass the pcb to store the vfp state in to vfp_save_stat...
2015-07-31 andrewTry to put the CPU into a low power state if we failed...
2015-07-31 andrewLoad the stack in stack_save and stack_save_td. This...
2015-07-31 andrewAdd support for uma_small_alloc and uma_small_free...
2015-07-31 andrewAdd memrw. This has had minimal testing, and will likel...
2015-07-31 andrewAdd more atomic_swap_* functions.
2015-07-31 andrewAdd VIRT_IN_DMAP to check if a virtual address is from...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-31 zbbApply erratum for mrs ICC_IAR1_EL1 speculative executio...
2015-07-30 andrewAdd enough of pmap_page_set_memattr to run gstat. It...
2015-07-30 emasteAdd ARM64TODO markers to unimplemented functionality
2015-07-30 zbbEnable IRQ during syscalls on ARM64
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 zbbAdd quirk for ThunderX ITS device table size
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-21 andrewTeach the GICv2 driver about the Qualcomm GICv2 compati...
2015-07-21 zbbAdd some more explanation to r285752
2015-07-21 zbbDon't allow malloc() to wait for resource while holding...
2015-07-21 zbbAdd support for vendor specific function for PCI devid...
2015-07-21 zbbImplement get_cyclecount() on ARM64
2015-07-21 zbbImprove ARM64 CPU_MATCH
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-17 zbbFix possible coherency issues between PEs related to...
2015-07-17 zbbFix secondary stacks calculation on ARM64
2015-07-17 zbbIncrease DMAP (Direct Map) size on ARM64
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-16 zbbSet-up proper TCR values for memory related to Translat...
2015-07-15 zbbAdd identify_cpu() to ARM64 init_secondary routine
2015-07-14 andrewSet memory to be inner-sharable. This isn't needed...
2015-07-14 zbbFix secondary PIC initialization order
2015-07-14 zbbFix intr_machdep.c for ARM64
2015-07-14 bruefferSpell crypto correctly.
2015-07-12 zbbAdd ARM64TODO comments to ACPI PCI stubs
2015-07-12 zbbImplement stubs for ACPI PCI routines
2015-07-09 andrewClear the carry bit on the saved program state register...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 andrewAdd support for SMP. This uses the FDT data to find...
2015-07-09 andrewAdd logging of synchronous exceptions.
2015-07-09 andrewAdd the definition of the shareable bits in the pagetables
2015-07-09 andrewClean up the types used in <machine/ucontext.h> on...
2015-07-09 zbbRework CPU identification on ARM64
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 andrewCorrectly set __WCHAR_MIN, there is no __UINT_MIN,...
2015-07-08 andrewAdd support for ipi_all_but_self on arm64.
2015-07-08 andrewAdd an implementation of savectx that doesn't just...
2015-07-08 andrewSend the correct signal when vm_fault fails. While...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 zbbIntroduce ITS support for ARM64
2015-07-06 andrewAdd more tlb invalidations. We currently invalidate...
2015-07-05 andrewAdd the kernel functions needed to enable threading.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 gnnFix up tabs vs. spaces
2015-07-04 gnnEnable IPSEC in all GENERIC kernels.
2015-07-02 andrewRemove an unneeded define and old comment referencing...
2015-07-02 andrewRemove an old comment, the cache is enabled.
2015-07-02 andrewUse pmap_load to load table entries. This simplifies...
2015-07-02 andrewEnable kernel debugging on arm64, other than GDB as...
2015-07-01 andrewFix the logic for when to restore the VFP registers...
2015-07-01 brFirst cut of DTrace for AArch64.
2015-06-29 kibRemove sv_sigtbl handling from the arm64 sendsig()...
2015-06-24 emasteadd floatingpoint.h for arm64
2015-06-24 andrewFix the floating-point exception values to line up...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-13 sjgAdd META_MODE support.
2015-06-11 andrewAdd basic support for ACPI. It splits out the nexus...
2015-06-11 brSplit out db_unwind_frame() so it can be used by DTrace.
2015-06-10 delphijMFV r284234:
2015-06-09 zbbAdd options to dmb() and dsb() macros on ARM64
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-06 andrewRework exception entry to help with DTrace. We now...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-21 pfgddb: finish converting boolean values.
next