summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-03sched/headers: Move more mm_struct related functionality from <linux/sched.h>...Ingo Molnar2-21/+21
2017-03-03sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>Ingo Molnar2-17/+21
2017-03-03sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux...Ingo Molnar2-13/+16
2017-03-03sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>Ingo Molnar2-37/+37
2017-03-03sched/headers: Move 'struct user_struct' definition and APIs to the new <linu...Ingo Molnar2-53/+54
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar12-501/+520
2017-03-03sched/headers: Move task->mm coredumping related defines and methods from <li...Ingo Molnar2-68/+69
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar26-116/+120
2017-03-03Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-656/+861
2017-03-03Merge branch 'acpi-apei'Rafael J. Wysocki1-8/+12
2017-03-03Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki7-185/+161
2017-03-03Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'Rafael J. Wysocki7-177/+125
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds15-223/+261
2017-03-03Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-242/+147
2017-03-03block: Move bdi_unregister() to del_gendisk()Jan Kara2-1/+5
2017-03-03CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2-0/+109
2017-03-03CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds43-2832/+4764
2017-03-03Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds1-4/+16
2017-03-03Merge tag 'juno-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann1-6/+7
2017-03-03ARM: deconfig: fix the moxart defconfigLinus Walleij1-6/+6
2017-03-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds31-454/+456
2017-03-03blk-mq: ensure that bd->last is always set correctlyJens Axboe1-7/+43
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds19-26/+55
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe3-17/+31
2017-03-02Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář3-7/+9
2017-03-02Merge tag 'watchdog-for-linus-v4.11-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-25/+43
2017-03-02give up on gcc ilog2() constant optimizationsLinus Torvalds2-22/+4
2017-03-02ARM: ux500: resume the second core properlyLinus Walleij5-60/+7
2017-03-02Merge branch 'next/late' with mainlineArnd Bergmann26-233/+842
2017-03-02block: Initialize bd_bdi on inode initializationJan Kara1-2/+4
2017-03-02loop: fix LO_FLAGS_PARTSCAN hangOmar Sandoval1-7/+8
2017-03-02nvme: Complete all stuck requestsKeith Busch3-5/+79
2017-03-02blk-mq: Provide freeze queue timeoutKeith Busch2-0/+11
2017-03-02blk-mq: Export blk_mq_freeze_queue_waitKeith Busch2-1/+3
2017-03-02nbd: stop leaking socketsJosef Bacik1-1/+3
2017-03-02blk-mq: move update of tags->rqs to __blk_mq_alloc_request()Omar Sandoval2-2/+1
2017-03-02blk-mq: kill blk_mq_set_alloc_data()Omar Sandoval1-10/+0
2017-03-02blk-mq: make blk_mq_alloc_request_hctx() allocate a scheduler requestOmar Sandoval2-24/+20
2017-03-02blk-mq-sched: Allocate sched reserved tags as specified in the original queue...Sagi Grimberg4-2/+12
2017-03-02nvme: allocate nvme_queue in correct nodeShaohua Li1-4/+8
2017-03-02PCI: add an API to get node from vectorShaohua Li2-0/+22
2017-03-02blk-mq: allocate blk_mq_tags and requests in correct nodeShaohua Li1-6/+15
2017-03-02selftests: lib.mk Fix individual test buildsShuah Khan1-0/+4
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro14-134/+158
2017-03-02Merge branch 'work.namei' into for-linusAl Viro1-88/+95
2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo1-16/+16
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo1-23/+24
2017-03-02sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>Ingo Molnar2-18/+21