summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-11kthread: better support freezable kthread workersPetr Mladek
2016-10-11kthread: allow to modify delayed kthread workPetr Mladek
2016-10-11kthread: allow to cancel kthread workPetr Mladek
2016-10-11kthread: initial support for delayed kthread workPetr Mladek
2016-10-11kthread: detect when a kthread work is used by more workersPetr Mladek
2016-10-11kthread: add kthread_destroy_worker()Petr Mladek
2016-10-11kthread: add kthread_create_worker*()Petr Mladek
2016-10-11kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek
2016-10-11kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-11kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek
2016-10-11scripts/tags.sh: enable code completion in VIMMathieu Maret
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas
2016-10-11kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier
2016-10-11ipc/sem.c: add cond_resched in exit_smeNikolay Borisov
2016-10-11ipc/msg: avoid waking sender upon full queueDavidlohr Bueso
2016-10-11ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso
2016-10-11ipc/msg: batch queue sender wakeupsDavidlohr Bueso
2016-10-11ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior
2016-10-11ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul
2016-10-11kcov: do not instrument lib/stackdepot.cAlexander Potapenko
2016-10-11config: android: enable CONFIG_SECCOMPRob Herring
2016-10-11config: android: set SELinux as default security modeRob Herring
2016-10-11config: android: move device mapper options to recommendedRob Herring
2016-10-11config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra
2016-10-11pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero
2016-10-11mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-10-11nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira
2016-10-11powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira
2016-10-11dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira
2016-10-11random: remove unused randomize_range()Jason Cooper
2016-10-11unicore32: use simpler API for random address requestsJason Cooper
2016-10-11tile: use simpler API for random address requestsJason Cooper
2016-10-11arm64: use simpler API for random address requestsJason Cooper
2016-10-11ARM: use simpler API for random address requestsJason Cooper
2016-10-11x86: use simpler API for random address requestsJason Cooper
2016-10-11random: simplify API for random address requestsJason Cooper
2016-10-11rapidio/rio_cm: use memdup_user() instead of duplicating codeAlexandre Bounine
2016-10-11ptrace: clear TIF_SYSCALL_TRACE on ptrace detachAles Novak
2016-10-11pipe: cap initial pipe capacity according to pipe-max-size limitMichael Kerrisk (man-pages)
2016-10-11pipe: make account_pipe_buffers() return a value, and use itMichael Kerrisk (man-pages)
2016-10-11pipe: fix limit checking in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: simplify logic in alloc_pipe_info()Michael Kerrisk (man-pages)
2016-10-11pipe: fix limit checking in pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: refactor argument for account_pipe_buffers()Michael Kerrisk (man-pages)
2016-10-11pipe: move limit checking logic into pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11pipe: relocate round_pipe_size() above pipe_set_size()Michael Kerrisk (man-pages)
2016-10-11autofs: refactor ioctl fn vector in iookup_dev_ioctl()Tomohiro Kusumi