| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the watchdog timeout calculation to prevent wrap. The RPi hardware | ian | 2014-12-10 | 1 | -3/+3 |
* | o Add BERI Virtio Networking Frontend (if_vtbe) | br | 2014-12-09 | 2 | -1/+3 |
* | Include sys/kernel.h to pick up the definition of hz. subr_syscall.c uses | andrew | 2014-12-09 | 1 | -0/+1 |
* | Fix buffer overflow in Marvell PCI/PCIe driver | zbb | 2014-12-07 | 1 | -1/+1 |
* | Use the unified syntax when generating assembly for clang. The clang 3.5 | andrew | 2014-12-06 | 1 | -0/+5 |
* | Switch to a .cpu directive. These will work when clang 3.5 is imported | andrew | 2014-12-05 | 1 | -1/+1 |
* | Switch to an armv6k cpu, without this clang 3.5 complains "bx lr" is | andrew | 2014-12-05 | 1 | -1/+1 |
* | Place the literal pool after a RET otherwise clang 3.5 tries to put it too | andrew | 2014-12-05 | 1 | -0/+2 |
* | Set the alignment to 4-bytes after a string as clang 3.5 can switch to | andrew | 2014-12-05 | 1 | -1/+1 |
* | Use the unified syntax in a few more assembly files | andrew | 2014-12-05 | 1 | -1/+3 |
* | Add missing END macros to some of the xscale functions. | andrew | 2014-12-05 | 2 | -0/+16 |
* | Switch to unified syntax so these can be built with clang 3.5. | andrew | 2014-12-02 | 4 | -175/+182 |
* | Use the APSR_nzcv format of mrc. The clang integrated assembler doesn't | andrew | 2014-12-02 | 2 | -4/+4 |
* | Fix the name of the coprocessor to include the "p" prefix, the clang | andrew | 2014-12-02 | 1 | -2/+2 |
* | Pull in the NetBSD global offset table handling code. Clang 3.5 creates | andrew | 2014-12-01 | 1 | -3/+9 |
* | Allow multiple devices to mmap. It's impossible to prevent this with | rpaulo | 2014-12-01 | 1 | -25/+6 |
* | Correctly a few incorrect uses of ENTRY/EENTRY and END/EEND | andrew | 2014-11-30 | 2 | -3/+3 |
* | Remove extra labels, ENTRY_NP already provides them. | andrew | 2014-11-30 | 2 | -2/+0 |
* | Update _ENTRY to use _EENTRY to reduce the common code. | andrew | 2014-11-29 | 1 | -14/+14 |
* | Some device tree configurations place the generic timer under the root | andrew | 2014-11-28 | 1 | -0/+2 |
* | We don't use the hypervisor interrupt, make it optional in the device tree. | andrew | 2014-11-28 | 1 | -1/+1 |
* | Add new devices to the config. | br | 2014-11-25 | 2 | -0/+4 |
* | o Add PIO and vtblk mmio device info to the tree | br | 2014-11-25 | 1 | -0/+3 |
* | Revert r274772: it is not valid on MIPS | emaste | 2014-11-25 | 1 | -2/+2 |
* | The arm PJ4B cpu is armv7 architecture, not v6. | ian | 2014-11-24 | 1 | -2/+2 |
* | When doing a PREREAD sync of an mbuf-type dma buffer, do a writeback of | ian | 2014-11-22 | 1 | -0/+17 |
* | Use canonical __PIC__ flag | emaste | 2014-11-21 | 1 | -2/+2 |
* | Moves all the duplicate code to a single function. | loos | 2014-11-18 | 9 | -98/+1 |
* | These delays aren't needed. Elimate them. They should be on the order | imp | 2014-11-18 | 1 | -2/+0 |
* | opt_global.h is included automatically in the build. No need to | imp | 2014-11-18 | 11 | -21/+0 |
* | Fix the i2c bus speed divisors for TI OMAP4 and AM335x. | ian | 2014-11-18 | 1 | -5/+11 |
* | Allow i2c bus speed to be configured via hints, FDT data, and sysctl. | ian | 2014-11-18 | 2 | -29/+67 |
* | No functional changes. Remove a couple outdated or inane comments and | ian | 2014-11-16 | 1 | -5/+35 |
* | Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs. | ian | 2014-11-16 | 1 | -8/+9 |
* | Do the cache invalidate sequence from the outermost to innermost, required | ian | 2014-11-16 | 1 | -1/+1 |
* | Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync. | ian | 2014-11-16 | 1 | -1/+1 |
* | Indent a couple lines properly and expand a comment. No functional changes. | ian | 2014-11-16 | 1 | -4/+8 |
* | Whitespace and comment tweaks, no functional changes. | ian | 2014-11-15 | 1 | -17/+21 |
* | When doing busdma sync ops for BUSDMA_COHERENT memory, there is no need | ian | 2014-11-15 | 1 | -1/+11 |
* | Use the standard powerof2() macro from param.h instead of a local one. | ian | 2014-11-15 | 1 | -4/+2 |
* | Fix typo in ARM GIC device_printf() | zbb | 2014-11-13 | 1 | -1/+1 |
* | Fix the error checking, broken on r273337, to _not_ ignore controller | loos | 2014-11-12 | 1 | -1/+1 |
* | Fix the reversed sense of the PADCONF_NONE test. | ian | 2014-11-12 | 1 | -1/+1 |
* | Bugfixes for the imx5/imx6 iomux fdt_pinctrl driver. | ian | 2014-11-12 | 1 | -3/+21 |
* | Since r273264 the SD card detection on Raspberry Pi is reliably working and | loos | 2014-11-11 | 1 | -2/+5 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 8 | -8/+0 |
* | Strengthen the sanity checking of busdma tag parameters. | ian | 2014-11-06 | 1 | -7/+10 |
* | Fix usage of kern_getenv(). | kevlo | 2014-10-31 | 1 | -1/+3 |
* | Make the GPIO children attach to the first unit available and not only to | loos | 2014-10-28 | 11 | -22/+25 |
* | Add fueword(9) and casueword(9) functions. They are like fuword(9) | kib | 2014-10-28 | 1 | -0/+4 |