Age | Commit message (Expand) | Author |
2010-01-14 | When trying to get a stack trace, consider CKSEG1 addresses as invalid, as the | Miod Vallat |
2010-01-14 | Let the nmi handler code compile on non-MULTIPROCESSOR kernels. | Miod Vallat |
2010-01-14 | Fix build on gumstix; rename IPL_SOFTSERIAL to IPL_SOFTTTY and | Kevin Lo |
2010-01-13 | Freeze the secondary CPU later in the nmi handling, and put it in a better | Miod Vallat |
2010-01-13 | Crude handler for the Octane NMI button, for kernels compiled with | Miod Vallat |
2010-01-13 | Do not lose ra on the first loop (regression from 1.20) | Miod Vallat |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2010-01-11 | Increase/decrease the per-CPU interrupt depth variable around APIC interrupts | Mark Kettenis |
2010-01-10 | Make sure END() matches the *{LEAF,ENTRY}() function names. | Miod Vallat |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2010-01-10 | GCC doesn't respect the aligned attribute for automatic variables. So | Mark Kettenis |
2010-01-10 | My mistake. There was one more driver paranoid enough to check | Kenneth R Westerback |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2010-01-09 | L2 cache line is at least 64 bytes long on r10k, so use 64 byte increments to | Miod Vallat |
2010-01-09 | Make interrupt depth counters per-cpu. | Miod Vallat |
2010-01-09 | Move more R5000 code behind proper #ifdef stanzas. | Miod Vallat |
2010-01-09 | Move cache information from global variables to per-cpu_info fields; this | Miod Vallat |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2010-01-09 | Define struct cpu_hwinfo, to hold hardware specific information about each | Miod Vallat |
2010-01-09 | Correctly check /dev/kmem offsets within directly translated segments (XKPHYS | Miod Vallat |
2010-01-08 | Fix compile failure on MP kernel(missing P_CPU macro on mips64/mips64/context.S) | Takuya ASADA |
2010-01-08 | MP-safe FPU handling. ok miod@ | Takuya ASADA |
2010-01-07 | Repair non-MULTIPROCESSOR kernel compilation. | Miod Vallat |
2010-01-07 | Make sure to update p_cpu on MULTIPROCESSOR kernels. | Miod Vallat |
2010-01-07 | Enable IPI interrrupt in trap. ok miod@ | Takuya ASADA |
2010-01-05 | Dynamic allocation for ASID and ASID generation number on struct pmap. ok miod@ | Takuya ASADA |
2010-01-03 | Implement pmap_proc_iflush() such that the instruction cache is synchronized | Mark Kettenis |
2010-01-03 | enable aibs | Theo de Raadt |
2010-01-03 | Use a split genassym.cf scheme on mips64 ports. Don't forget to rerun config(8). | Miod Vallat |
2010-01-02 | We need an additional level of indirection through 'struct scsibus_attach_args' | Mark Kettenis |
2010-01-01 | Miod must have gotten his fingers stuck between the keys on his keyboard and | Mark Kettenis |
2010-01-01 | Map the device registers before using them. We were lucky that some other | Mark Kettenis |
2010-01-01 | Make sure than ptrace functions never return a non-zero value in the zero | Miod Vallat |
2010-01-01 | Make sure we grab the kernel lock before invoking trapsignal(). | Miod Vallat |
2010-01-01 | Since sh4_emode_icache_sync_all() and sh4_emode_dcache_wbinv_all() | Miod Vallat |
2010-01-01 | Remove unused *_CACHE_FLUSH() macros. | Miod Vallat |
2010-01-01 | Make sure page is cache invalidated in pmap_unmap_direct(), for the next use | Miod Vallat |
2010-01-01 | Make sure we grab the kernel lock before invoking trapsignal(). | Miod Vallat |
2009-12-31 | Implement wrappers for enabling and disabling interrupts. | Joel Sing |
2009-12-31 | Make cpl and cpu_inintr per CPU variables. For locore.S, cpl becomes an | Joel Sing |
2009-12-31 | Add vds(4) and vdsp(4), implementing the vDisk server side protocol. This | Mark Kettenis |
2009-12-31 | Add a few more hypervisor calls. | Mark Kettenis |
2009-12-30 | curcpu()->ci_curpmap added. ok miod@ | Takuya ASADA |
2009-12-29 | Call proc_trampoline_mp() from the process trampoline when compiled for MP. | Joel Sing |
2009-12-29 | Implement MP safe mutexes for hppa. | Joel Sing |
2009-12-29 | Move hppa to a "cpu0 at mainbus0" configuration, rather than knocking CPUs | Joel Sing |
2009-12-29 | Make want_resched a per CPU variable. | Joel Sing |
2009-12-29 | Move hppa to per process AST. | Joel Sing |