summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
* dev/sc16is752: Add name space for field names.Christian Mauderer2018-08-152-95/+98
* bsps/x86_64: Add APIC timer based clock driverAmaan Cheval2018-08-131-0/+23
* bsps/x86_64: Add support for RTEMS interruptsAmaan Cheval2018-08-136-33/+250
* bsps/x86_64: Add paging support with 1GiB super pagesAmaan Cheval2018-08-131-0/+13
* bsps/x86_64: Reorganize header files and compile-optionsAmaan Cheval2018-08-137-22/+81
* score: Fix _Addresses_Subtract()Sebastian Huber2018-08-104-16/+13
* rtems: Parameter types in rtems_partition_create()Sebastian Huber2018-08-102-7/+7
* Add dummy PRI_MIN_KERN to <sys/priority.h>Sebastian Huber2018-08-101-0/+1
* posix: Add configure check for mprotect()Sebastian Huber2018-08-102-0/+14
* sys/event.h: Update version FreeBSD tagSebastian Huber2018-08-081-1/+1
* Make the definition of struct kevent in event.h match what the man page for k...dab2018-08-081-4/+4
* Address some (although not all) style(9) issues in event.h after r335776.dab2018-08-081-10/+10
* Fix compilation error in r335765 under gcc 4.2.1.dab2018-08-081-4/+1
* Remove potential identifier conflict in the EV_SET macro.dab2018-08-081-0/+20
* sys/sys: further adoption of SPDX licensing ID tags.pfg2018-08-081-0/+2
* Decode kevent structures logged via ktrace(2) in kdump.jhb2018-08-081-0/+41
* Add abstime kqueue(2) timers and expand struct kevent members.kib2018-08-081-2/+9
* Fix typo.pkelsey2018-08-081-1/+1
* CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZESebastian Huber2018-08-083-1/+8
* libblock: Add RTEMS_DEPRECATEDSebastian Huber2018-08-076-152/+57
* dosfs: Avoid deprecated routineSebastian Huber2018-08-074-2/+5
* libblock: Use rtems_blkdev_create_partition()Sebastian Huber2018-08-072-16/+2
* flashdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-47/+22
* nvdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-071-51/+19
* ramdisk: Use rtems_blkdev_create()Sebastian Huber2018-08-073-40/+10
* rfs: Remove erroneous call of rtems_disk_release()Sebastian Huber2018-08-071-1/+0
* score: Remove superfluous semicolonSebastian Huber2018-08-031-1/+1
* rtems: Relax partition buffer area alignmentSebastian Huber2018-08-021-2/+2
* score: Remove CPU_PARTITION_ALIGNMENTSebastian Huber2018-08-0221-228/+23
* riscv: Fix CPU_ALIGNMENTSebastian Huber2018-08-021-1/+3
* confdefs: Fix uniprocessor configurationSebastian Huber2018-07-302-43/+44
* riscv: Rework CPU counter supportSebastian Huber2018-07-274-5/+91
* riscv: Add CLINT and PLIC supportSebastian Huber2018-07-251-5/+45
* riscv: Use wfi instruction for idle taskSebastian Huber2018-07-252-12/+3
* riscv: Rework exception handlingSebastian Huber2018-07-256-144/+54
* riscv: New CPU_Exception_frameSebastian Huber2018-07-254-64/+203
* riscv: Add exception codesSebastian Huber2018-07-251-0/+39
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-1/+1
* score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE()Sebastian Huber2018-07-258-19/+49
* _SMP_Start_multitasking_on_secondary_processor()Sebastian Huber2018-07-252-11/+22
* score: _SMP_Inter_processor_interrupt_handler()Sebastian Huber2018-07-251-5/+4
* tm27: Fix prototype warningsSebastian Huber2018-07-251-3/+4
* powerpc: Fix _CPU_Instruction_illegal()Sebastian Huber2018-07-251-1/+1
* score: Add _CPU_Instruction_illegal()Sebastian Huber2018-07-2319-0/+100
* score: Add _CPU_Instruction_no_operation()Sebastian Huber2018-07-2019-0/+100
* score: Move context validation declarationsSebastian Huber2018-07-2038-203/+199
* score: Remove obsolete CPU port definesSebastian Huber2018-07-203-34/+0
* dtc: Update VERSIONSebastian Huber2018-07-201-3/+3
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-202-23/+14
* capture: Include missing header fileSebastian Huber2018-07-191-0/+2