Age | Commit message (Expand) | Author |
2013-09-13 | Initialize the variable guarding the clock interrupt routine after | Martin Pieuchot |
2013-09-12 | typo; Eivind Evensen | Theo de Raadt |
2013-09-12 | sync drm_mm with linux 3.8.13 | Jonathan Gray |
2013-09-12 | Enable the eMMC on the BeagleBone Black. | Raphael Graf |
2013-09-12 | Add basic support for eMMC memory. | Raphael Graf |
2013-09-12 | Store curpcb in cpu_info instead of a global variable, for SMP. | Patrick Wildt |
2013-09-12 | Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infos | Patrick Wildt |
2013-09-12 | add a missing bus_dmamap_unload in the rx completion path. | David Gwynne |
2013-09-12 | Revert previous diff to always increment the interface index, tun_switch() | Martin Pieuchot |
2013-09-12 | allocate the pad for the short ethernet frames with dma_alloc instead of | David Gwynne |
2013-09-12 | print version on attach | David Gwynne |
2013-09-12 | whitespace tweaks | David Gwynne |
2013-09-12 | use the amount of memory that was mapped to set the length of the packet | David Gwynne |
2013-09-12 | get rid of unused macros | David Gwynne |
2013-09-12 | dont print out where the rx and tx descs are. noone cares. | David Gwynne |
2013-09-12 | rearrange cpsw_start() a bit. | David Gwynne |
2013-09-12 | sc_ih is unused. | David Gwynne |
2013-09-12 | more consistent whitespace for structs and function prototypes. | David Gwynne |
2013-09-12 | wrap some long lines better. | David Gwynne |
2013-09-12 | get rid of CPSW_PRINTF | David Gwynne |
2013-09-12 | get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to store | David Gwynne |
2013-09-12 | #define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname) | David Gwynne |
2013-09-11 | remove some #if 0 that was being used as a model for intr establishment. | David Gwynne |
2013-09-11 | some whitespace fixes, spaces to tabs mostly | David Gwynne |
2013-09-11 | rename sc_ec in the softc to sc_ac, like all our other drivers. | David Gwynne |
2013-09-11 | the sc_name member of cpsw_softc is unused, so remove it. | David Gwynne |
2013-09-11 | dont put extra newlines in dmesg. | David Gwynne |
2013-09-11 | Remove unused option CPUFLAGS. | Raphael Graf |
2013-09-11 | regen | Mark Kettenis |
2013-09-11 | Another AMD Hudson-2 PCIE bridge. | Mark Kettenis |
2013-09-11 | Use u_int64_t instead of daddr_t for the local variables in the | Kenneth R Westerback |
2013-09-10 | fix typos for additional functions | Theo de Raadt |
2013-09-10 | Make splassert for IPL_NONE fail, if we're in interrupt context. | Patrick Wildt |
2013-09-10 | Store the current interrupt depth in curcpu, so that it's per CPU | Patrick Wildt |
2013-09-10 | Enable some code that seems to relate to an errata for | Jonathan Gray |
2013-09-09 | Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15. | Patrick Wildt |
2013-09-08 | switch to using linux style pci match tables | Jonathan Gray |
2013-09-08 | fix next path selection so if the current path is NULL (which can occur if | David Gwynne |
2013-09-08 | Enable vmx(4) on i386 and amd64. | Reyk Floeter |
2013-09-08 | Unbreak vmx(4) on i386. The right shift of 32 bits for the DSH | Reyk Floeter |
2013-09-06 | Instead of printing on spurious interrupts, use an event counter to show | Patrick Wildt |
2013-09-06 | Support for FreeScale's i.MX6 SoC. | Patrick Wildt |
2013-09-06 | need sys/device.h | Theo de Raadt |
2013-09-06 | In one core dump the pointers to socket, inpcb, tcpcb on the stack | Alexander Bluhm |
2013-09-06 | Make use of IFP_TO_IA() instead of rolling our own copy. | Martin Pieuchot |
2013-09-06 | Fix build with USB_DEBUG defined, pipes don't have refcounters anymore. | Martin Pieuchot |
2013-09-06 | Missing semicolons. | Martin Pieuchot |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-09-05 | Service the 88100 floating-point exceptions through trap(), keeping the | Miod Vallat |
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano |