kernel_optimize_test/arch/sh
Eric Paris b05d8447e7 audit: inline audit_syscall_entry to reduce burden on archs
Every arch calls:

if (unlikely(current->audit_context))
	audit_syscall_entry()

which requires knowledge about audit (the existance of audit_context) in
the arch code.  Just do it all in static inline in audit.h so that arch's
can remain blissfully ignorant.

Signed-off-by: Eric Paris <eparis@redhat.com>
2012-01-17 16:16:56 -05:00
..
boards
boot
cchips
configs
drivers Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci 2012-01-11 18:50:26 -08:00
include Audit: push audit success and retcode into arch ptrace.h 2012-01-17 16:16:56 -05:00
kernel audit: inline audit_syscall_entry to reduce burden on archs 2012-01-17 16:16:56 -05:00
lib
lib64
math-emu
mm memblock: Kill early_node_map[] 2011-12-08 10:22:09 -08:00
oprofile oprofile, arm/sh: Fix oprofile_arch_exit() linkage issue 2011-12-23 11:58:34 +01:00
tools
Kconfig lib: use generic pci_iomap on all architectures 2012-01-10 18:04:27 -08:00
Kconfig.cpu
Kconfig.debug
Makefile