| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify pmap_unmapdev(). Since kmem_free() eventually calls pmap_remove(), | Alan Cox | 2012-09-10 | 1 | -4/+2 |
| * | userret() already checks for td_locks when INVARIANTS is enabled, so | Attilio Rao | 2012-09-08 | 1 | -1/+0 |
| * | pmap_remove: | Alan Cox | 2012-09-08 | 1 | -30/+18 |
| * | Eliminate unnecessary NULL checks. | Alan Cox | 2012-09-07 | 1 | -2/+2 |
| * | Dynamically allocate the S/G lists passed to callback routines rather than | John Baldwin | 2012-09-06 | 1 | -25/+36 |
| * | Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't | Brooks Davis | 2012-09-05 | 2 | -2/+0 |
| * | Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the | Alan Cox | 2012-09-05 | 1 | -22/+18 |
| * | Calculate the new PTE value in pmap_enter() before acquiring any locks. | Alan Cox | 2012-09-02 | 1 | -24/+17 |
| * | Introduce a new software PTE flag that indicates whether the mapping is | Alan Cox | 2012-09-01 | 3 | -41/+29 |
| * | The DIR-825 cal data is in an odd spot. I don't know why it's here. | Adrian Chadd | 2012-08-30 | 1 | -3/+6 |
| * | More attempts at space saving. | Adrian Chadd | 2012-08-29 | 1 | -2/+4 |
| * | Bring over a configuration for the Atheros AP91 reference board. | Adrian Chadd | 2012-08-29 | 2 | -0/+167 |
| * | * Don't compile in sysctl descriptions | Adrian Chadd | 2012-08-28 | 1 | -1/+4 |
| * | oops, make cfg read-write. | Adrian Chadd | 2012-08-28 | 1 | -1/+1 |
| * | This is an initial board configuration for the D-Link DIR-825 dual-band | Adrian Chadd | 2012-08-28 | 2 | -0/+135 |
| * | Convert AP93 to use the new AR724X_BASE configuration file. | Adrian Chadd | 2012-08-27 | 2 | -166/+24 |
| * | Slim down the default AR724X build. | Adrian Chadd | 2012-08-27 | 1 | -28/+30 |
| * | Convert to using ulzma. | Adrian Chadd | 2012-08-27 | 1 | -5/+3 |
| * | Expose DE4 buttons and switches via a de4bsw device, implemented using | Robert Watson | 2012-08-26 | 1 | -1/+11 |
| * | Add terasic_de4led, a led(4) driver for the on-board 8-element LED on the | Robert Watson | 2012-08-26 | 4 | -0/+12 |
| * | Ensure that BAR(0) is set for the PCI slot before the ath(4) PCI registers | Adrian Chadd | 2012-08-26 | 1 | -0/+4 |
| * | Create a skeleton AR724x SoC board configuration for use by AR724x devices. | Adrian Chadd | 2012-08-26 | 2 | -0/+191 |
| * | Add terasic_mtl(4), a device driver for the Terasic Multi-Touch LCD, | Robert Watson | 2012-08-25 | 4 | -2/+21 |
| * | Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. | Brooks Davis | 2012-08-25 | 3 | -0/+12 |
| * | Add MD syscons header file for MIPS. | Robert Watson | 2012-08-25 | 1 | -0/+71 |
| * | Don't include syscons in the config just yet. We haven't imported the | Brooks Davis | 2012-08-25 | 2 | -2/+2 |
| * | Retire PV_TABLE_MOD. When we destroy or write protect a dirty mapping, | Alan Cox | 2012-08-25 | 2 | -22/+12 |
| * | Add reference kernel configurations for FreeBSD/beri in simulation, on the | Robert Watson | 2012-08-25 | 7 | -0/+281 |
| * | Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core, | Robert Watson | 2012-08-25 | 1 | -0/+3 |
| * | Add preliminary support for the SRI International / University of Cambridge | Robert Watson | 2012-08-25 | 4 | -1/+179 |
| * | Provide basic glue to allow syscons to be used on MIPS, modelled | Robert Watson | 2012-08-25 | 1 | -0/+90 |
| * | On MIPS, when printing page fault information for an unexpected exception | Robert Watson | 2012-08-25 | 1 | -2/+4 |
| * | Remove duplicated GEOM_PART_* options. | Aleksandr Rybalko | 2012-08-23 | 8 | -16/+0 |
| * | Add correct range parameter in XLP DTS | Jayachandran C. | 2012-08-21 | 1 | -1/+1 |
| * | Define and exclude DRAM regions used by hardware/bootloder on XLP | Jayachandran C. | 2012-08-20 | 1 | -63/+71 |
| * | Eliminate another vestige of page coloring. | Alan Cox | 2012-08-17 | 1 | -2/+1 |
| * | Fix two problems with pmap_clear_modify(). | Alan Cox | 2012-08-17 | 1 | -51/+13 |
| * | The GPIO drivers were initialising their mutexes with type of | Rui Paulo | 2012-08-17 | 3 | -6/+3 |
| * | Eliminate an unused parameter from init_pte_prot(). | Alan Cox | 2012-08-16 | 1 | -7/+7 |
| * | Replace all uses of the vm page queues lock by a r/w lock that is private | Alan Cox | 2012-08-15 | 1 | -72/+70 |
| * | Port the new PV entry allocator from amd64/i386. This allocator has two | Alan Cox | 2012-08-13 | 2 | -219/+428 |
| * | Merge r134393 from amd64/i386: | Alan Cox | 2012-08-10 | 1 | -12/+0 |
| * | Merge r132141 and r111272 from amd64/i386: | Alan Cox | 2012-08-09 | 2 | -63/+38 |
| * | Fix obvious problem with emulate_fp sysctl. | Warner Losh | 2012-08-07 | 1 | -1/+1 |
| * | Merge FreeBSD/beri Perforce change @211945 to head: | Robert Watson | 2012-07-28 | 1 | -4/+4 |
| * | Move what remains of vm/vm_contig.c into vm/vm_pageout.c, where similar | Alan Cox | 2012-07-18 | 1 | -2/+2 |
| * | Support Netlogic XLP 8xx B1 revisions in xlpge. | Jayachandran C. | 2012-07-09 | 2 | -20/+36 |
| * | Identify Netlogic XLP 8xx B1 chip revisions | Jayachandran C. | 2012-07-09 | 2 | -0/+25 |
| * | Fix PCIe hardware swap configuration for Netlogic XLP | Jayachandran C. | 2012-07-09 | 1 | -2/+2 |
| * | octeon_uart_class was removed some time ago everywhere but here. | Warner Losh | 2012-06-28 | 1 | -3/+0 |