summaryrefslogtreecommitdiff
path: root/sys/arch/arm
AgeCommit message (Expand)Author
2013-04-16Get rid of various 'typedef struct' definitions and use plain structureTheo de Raadt
2013-04-16Add secondary cache flushes to armv7's pmap.Patrick Wildt
2013-03-30Add a function to read the ARM MPCore base address. This let's usPatrick Wildt
2013-03-30Remove duplicate prototypes.Patrick Wildt
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-27Move generic armv7 files into arm's file list.Patrick Wildt
2013-03-27Further updates to pmap7. Fixes some problems and removes debug printfs.Patrick Wildt
2013-03-27Draining the write buffer is accomplished via a DSB.Patrick Wildt
2013-03-27Mark vector page as executable and fix a cast.Patrick Wildt
2013-03-27Add prototypes for secondary cache operations.Patrick Wildt
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-22ARM Cortex A8 was defined twice, we don't need that.Patrick Wildt
2013-03-22Use different setup functions for ARM9E and ARM10 to fix an undefinedPatrick Wildt
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-09Grammar, typosMiod Vallat
2013-02-09Fix indent, add RCS IdMiod Vallat
2013-01-25Updates for beagle/panda work. OK patrick@ and miod@Brandon Mercer
2013-01-23Add instruction fault register functions, which will be needed for furtherPatrick Wildt
2013-01-18Update the ARM CPU ID information. The IDs aren't vendor/productPatrick Wildt
2013-01-17New pmap for panda boards. Work from lots of folks.Brandon Mercer
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-25Another missed PIC -> __PIC__ conversion.Mark Kettenis
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-08-22use static inline instead of inline so this will be compatible withJonathan Gray
2012-08-07Move the common bits of syscall invocation and return handling intoPhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-04-19missing ;Theo de Raadt
2012-04-11The first ktrace record for a newly spawned thread is a returnMike Belopuhov
2012-04-10Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimitPhilip Guenthe
2012-04-06tedu the raidframe.Joel Sing
2012-03-26Add APM_IOC_HIBERNATETheo de Raadt
2012-02-26Remove no longer _KERNEL-visible constants which aren't used anyway.Miod Vallat
2012-01-17Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printfMiod Vallat
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-11-15label_t is the kernel setjmp buffer. It should simply be an array ofTheo de Raadt
2011-11-10Recognize a few more v6 and v7 instructions.Miod Vallat
2011-11-09Fix manual wfi instruction encoding.Miod Vallat