| Age | Commit message (Expand) | Author |
| 2012-12-26 | Add vfp_kernel_acquire and vfp_kernel_release prototypes. | matt |
| 2012-09-07 | Switch cortex_a9 back to need_ptesync = 1 | matt |
| 2012-08-29 | Don't use locations in .data to store exception temporaries, use decidicated | matt |
| 2012-08-29 | Remove undeeded struct device; | matt |
| 2012-08-29 | Use new armv7 CP15 register to print out cache types. | matt |
| 2012-08-29 | Rename ARM options PROCESS_ID_IS_CUR{CPU,LWP} to TPIDRPRW_IS_CUR{CPU,LWP} | matt |
| 2012-08-16 | small rototill. | matt |
| 2012-08-14 | Kill curpcb/ci_curpcb. Use device_t in cpu_info. | matt |
| 2012-08-12 | Rework VFP support to use PCU. | matt |
| 2012-08-02 | Remove irqframe and replace with identical trapframe. | skrll |
| 2012-07-16 | Fix racy softint dispatch that lead to KASSERT(si->si_active) in | skrll |
| 2012-02-16 | expose cpu structures to kmemuser and prevent opt_*.h from being included | christos |
| 2010-11-13 | Include sys/device_if.h instead of sys/device.h. machine/cpu.h is | uebayasi |
| 2010-11-13 | Include sys/evcnt.h for struct evcnt. | uebayasi |
| 2010-07-07 | implement ucas_* for arm. | chs |
| 2009-12-10 | Rename L_ADDR to L_PCB and amend some comments accordingly. | rmind |
| 2009-11-21 | Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage. | rmind |
| 2009-01-18 | Define a version of GET_CURCPU, GET_CURLWP, and GET_CURPCB for use on | bjh21 |
| 2008-08-07 | Only call dosoftints() is ci_intr_depth == 0 | matt |
| 2008-08-07 | Do fast softint processing in DO_AST_AND_RESTORE_ALIGNMENT_FAULTS. | matt |
| 2008-04-27 | Merge kernel changes in matt-armv6 to HEAD. | matt |
| 2008-03-15 | VFP support. | rearnsha |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-02-19 | revert previous; as yamt pointed out, these bits are in <sys/cpu.h>. | dogcow |
| 2008-02-19 | cargo-cult CPU_INFOITERATOR and _FOREACH to make kern_prf.c build again. | dogcow |
| 2008-01-06 | current_intr_depth is dead. Make sure we don't use it anymore. | matt |
| 2007-12-11 | Add cpu_intr_p(). | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-10-02 | Make want_resched a member of cpu_info. | ad |
| 2007-08-04 | Add ci_cpuid where it's missing. | ad |
| 2007-06-01 | Another missed changed for acorn26 idlelwp. Provide IRQenable/IRQdisable | skrll |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-02-18 | Changes for newlock2. | matt |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2006-08-05 | Centralize the various checks for validity of a CPU context in one macro, | bjh21 |
| 2006-04-05 | Don't define, just declare want_resched here. | uwe |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-11 | Change all archs that did: | cube |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-13 | It appears that MI code requires ci_cpuid to be the CPU number of the CPU | bjh21 |
| 2002-10-12 | Remember the location of each CPU's idle PCB in struct cpu_info. | bjh21 |
| 2002-10-05 | Minimal changes to allow a kernel with "options MULTIPROCESSOR" to compile | bjh21 |
| 2002-08-16 | * Add a new machdep.powersave sysctl, which controls the use of | thorpej |
| 2002-08-14 | Inline SetCPSR calls where it seems prudent to do so. This avoids two | briggs |
| 2002-05-08 | Hard-wire CLKF_BASEPRI() to 0 on the ARM, since spllowersoftclock() might | thorpej |
| 2002-04-12 | Centralize ARM CPU configuration information by adding a new header | thorpej |
| 2002-04-03 | Clean up handling of the vector page on 32-bit ARM systems: | thorpej |