]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Add a testcase to test ls -s; remove an unnecessary sync
[FreeBSD/FreeBSD.git] / sys / arm64 /
2015-10-02 ngieMFhead @ r288473
2015-10-01 andrewUse pmap_load more consistently. While here try to...
2015-10-01 andrewAdd the ENTRY/END entries around the exception handlers.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-25 emasteRemove apostrophe from AP's for consistency (arm64...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 emasteAdd pass device to arm64 GENERIC (for smartctl)
2015-09-22 kibCall ast when handling irq from userspace, otherwise...
2015-09-22 andrewDon't restore interrupts when we are about to disable...
2015-09-22 kibRe-check for new ast after ast was handled. We should...
2015-09-22 emastearm64 ThunderX PCIe workaround: enumerate only one...
2015-09-18 kibDo not execute exception handlers with disabled interrupts.
2015-09-18 kibClear exclusive monitors when handling data aborts...
2015-09-18 andrewDon't read the floating-point registers for now. We...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 zbbBlock secondary ITS instances from attaching on ARM64
2015-09-16 zbbRelease memory for CPUs that fail to init on 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-10 ngieMFhead @ r286584
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-27 ngieMFhead @ r285904
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...
next