summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-1/+1
* Remove some long-dead codekevlo2008-04-087-62/+1
* Remove bus_space_generic.c from the per-plarform files. Having it in thecognet2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.cognet2008-04-051-0/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-43/+3
* Fix stupid typoimp2008-04-041-1/+1
* Make kernel.tramp build properly on ARM9E.raj2008-04-041-0/+2
* Now really add the bus_space_generic.c file...raj2008-04-031-0/+146
* Refactor certain ARM bus space methods: instead of having multiple copies ofraj2008-04-0312-424/+38
* Fix AVILA build.raj2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():imp2008-04-038-306/+79
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisimp2008-04-031-3/+2
* Remove unnecessary #define.imp2008-04-031-1/+0
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-279-0/+9
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* We need to prototype _start() as well, as we use it to test if we're runningcognet2008-03-221-0/+1
* add hints to specify how NPE ports are mapped to MAC+PHY; thesesam2008-03-221-0/+8
* Improve mac+phy configuration so that hints can be used to describesam2008-03-221-16/+80
* add usb devices and more wlan stuff now that usb is functionalsam2008-03-201-13/+19
* map device 5; the optional USB controller on Gateworks 2348 boardssam2008-03-201-3/+4
* Simplify the interrupt code a bit:jhb2008-03-171-28/+4
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-2/+2
* Respect RF_SHAREABLE flag in ARM nexus_setup_intr()raj2008-03-121-0/+3
* Improve ARM bus_dmamap_load_buffer() error handling.raj2008-03-121-2/+4
* Remove kernel support for M:N threading.jeff2008-03-123-17/+0
* MFi386:cognet2008-03-061-1/+3
* Remove unused pv_list_count from the vm_page, and pm_count from the structcognet2008-03-062-6/+0
* Add rl(4) supportkevlo2008-03-051-0/+2
* Convert to be a 2-clause bsd-only license.kevlo2008-03-031-7/+0
* Remove errant % in license comment.rwatson2008-02-261-1/+1
* On the ixp425, when we fail to initialize the memory rman instance, therwatson2008-02-261-1/+1
* ARM locore cosmetics.raj2008-02-051-10/+6
* Improve ARM_TP_ADDRESS and RAS area.raj2008-02-055-62/+51
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-312-428/+179
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-6/+6
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-85/+1
* Unbreak build by adding the missing parameter to pmap_enter().cognet2008-01-171-1/+2
* Back when I committed the arm port, I've been asked to movecognet2008-01-121-0/+69
* Add a missing \n.cognet2008-01-071-1/+1
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Use correct function name in panic messageimp2008-01-031-1/+1
* Modernize comment about diagnostic.imp2008-01-031-2/+1
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* - Fix a typo in comments.stas2007-12-231-1/+1
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs withstas2007-12-161-2/+0
* There's no need to call pmap_vac_me_harder() in pmap_protect(), as itcognet2007-12-111-1/+0
OpenPOWER on IntegriCloud