summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-1296-112/+0Star
* hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-10-121-14/+14
* kthread: add kerneldoc for kthread_create()Jonathan Corbet2016-10-121-0/+11
* kthread: better support freezable kthread workersPetr Mladek2016-10-122-9/+24
* kthread: allow to modify delayed kthread workPetr Mladek2016-10-122-0/+57
* kthread: allow to cancel kthread workPetr Mladek2016-10-122-2/+135
* kthread: initial support for delayed kthread workPetr Mladek2016-10-122-0/+135
* kthread: detect when a kthread work is used by more workersPetr Mladek2016-10-121-8/+20
* kthread: add kthread_destroy_worker()Petr Mladek2016-10-122-0/+25
* kthread: add kthread_create_worker*()Petr Mladek2016-10-122-10/+110
* kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek2016-10-121-30/+42
* kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-10-122-2/+11
* kthread: kthread worker API cleanupPetr Mladek2016-10-1218-92/+93
* kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-10-123-4/+4
* scripts/tags.sh: enable code completion in VIMMathieu Maret2016-10-121-1/+2
* mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-127-9/+83
* kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-10-122-0/+9
* ipc/sem.c: add cond_resched in exit_smeNikolay Borisov2016-10-121-0/+2
* ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-10-121-10/+43
* ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-10-121-4/+4
* ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-10-121-10/+20
* ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-10-121-93/+40Star
* ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2016-10-122-55/+84
* kcov: do not instrument lib/stackdepot.cAlexander Potapenko2016-10-121-0/+1
* config: android: enable CONFIG_SECCOMPRob Herring2016-10-121-0/+1
* config: android: set SELinux as default security modeRob Herring2016-10-121-0/+1
* config: android: move device mapper options to recommendedRob Herring2016-10-122-4/+4
* config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-10-121-1/+0Star
* relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-123-11/+17
* pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero2016-10-121-1/+1
* mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-124-1/+33
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-125-10/+66
* nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-121-1/+2
* powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-121-2/+4
* dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-122-0/+22
* random: remove unused randomize_range()Jason Cooper2016-10-122-20/+0Star
* unicore32: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* tile: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* arm64: use simpler API for random address requestsJason Cooper2016-10-121-6/+2Star
* ARM: use simpler API for random address requestsJason Cooper2016-10-121-2/+1Star
* x86: use simpler API for random address requestsJason Cooper2016-10-122-6/+2Star
* random: simplify API for random address requestsJason Cooper2016-10-122-0/+34
* rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine2016-10-121-10/+5Star
* ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak2016-10-121-1/+2
* pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)2016-10-121-0/+3
* pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)2016-10-121-18/+18
* pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-7/+13
* pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)2016-10-121-22/+23
* pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)2016-10-121-10/+31
* pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)2016-10-121-5/+5