summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-12-08blkcg: put back rcu lock in blkcg_bio_issue_check()Dennis Zhou1-0/+3
2018-12-08blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou1-7/+5
2018-12-08blkcg: change blkg reference counting to use percpu_refDennis Zhou1-10/+5
2018-12-08blkcg: remove bio_disassociate_task()Dennis Zhou1-2/+0
2018-12-08blkcg: remove additional reference to the cssDennis Zhou2-41/+2
2018-12-08blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou3-14/+12
2018-12-08blkcg: associate writeback bios with a blkgDennis Zhou2-2/+8
2018-12-08blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-3/+3
2018-12-08blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou1-0/+9
2018-12-08blkcg: associate blkg when associating a deviceDennis Zhou2-8/+12
2018-12-08blkcg: introduce common blkg association logicDennis Zhou1-1/+4
2018-12-08blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou1-9/+15
2018-12-08blkcg: update blkg_lookup_create() to do lockingDennis Zhou1-1/+3
2018-12-08blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou1-8/+90
2018-12-08blk-mq: remove QUEUE_FLAG_POLL from default MQ flagsJens Axboe1-2/+1
2018-12-04block: remove ->poll_fnChristoph Hellwig1-2/+0
2018-12-04block: move queues types to the block layerChristoph Hellwig1-9/+6
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe23-128/+308
2018-12-04sbitmap: fix sbitmap_for_each_set()Omar Sandoval1-4/+6
2018-12-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+2
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-17/+29
2018-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2018-12-01Merge tag 'fscache-fixes-20181130' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2018-12-01psi: make disabling/enabling easier for vendor kernelsJohannes Weiner1-1/+2
2018-12-01sbitmap: optimize wakeup checkJens Axboe1-0/+34
2018-12-01sbitmap: ammortize cost of clearing bitsJens Axboe1-6/+27
2018-11-30Merge tag 'staging-4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2018-11-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-11-30Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2018-11-30Merge tag 'pstore-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+4
2018-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+8
2018-11-30tracepoint: Use __idx instead of idx in DO_TRACE macro to make it uniqueZenghui Yu1-3/+3
2018-11-30pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-1/+4
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe1-0/+10
2018-11-29block: improve logic around when to sort a plug listJens Axboe1-0/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+17
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+13
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-1/+1
2018-11-28fscache: Fix race in fscache_op_complete() due to split atomic_sub & readkiran.modukuri1-2/+1
2018-11-28x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner1-0/+9
2018-11-28ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner1-17/+0
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-0/+2
2018-11-28sched/smt: Expose sched_smt_present static keyThomas Gleixner1-0/+18
2018-11-28function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)1-0/+1
2018-11-28function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)1-3/+0
2018-11-27bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-0/+4
2018-11-27function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)1-0/+3
2018-11-26block: sum requests in the plug structureJens Axboe1-0/+1
2018-11-26blk-mq: Simplify request completion stateKeith Busch1-14/+0