summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* audit: code clean upAmeen Ali2015-02-231-3/+2
* audit: don't reset working wait time accidentally with auditdRichard Guy Briggs2015-02-231-1/+2
* audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs2015-02-231-3/+4
* audit: move the tree pruning to a dedicated threadImre Palik2015-02-231-28/+60
* audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-2/+0
* audit: create private file name copies when auditing inodesPaul Moore2014-12-301-9/+40
* audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+10
* audit: correctly record file names with different path name typesPaul Moore2014-12-221-4/+10
* audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs2014-12-191-4/+4
* audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-191-13/+0
* Merge branch 'next' into upstream for v3.19Paul Moore2014-12-091-1/+1
|\
| * audit: convert status version to a feature bitmapRichard Guy Briggs2014-11-171-1/+1
* | audit: keep inode pinnedMiklos Szeredi2014-11-111-0/+1
* | audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs2014-10-301-1/+1
|/
* audit: rename audit_log_remove_rule to disambiguate for treesRichard Guy Briggs2014-10-101-2/+2
* audit: cull redundancy in audit_rule_changeRichard Guy Briggs2014-10-101-11/+7
* audit: WARN if audit_rule_change called illegallyEric Paris2014-10-101-1/+2
* audit: put rule existence check in canonical orderRichard Guy Briggs2014-10-101-1/+1
* audit: get comm using lock to avoid race in string printingRichard Guy Briggs2014-09-232-4/+4
* audit: remove open_arg() function that is never usedRichard Guy Briggs2014-09-231-8/+0
* audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs2014-09-231-1/+1
* audit: set nlmsg_len for multicast messages.Richard Guy Briggs2014-09-231-1/+2
* audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2014-09-231-9/+20
* audit: invalid op= values for rulesBurn Alting2014-09-233-5/+5
* audit: use atomic_t to simplify audit_serial()Richard Guy Briggs2014-09-231-12/+2
* kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-09-231-1/+1
* audit: reduce scope of audit_log_fcapsRichard Guy Briggs2014-09-232-2/+1
* audit: reduce scope of audit_net_idRichard Guy Briggs2014-09-231-1/+1
* audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-4/+2
* audit: add arch field to seccomp event logRichard Guy Briggs2014-09-231-5/+4
* audit: __audit_syscall_entry: ignore arch arg and call syscall_get_arch() dir...Richard Guy Briggs2014-09-231-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-08-032-5/+9
|\
| * timer: Fix lock inversion between hrtimer_bases.lock and scheduler locksJan Kara2014-08-011-4/+6
| * sched_clock: Avoid corrupting hrtimer tree during suspendStephen Boyd2014-07-241-1/+3
* | kexec: fix build error when hugetlbfs is disabledDavid Rientjes2014-07-301-0/+2
* | Josh has movedJosh Triplett2014-07-301-2/+2
* | kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-0/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-07-272-7/+39
|\ \ | |/ |/|
| * kprobes: Fix "Failed to find blacklist" probing errors on ia64 and ppc64Masami Hiramatsu2014-07-181-5/+9
| * perf: Fix lockdep warning on process exitPeter Zijlstra2014-07-161-1/+17
| * perf: Revert ("perf: Always destroy groups on exit")Peter Zijlstra2014-07-161-1/+13
* | tracing: Fix wraparound problems in "uptime" trace clockTony Luck2014-07-212-5/+6
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-07-197-45/+85
|\ \
| * | locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-163-3/+7
| * | locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-161-1/+4
| * | locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-161-14/+14
| * | locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low2014-07-161-2/+2
| * | locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-162-2/+2
| * | locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-164-11/+44
| * | locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2014-07-162-16/+16
OpenPOWER on IntegriCloud