summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-12-14kexec: export the value of phys_base instead of symbol addressBaoquan He
2016-12-14coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan
2016-12-14signals: avoid unnecessary taking of sighand->siglockWaiman Long
2016-12-14kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14audit: use proper refcount locking on audit_sockRichard Guy Briggs
2016-12-14audit: don't ever sleep on a command record/messagePaul Moore
2016-12-14audit: handle a clean auditd shutdown with gracePaul Moore
2016-12-14audit: wake up kauditd_thread after auditd registersPaul Moore
2016-12-14audit: rework audit_log_start()Paul Moore
2016-12-14audit: rework the audit queue handlingPaul Moore
2016-12-14audit: rename the queues and kauditd related functionsPaul Moore
2016-12-14audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore
2016-12-14audit: fixup audit_init()Paul Moore
2016-12-14audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs
2016-12-14Remove last traces of ikconfig.hPaul Bolle
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-13Merge tag 'pstore-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-12Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12printk/kdb: handle more message headersPetr Mladek
2016-12-12printk/NMI: handle continuous lines and missing newlinePetr Mladek
2016-12-12printk/NMI: fix up handling of the full nmi log bufferPetr Mladek
2016-12-12hung_task: decrement sysctl_hung_task_warnings only if it is positiveTetsuo Handa
2016-12-12kernel/fork: use vfree_atomic() to free thread stackAndrey Ryabinin
2016-12-12prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy
2016-12-12kthread: add __printf attributesNicolas Iooss
2016-12-12kprobes/trace: Fix kprobe selftest for newer gccMarcin Nowakowski
2016-12-12tracing/kprobes: Add a helper method to return number of probe hitsMarcin Nowakowski
2016-12-12tracing/rb: Init the CPU mask on allocationSebastian Andrzej Siewior
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-12Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-12-12Merge branches 'pm-sleep' and 'powercap'Rafael J. Wysocki
2016-12-12Merge branch 'pm-cpuidle'Rafael J. Wysocki
2016-12-12Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-12-12tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-12Merge branch 'core-smp-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-12-11sched/core: Use load_avg for selecting idlest groupVincent Guittot
2016-12-11sched/core: Fix find_idlest_group() for forkVincent Guittot