| Commit message (Expand) | Author | Age | Files | Lines |
| * | maintain existing style | Sam Leffler | 2009-05-30 | 1 | -2/+2 |
| * | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao | 2009-05-30 | 3 | -7/+14 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -1/+0 |
| * | Delete the old USB stack. The new stack has settled in and has all the | Andrew Thompson | 2009-05-27 | 3 | -239/+6 |
| * | accumulate npe statistics and expose them through dev.npe.X.stats | Sam Leffler | 2009-05-23 | 1 | -2/+20 |
| * | Add cpu_flush_dcache() for use after non-DMA based I/O so that a | Marcel Moolenaar | 2009-05-18 | 1 | -0/+12 |
| * | Fix name for driver to assign to the SPI device. | Warner Losh | 2009-05-15 | 1 | -1/+1 |
| * | - Set MAC address in ateinit, so it can be changed later. | Stanislav Sedov | 2009-05-13 | 1 | -8/+7 |
| * | - Style(9) and consistency nitpicking. | Stanislav Sedov | 2009-05-13 | 1 | -72/+88 |
| * | - Make SPI bus bridge be non-arch dependent by using more generic | Oleksandr Tymoshenko | 2009-05-13 | 1 | -1/+1 |
| * | - Resurrect the debug printf message I accidentally dropped | Stanislav Sedov | 2009-05-12 | 1 | -1/+4 |
| * | - Eliminate extra register reads by using a variable to store | Stanislav Sedov | 2009-05-12 | 1 | -16/+28 |
| * | - Implement detach path. | Stanislav Sedov | 2009-05-12 | 1 | -82/+143 |
| * | - Fix build with INVARIANTS enabled. | Stanislav Sedov | 2009-05-10 | 1 | -2/+2 |
| * | - Fix multicast operation that I broke in previous commit. | Stanislav Sedov | 2009-05-10 | 1 | -16/+44 |
| * | - Fix promisc/multicast/broadcast parameters setting by introducing the | Stanislav Sedov | 2009-05-10 | 1 | -12/+53 |
| * | - Use "device\t" and "options \t" for consistency. | Jun Kuriyama | 2009-05-10 | 15 | -238/+238 |
| * | Define the kernel pmap in the same way on arm as on every other | Alan Cox | 2009-05-07 | 2 | -5/+2 |
| * | Use the good hints for the NSLU, it should fix the network adapter. | Olivier Houchard | 2009-05-06 | 1 | -6/+6 |
| * | - Add support for PXA270 cpu. | Stanislav Sedov | 2009-05-05 | 1 | -0/+1 |
| * | Reduce the number of bounce zones (and thus the number of bounce pages | John Baldwin | 2009-04-23 | 1 | -11/+5 |
| * | - Whitespace nitpicking. | Stanislav Sedov | 2009-04-23 | 1 | -7/+7 |
| * | - Add the driver for AT91RM9200 CompactFlash controller. The driver | Stanislav Sedov | 2009-04-22 | 5 | -0/+302 |
| * | - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc" | Stanislav Sedov | 2009-04-21 | 3 | -6/+6 |
| * | - Give a warning and start the oscillator if it was not previously | Stanislav Sedov | 2009-04-20 | 3 | -6/+6 |
| * | Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizing | Robert Watson | 2009-04-20 | 1 | -2/+0 |
| * | Add description and cautionary note regarding CACHE_LINE_SIZE. | Robert Watson | 2009-04-19 | 1 | -0/+4 |
| * | For each architecture, define CACHE_LINE_SHIFT and a derived | Robert Watson | 2009-04-19 | 1 | -0/+5 |
| * | minor cleanup | Bernd Walter | 2009-04-17 | 1 | -5/+3 |
| * | Restore bus DMA bounce pages to an offset of 0 when they are released by | John Baldwin | 2009-04-17 | 1 | -3/+10 |
| * | Minor style fixes and better comments. | Rafal Jaworowski | 2009-04-16 | 2 | -0/+9 |
| * | Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions, | Rafal Jaworowski | 2009-04-16 | 5 | -19/+42 |
| * | The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in the | Konstantin Belousov | 2009-04-13 | 1 | -4/+8 |
| * | Minor description fix. | Rafal Jaworowski | 2009-04-08 | 1 | -1/+1 |
| * | Properly handle KDB entry in fatal abort. This lets KDB_UNATTENDED work on ARM. | Rafal Jaworowski | 2009-04-08 | 1 | -1/+2 |
| * | MFp4 //depot/projects/usb@159992 | Andrew Thompson | 2009-04-05 | 1 | -2/+0 |
| * | Fix KBI breakage by r190520 which affects older linux.ko binaries: | Dmitry Chagin | 2009-04-05 | 1 | -2/+2 |
| * | Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization, | Alan Cox | 2009-04-04 | 1 | -2/+0 |
| * | Fix the userland, RAS, version of atomic_fetchadd_32 : | Olivier Houchard | 2009-03-31 | 1 | -9/+10 |
| * | Use Oxf0000000 instead of 0xff000000 to guess the physical address, relative | Olivier Houchard | 2009-03-31 | 1 | -2/+2 |
| * | revert unintended change | Sam Leffler | 2009-03-30 | 1 | -1/+0 |
| * | Hoist 802.11 encapsulation up into net80211: | Sam Leffler | 2009-03-30 | 1 | -0/+1 |
| * | Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. It | Sam Leffler | 2009-03-30 | 2 | -2/+0 |
| * | Remove the uscanner(4) driver, this follows the removal of the kernel scanner | Andrew Thompson | 2009-03-19 | 2 | -2/+0 |
| * | Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer | Konstantin Belousov | 2009-03-17 | 1 | -1/+2 |
| * | Implement new way of branding ELF binaries by looking to a | Dmitry Chagin | 2009-03-13 | 1 | -2/+4 |
| * | switch to !legacy usb stack | Sam Leffler | 2009-03-11 | 1 | -6/+5 |
| * | configure flash support | Sam Leffler | 2009-03-10 | 2 | -0/+6 |
| * | add IXP4XX_FLASH_SIZE config knob that can be used to override the default | Sam Leffler | 2009-03-10 | 1 | -0/+4 |
| * | map CS0 on 2358 so flash is accessible | Sam Leffler | 2009-03-10 | 1 | -0/+4 |