summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-19Remove support for the XScale 80200. We don't use it, it didn't compilePatrick Wildt
2016-03-19Remove support for IXP425. This is another architecture that is notPatrick Wildt
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andPatrick Wildt
2016-03-18IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.Jonathan Gray
2016-03-18Remove support for ARM9T (armv4t). Not used by any of the arm platforms.Jonathan Gray
2016-03-18Remove support for ARM8, an old armv4 processor without thumb that wasJonathan Gray
2016-03-18add octuctl, a driver for the Octeon II usb controller interface, andJonathan Matthew
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-16More "(<blah> *)0" -> NULL, avoiding any stdarg functions.Kenneth R Westerback
2016-03-15'accomodate' -> 'accommodate' in comments.Kenneth R Westerback
2016-03-15not compiled before commitTheo de Raadt
2016-03-15Burn more LDT deadwood: stop allocating one for each idle thread,Philip Guenther
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-10Remove the explicit map invalidation, free() is going to overwriteTobias Ulmer
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-09Unmask interrupts unconditionnally before calling the generic trap handler.Martin Pieuchot
2016-03-09Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@Martin Pieuchot
2016-03-09Add a comment to the vcpu state enum to remind people there is a matchingMike Larkin
2016-03-09Induce an exit in a running vcpu if an interrupt is asserted (pending).Mike Larkin
2016-03-08Change where we note the 'last' pcpu we ran on. This is needed for upcomingMike Larkin
2016-03-08Remove an outdated comment and fix some error case printfs that wereMike Larkin
2016-03-08additional debug printfsMike Larkin
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-07remove needless malloc castmmcc
2016-03-06Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-06Rename mips64's trap_frame into trapframe.Martin Pieuchot
2016-03-06DDB_REGS -> ddb_regsMartin Pieuchot
2016-03-05One ddb interface is enough for ppc.Martin Pieuchot
2016-03-05Define db_reg_t like the other archs by typedef'ing "struct trapframe".Martin Pieuchot
2016-03-05Sync no-argument function declaration and definition by adding (void).Tobias Ulmer
2016-03-03VM guest memory is allocated via an uvm anon memory range.Stefan Kempf
2016-03-03Re-introduce computation of memory used by a VM.Stefan Kempf
2016-03-03Unwind the trapframe correctly when a breakpoint is set on `syscall'.Martin Pieuchot
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-03-03Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.Martin Pieuchot
2016-03-03Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trapMartin Pieuchot
2016-03-03When a physical address is needed to flush the secondary cache useJonathan Gray
2016-03-03Move fdt to a more centralized location so it can be used by arm as well. Dif...Brandon Mercer
2016-03-02set armv7 callbacks for cortex a53/a52/a72Jonathan Gray
2016-03-02fix the name of the define for the a72 maskJonathan Gray
2016-03-02Disentangle the Zaurus bootstrap from compat/linux and move theChristian Weisgerber
2016-03-02DDB_REGS -> ddb_regs in db_regs[], no reason to be different.Martin Pieuchot
2016-03-02Detect and only enable the port that is actually used.Can Erkin Acar
2016-03-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-03-01Kill never called db_find_trace_symbols().Martin Pieuchot