summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-26next: openrisc: Fix buildGuenter Roeck2-2/+2
2014-09-24audit: get comm using lock to avoid race in string printingRichard Guy Briggs2-4/+4
2014-09-24audit: remove open_arg() function that is never usedRichard Guy Briggs1-8/+0
2014-09-24audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs1-1/+1
2014-09-24audit: set nlmsg_len for multicast messages.Richard Guy Briggs1-1/+2
2014-09-24audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2-14/+29
2014-09-24audit: invalid op= values for rulesBurn Alting3-5/+5
2014-09-24audit: use atomic_t to simplify audit_serial()Richard Guy Briggs1-12/+2
2014-09-24kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-1/+1
2014-09-24audit: reduce scope of audit_log_fcapsRichard Guy Briggs2-2/+1
2014-09-24audit: reduce scope of audit_net_idRichard Guy Briggs1-1/+1
2014-09-24audit: arm64: Remove the audit arch argument to audit_syscall_entryEric Paris1-2/+2
2014-09-24arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
2014-09-24audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs5-25/+20
2014-09-24sparc: implement is_32bit_taskEric Paris3-6/+5
2014-09-24sparc: properly conditionalize use of TIF_32BITStephen Rothwell1-0/+4
2014-09-24sparc: simplify syscall_get_arch()Eric Paris1-8/+2
2014-09-24audit: fix build error when asm/syscall.h does not existEric Paris1-1/+2
2014-09-24audit: add arch field to seccomp event logRichard Guy Briggs1-5/+4
2014-09-24audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs1-1/+1
2014-09-24ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris17-77/+25
2014-09-24ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris8-1/+49
2014-09-24Alpha: define syscall_get_arch()Eric Paris1-0/+11
2014-09-24UM: implement syscall_get_arch()Eric Paris1-0/+15
2014-09-24SH: define syscall_get_arch() for superhEric Paris2-0/+24
2014-09-24syscall.h: fix doc text for syscall_get_arch()Richard Guy Briggs1-1/+1
2014-09-24audit: drop unused struct audit_rule definitionEric Paris1-13/+0
2014-08-04Linux 3.16v3.16Linus Torvalds1-1/+1
2014-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+9
2014-08-02Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-17/+43
2014-08-02ARM: 8124/1: don't enter kgdb when userspace executes a kgdb break instructionOmar Sandoval1-0/+4
2014-08-02ARM: idmap: add identity mapping usage noteRussell King1-0/+5
2014-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+6
2014-08-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+11
2014-08-02Merge tag 'staging-3.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+15
2014-08-01Merge tag 'dm-3.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+7
2014-08-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+6
2014-08-01dm cache: fix race affecting dirty block countAnssi Hannula1-7/+6
2014-08-01dm bufio: fully initialize shrinkerGreg Thelen1-1/+1
2014-08-01timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara1-4/+6
2014-08-01vfs: fix check for fallocate on active swapfileEric Biggers1-3/+2
2014-08-01direct-io: fix AIO regressionChristoph Hellwig1-5/+4
2014-08-01Merge tag 'pm+acpi-3.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2014-07-31Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds1-1/+6
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2014-07-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+8
2014-07-31clk: ti: clk-7xx: Correct ABE DPLL configurationPeter Ujfalusi1-1/+6
2014-07-31crypto: af_alg - properly label AF_ALG socketMilan Broz1-0/+2
2014-07-31kexec: fix build error when hugetlbfs is disabledDavid Rientjes1-0/+2
2014-07-31Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds14-36/+69