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