Age | Commit message (Expand) | Author |
2010-02-05 | Now that the BTB errata are out of the way, enable the CS5536 timecounter again, | Miod Vallat |
2010-02-05 | add uaudio; ok miod@ | Otto Moerbeek |
2010-02-05 | Blind support for SM501 model. This should give the Gdium Liberty a working, | Miod Vallat |
2010-02-05 | Add a set of functions to access PCI configuration space before bonito(4) | Miod Vallat |
2010-02-05 | Blind support for the EMTEC Gdium Liberty netbook. Per-platform configuration | Miod Vallat |
2010-02-05 | Compute and pass resource extents to the MI pci code when attaching pci@bonito. | Miod Vallat |
2010-02-05 | When setting up memory regions on Loongson 2F-based machines, make sure we | Miod Vallat |
2010-02-05 | When faking the glxpcib(4) BARs, do not mask the low 12 bits, but only as | Miod Vallat |
2010-02-04 | basic bootpath -> bootdev translation; ok miod@ | Otto Moerbeek |
2010-02-04 | add a few USB devices known to work; ok miod@ | Otto Moerbeek |
2010-02-03 | Remove memory limitation to the low 256MB. With the -mfix-loongson2f-btb | Miod Vallat |
2010-02-03 | There is no need to compile this code with .set noat, really. | Miod Vallat |
2010-02-03 | Build the kernel with -mfix-loongson2f-btb. Requires up-to-date binutils. | Miod Vallat |
2010-02-03 | Provide a value for MACHINE_CPU, to let the build machinery reuse the existing | Miod Vallat |
2010-02-03 | typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJS | Kevin Lo |
2010-02-02 | Add rcs id's | Kevin Lo |
2010-02-02 | Skip calling smp_rendezvous if it's not necessary. | Takuya ASADA |
2010-02-02 | lazy FP saving on uniprocessor, just like macppc. | Takuya ASADA |
2010-02-01 | Commit a diff I had sitting around in my tree that 90% matches one sent by | Dale Rahn |
2010-02-01 | - add and enable puc(4) (only com, i didn't test lpt) | Jasper Lievisse Adriaanse |
2010-02-01 | Limit memory to 256MB at the moment, (intrusive) part of the branch | Miod Vallat |
2010-02-01 | On Loongson 2 processors, clear the branch target buffer on userland->kernel | Miod Vallat |
2010-02-01 | Fix thinko in previous. | Miod Vallat |
2010-01-31 | update to get a working bsd.rd | Otto Moerbeek |
2010-01-31 | Remove !__LP64__ bits and __LP64__ tests. | Miod Vallat |
2010-01-31 | Add hotplug and wsmux. | Miod Vallat |
2010-01-31 | According to Linux, some magic programming is necessary to prevent deadlocks, | Miod Vallat |
2010-01-31 | Add option WSCONS_COMPAT_RAWKBD for X. ok miod@. | Matthieu Herrb |
2010-01-31 | Return a correct address in smfb_mmap(), allows X to work with wsfb. | Miod Vallat |
2010-01-31 | If there is only 256MB of physical memory or less, access it from physical | Miod Vallat |
2010-01-28 | The RA stack control bit on the loongson2 diagnostic register is not a clear | Miod Vallat |
2010-01-28 | Make sure we also cause an iTLB and BTB flush on loongson processors during | Miod Vallat |
2010-01-27 | disable interrupts in rdmsr() and wrmsr() so that their operation does not | Miod Vallat |
2010-01-26 | 4.7-BETA (also, lo-carb and ozone layer friendly) | Miod Vallat |
2010-01-26 | Be a bit more paranoid and disable interrupts around critical pieces of code, | Miod Vallat |
2010-01-26 | Comment out the Geode timecounter code completely. While a nice idea, this | Miod Vallat |
2010-01-26 | Sprinkle some write buffer flushes, copied from powerpc; prevents | Miod Vallat |
2010-01-25 | add uthum there too. ok drahn@ | Matthieu Herrb |
2010-01-23 | Give little-endian fp on mips a change to be handled correctly. | Miod Vallat |
2010-01-22 | Move is_memory_range() from mips64 mem.c to a per-architecture location; this | Miod Vallat |
2010-01-22 | Fix previous to pick the right year as the timebase (mips64 routines expect | Miod Vallat |
2010-01-21 | *Write* to the magic Loongson2 register to invalidate iTLB and branch | Miod Vallat |
2010-01-21 | Use db_printf() instead of printf() in db_dump_tlb_cmd() and trapDump(), so | Miod Vallat |
2010-01-21 | Pick the correct year when reading clock. | Miod Vallat |
2010-01-19 | Compute the right value for hw.ncpusfound sysctl on IP30 regardless of the | Miod Vallat |
2010-01-18 | In stacktrace(), when aborting a traceback because of nonsensical pc or sp | Miod Vallat |
2010-01-18 | Kernel configuration for multiprocessor Octane machines. There are a few | Miod Vallat |
2010-01-18 | Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl will | Miod Vallat |
2010-01-18 | In the interrupt handler, only attempt to acquire kernel_lock if coming from | Miod Vallat |
2010-01-18 | dosoftint() being invoked at IPL_SOFTINT, don't bother checking the ipl before | Miod Vallat |