summaryrefslogtreecommitdiff
path: root/linux/microblaze
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup print_pcDmitry V. Levin2015-11-302-6/+1
* cleanup: make get_scno.c files more readableDmitry V. Levin2015-11-301-2/+6
* cleanup: make get_syscall_args.c files more readableDmitry V. Levin2015-11-301-4/+10
* cleanup: make get_syscall_result.c files more readableDmitry V. Levin2015-11-301-2/+5
* cleanup: make get_error.c files more readableDmitry V. Levin2015-11-291-5/+9
* cleanup: make arch_sigreturn.c files more readableDmitry V. Levin2015-11-281-9/+13
* Fix syscall entries of unimplemented getpmsg and putpmsg syscallsDmitry V. Levin2015-11-241-2/+2
* Fix syscall entries of deprecated bdflush syscallDmitry V. Levin2015-11-241-1/+1
* Wire up userfaultfd, membarrier, and mlock2 syscallsDmitry V. Levin2015-11-171-0/+3
* microblaze: fix several syscall entriesDmitry V. Levin2015-07-211-7/+7
* sigreturn: make use of RVAL_DECODEDDmitry V. Levin2015-07-201-1/+1
* Introduce SEN macroElvira Khabirova2015-07-121-385/+385
* sigreturn.c: split arch specific code into separate arch filesDmitry V. Levin2015-03-231-0/+12
* syscall.c: split arch specific code into separate arch filesDmitry V. Levin2015-03-236-0/+22
* ioctl: take all 32 bits of ioctl commands into accountDmitry V. Levin2015-01-223-1/+2
* Wire up new syscallsDmitry V. Levin2015-01-121-0/+5
* Change syscallent.h files to use designated initializersDmitry V. Levin2015-01-121-384/+383
* Fix getrlimit and ugetrlimit syscall entriesDmitry V. Levin2015-01-121-2/+2
* Fix umount and umount2 syscall entriesDmitry V. Levin2015-01-121-2/+2
* Fix number of arguments in ipc family syscall entriesDmitry V. Levin2015-01-121-10/+10
* Fix NUMA related syscall entriesDmitry V. Levin2015-01-121-1/+1
* Fix sched_setparam syscall entriesDmitry V. Levin2015-01-121-1/+1
* Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscallsDmitry V. Levin2014-12-161-4/+4
* Fix decoding of 16-bit *chown and [gs]et*[gu]id syscallsDmitry V. Levin2014-12-161-17/+17
* process.c: split struct_user_offsets into architecture-specific include filesDmitry V. Levin2014-12-111-0/+40
* Update syscall tables to the point where they include renameat2Mike Frysinger2014-08-151-0/+3
* unwind: add SE and SI flags to syscall entries for all architecturesDmitry V. Levin2014-05-301-12/+12
* Add TM flag to shmat and shmdt syscall entriesDmitry V. Levin2014-05-121-2/+2
* fanotify_mark: fix number of args for 32bit archesMike Frysinger2013-09-111-1/+1
* sync_file_range: fix number of syscall argumentsDmitry V. Levin2013-05-081-1/+1
* Add syscall entries for new linux syscallsDmitry V. Levin2013-05-081-0/+2
* fallocate: fix number of syscall argumentsDmitry V. Levin2013-05-071-1/+1
* Fix syscall flagsDmitry V. Levin2013-05-061-31/+31
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-051-8/+8
* Clean up mmap decodingDenys Vlasenko2013-02-191-2/+2
* Enhance quotactl decodingDmitry V. Levin2012-10-261-1/+1
* Add -e trace=memory optionNamhyung Kim2012-10-261-20/+20
* Shrink space needed by undefined syscalls in syscall tables.Denys Vlasenko2012-03-191-4/+4
* Revert "Remove underscores from a few syscall names which have them"Denys Vlasenko2012-03-171-2/+2
* Remove underscores from a few syscall names which have themDenys Vlasenko2012-03-171-2/+2
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-111-1/+1
* Add syscall entries for new linux syscallsDmitry V. Levin2012-03-101-0/+3
* Compress blank linesDmitry V. Levin2012-02-251-3/+0
* Fix sigreturn arg count from 1 to 0 on all architectures.Denys Vlasenko2012-01-101-1/+1
* Add syscall entries for new linux syscallsDmitry V. Levin2011-11-261-0/+5
* Fix sendmsg syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix epoll_wait syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix mlockall syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix epoll_pwait syscall entriesDmitry V. Levin2011-11-251-1/+1
* Fix reboot syscall entriesDmitry V. Levin2011-11-251-1/+1