summaryrefslogtreecommitdiffstats
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Exploit r288122 to address a cosmetic issue. Since PV chunk pages don'talc2015-09-261-1/+1
* Remove apostrophe from AP's for consistency (arm64 mp_machdep)emaste2015-09-251-1/+1
* Add pass device to arm64 GENERIC (for smartctl)emaste2015-09-221-0/+3
* Call ast when handling irq from userspace, otherwise we could misskib2015-09-221-2/+8
* Don't restore interrupts when we are about to disable them in the nextandrew2015-09-221-3/+0
* Re-check for new ast after ast was handled. We should not return tokib2015-09-221-4/+4
* arm64 ThunderX PCIe workaround: enumerate only one slot for nowemaste2015-09-221-0/+8
* Do not execute exception handlers with disabled interrupts.kib2015-09-181-16/+25
* Clear exclusive monitors when handling data aborts, the monitors arekib2015-09-182-0/+18
* Don't read the floating-point registers for now. We will need to enable theandrew2015-09-181-0/+3
* Block secondary ITS instances from attaching on ARM64zbb2015-09-163-0/+21
* Release memory for CPUs that fail to init on ARM64zbb2015-09-161-3/+11
* arm64: add xhci driver and umass/ukbd to GENERIC for Cavium ThunderXemaste2015-09-151-0/+3
* Add stack_save_td_running(), a function to trace the kernel stack of amarkj2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.kib2015-09-101-23/+2
* Rework copyinstr to:andrew2015-09-091-4/+6
* Add support for pmap_mincore on arm64 by walking the page tables to findandrew2015-09-081-1/+67
* Use load-acquire semantics while waiting for td_lock to be released. Theandrew2015-09-071-6/+7
* When dropping to EL1 ensure we have written to all special registers byandrew2015-09-071-1/+1
* Add ddb show commands to print the special registers and to ask theandrew2015-09-051-0/+87
* Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. Forandrew2015-09-011-0/+5
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. Thisandrew2015-09-011-0/+5
* Add the SOC_HISI_HI6220 option. This will be used to enable drivers forandrew2015-08-261-0/+1
* Fix race condition in its_cmd_send()zbb2015-08-261-6/+4
* Add an option to select which SoCs we are building for. It is intended toandrew2015-08-261-1/+3
* Add a above the virtio section.andrew2015-08-261-0/+1
* Use kdb_jmpbuf and setjmp to handle accessing invalid addresses in theandrew2015-08-251-37/+33
* Use nitems to count the number of items in a static array.andrew2015-08-251-1/+1
* Call into kdb on a data abort when it's enabled. This is needed toandrew2015-08-251-0/+13
* Correctly update the address to write to after storing the stack pointerandrew2015-08-251-1/+1
* Check the frame pointer is within the kernel before accessing it.andrew2015-08-241-1/+2
* Add support for pmap_sync_icache on arm64.andrew2015-08-241-2/+24
* Add pages used by the PV entries to minidumps.andrew2015-08-241-4/+0
* Handle the breakpoint instruction in userland by sending a SIGTRAP signal.andrew2015-08-231-0/+6
* Add the kernel support for minidumps on arm64.andrew2015-08-202-2/+422
* Remove pmap_kenter from pmap.h, the function doesn't exist.andrew2015-08-202-2/+6
* Add pmap_get_tables to get the page tables for a given virtual address. Thisandrew2015-08-202-0/+37
* Add the arm64 minidump header. This was missed from r286953.andrew2015-08-201-0/+48
* Increase MAXCPU in ARM64zbb2015-08-191-1/+1
* Remove redundant mp_naps from ARM64 secondary CPU start-up codezbb2015-08-191-12/+0
* Add SMP support to GICv3 and ITS driverszbb2015-08-195-53/+225
* Correct comment typo noted by erikemaste2015-08-181-1/+1
* Remove register dump from arm64 el0 unknown exceptionemaste2015-08-181-4/+2
* Add support for bus_space_read_region and bus_space_write_region. This isandrew2015-08-142-4/+192
* Remove arm64 workaround for Clang 3.4 crashemaste2015-08-131-1/+1
* arm64: turn unknown el0 exception into a SIGILLemaste2015-08-131-0/+39
* Add the CNTHCTL_EL2 register bits missed in r286674andrew2015-08-121-0/+7
* Set the counter-timer virtual offset to a know value, it may not have beenandrew2015-08-121-0/+8
* Check the correct value in db_validate_address, pmap_extract returns 0 onandrew2015-08-111-1/+1
* Clean out some externally visible "more then" grammarpfg2015-08-111-1/+1
OpenPOWER on IntegriCloud