summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-042-5/+5
* Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-08-032-7/+11
|\
| * tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi2016-08-021-3/+3
| * tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt2016-08-021-4/+4
| * Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-08-021-0/+4
* | config: add android config fragmentsRob Herring2016-08-022-0/+273
* | relay: add global mode support for buffer-only channelsAkash Goel2016-08-021-2/+32
* | kexec: add restriction on kexec_load() segment sizeszhong jiang2016-08-021-0/+17
* | kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-022-1/+7
* | kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai2016-08-021-9/+4
* | kexec: allow architectures to override boot mappingRussell King2016-08-022-14/+15
* | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-022-3/+3
* | kexec: ensure user memory sizes do not wrapRussell King2016-08-021-0/+2
* | kexec: return error number directlyMinfei Huang2016-08-021-10/+6
* | kernel/exit.c: quieten greatest stack depth printkAnton Blanchard2016-08-021-1/+1
* | printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-022-8/+141
* | printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-08-021-1/+1
* | printk: introduce suppress_message_printing()Sergey Senozhatsky2016-08-021-6/+19
* | printk: create pr_<level> functionsJoe Perches2016-08-023-11/+45
* | printk: do not include interrupt.hSergey Senozhatsky2016-08-021-1/+0
* | dynamic_debug: only add header when usedLuis de Bethencourt2016-08-021-0/+1
* | task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-021-4/+6
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-301-0/+8
|\ \
| * | stop_machine: Touch_nmi_watchdog() after MULTI_STOP_PREPAREOleg Nesterov2016-07-271-0/+8
* | | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-294-267/+228
|\ \ \
| * | | audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-07-201-168/+164
| * | | audit: fix whitespace in CWD recordSteve Grubb2016-07-141-1/+1
| * | | audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-273-100/+57
| * | | audit: fix some horrible switch statement style crimesPaul Moore2016-06-162-4/+12
| * | | audit: fixup: log on errors from filter user rulesRichard Guy Briggs2016-05-311-2/+2
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-292-98/+92
|\ \ \ \
| * | | | seccomp: recheck the syscall after RET_TRACEKees Cook2016-06-141-3/+18
| * | | | seccomp: remove 2-phase APIKees Cook2016-06-141-88/+41
| * | | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-2/+2
| * | | | kernel: Add noaudit variant of ns_capable()Tyler Hicks2016-06-061-10/+36
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-292-0/+16
|\ \ \ \ \
| * | | | | cred: Reject inodes with invalid ids in set_create_file_as()Seth Forshee2016-06-301-0/+2
| * | | | | fs: Limit file caps to the user namespace of the super blockSeth Forshee2016-06-241-0/+14
| |/ / / /
* | | | | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-291-10/+8
|\ \ \ \ \
| * | | | | cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman2016-07-151-6/+2
| * | | | | cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman2016-07-151-0/+5
| * | | | | cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman2016-07-151-4/+1
* | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-298-385/+275
|\ \ \ \ \ \
| * | | | | | timers/core: Correct callback order during CPU hot plugRichard Cochran2016-07-281-5/+10
| * | | | | | rcu: Convert rcutree to hotplug state machineThomas Gleixner2016-07-152-53/+66
| * | | | | | smp/cfd: Convert core to hotplug state machineRichard Weinberger2016-07-152-47/+41
| * | | | | | profile: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-151-116/+65
| * | | | | | timers/core: Convert to hotplug state machineRichard Cochran2016-07-152-23/+7
| * | | | | | hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-152-35/+10
| * | | | | | workqueue: Convert to state machine callbacksThomas Gleixner2016-07-142-65/+53