summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Intel XScale hwpmc(4) support.rpaulo2009-12-234-6/+51
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Fix the build.mav2009-12-081-2/+13
* MFp4:mav2009-12-061-10/+4
* Add missing ath_ar9* ath hal entries.thompsa2009-12-021-0/+1
* Remove unknown ath hal device entries.thompsa2009-12-021-3/+0
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Extract the code that records syscall results in the frame into MDkib2009-11-102-36/+54
* Fix gdb_cpu_getreg() to actually match GDB's registermarcel2009-11-051-3/+7
* Implement db_trace_thread() by calling db_stack_trace_cmd() andmarcel2009-11-051-6/+3
* Implement db_trace_self() by calling db_stack_trace_cmd()marcel2009-11-051-1/+4
* Eliminate an unnecessary vm include file.alc2009-11-044-4/+0
* MFp4:mav2009-10-311-7/+6
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-6/+1
* Review previous change. It has no relation to the I-cache coherencymarcel2009-10-211-1/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-212-3/+9
* Sync with other GENERIC kernel configs:jhb2009-10-132-23/+31
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+3
* - Drop unused pmap_use_l1 function and comment out currently unusedstas2009-10-051-46/+8
* Remove remaining bits of performance counter support.rpaulo2009-10-032-26/+0
* Make sure that the primary native brandinfo always gets addedbz2009-10-031-1/+1
* Remove performance counter headers. This code came from NetBSD, but ourrpaulo2009-10-023-150/+0
* Promote the cpu_class local variable to global and expose it in md_var.hrpaulo2009-09-262-20/+23
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+57
* Reintroduce the r196640, after fixing the problem with my testing.kib2009-09-011-3/+0
* Reverse r196640 and r196644 for now.kib2009-08-291-0/+3
* Remove the altkstacks, instead instantiate threads with kernel stackkib2009-08-291-3/+0
* revert r196600; didn't notice it'd been done alreadysam2009-08-271-1/+0
* enable mesh by defaultsam2009-08-271-0/+1
* Introduce SheevaPlug support.raj2009-08-254-0/+234
* Exclude common Kirkwood settings so they can be shared among various platformsraj2009-08-254-8/+21
* Properly handle initial state of power mgmt.raj2009-08-253-2/+134
* Eliminate platform_pmap_init() to simplify Marvell bootstrap code.raj2009-08-255-44/+13
* KDB needs <machine/db_machdep.h>, so move it under #ifdef KDB.cognet2009-08-231-3/+2
* No need to remove the same flag multiple times.cognet2009-08-231-2/+2
* - Proprely intialize UART parameters at probe stage, so uart(4)stas2009-08-151-4/+4
* Use correct wbinv operation in pmap_l2cache_wbinv_range().raj2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Make dcache_inv_range() point to the proper routines on ARM9 and ARM9E/ARM10.raj2009-07-211-2/+2
* ARM pmap fixes.raj2009-07-203-5/+7
* Add IEEE80211_SUPPORT_MESH, following similar change to nanobsd andrpaulo2009-07-172-0/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Map DPCPU pages into ARM kernel VA space.raj2009-07-013-3/+11
* Correct the #endif comment.alc2009-06-261-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-262-5/+5
OpenPOWER on IntegriCloud