| Commit message (Expand) | Author | Age | Files | Lines |
* | When building a kernel module, define MAXCPU the same as SMP so | jb | 2008-03-27 | 1 | -2/+2 |
* | We need to prototype _start() as well, as we use it to test if we're running | cognet | 2008-03-22 | 1 | -0/+1 |
* | add hints to specify how NPE ports are mapped to MAC+PHY; these | sam | 2008-03-22 | 1 | -0/+8 |
* | Improve mac+phy configuration so that hints can be used to describe | sam | 2008-03-22 | 1 | -16/+80 |
* | add usb devices and more wlan stuff now that usb is functional | sam | 2008-03-20 | 1 | -13/+19 |
* | map device 5; the optional USB controller on Gateworks 2348 boards | sam | 2008-03-20 | 1 | -3/+4 |
* | Simplify the interrupt code a bit: | jhb | 2008-03-17 | 1 | -28/+4 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 2 | -2/+2 |
* | Add preliminary support for binding interrupts to CPUs: | jhb | 2008-03-14 | 1 | -2/+2 |
* | Respect RF_SHAREABLE flag in ARM nexus_setup_intr() | raj | 2008-03-12 | 1 | -0/+3 |
* | Improve ARM bus_dmamap_load_buffer() error handling. | raj | 2008-03-12 | 1 | -2/+4 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 3 | -17/+0 |
* | MFi386: | cognet | 2008-03-06 | 1 | -1/+3 |
* | Remove unused pv_list_count from the vm_page, and pm_count from the struct | cognet | 2008-03-06 | 2 | -6/+0 |
* | Add rl(4) support | kevlo | 2008-03-05 | 1 | -0/+2 |
* | Convert to be a 2-clause bsd-only license. | kevlo | 2008-03-03 | 1 | -7/+0 |
* | Remove errant % in license comment. | rwatson | 2008-02-26 | 1 | -1/+1 |
* | On the ixp425, when we fail to initialize the memory rman instance, the | rwatson | 2008-02-26 | 1 | -1/+1 |
* | ARM locore cosmetics. | raj | 2008-02-05 | 1 | -10/+6 |
* | Improve ARM_TP_ADDRESS and RAS area. | raj | 2008-02-05 | 5 | -62/+51 |
* | Bring in the nice work from Mark Tinguely on arm pmap. | cognet | 2008-01-31 | 2 | -428/+179 |
* | Add a wrapper function that bound checks writes to the dump device. | ru | 2008-01-28 | 1 | -6/+6 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 1 | -85/+1 |
* | Unbreak build by adding the missing parameter to pmap_enter(). | cognet | 2008-01-17 | 1 | -1/+2 |
* | Back when I committed the arm port, I've been asked to move | cognet | 2008-01-12 | 1 | -0/+69 |
* | Add a missing \n. | cognet | 2008-01-07 | 1 | -1/+1 |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Use correct function name in panic message | imp | 2008-01-03 | 1 | -1/+1 |
* | Modernize comment about diagnostic. | imp | 2008-01-03 | 1 | -2/+1 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | - Fix a typo in comments. | stas | 2007-12-23 | 1 | -1/+1 |
* | Actually program the interrupt controller for priorities. As we | imp | 2007-12-19 | 1 | -3/+43 |
* | Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | kevlo | 2007-12-17 | 1 | -1/+1 |
* | - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs with | stas | 2007-12-16 | 1 | -2/+0 |
* | There's no need to call pmap_vac_me_harder() in pmap_protect(), as it | cognet | 2007-12-11 | 1 | -1/+0 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Fix style in previous commit. | cognet | 2007-12-07 | 1 | -5/+6 |
* | Erm, add a missing else, we do not want to increase the mapping counters for | cognet | 2007-12-06 | 1 | -1/+1 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 3 | -25/+119 |
* | Fix a potential bug in pmap : | cognet | 2007-12-02 | 1 | -5/+5 |
* | Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO. | cognet | 2007-12-02 | 1 | -0/+2 |
* | Cleanup : make nexus standard, as it is mandatory anyway. | cognet | 2007-12-02 | 11 | -325/+0 |
* | Close a race. | cognet | 2007-12-02 | 2 | -19/+49 |
* | Fixes for ARM9/ARM10 : | cognet | 2007-11-28 | 1 | -1/+4 |
* | Correct the logic : we can just invalidate the cache lines, and not | cognet | 2007-11-28 | 1 | -1/+1 |
* | In atomic_fetchadd_32(), do not blindly increase the value of %3. | cognet | 2007-11-27 | 1 | -2/+3 |
* | Remove the 'needbounce' variable from the _bus_dmamap_load_buffer() | jhb | 2007-11-27 | 1 | -10/+4 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+21 |
* | Add a kernel config file for the Hot-e HL200 (AT91RM92 based). | cognet | 2007-11-17 | 1 | -0/+151 |