summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra2016-08-182-0/+18
* locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra2016-08-102-97/+133
* locking/pvstat: Separate wait_again and spurious wakeup statsWaiman Long2016-08-102-11/+5Star
* locking/qspinlock: Improve readabilityPeter Zijlstra2016-08-101-5/+7
* locking/pvqspinlock: Fix a bug in qstat_read()Pan Xinhui2016-08-101-1/+0Star
* locking/pvqspinlock: Fix double hash raceWanpeng Li2016-08-101-1/+1
* Merge branch 'linus' into locking/urgent, to pick up fixesIngo Molnar2016-08-1073-2083/+3111
|\
| * Revert "printk: create pr_<level> functions"Linus Torvalds2016-08-093-43/+11Star
| * printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler2016-08-081-2/+0Star
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-061-1/+1
| |\
| | * perf/core: Change log level for duration warning to KERN_INFODavid Ahern2016-08-021-1/+1
| * | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-051-0/+3
| |\ \
| | * | jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao2016-08-011-0/+3
| | |/
| * | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-08-043-23/+105
| |\ \
| | * | modules: add ro_after_init supportJessica Yu2016-08-042-13/+55
| | * | jump_label: disable preemption around __module_text_address().Rusty Russell2016-08-041-1/+4
| | * | modules: Add kernel parameter to blacklist modulesPrarit Bhargava2016-08-041-0/+24
| | * | module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt2016-08-041-1/+1
| | * | module: Invalidate signatures on force-loaded modulesBen Hutchings2016-07-271-4/+9
| | * | module: Issue warnings when tainting kernelLibor Pechacek2016-07-271-1/+10
| | * | module: fix redundant test.Rusty Russell2016-07-271-2/+1Star
| | * | module: fix noreturn attribute for __module_put_and_exit()Jiri Kosina2016-07-271-1/+1
| * | | jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron2016-08-041-0/+53
| * | | 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-032-0/+273
| * | | | relay: add global mode support for buffer-only channelsAkash Goel2016-08-031-2/+32
| * | | | kexec: add restriction on kexec_load() segment sizeszhong jiang2016-08-031-0/+17
| * | | | kexec: add a kexec_crash_loaded() functionPetr Tesarik2016-08-032-1/+7
| * | | | kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai2016-08-031-9/+4Star
| * | | | kexec: allow architectures to override boot mappingRussell King2016-08-032-14/+15
| * | | | kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-032-3/+3
| * | | | kexec: ensure user memory sizes do not wrapRussell King2016-08-031-0/+2
| * | | | kexec: return error number directlyMinfei Huang2016-08-031-10/+6Star
| * | | | kernel/exit.c: quieten greatest stack depth printkAnton Blanchard2016-08-031-1/+1
| * | | | printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2016-08-032-8/+141
| * | | | printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig2016-08-031-1/+1
| * | | | printk: introduce suppress_message_printing()Sergey Senozhatsky2016-08-031-6/+19
| * | | | printk: create pr_<level> functionsJoe Perches2016-08-033-11/+45
| * | | | printk: do not include interrupt.hSergey Senozhatsky2016-08-031-1/+0Star
| * | | | dynamic_debug: only add header when usedLuis de Bethencourt2016-08-031-0/+1
| * | | | task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov2016-08-031-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-304-267/+228Star
| |\ \ \ \
| | * | | | audit: fix a double fetch in audit_log_single_execve_arg()Paul Moore2016-07-201-168/+164Star