summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-07-19Rename the tpspmic driver so it does not contain numbers. OK jsg@Brandon Mercer
2015-07-19Make the keyboard driver poll until we can improve it more. Pulled from the o...Brandon Mercer
2015-07-19set usb vendor string to 'Octeon' instead of ''Jasper Lievisse Adriaanse
2015-07-19remove pointless castJasper Lievisse Adriaanse
2015-07-18Make {x86,i82489,x2apic,i386}_ipi return voidStefan Fritsch
2015-07-18Make *_ipi_init return void on i386/amd64Stefan Fritsch
2015-07-18unexpand spaces to tabsStefan Fritsch
2015-07-18Set all the cr4 bits we want at once, instead of one by onePhilip Guenther
2015-07-18Correctly set up interrupts; now the kernel no longer get stuck with an SCSIMiod Vallat
2015-07-18Check for errors in the status register after performing a PCI configurationMiod Vallat
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Avoid assigning low addresses to PCI BARs. Some machines don't claim theseMark Kettenis
2015-07-17Remove/reword some odd comments and a #define that looks like it was leftMike Larkin
2015-07-17Make sound cards work on older PowerMacs.Martin Pieuchot
2015-07-17Remove (unused) references to bios32, which is not present in amd64.Mike Larkin
2015-07-17Include executable mapping for BIOS32 pages. Fixes a problem where mappingsMike Larkin
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-17add exdisplay to chromebook_devsJonathan Gray
2015-07-17enable exynosJonathan Gray
2015-07-17Proper prototypes and return values.Miod Vallat
2015-07-17Consistently use SEL_RPL as the mask when testing selector privilege levelPhilip Guenther
2015-07-17"are we 386, 386sx, or 486, or Pentium, or.."Mike Larkin
2015-07-16remove 'cpu_brand_id' as we no longer use that method to calculate theMike Larkin
2015-07-16Remove 4 second delay on reboot/shutdown that was added 8 yearsStefan Fritsch
2015-07-16Remove a piece of code that has been commented out for 16 years and wasMike Larkin
2015-07-16Fix a backward compare in boot argument parsing, and clarify a comment thatMike Larkin
2015-07-16Move grab/release of the kernel_lock for softintrs from the ASM stubs toPhilip Guenther
2015-07-16make a comment more safe, there's no CRIME there.Jasper Lievisse Adriaanse
2015-07-15Ditch the octeon simulator non-sense.Paul Irofti
2015-07-15Refix memory handling for machines with less than 256M broken by revision 1.64.Paul Irofti
2015-07-15The exynos gic is not at a fixed offset from periphbase unlikeJonathan Gray
2015-07-14First stab at making the hppa mpsafe. Not quite there yet though.Mark Kettenis
2015-07-13Do not attempt to configure octhci, superseded by dwc2Miod Vallat
2015-07-13remove unused cpu_copy_trampoline; ok mlarkinMike Belopuhov
2015-07-13remove unused isa_nodefaultirq; ok kettenis, mlarkinMike Belopuhov
2015-07-13First stab at making the hppa mpsafe. Not quite there yet though.Mark Kettenis
2015-07-13Remove DIAGNOSTIC code that cleans up the pmap in pmap_destroy(). Replace itMark Kettenis
2015-07-10Committed from the wrong tree. So now for real:Mark Kettenis
2015-07-10Avoid calling pool_put(9) while holding a mutex here as well to prevent lockMark Kettenis
2015-07-10Don't call pool_put(9) while holding a mutex. Instead collect pv entries inMark Kettenis
2015-07-10Avoid calling pool_put(9) while holding a mutex here as well to prevent lockMark Kettenis
2015-07-10Don't call pool_put(9) while holding a mutex. Instead collect pv entries inMark Kettenis
2015-07-09Prevent possible interrupt recursion before unwinding the stack.Mike Belopuhov
2015-07-09Remove unused prototype.Mark Kettenis
2015-07-08unify the mutex implementations on all the mips64 platforms.David Gwynne
2009-11-19By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-07-04Fix misleading indentMiod Vallat
2015-07-04get rid of some if 0 code that refers to b_actf.David Gwynne
2015-07-04replace the manual buf list management with a fifo bufq. it simplifiesDavid Gwynne