aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* - Whitespace fixes.Stanislav Sedov2008-07-221-35/+35
* Eliminate unused global variables. (These global variables became fields ofAlan Cox2008-07-185-5/+0
* fix multicast hash register definitionBernd Walter2008-07-121-2/+2
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Fix a typo: i80321_pci_probe -> i81342_pci_probeKevin Lo2008-06-121-1/+1
* Add the pxa_teardown_intr() bus method function to de-associate theKevin Lo2008-06-101-10/+17
* Pull all the code to deal with bus space methods into a shared set ofKevin Lo2008-06-102-102/+7
* Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(),Wojciech A. Koszek2008-06-091-2/+2
* Remove sa1_cache_clean_addrKevin Lo2008-06-091-2/+0
* Unify arminit() and clean upKevin Lo2008-06-091-58/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-0617-0/+3873
* Release the resources for the registers for the TWI device withWarner Losh2008-05-281-1/+1
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-231-8/+0
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-7/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-2/+13
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* Make genclock standard on all platforms.Poul-Henning Kamp2008-04-219-9/+0
* On the AT91, we need to write on the EOI register after we handle anOlivier Houchard2008-04-203-1/+14
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-203-6/+0
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-1/+1
* Remove some long-dead codeKevin Lo2008-04-087-62/+1
* Remove bus_space_generic.c from the per-plarform files. Having it in theOlivier Houchard2008-04-053-3/+0
* Add bus_space_generic.c for the i81342 as well.Olivier Houchard2008-04-051-0/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. ThisJohn Baldwin2008-04-051-43/+3
* Fix stupid typoWarner Losh2008-04-041-1/+1
* Make kernel.tramp build properly on ARM9E.Rafal Jaworowski2008-04-041-0/+2
* Now really add the bus_space_generic.c file...Rafal Jaworowski2008-04-031-0/+146
* Refactor certain ARM bus space methods: instead of having multiple copies ofRafal Jaworowski2008-04-0312-424/+38
* Fix AVILA build.Rafal Jaworowski2008-04-031-2/+2
* Take the first baby step towards unifying and cleaning up arminit():Warner Losh2008-04-038-306/+79
* KERNBASE + 0x00200000 is the same thing as KERNVIRTADDR on thisWarner Losh2008-04-031-3/+2
* Remove unnecessary #define.Warner Losh2008-04-031-1/+0
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-279-0/+9
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* We need to prototype _start() as well, as we use it to test if we're runningOlivier Houchard2008-03-221-0/+1
* add hints to specify how NPE ports are mapped to MAC+PHY; theseSam Leffler2008-03-221-0/+8
* Improve mac+phy configuration so that hints can be used to describeSam Leffler2008-03-221-16/+80
* add usb devices and more wlan stuff now that usb is functionalSam Leffler2008-03-201-13/+19
* map device 5; the optional USB controller on Gateworks 2348 boardsSam Leffler2008-03-201-3/+4
* Simplify the interrupt code a bit:John Baldwin2008-03-171-28/+4
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-2/+2
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-141-2/+2
* Respect RF_SHAREABLE flag in ARM nexus_setup_intr()Rafal Jaworowski2008-03-121-0/+3
* Improve ARM bus_dmamap_load_buffer() error handling.Rafal Jaworowski2008-03-121-2/+4
* Remove kernel support for M:N threading.Jeff Roberson2008-03-123-17/+0
* MFi386:Olivier Houchard2008-03-061-1/+3
* Remove unused pv_list_count from the vm_page, and pm_count from the structOlivier Houchard2008-03-062-6/+0
* Add rl(4) supportKevin Lo2008-03-051-0/+2