| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix comment about what board this is really for left over from early | Warner Losh | 2012-05-02 | 1 | -5/+1 |
| * | The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn't | Warner Losh | 2012-05-02 | 1 | -1/+1 |
| * | - Add missing locking in at91_usart_getc(). | Marius Strobl | 2012-05-01 | 1 | -117/+157 |
| * | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric | 2012-04-29 | 1 | -1/+1 |
| * | - Disable MMU before reconfiguring the pagetables in the trampoline code. | Stanislav Sedov | 2012-04-25 | 1 | -0/+11 |
| * | Interrupts must be disabled while handling a partial cache line flush, | Marius Strobl | 2012-04-22 | 1 | -20/+27 |
| * | - Add support for MCI1 revision 2xx controllers and a work-around for their | Marius Strobl | 2012-04-22 | 2 | -7/+51 |
| * | Replace the C implementation of __aeabi_read_tp with an assembly version. | Andrew Turner | 2012-04-16 | 2 | -0/+7 |
| * | Generate an obviously missing STOP when having finished transmitting data. | Marius Strobl | 2012-04-14 | 1 | -0/+1 |
| * | Add support for the Atmel SAM9XE familiy of microcontrollers, which | Marius Strobl | 2012-04-14 | 1 | -5/+9 |
| * | Add support for the Atmel SAM9XE familiy of microcontrollers, which | Marius Strobl | 2012-04-14 | 8 | -14/+40 |
| * | - Try to bring these files closer to style(9). | Marius Strobl | 2012-04-14 | 12 | -208/+236 |
| * | - Revert part of r234005, which I did not intend to commit. | Stanislav Sedov | 2012-04-07 | 1 | -1/+1 |
| * | - Add kernel config file for QEMU-emulated gumstix board. | Stanislav Sedov | 2012-04-07 | 2 | -1/+93 |
| * | - Add new ARM kernel option QEMU_WORKAROUNDS which can be | Stanislav Sedov | 2012-04-07 | 1 | -2/+18 |
| * | Add software PMC support. | Fabien Thomas | 2012-03-28 | 1 | -1/+1 |
| * | Remove pty(4) from our kernel configurations. | Ed Schouten | 2012-03-21 | 21 | -22/+0 |
| * | Fix error check. | Rafal Jaworowski | 2012-03-15 | 1 | -1/+1 |
| * | Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported | Attilio Rao | 2012-03-06 | 1 | -2/+0 |
| * | Remove unused #defines. All this is now retrieved from the device tree. | Rafal Jaworowski | 2012-03-04 | 1 | -126/+0 |
| * | - Change contigmalloc() to use the vm_paddr_t type instead of an unsigned | John Baldwin | 2012-03-01 | 1 | -5/+5 |
| * | Make sure we do not provide the page 0 to the VM. It can't handle it properly, | Olivier Houchard | 2012-02-29 | 2 | -5/+15 |
| * | Add C11 macros describing subnormal numbers to float.h. | David Schultz | 2012-01-23 | 1 | -0/+16 |
| * | TDF_* flags should be used with td_flags field and TDP_* flags should be used | Pawel Jakub Dawidek | 2012-01-22 | 1 | -1/+1 |
| * | Add parentheses where required. Without them, `sizeof LDBL_MAX' | David Schultz | 2012-01-20 | 1 | -3/+3 |
| * | Fix the value of float_t to match what is implied by FLT_EVAL_METHOD. | David Schultz | 2012-01-16 | 1 | -1/+1 |
| * | Fix the definition of FLT_EVAL_METHOD and some minor bugs. | David Schultz | 2012-01-16 | 1 | -4/+6 |
| * | Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support for | David Schultz | 2012-01-16 | 1 | -1/+5 |
| * | Remove spurious 8bit chars, turning files into plain ASCII. | Ulrich Spörlein | 2012-01-15 | 2 | -2/+2 |
| * | Add missing options so modules build/load correctly. | Adrian Chadd | 2012-01-05 | 1 | -0/+3 |
| * | Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.c | Marius Strobl | 2011-12-31 | 3 | -1/+6 |
| * | ARM pmap fixes: | Rafal Jaworowski | 2011-12-15 | 2 | -2/+5 |
| * | Eliminate vestiges of page coloring. | Alan Cox | 2011-12-15 | 1 | -3/+1 |
| * | Make *intr{cnt,names} on ARM reside in data section, similar to other arches. | Rafal Jaworowski | 2011-12-14 | 1 | -2/+1 |
| * | Implement better support for USB controller suspend and resume. | Hans Petter Selasky | 2011-12-14 | 2 | -52/+11 |
| * | Replace __signed by signed. | Ed Schouten | 2011-12-13 | 1 | -1/+1 |
| * | Fix OF_finddevice error return value in case of FDT. | Jayachandran C. | 2011-12-02 | 2 | -8/+8 |
| * | Rename device_delete_all_children() into device_delete_children(). | Hans Petter Selasky | 2011-11-22 | 3 | -3/+3 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 6 | -16/+6 |
| * | Initial version of cesa(4) driver for Marvell crypto engine and security | Rafal Jaworowski | 2011-11-19 | 3 | -0/+9 |
| * | Move the device_delete_all_children() function from usb_util.c | Hans Petter Selasky | 2011-11-19 | 1 | -7/+1 |
| * | Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on | Attilio Rao | 2011-11-08 | 1 | -0/+2 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 4 | -4/+5 |
| * | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 3 | -3/+4 |
| * | - Import the common MII bitbang'ing code from NetBSD and convert drivers to | Marius Strobl | 2011-11-01 | 1 | -0/+1 |
| * | Check the return value of BUS_SETUP_INTR() | Kevin Lo | 2011-10-27 | 6 | -13/+32 |
| * | People porting FreeBSD to new architectures ought not have to | David Schultz | 2011-10-21 | 1 | -0/+2 |
| * | Trace attempts to call restricted MD syscalls. | Dag-Erling Smørgrav | 2011-10-18 | 1 | -0/+4 |
| * | Fix 2 bugs : | Olivier Houchard | 2011-10-16 | 2 | -17/+19 |
| * | Explicitely set ARM_RAS_START and ARM_RAS_END once the cacheline or the | Olivier Houchard | 2011-10-16 | 1 | -0/+2 |