| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r244414: | Scott Long | 2013-06-17 | 2 | -3/+5 |
| * | MFC r248280: | Konstantin Belousov | 2013-03-28 | 1 | -0/+2 |
| * | MFC r237433: | Konstantin Belousov | 2012-09-22 | 1 | -0/+34 |
| * | MFC r237168 | Alan Cox | 2012-09-20 | 1 | -0/+1 |
| * | MFC r235941: | Bjoern A. Zeeb | 2012-07-08 | 1 | -0/+2 |
| * | MFC r237430: | Konstantin Belousov | 2012-06-29 | 1 | -0/+1 |
| * | MFC r236997: | Fabien Thomas | 2012-06-25 | 1 | -3/+11 |
| * | MFC: r231616, r232497, r234337 | Marius Strobl | 2012-06-23 | 2 | -0/+7 |
| * | MFC r233628, r234598, r235229, r235831, r226986. | Fabien Thomas | 2012-05-29 | 1 | -1/+7 |
| * | MFC r234785: | Dimitry Andric | 2012-05-17 | 1 | -1/+1 |
| * | MFC r228504, r228530. | Rafal Jaworowski | 2012-03-04 | 1 | -2/+4 |
| * | MFC r226441 and r226443 | Olivier Houchard | 2012-02-07 | 2 | -17/+19 |
| * | MFC r226112: | Konstantin Belousov | 2012-01-03 | 1 | -1/+0 |
| * | MFC rr225973: | Konstantin Belousov | 2012-01-03 | 1 | -0/+11 |
| * | Add the possibility to specify from kernel configs MAXCPU value. | Attilio Rao | 2011-07-19 | 1 | -0/+2 |
| * | MFC | Attilio Rao | 2011-05-13 | 1 | -0/+3 |
| |\ |
|
| | * | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | Matthew D Fleming | 2011-05-13 | 1 | -0/+3 |
| * | | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 2 | -2/+2 |
| |/ |
|
| * | Make get_cyclecount(9) little bit more useful where binuptime(9) is used. | Jung-uk Kim | 2011-03-14 | 1 | -1/+1 |
| * | Remove pmap fields that are either unused or not fully implemented. | Alan Cox | 2011-02-17 | 1 | -2/+0 |
| * | Whitespace tweak. | John Baldwin | 2011-02-09 | 1 | -1/+1 |
| * | phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t. | Warner Losh | 2011-02-05 | 1 | -1/+1 |
| * | Make md_tp a register_t not a void *. This will keep us from | Warner Losh | 2011-02-05 | 1 | -1/+1 |
| * | Introduce macro FDT_MAP_IRQ to map from an interrupt controller and | Marcel Moolenaar | 2011-01-29 | 1 | -0/+3 |
| * | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | Jung-uk Kim | 2011-01-17 | 1 | -1/+4 |
| * | Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaks | Marcel Moolenaar | 2011-01-11 | 1 | -1/+2 |
| * | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | Konstantin Belousov | 2011-01-09 | 1 | -1/+0 |
| * | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | Tijl Coosemans | 2011-01-08 | 1 | -2/+2 |
| * | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | Tijl Coosemans | 2011-01-08 | 1 | -6/+6 |
| * | Fix types of some values in machine/_limits.h. | Tijl Coosemans | 2011-01-08 | 1 | -3/+1 |
| * | Remove unused support for 64 bit long on 32 bit architectures. | Tijl Coosemans | 2011-01-07 | 1 | -11/+0 |
| * | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | Konstantin Belousov | 2011-01-07 | 1 | -1/+2 |
| * | Remove ancient simulation code. Skyeye simulation never really worked | Warner Losh | 2011-01-05 | 1 | -5/+0 |
| * | Revert r216134. This checkin broke platforms where bus_space are macros: | Rebecca Cran | 2010-12-03 | 1 | -59/+8 |
| * | Disallow passing in a count of zero bytes to the bus_space(9) functions. | Rebecca Cran | 2010-12-02 | 1 | -8/+59 |
| * | - Remove <machine/mutex.h>. Most of the headers were empty, and the | John Baldwin | 2010-11-09 | 1 | -32/+0 |
| * | Minor cosmetic changes | Kevin Lo | 2010-11-09 | 1 | -4/+4 |
| * | Intel IXP425 SoC is based on the ARMv5TE architecture | Kevin Lo | 2010-11-08 | 1 | -2/+3 |
| * | Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug's | Alexander Motin | 2010-09-18 | 1 | -0/+1 |
| * | Supply some useful information to the started image using ELF aux vectors. | Konstantin Belousov | 2010-08-17 | 1 | -1/+7 |
| * | Update various places that store or manipulate CPU masks to use cpumask_t | John Baldwin | 2010-08-11 | 1 | -1/+1 |
| * | Very rough first cut at NUMA support for the physical page allocator. For | John Baldwin | 2010-07-27 | 1 | -0/+7 |
| * | Eliminate FDT_IMMR_VA define. | Rafal Jaworowski | 2010-07-19 | 1 | -9/+1 |
| * | Get rid of bootinfo for good in loader (U-Boot-based) and ARM. | Rafal Jaworowski | 2010-07-11 | 2 | -78/+0 |
| * | Temporarily bring back the ARM bootinfo (and make tinderbox happy). | Rafal Jaworowski | 2010-06-14 | 2 | -0/+78 |
| * | Convert Marvell ARM platforms to FDT convention. | Rafal Jaworowski | 2010-06-13 | 2 | -74/+1 |
| * | Initial FDT infrastructure elements for ARM. | Rafal Jaworowski | 2010-06-13 | 2 | -0/+105 |
| * | Initial loader(8) support for Flattened Device Tree. | Rafal Jaworowski | 2010-05-25 | 1 | -0/+1 |
| * | Catchup with new prototype for db_printf(). | Olivier Houchard | 2010-05-14 | 1 | -1/+1 |
| * | The FA526 belongs to the ARM9TDMI family | Kevin Lo | 2010-05-12 | 1 | -1/+0 |