summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugin-cleanup-v4.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2018-08-155-172/+184
|\
| * gcc-plugins: Clean up the cgraph_create_edge* macrosAlexander Popov2018-07-251-10/+16
| * gcc-plugins: Regularize Makefile.gcc-pluginsKees Cook2018-07-251-12/+24
| * gcc-plugins: split out Kconfig entries to scripts/gcc-plugins/KconfigMasahiro Yamada2018-07-252-144/+144
| * gcc-plugins: remove unused GCC_PLUGIN_SUBDIRMasahiro Yamada2018-07-032-7/+1
* | Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-159-112/+189
|\ \
| * \ Merge branch 'for-4.19-nmi' into for-linusPetr Mladek2018-08-146-48/+87
| |\ \
| | * | printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-095-26/+52
| | * | printk: Create helper function to queue deferred console handlingPetr Mladek2018-07-091-5/+9
| | * | printk: Split the code for storing a message into the log bufferPetr Mladek2018-07-091-17/+26
| * | | lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche2018-08-071-0/+1
| * | | printk: Fix warning about unused suppress_message_printingPetr Mladek2018-07-111-1/+0
| * | | printk: Clean up syslog_print_all()Petr Mladek2018-07-091-11/+9
| * | | printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta2018-06-271-51/+58
| * | | printk: Make CONSOLE_LOGLEVEL_QUIET configurableHans de Goede2018-06-272-3/+14
| * | | printk: make sure to print log on console.Maninder Singh2018-06-271-5/+7
| * | | lib/test_printf.c: accept "ptrval" as valid result for plain 'p' testsThierry Escande2018-06-151-2/+22
| |/ /
* | | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1512-45/+67
|\ \ \
| * | | audit: fix use-after-free in audit_add_watchRonny Chevalier2018-07-181-1/+11
| * | | audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore2018-07-172-2/+2
| * | | audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann2018-07-032-2/+2
| * | | audit: simplify audit_enabled check in audit_watch_log_rule_change()Richard Guy Briggs2018-06-281-14/+15
| * | | audit: check audit_enabled in audit_tree_log_remove_rule()Richard Guy Briggs2018-06-281-0/+2
| * | | cred: conditionally declare groups-related functionsOndrej Mosnáček2018-06-281-5/+10
| * | | audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-196-8/+8
| * | | audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs2018-06-193-7/+8
| * | | audit: Fix extended comparison of GID/EGIDOndrej Mosnáček2018-06-191-4/+4
| * | | audit: tie ANOM_ABEND records to syscallRichard Guy Briggs2018-06-191-1/+1
| * | | audit: tie SECCOMP records to syscallRichard Guy Briggs2018-06-191-1/+1
| * | | audit: allow other filter list types for AUDIT_EXEOndrej Mosnáček2018-06-191-2/+5
* | | | Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1514-189/+199
|\ \ \ \
| * | | | selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming2018-08-071-8/+25
| * | | | selinux: constify write_op[]Eric Biggers2018-07-171-1/+1
| * | | | selinux: Cleanup printk logging in netnodepeter enderborg2018-06-191-3/+2
| * | | | selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
| * | | | selinux: Cleanup printk logging in netifpeter enderborg2018-06-191-7/+4
| * | | | selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2
| * | | | selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2
| * | | | selinux: Cleanup printk logging in netlinkpeter enderborg2018-06-191-1/+1
| * | | | selinux: Cleanup printk logging in selinuxfspeter enderborg2018-06-191-5/+5
| * | | | selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35
| * | | | selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
| * | | | selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33
| * | | | selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
| * | | | selinux: Cleanup printk logging in ebitmappeter enderborg2018-06-191-8/+7
| * | | | selinux: Cleanup printk logging in conditionalpeter enderborg2018-06-191-8/+8
| * | | | MAINTAINERS: update the LSM and SELinux subsystemsPaul Moore2018-06-181-0/+1
| |/ / /
* | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-1514-23/+248
|\ \ \ \
| * | | | security: check for kstrdup() failure in lsm_append()Eric Biggers2018-07-181-0/+2
| * | | | security: export security_kernel_load_data functionArnd Bergmann2018-07-181-0/+1