summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2011-11-07Cleanup and make initialization more readable. ok drahn@ uwe@Miod Vallat
2011-11-07TLS-lite support for i386Philip Guenthe
2011-11-07Lift the copyout() from i386_get_threadbase() to sys_sysarch(), so thatPhilip Guenthe
2011-11-07Fix the definition of L1_S_V7_AP().Miod Vallat
2011-11-06For now turn back on the pmap PTE modification in pmap_l2ptp_ctorDale Rahn
2011-11-06Correctly report WB and WT cache modes on v7 (they were swapped). ok uwe@Miod Vallat
2011-11-06Build boot(8) for i386 in the same manner that we build boot(8) for amd64 -Joel Sing
2011-11-06Fix GTIMER_STATUS offsetMiod Vallat
2011-11-06Further on the road to working.Dale Rahn
2011-11-05More effort to use filesystem time if the rtc doesn't exist, thanks miod.Dale Rahn
2011-11-05Introduce clock registration code, to deal with having multipleDale Rahn
2011-11-05Remove incorrect logic leading to skip page table flushes becauseMiod Vallat
2011-11-05rename gptimer_delay to gptimer_wait, as it waits on the bit to be clearedDale Rahn
2011-11-05Many fixes.Dale Rahn
2011-11-05Add a NOMAN= stanzaMiod Vallat
2011-11-05Attempt to configure the interrupt controller and global timer on cortex-a9Dale Rahn
2011-11-05Initial drivers for Cortex A9 interrupt controller and global timer as clock.Dale Rahn
2011-11-02display AMD/extended (0x80000001) cpuid flags and remove theJonathan Gray
2011-11-01Drop support for the HP MMU. It was only found on two hp300 systems (modelsMiod Vallat
2011-11-01Rework disklabel handling to correctly support label spoofing, and thusMiod Vallat
2011-11-01Remove orphaned comments.Miod Vallat
2011-10-29Make sure we don't accidentally use ISA or EISA interrupt mappings on PCIMark Kettenis
2011-10-28Enable interrupts while processing off level interrupts. simplify codeDale Rahn
2011-10-28Ignore devices with irq 0 on mpcpci bus, the only devices seen thisDale Rahn
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-10-26Make this compile.Miod Vallat
2011-10-25Replace the naive 88110 tlb update code, which would always invalidate theMiod Vallat
2011-10-25Bring luna88k disklabel handling code in sync with sparc, except for theMiod Vallat
2011-10-24Introduce a pluggable interrupt controller infrastructure for beagle,Dale Rahn
2011-10-24The cgtwo control registers only support 16-bit accesses, and respond withMiod Vallat
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-23Remove comment; the question can be answerd affirmative. Fix a coding styleMark Kettenis
2011-10-22Comment out wsmux to save kernel text, since USB support is missing fromMiod Vallat
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-10-21Pile of diffs to improve beagle/panda status. fetching u-boot parametersDale Rahn
2011-10-21Add bounds checks for access to mp_busses.Mark Kettenis
2011-10-21Add bounds checks for access to mp_busses. Also make sure that we don'tMark Kettenis
2011-10-21Copy the DUID back and forth between the in-core label and the Motorola VIDMiod Vallat
2011-10-21Fix 1.43 to not bzero the in-core disklabel but really the UniOS disklabelMiod Vallat
2011-10-19API change to initarm to pass arguments from the bootloader thru to MDDale Rahn
2011-10-19Oh yeah, a cvs id is goodPhilip Guenthe
2011-10-17Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary becauseDale Rahn
2011-10-17Add which is incomplete, but needs love.Dale Rahn
2011-10-17Rules to build bsd.rd and bsd.umg, Should not be here, but until we getDale Rahn
2011-10-15"TLS-lite": add kernel support for a per-thread userspace pointer,Philip Guenthe
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-13I'm sick and tired of people doing misalgned reads and writes to PCI configMark Kettenis
2011-10-12Remove all MD diagnostics in cpu_switchto(), and move them to MI code ifMiod Vallat
2011-10-10Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straightMiod Vallat
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).Miod Vallat