aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 16-297/+287
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-2/+2
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileGravatar Babu Moger 3-230/+239
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hGravatar Babu Moger 1-24/+4
2016-12-14posix-timers: give lazy compilers some help optimizing code awayGravatar Nicolas Pitre 1-1/+2
2016-12-14kdb: call vkdb_printf() from vprintk_default() only when wantedGravatar Petr Mladek 2-8/+4
2016-12-14kdb: properly synchronize vkdb_printf() calls with other CPUsGravatar Petr Mladek 2-18/+13
2016-12-14kdb: remove unused kdb_event handlingGravatar Petr Mladek 2-3/+0
2016-12-14kernel/debug/debug_core.c: more properly delay for secondary CPUsGravatar Douglas Anderson 1-2/+2
2016-12-14kcov: add more missing includesGravatar Kefeng Wang 1-0/+5
2016-12-14relay: check array offset before using itGravatar Dan Carpenter 1-2/+2
2016-12-14sysctl: add KERN_CONT to deprecated_sysctl_warning()Gravatar Tetsuo Handa 1-2/+2
2016-12-14kexec: add cond_resched into kimage_alloc_crash_control_pagesGravatar zhong jiang 1-0/+2
2016-12-14kexec: export the value of phys_base instead of symbol addressGravatar Baoquan He 1-3/+0
2016-12-14coredump: clarify "unsafe core_pattern" warningGravatar Alexey Dobriyan 1-3/+5
2016-12-14signals: avoid unnecessary taking of sighand->siglockGravatar Waiman Long 1-0/+7
2016-12-14kernel/watchdog: use nmi registers snapshot in hardlockup handlerGravatar Konstantin Khlebnikov 1-1/+0
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 3-26/+89
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 6-221/+341
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+3
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-4/+0
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+0
2016-12-14audit: use proper refcount locking on audit_sockGravatar Richard Guy Briggs 1-6/+24
2016-12-14audit: don't ever sleep on a command record/messageGravatar Paul Moore 1-5/+13
2016-12-14audit: handle a clean auditd shutdown with graceGravatar Paul Moore 1-0/+6
2016-12-14audit: wake up kauditd_thread after auditd registersGravatar Paul Moore 1-0/+1
2016-12-14audit: rework audit_log_start()Gravatar Paul Moore 1-56/+36
2016-12-14audit: rework the audit queue handlingGravatar Paul Moore 1-121/+226
2016-12-14audit: rename the queues and kauditd related functionsGravatar Paul Moore 1-20/+20
2016-12-14audit: queue netlink multicast sends just like we do for unicast sendsGravatar Paul Moore 1-35/+35
2016-12-14audit: fixup audit_init()Gravatar Paul Moore 1-6/+8
2016-12-14audit: move kaudit thread start from auditd registration to kaudit init (#2)Gravatar Richard Guy Briggs 1-10/+4
2016-12-14Remove last traces of ikconfig.hGravatar Paul Bolle 1-2/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-28/+86
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 7-118/+342
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-17/+16
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+17
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-45/+60
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-38/+38
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 14-97/+307
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-124/+86
2016-12-12printk/kdb: handle more message headersGravatar Petr Mladek 1-1/+1
2016-12-12printk/NMI: handle continuous lines and missing newlineGravatar Petr Mladek 1-28/+50
2016-12-12printk/NMI: fix up handling of the full nmi log bufferGravatar Petr Mladek 1-2/+3
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveGravatar Tetsuo Handa 1-1/+2
2016-12-12kernel/fork: use vfree_atomic() to free thread stackGravatar Andrey Ryabinin 1-1/+1
2016-12-12prctl: remove one-shot limitation for changing exe linkGravatar Stanislav Kinsburskiy 1-10/+0
2016-12-12kthread: add __printf attributesGravatar Nicolas Iooss 1-2/+3
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+0
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1