| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copy-n-paste typos in free text. | marcel | 2008-04-10 | 1 | -3/+3 |
* | Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtract | marcel | 2008-04-09 | 1 | -272/+294 |
* | Quick fix for the kernel build breakage in netgraph and the | marcel | 2008-04-08 | 1 | -2/+4 |
* | Align functions to 16-byte boundaries due to profiling granularity. | marcel | 2008-04-03 | 1 | -1/+1 |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | The "free-lance" timer in the i8254 is only used for the speaker | phk | 2008-03-26 | 1 | -4/+0 |
* | Make remote GDB work for AIM processors. For BookE, the kernel | marcel | 2008-03-17 | 1 | -3/+15 |
* | Implement atomic_fetchadd_long() for all architectures and document it. | pjd | 2008-03-16 | 1 | -0/+2 |
* | Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what | raj | 2008-03-12 | 2 | -0/+4 |
* | For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabled | marcel | 2008-03-07 | 1 | -0/+2 |
* | Add support for the BUS_CONFIG_INTR() method to the platform and to | marcel | 2008-03-07 | 2 | -0/+2 |
* | Add a catch-all for PCPU_MD_FIELDS. While we expect this to be | marcel | 2008-03-06 | 1 | -0/+7 |
* | Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family. | raj | 2008-03-03 | 3 | -0/+47 |
* | Rework and extend PowerPC headers definitons towards Book-E/e500 CPUs support. | raj | 2008-03-03 | 10 | -139/+730 |
* | Unify and generalize PowerPC headers, adjust AIM code accordingly. | raj | 2008-03-02 | 5 | -57/+124 |
* | Teach PowerPC CPU identification routines to recognize e500 cores. Fix style | raj | 2008-02-25 | 2 | -2/+11 |
* | Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPC | raj | 2008-02-24 | 1 | -1/+5 |
* | Define the bootinfo structure for FreeBSD. It is not used on | marcel | 2008-02-23 | 2 | -73/+56 |
* | Add PIC support for IPIs. When registering an interrupt handler, | marcel | 2008-02-12 | 3 | -21/+55 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Redefine bus_space_tag_t on PowerPC from a 32-bit integral to | marcel | 2007-12-19 | 2 | -626/+346 |
* | Rename OEA to AIM. The former means nothing as it applies to all | marcel | 2007-12-16 | 1 | -5/+1 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 1 | -0/+36 |
* | Define atomic_readandclear_ptr. | jasone | 2007-11-27 | 1 | -0/+1 |
* | Implement the _long functions using u_long rather than trying to | jb | 2007-11-26 | 1 | -5/+43 |
* | Define atomic_cmpset_acq_long and atomic_cmpset_rel_long so that | jb | 2007-11-19 | 1 | -2/+4 |
* | Split decr_init() into two, with the section that reads the timebase | grehan | 2007-11-13 | 1 | -0/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | Revamp the interrupt handling in support of INTR_FILTER. This includes: | marcel | 2007-08-11 | 3 | -45/+26 |
* | Eliminate <machine/interruptvar.h> as it has only a single | marcel | 2007-08-07 | 2 | -34/+3 |
* | Add prototype for trap(). | marcel | 2007-08-07 | 1 | -0/+7 |
* | Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32() | marcel | 2007-07-10 | 1 | -3/+8 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -0/+18 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 3 | -6/+13 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 1 | -1/+2 |
* | Eliminate some unused definitions that came from NetBSD. | alc | 2007-05-28 | 1 | -2/+0 |
* | Eliminate an unused definition. | alc | 2007-05-27 | 1 | -1/+0 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -4/+4 |
* | Remove stale header. | marcel | 2007-01-26 | 1 | -7/+0 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Implement bus_space_map(). | marcel | 2006-12-13 | 1 | -1/+2 |
* | Fix gdb issue where the i-cache was not being updated when a breakpoint | grehan | 2006-12-05 | 1 | -1/+1 |
* | PR: | jb | 2006-10-04 | 1 | -88/+0 |
* | First part of a little cleanup in the calendar/timezone/RTC handling. | phk | 2006-10-02 | 1 | -4/+0 |
* | Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletes | kan | 2006-09-21 | 1 | -1/+1 |
* | Eliminate unused definitions. (They came from NetBSD.) | alc | 2006-08-25 | 1 | -7/+0 |
* | Add skeletal support for GDB. In particular gdb_cpu_getreg() needs | marcel | 2006-08-24 | 1 | -0/+53 |