summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2010-03-13fix compile failure when PXAMCI_DEBUG is defined.nonaka
2010-03-13fix LCD drivers for Lubbock and Twintail.bsh
2010-03-13fix changes for struct device split for Lubbock.bsh
2010-03-06use a MI major number for uhso(4) driverplunky
2010-03-06add major device for usho(4) driverplunky
2010-02-24Typo in comment.skrll
2010-02-21Modify definitions for ULCOM register of UART according to S3C2800bsh
2010-02-15Typo in comment.skrll
2010-02-08Remove separate mb_map. The nmbclusters is computed at boot time basedjoerg
2010-02-03Add missing parentheses. Found by cppcheck, reported bywiz
2010-01-23rename a local cpu_name structure member to avoid potential conflictmrg
2010-01-22Unify the name of the device property to hold a MAC address - there wasmartin
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-18Define an empty module_init_md function so that kernels with 'optionsjmmv
2010-01-18Pass correct pointer to bpf_mtap() and most likely avoid a crashpooka
2010-01-05One semicolon is enough.mbalmer
2010-01-03s/These is/These are/uebayasi
2010-01-02Remove a shadowed and unused local declaration so that this builds again.he
2010-01-01Sprinkle assertions after calling pmap_get_l2_bucket().uebayasi
2009-12-31Use pmap_is_current() where appropriate. No functional changes.uebayasi
2009-12-31pmap_page_remove(): remove an unused local variable; no functional changes.uebayasi
2009-12-31Correct assertions for PMAP_CACHE_VIPT code; if page coloring is disableduebayasi
2009-12-28Indent.uebayasi
2009-12-28Always name struct pv_entry * as pv, not pve. No binary change.uebayasi
2009-12-27Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzeduebayasi
2009-12-26Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); nouebayasi
2009-12-15Fix ancient bug. footbridge_mem_bs_mmap should return a page number.skrll
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-12-11Add PRIx{P,V}{ADDR,SIZE}, PRIu{P,V}SIZE, and PRIxREGISTER{,32,64} for allmatt
2009-12-10Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostlymatt
2009-12-10Rename L_ADDR to L_PCB and amend some comments accordingly.rmind
2009-12-09Make this one build again.he
2009-12-06Simplify the device-activation hook. Move some of the devicedyoung
2009-12-06Enable UART clock in pxauart_attach().kiyohara
2009-12-05Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lboltpooka
2009-12-05sync with OpenBSD.nonaka
2009-11-29Replace l_addr with uvm_lwp_getuarea() in various MD code, mostly cpu_lwp_for...rmind
2009-11-28Apply some band-aid to pmap_activate() for PR kern/41058:scw
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-11-25Remove IPL_LPT and IPL_IPI aliases, use the actual IPLs.rmind
2009-11-23Amend #ifdef with DIAGNOSTIC case, avoids gcc warning about unused var.rmind
2009-11-23If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.pooka
2009-11-22more s/the the/the/mbalmer
2009-11-21Use lwp_getpcb() on ARM (and acorn26/32), clean from struct user usage.rmind
2009-11-07Add a flags argument to pmap_kenter_pa(9).cegger
2009-10-27Drop 3rd and 4th clauses. Approved by all copyright holderssnj
2009-10-26kill extra whitespacescegger
2009-10-23Drop 3rd and 4th clauses. Approved by all copyright holders:snj
2009-10-23Switch to a 2 clause license. Approved by joff@ (copyright holder).snj