aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-03sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>Ingo Molnar3-10/+19
2017-03-03sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar2-22/+22
2017-03-03sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-52/+52
2017-03-03sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>Ingo Molnar2-38/+42
2017-03-03sched/headers: Remove various unrelated headers from <linux/sched.h>Ingo Molnar1-28/+0
2017-03-03sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>Ingo Molnar2-30/+32
2017-03-03sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>Ingo Molnar2-35/+40
2017-03-03sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>Ingo Molnar2-26/+26
2017-03-03sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>Ingo Molnar2-2/+2
2017-03-03sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.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/sched.h> to <linux/sched/signal.h>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 <linux/sched/user.h> headerIngo Molnar2-53/+54
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar12-501/+520
2017-03-03sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>Ingo Molnar2-68/+69
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar26-116/+120
2017-03-02block: Move bdi_unregister() to del_gendisk()Jan Kara2-1/+5
2017-03-02CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2-0/+109
2017-03-02CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman1-1/+1
2017-03-02bonding: use ETH_MAX_MTU as max mtuWANG Cong1-0/+1
2017-03-02netvsc: fix use-after-free in netvsc_change_mtu()Dexuan Cui1-4/+11
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong1-0/+6
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov6-25/+25
2017-03-02ARM: deconfig: fix the moxart defconfigLinus Walleij1-6/+6
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang1-3/+12
2017-03-02blk-mq: ensure that bd->last is always set correctlyJens Axboe1-7/+43
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo3-10/+13
2017-03-02dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs1-2/+1
2017-03-02cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe3-17/+31
2017-03-02amd-xgbe: Don't overwrite SFP PHY mod_absent settingsLendacky, Thomas1-0/+2
2017-03-02amd-xgbe: Be sure to set MDIO modes on device (re)startLendacky, Thomas2-1/+23
2017-03-02amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas1-2/+2
2017-03-02drivers: net: xgene: Fix crash on DT systemsAlban Bedel1-0/+6
2017-03-02ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong1-5/+9
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-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 tagsetSagi Grimberg4-2/+12