aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-11
|\
| * mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2016-10-11
| * fs: use mapping_set_error instead of opencoded set_bitMichal Hocko2016-10-11
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
| * hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-11
| * kthread: add kerneldoc for kthread_create()Jonathan Corbet2016-10-11
| * kthread: better support freezable kthread workersPetr Mladek2016-10-11
| * kthread: allow to modify delayed kthread workPetr Mladek2016-10-11
| * kthread: allow to cancel kthread workPetr Mladek2016-10-11
| * kthread: initial support for delayed kthread workPetr Mladek2016-10-11
| * kthread: detect when a kthread work is used by more workersPetr Mladek2016-10-11
| * kthread: add kthread_destroy_worker()Petr Mladek2016-10-11
| * kthread: add kthread_create_worker*()Petr Mladek2016-10-11
| * kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek2016-10-11
| * kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-11
| * kthread: kthread worker API cleanupPetr Mladek2016-10-11
| * kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-11
| * scripts/tags.sh: enable code completion in VIMMathieu Maret2016-10-11
| * mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-11
| * kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-11
| * ipc/sem.c: add cond_resched in exit_smeNikolay Borisov2016-10-11
| * ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-11
| * ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-11
| * ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-11
| * ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-11
| * ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2016-10-11
| * kcov: do not instrument lib/stackdepot.cAlexander Potapenko2016-10-11
| * config: android: enable CONFIG_SECCOMPRob Herring2016-10-11
| * config: android: set SELinux as default security modeRob Herring2016-10-11
| * config: android: move device mapper options to recommendedRob Herring2016-10-11
| * config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-10-11
| * relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-11
| * pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero2016-10-11
| * mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-11
| * x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-11
| * nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-11
| * powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-11
| * dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-11
| * random: remove unused randomize_range()Jason Cooper2016-10-11
| * unicore32: use simpler API for random address requestsJason Cooper2016-10-11
| * tile: use simpler API for random address requestsJason Cooper2016-10-11
| * arm64: use simpler API for random address requestsJason Cooper2016-10-11
| * ARM: use simpler API for random address requestsJason Cooper2016-10-11
| * x86: use simpler API for random address requestsJason Cooper2016-10-11
| * random: simplify API for random address requestsJason Cooper2016-10-11
| * rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine2016-10-11
| * ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-11
| * pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-11
| * pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-11
| * pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-11