aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/kernel/ptrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2020-07-27openrisc: switch to ->regset_get()Al Viro1-20/+6
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig1-1/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-25openrisc: remove unnecessary stddef.h includeStefan Kristiansson1-1/+0
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-2/+1
2012-09-21audit: define AUDIT_ARCH_OPENRISCKees Cook1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells1-1/+0
2012-03-06openrisc: sanitize use of orig_gpr11Jonas Bonn1-2/+2
2012-02-17openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn1-8/+4
2011-07-22OpenRISC: PTraceJonas Bonn1-0/+211