summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: get rid of *NO* daemon at audit_pid=0 messageRichard Guy Briggs2014-01-131-4/+6
* audit: drop audit_log_abend()Paul Davies C2014-01-131-8/+2
* audit: allow unlimited backlog queueRichard Guy Briggs2014-01-131-2/+4
* audit: don't generate loginuid log when audit disabledGao feng2014-01-131-0/+3
* audit: use old_lock in audit_set_featureGao feng2014-01-131-1/+1
* audit: don't generate audit feature changed log when audit disabledGao feng2014-01-131-0/+3
* audit: fix incorrect order of log new and old featureGao feng2014-01-131-1/+1
* audit: remove useless code in audit_enableGao feng2014-01-131-11/+2
* audit: add audit_backlog_wait_time configuration optionRichard Guy Briggs2014-01-131-2/+29
* audit: clean up AUDIT_GET/SET local variables and future-proof APIRichard Guy Briggs2014-01-131-25/+29
* audit: add kernel set-up parameter to override default backlog limitRichard Guy Briggs2014-01-131-1/+19
* audit: efficiency fix 2: request exclusive wait since all need same resourceDan Duval2014-01-131-1/+1
* audit: efficiency fix 1: only wake up if queue shorter than backlog limitDan Duval2014-01-131-1/+3
* audit: make use of remaining sleep time from wait_for_auditdRichard Guy Briggs2014-01-131-4/+8
* audit: reset audit backlog wait time after error recoveryRichard Guy Briggs2014-01-131-1/+4
* audit: listen in all network namespacesRichard Guy Briggs2014-01-133-12/+61
* audit: restore order of tty and ses fields in log outputRichard Guy Briggs2014-01-131-2/+2
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-133-28/+30
* audit: Simplify and correct audit_log_capsetEric W. Biederman2014-01-132-5/+3
* Merge tag 'v3.12'Eric Paris2013-11-2281-2757/+3684
|\
| * perf: Fix perf ring buffer memory orderingPeter Zijlstra2013-10-291-4/+27
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-10-271-15/+50
| |\
| | * clockevents: Sanitize ticks to nsec conversionThomas Gleixner2013-10-231-15/+50
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-271-0/+4
| |\ \
| | * \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-10-201-0/+4
| | |\ \
| | | * | perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-171-0/+4
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-271-16/+16
| |\ \ \ \
| | * | | | mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa2013-10-181-16/+16
| | |/ / /
| * | | | Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-261-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | PM / hibernate: Move software_resume to late_initcall_syncRuss Dill2013-10-251-1/+1
| | |/ /
| * | | Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-10-221-8/+6
| |\ \ \ | | |/ / | |/| |
| | * | cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar2013-10-131-3/+3
| | * | cgroup: fix cgroup post-order descendant walk of empty subtreeTejun Heo2013-09-101-5/+3
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-081-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | perf: Fix perf_pmu_migrate_contextPeter Zijlstra2013-10-041-3/+3
| * | | Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-042-1/+12
| |\ \ \
| | * | | PM / hibernate: Fix user space driven resume regressionRafael J. Wysocki2013-09-302-1/+12
| | |/ /
| * | | Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-10-021-3/+12
| |\ \ \
| | * | | irq: Force hardirq exit's softirq processing on its own stackFrederic Weisbecker2013-10-011-3/+12
| | |/ /
| * | | pidns: fix free_pid() to handle the first fork failureOleg Nesterov2013-09-301-0/+5
| * | | kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa2013-09-301-0/+4
| |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds2013-09-281-0/+12
| |\ \ \ \
| | * \ \ \ Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar2013-09-281-0/+12
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | arm: Fix build error with context tracking callsFrederic Weisbecker2013-09-271-0/+12
| | | |/ /
| * | | | kernel/params: fix handling of signed integer typesJean Delvare2013-09-281-3/+3
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-251-4/+5
| |\ \ \
| | * | | sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
| | * | | sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
| | * | | sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-251-0/+21
| |\ \ \ \
OpenPOWER on IntegriCloud