summaryrefslogtreecommitdiff
path: root/kexec.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* print_array: enhance printing of unfetchable object addressesDmitry V. Levin2018-05-291-1/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-2/+2
* Automatically replace PRI_kr[dux] with PRI_kl[dux]Dmitry V. Levin2016-12-261-3/+3
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-7/+7
* Print kernel_ureg_t and kernel_scno_t using dedicated format stringsDmitry V. Levin2016-12-261-3/+3
* kexec: change flags type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* kexec: change types of pointers and sizes to kernel_ureg_tDmitry V. Levin2016-12-251-4/+4
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* kexec: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-3/+2
* Do not use widen_to_ulong in kexec.c and process_vm.cDmitry V. Levin2016-12-201-5/+5
* kexec: fix for the x32 ABIEugene Syromyatnikov2016-12-201-2/+2
* kexec: use widen_to_ulong since kexec_load has compat on x32/n32Eugene Syromyatnikov2016-10-291-4/+5
* kexec: fix zeroing of higher bits of flags parameter in kexec_loadEugene Syromyatnikov2016-10-291-1/+1
* kexec: add printing of struct kexec_segment field namesEugene Syromyatnikov2016-10-291-3/+3
* Fix printing of invalid flags argument of kexec_load and kexec_file_loadDmitry V. Levin2016-05-161-6/+4
* kexec.c: use print_array functionDmitry V. Levin2016-05-071-26/+21
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* Implement kexec_file_load syscall decodingDmitry V. Levin2015-11-221-0/+21
* Add a new helper function umove_ulong_array_or_printaddrDmitry V. Levin2015-09-151-41/+13
* kexec.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-201-21/+31
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-2/+1
* Change last parameter of umoven() from char* to void*Denys Vlasenko2015-03-211-2/+1
* Remove linux/kexec.hDmitry V. Levin2015-02-191-4/+15
* Compress blank linesDmitry V. Levin2014-05-301-1/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-19/+2
* kexec: fix typoDmitry V. Levin2014-02-061-4/+4
* Implement kexec_load decodingDmitry V. Levin2014-02-051-0/+108