summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+36Star
* 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/+4Star
* audit: add support for session ID user filterRichard Guy Briggs2016-11-293-1/+11
* audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-204-10/+6Star
* 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
* audit: less stack usage for /proc/*/loginuidAlexey Dobriyan2016-11-031-1/+1
* Linux 4.8Linus Torvalds2016-10-031-1/+1
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-033-5/+13
|\
| * ARM: 8618/1: decompressor: reset ttbcr fields to use TTBR0 on ARMv7Srinivas Ramana2016-10-021-1/+1
| * ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros2016-09-291-1/+1
| * ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy2016-09-291-3/+11
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-025-19/+16Star
|\ \
| * | x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li2016-09-301-2/+2
| * | x86/boot: Initialize FPU and X86_FEATURE_ALWAYS even if we don't have CPUIDAndy Lutomirski2016-09-301-12/+11Star
| * | x86/vdso: Fix building on big endian hostSegher Boessenkool2016-09-301-1/+1
| * | x86/boot: Fix another __read_cr4() case on 486Andy Lutomirski2016-09-301-3/+1Star
| * | x86/init: Fix cr4_init_shadow() on CR4-less machinesAndy Lutomirski2016-09-291-1/+1
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-0212-55/+101
|\ \ \
| * | | MIPS: CM: Fix mips_cm_max_vp_width for non-MT kernels on MT systemsPaul Burton2016-10-021-0/+11
| * | | MIPS: Fix detection of unsupported highmem with cache aliasesPaul Burton2016-09-292-1/+4
| * | | MIPS: Malta: Fix IOCU disable switch read for MIPS64Paul Burton2016-09-291-1/+7
| * | | MIPS: Fix BUILD_ROLLBACK_PROLOGUE for microMIPSPaul Burton2016-09-291-2/+1Star
| * | | MIPS: clear execution hazard after changing FTLB enablePaul Burton2016-09-291-2/+1Star
| * | | MIPS: Configure FTLB after probing TLB sizes from config4Paul Burton2016-09-291-15/+28
| * | | MIPS: Stop setting I6400 FTLBPPaul Burton2016-09-292-9/+2Star
| * | | MIPS: DEC: Avoid la pseudo-instruction in delay slotsRalf Baechle2016-09-291-2/+38
| * | | MIPS: Octeon: mark GPIO controller node not populated after IRQ init.Steven J. Hill2016-09-291-0/+6
| * | | MIPS: uprobes: fix use of uninitialised variableMarcin Nowakowski2016-09-291-3/+2Star
| * | | MIPS: uprobes: remove incorrect set_orig_insnMarcin Nowakowski2016-09-292-19/+0Star
| * | | MIPS: fix uretprobe implementationMarcin Nowakowski2016-09-291-1/+1
| * | | MIPS: smp-cps: Avoid BUG() when offlining pre-r6 CPUsMatt Redfearn2016-09-291-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-10-028-29/+90
|\ \ \ \
| * | | | sparc64: Fix non-SMP build.David S. Miller2016-09-291-0/+1
| * | | | sparc64: Fix irq stack bootmem allocation.Atish Patra2016-09-282-16/+25
| * | | | sparc64: Fix cpu_possible_mask if nr_cpus is setAtish Patra2016-09-283-0/+16
| * | | | sparc64 mm: Fix more TSB sizing issuesMike Kravetz2016-09-284-10/+45
| * | | | sparc64: fix section mismatch in find_numa_latencies_for_groupPaul Gortmaker2016-09-281-3/+3
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-0226-127/+171
|\ \ \ \
| * | | | sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2016-09-302-21/+47
| * | | | Merge branch 'sctp-fixes'David S. Miller2016-09-304-34/+17Star
| |\ \ \ \
| | * | | | sctp: change to check peer prsctp_capable when using prsctp policesXin Long2016-09-302-6/+6
| | * | | | sctp: remove prsctp_param from sctp_chunkXin Long2016-09-304-26/+9Star