summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2018-04-13track bus-range for every bus and restrict config space accesses to thatmacallan
2018-04-13x86: Increase BOOTINFO_MAXSIZE to 8Kib.nonaka
2018-04-13Correct discrepancy with the Multiboot specificationkhorben
2018-04-12Fix bug causing DMA to/from user space fail. Fixes PR#49517.ragge
2018-04-12 Add cpu_ucode_intel_verify() to verify microcode image. Currently, we don'tmsaitoh
2018-04-11sun4v: Update TODO file with current state of sun4v supportpalle
2018-04-11sun4v: handle MMU-related traps properly when they occur at trap level 1. Thi...palle
2018-04-11Fix typo in commentpalle
2018-04-11efiboot reports parent ppb bus/device/function of booted network inteface.nonaka
2018-04-11efiboot: Added network boot support.nonaka
2018-04-10Initialize DDMA_PARA_REG with a sane valuejmcneill
2018-04-09Fix encoding of MMAP flags for generic_bs_mmapjmcneill
2018-04-09rename panel to lcdpanel.christos
2018-04-09rename panel to button.christos
2018-04-09rename "panel" to "button" to avoid conflict with fdtchristos
2018-04-09rename the cobalt panel to ledpanel to avoid conflict with fdt.christos
2018-04-09bump...christos
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2018-04-08Add paranoid code to X86 Debug Registerskamil
2018-04-08Remove MOTG_ALLWINNER optionjmcneill
2018-04-08Remove old Allwinner port.jmcneill
2018-04-08Remove the call to vfp_fpscr_handler() from vfp_handler(). It actually neverbouyer
2018-04-08turn on GCC spectre v2 mitigation options.mrg
2018-04-07actually do what the previous change said:mrg
2018-04-07add an SPECTRE_V2_GCC_MITIGATION option to x86 kernels, that turnsmrg
2018-04-07Move sunxidep to pass5, it has to attach before simplefbbouyer
2018-04-07Enable the display engine devices. Note that even if they attaches,bouyer
2018-04-07Allow the graphic driver to be the kernel's console.bouyer
2018-04-07Handle 'console=serial' passed from the bootargs. ok jmcneill@bouyer
2018-04-06Fix bad cut'n'paste, pointed out by David Binderman in PR port-arm/53158bouyer
2018-04-05Set the "method" string at boot time too.maxv
2018-04-05Hum, don't let userland set bit 13, because this can crash the kernel.maxv
2018-04-05Fix the check, should be >=.maxv
2018-04-05Remove AWIN_DEBE_FWINIT blocksjmcneill
2018-04-05Remove NAWIN_MP blocks (this code was experimental in the original driver and...jmcneill
2018-04-05Call cpu_speculation_init on i386 too. We don't have IBRS for i386, butmaxv
2018-04-04Rename Xpreempt{recurse,resume} -> X{recurse,resume}_preempt so thatchristos
2018-04-04Add machdep.spectre_v2.method, a string that tells which method ismaxv
2018-04-04Reset more regs at attach time, just in case.bouyer
2018-04-04Enable the SpectreV2 mitigation by default at boot time.maxv
2018-04-03disable all clocks at end of attach function, and re-enable ahb and mod onlybouyer
2018-04-03Consistently name the interrupt function "irq" and use this namebouyer
2018-04-03A10 and A20 should have the same display hardware, so consistenly supportbouyer
2018-04-03Add commented out entries for the display drivers.bouyer
2018-04-03work in progress on porting graphics drivers from arm/allwinner to fdt.bouyer
2018-04-03external interrupt functions are named "eint<n>" in the sunxi_gpio_pins[]bouyer
2018-04-03Rename the DDB IPI IDT vectors for consistency. ok maxv@christos
2018-04-02convert some spaces into new lines and tabs to make the gcc 6mrg
2018-04-02typomlelstv
2018-04-02Add missing A10_RST_LVDS entrybouyer