aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang1-0/+1
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore1-3/+2
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore1-13/+23
2017-06-12audit: style fixDerek Robson1-14/+14
2017-05-30audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs2-3/+10
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs1-16/+4
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cachePaul Moore1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani3-9/+9
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2-28/+58
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore3-27/+13
2017-05-02audit: combine audit_receive() and audit_receive_skb()Paul Moore1-11/+8
2017-05-02audit: convert audit_watch.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-05-02audit: convert audit_tree.count from atomic_t to refcount_tElena Reshetova1-4/+5
2017-05-02audit: log module name on delete_moduleRichard Guy Briggs1-0/+2
2017-05-02audit: remove unnecessary semicolon in audit_watch_handle_event()Nicholas Mc Guire1-1/+1
2017-05-02audit: remove unnecessary semicolon in audit_mark_handle_event()Nicholas Mc Guire1-1/+1
2017-05-02audit: remove unnecessary semicolon in audit_field_valid()Nicholas Mc Guire1-2/+2
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2-13/+23
2017-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-04-20Merge tag 'trace-v4.11-rc5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-5/+19
2017-04-20genirq/affinity: Fix calculating vectors to assignKeith Busch1-1/+1
2017-04-19ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-3/+3
2017-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+8
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-3/+3
2017-04-18Merge tag 'trace-v4.11-rc5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-0/+12
2017-04-17ftrace: Fix function pid filter on instancesNamhyung Kim3-0/+12
2017-04-17bpf: fix checking xdp_adjust_head on tail callsDaniel Borkmann1-0/+1
2017-04-17bpf: fix cb access in socket filter programs on tail callsDaniel Borkmann1-0/+7
2017-04-16Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2017-04-16Merge tag 'trace-v4.11-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+16
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo1-1/+1
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2017-04-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+11
2017-04-14ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-13irq/affinity: Fix extra vecs calculationKeith Busch1-1/+1
2017-04-12Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-35/+32
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-5/+9
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg1-6/+6
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li1-1/+1
2017-04-10audit: make sure we don't let the retry queue grow without boundsPaul Moore1-35/+32
2017-04-08sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvecLiping Zhang1-0/+2
2017-04-08Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-19/+14
2017-04-08ptrace: fix PTRACE_LISTEN race corrupting task->statebsegall@google.com1-4/+10
2017-04-07sysctl: don't print negative flag for proc_douintvecLiping Zhang1-0/+1
2017-04-06Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+4
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-22/+42
2017-04-05ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4