summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-1416-297/+287
|\
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-2/+2
| * kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger2016-12-143-230/+239
| * kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-141-24/+4
| * posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre2016-12-141-1/+2
| * kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-142-8/+4
| * kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
| * kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
| * kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
| * kcov: add more missing includesKefeng Wang2016-12-141-0/+5
| * relay: check array offset before using itDan Carpenter2016-12-141-2/+2
| * sysctl: add KERN_CONT to deprecated_sysctl_warning()Tetsuo Handa2016-12-141-2/+2
| * kexec: add cond_resched into kimage_alloc_crash_control_pageszhong jiang2016-12-141-0/+2
| * kexec: export the value of phys_base instead of symbol addressBaoquan He2016-12-141-3/+0
| * coredump: clarify "unsafe core_pattern" warningAlexey Dobriyan2016-12-141-3/+5
| * signals: avoid unnecessary taking of sighand->siglockWaiman Long2016-12-141-0/+7
| * kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov2016-12-141-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-143-26/+89
|\ \
| * | exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-2/+14
| * | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-6/+36
| * | ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-222-5/+27
| * | mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman2016-11-222-18/+17
* | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-146-221/+341
|\ \ \
| * | | audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-141-6/+24
| * | | 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/+36
| * | | 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/+4
| * | | audit: add support for session ID user filterRichard Guy Briggs2016-11-292-0/+7
| * | | audit: fix formatting of AUDIT_CONFIG_CHANGE eventsSteve Grubb2016-11-204-10/+6
| * | | 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
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-4/+3
|\ \ \ \
| * \ \ \ Merge commit 'v4.9-rc5' into nextJames Morris2016-11-1411-75/+99
| |\ \ \ \
| * | | | | seccomp: Fix documentationMickaël Salaün2016-11-011-4/+3
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-141-4/+0
|\ \ \ \ \ \
| * | | | | | padata: Remove unused but set variablesTobias Klauser2016-10-251-4/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-2/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Remove last traces of ikconfig.hPaul Bolle2016-12-141-2/+0
* | | | | | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-132-28/+86
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-192-28/+86
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | workqueue: move wq_numa_init() to workqueue_init()Tejun Heo2016-10-191-2/+23
| | * | | | | | workqueue: remove keventd_up()Tejun Heo2016-09-171-1/+1
| | * | | | | | power, workqueue: remove keventd_up() usageTejun Heo2016-09-171-10/+1
| | * | | | | | workqueue: make workqueue available early during bootTejun Heo2016-09-171-16/+60