summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20160915next-20160915Stephen Rothwell2016-09-155-0/+10905
* Merge branch 'akpm/master'Stephen Rothwell2016-09-15129-288/+767
|\
| * treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-09-1596-112/+0
| * hung_task-allow-hung_task_panic-when-hung_task_warnings-is-0-fixAndrew Morton2016-09-151-3/+1
| * hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle2016-09-151-11/+13
| * kthread: add kerneldoc for kthread_create()Jonathan Corbet2016-09-151-0/+11
| * kthread: better support freezable kthread workersPetr Mladek2016-09-152-9/+24
| * kthread: allow to modify delayed kthread workPetr Mladek2016-09-152-0/+57
| * kthread: allow to cancel kthread workPetr Mladek2016-09-152-2/+135
| * kthread: initial support for delayed kthread workPetr Mladek2016-09-152-0/+135
| * kthread: detect when a kthread work is used by more workersPetr Mladek2016-09-151-8/+20
| * kthread: add kthread_destroy_worker()Petr Mladek2016-09-152-0/+25
| * kthread: add kthread_create_worker*()Petr Mladek2016-09-152-10/+110
| * kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek2016-09-151-30/+42
| * kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2016-09-152-2/+11
| * crypto: engine: fix linux-next merge conflictArnd Bergmann2016-09-151-2/+2
| * kthread: kthread worker API cleanupPetr Mladek2016-09-1518-90/+91
| * kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek2016-09-153-4/+4
| * scripts/tags.sh: enable code completion in VIMMathieu Maret2016-09-151-1/+2
| * mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-09-157-9/+83
| * kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2016-09-152-0/+9
| * include/linux/mlx5/device.h: kill BUILD_BUG_ON()sAndrew Morton2016-09-151-2/+0
| * drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-09-151-2/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2016-09-15289-2568/+4328
|\
| * ipc-msg-avoid-waking-sender-upon-full-queue-checkpatch-fixesAndrew Morton2016-09-151-2/+1
| * ipc/msg: avoid waking sender upon full queueDavidlohr Bueso2016-09-151-9/+43
| * ipc/msg: lockless security checks for msgsndDavidlohr Bueso2016-09-151-3/+4
| * ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso2016-09-151-4/+4
| * ipc/msg: batch queue sender wakeupsDavidlohr Bueso2016-09-151-10/+20
| * ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior2016-09-151-93/+40
| * ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2016-09-152-55/+84
| * config: android: enable CONFIG_SECCOMPRob Herring2016-09-151-0/+1
| * config: android: set SELinux as default security modeRob Herring2016-09-151-0/+1
| * config: android: move device mapper options to recommendedRob Herring2016-09-152-4/+4
| * config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov2016-09-151-1/+0
| * relay-use-irq_work-instead-of-plain-timer-for-deferred-wakeup-checkpatch-fixesAndrew Morton2016-09-151-1/+3
| * relay: select CONFIG_IRQ_WORKArnd Bergmann2016-09-151-0/+1
| * relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-09-152-11/+14
| * mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-09-154-1/+33
| * x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-09-155-10/+66
| * nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-09-151-1/+2
| * powerpc: implement the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-09-151-2/+4
| * dma-mapping: introduce the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-09-152-0/+22
| * random: remove unused randomize_range()Jason Cooper2016-09-152-20/+0
| * unicore32: use simpler API for random address requestsJason Cooper2016-09-151-2/+1
| * tile: use simpler API for random address requestsJason Cooper2016-09-151-2/+1
| * arm64: use simpler API for random address requestsJason Cooper2016-09-151-6/+2
| * ARM: use simpler API for random address requestsJason Cooper2016-09-151-2/+1
| * x86: use simpler API for random address requestsJason Cooper2016-09-152-6/+2
| * random: simplify API for random address requestsJason Cooper2016-09-152-0/+34