summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: Fix sleep in atomicJan Kara2017-01-031-4/+14
* fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-4/+4
* audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-141-6/+24
* audit: don't ever sleep on a command record/messagePaul Moore2016-12-141-5/+13
* audit: handle a clean auditd shutdown with gracePaul Moore2016-12-141-0/+6
* audit: wake up kauditd_thread after auditd registersPaul Moore2016-12-141-0/+1
* audit: rework audit_log_start()Paul Moore2016-12-141-56/+36
* audit: rework the audit queue handlingPaul Moore2016-12-141-121/+226
* audit: rename the queues and kauditd related functionsPaul Moore2016-12-141-20/+20
* audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore2016-12-141-35/+35
* audit: fixup audit_init()Paul Moore2016-12-141-6/+8
* audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs2016-12-141-10/+4
* audit: add support for session ID user filterRichard Guy Briggs2016-11-292-0/+7
* audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-204-10/+6
* audit: skip sessionid sentinel value when auto-incrementingRichard Guy Briggs2016-11-201-1/+4
* audit: tame initialization warning len_abuf in audit_log_execve_infoRichard Guy Briggs2016-11-141-1/+1
* Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-272-8/+40
|\
| * cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo2016-09-231-4/+25
| * cpuset: fix non static symbol warningWei Yongjun2016-09-161-1/+1
| * cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park2016-09-131-3/+14
* | Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-09-251-13/+16
|\ \
| * | fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-251-6/+8
| * | tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-251-7/+8
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-241-1/+1
|\ \ \
| * | | perf/core: Limit matching exclusive events to one PMUAlexander Shishkin2016-09-221-1/+1
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-241-2/+6
|\ \ \ \
| * | | | genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier2016-09-191-2/+6
| |/ / /
* / / / cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-0/+6
|/ / /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-09-131-0/+22
|\ \ \
| * | | sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-132-14/+48
|\ \ \ \
| * | | | perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin2016-09-101-4/+11
| * | | | perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin2016-09-101-6/+25
| * | | | perf/core: Remove WARN from perf_event_read()Peter Zijlstra2016-09-051-4/+12
| |/ / /
* | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-101-0/+9
|\ \ \ \
| * | | | mm: fix cache mode of dax pmd mappingsDan Williams2016-09-091-0/+9
* | | | | PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo2016-09-051-1/+10
| |/ / / |/| | |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-041-1/+2
|\ \ \ \
| * | | | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-09-015-27/+39
|\ \ \ \
| * | | | kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscdMichal Hocko2016-09-011-6/+4
| * | | | mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-011-6/+1
| * | | | printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky2016-09-011-15/+23
| * | | | kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-011-0/+8
| * | | | kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann2016-09-011-0/+3
* | | | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-09-012-3/+28
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | audit: fix exe_file access in audit_exe_compareMateusz Guzik2016-08-311-3/+5
| * | | | mm: introduce get_task_exe_fileMateusz Guzik2016-08-311-0/+23
* | | | | Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-301-4/+8
|\ \ \ \ \
| * | | | | seccomp: Fix tracer exit notifications during fatal signalsKees Cook2016-08-301-4/+8