about summary refs log tree commit diff
path: root/arch/or1k
Commit message (Expand)AuthorAgeFilesLines
...
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7
* add syscall numbers for the new execveat syscallSzabolcs Nagy2015-02-091-0/+2
* move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn2015-01-301-3/+0
* add new syscall numbers for bpf and kexec_file_loadSzabolcs Nagy2014-12-231-0/+2
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* unify non-inline version of syscall code across archsRich Felker2014-11-221-34/+2
* fix 64-bit syscall argument passing on or1kRich Felker2014-11-051-1/+1
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3
* add new syscall numbers for seccomp, getrandom, memfd_createSzabolcs Nagy2014-10-081-0/+6
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* fix broken offset argument to the mmap2 syscall on or1kRich Felker2014-07-301-0/+2
* provide PAGE_SIZE as a constant value of 8192 on or1kRich Felker2014-07-301-0/+1
* remove unused a_cas_l from or1k atomic.hRich Felker2014-07-271-5/+0
* add syscall numbers for the new renameat2 syscallSzabolcs Nagy2014-07-201-0/+6
* fix or1k atomic storeRich Felker2014-07-191-1/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1832-0/+1737