]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Constantify lookup key in several nd6_* functions.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2015-09-15 emastearm64: add xhci driver and umass/ukbd to GENERIC for...
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
2015-09-10 kibDo not hold the process around the vm_fault() call...
2015-09-09 andrewRework copyinstr to:
2015-09-08 andrewAdd support for pmap_mincore on arm64 by walking the...
2015-09-07 andrewUse load-acquire semantics while waiting for td_lock...
2015-09-07 andrewWhen dropping to EL1 ensure we have written to all...
2015-09-05 andrewAdd ddb show commands to print the special registers...
2015-09-01 andrewAdd support for the dwc usb in the HiSilicon hi6220...
2015-09-01 andrewAdd support for the DesignWare MMC hardware in the...
2015-08-26 andrewAdd the SOC_HISI_HI6220 option. This will be used to...
2015-08-26 zbbFix race condition in its_cmd_send()
2015-08-26 andrewAdd an option to select which SoCs we are building...
2015-08-26 andrewAdd a above the virtio section.
2015-08-25 andrewUse kdb_jmpbuf and setjmp to handle accessing invalid...
2015-08-25 andrewUse nitems to count the number of items in a static...
2015-08-25 andrewCall into kdb on a data abort when it's enabled. This...
2015-08-25 andrewCorrectly update the address to write to after storing...
2015-08-24 andrewCheck the frame pointer is within the kernel before...
2015-08-24 andrewAdd support for pmap_sync_icache on arm64.
2015-08-24 andrewAdd pages used by the PV entries to minidumps.
2015-08-23 andrewHandle the breakpoint instruction in userland by sendin...
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.
next