summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-06-05net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2-7/+15
2015-06-05net: Get skb hash over flow_keys structureTom Herbert1-1/+1
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever1-0/+7
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever1-1/+0
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever1-1/+1
2015-06-04signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov1-1/+0
2015-06-04KVM: x86: stubs for SMM supportPaolo Bonzini1-0/+1
2015-06-04crypto: doc - Fix typo in crypto-API.xmlMasanari Iida1-1/+1
2015-06-04Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.or...David S. Miller1-0/+9
2015-06-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov1-1/+4
2015-06-04Merge branch 'xfs-dax-support' into for-nextDave Chinner1-2/+7
2015-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-04dax: expose __dax_fault for filesystems with locking constraintsDave Chinner1-1/+4
2015-06-04dax: don't abuse get_block mapping for endio callbacksDave Chinner1-2/+4
2015-06-03svcrdma: Remove svc_rdma_xdr_decode_deferred_req()Chuck Lever1-1/+0
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-0/+1
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar3-6/+11
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar5-5/+37
2015-06-03Merge tag 'phy-for-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman1-0/+9
2015-06-03Merge tag 'extcon-next-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-81/+74
2015-06-03scatterlist: introduce sg_nents_for_lenTom Lendacky1-0/+1
2015-06-03hid-sensor: Fix suspend/resume delaySrinivas Pandruvada1-0/+1
2015-06-02SUNRPC: Clean up bc_send()Chuck Lever1-1/+0
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel1-0/+2
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner1-7/+7
2015-06-02writeback: disassociate inodes from dying bdi_writebacksTejun Heo1-0/+16
2015-06-02writeback: add lockdep annotation to inode_to_wb()Tejun Heo1-2/+32
2015-06-02writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo3-1/+62
2015-06-02writeback: implement foreign cgroup inode detectionTejun Heo2-0/+21
2015-06-02writeback: make writeback_control track the inode being written backTejun Heo2-12/+68
2015-06-02writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo3-82/+96
2015-06-02writeback: implement memcg writeback domain based throttlingTejun Heo1-0/+9
2015-06-02writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo1-0/+20
2015-06-02writeback: implement memcg wb_domainTejun Heo3-1/+15
2015-06-02writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo1-0/+1
2015-06-02writeback: move global_dirty_limit into wb_domainTejun Heo1-1/+16
2015-06-02writeback: implement wb_domainTejun Heo1-0/+32
2015-06-02writeback: reorganize [__]wb_update_bandwidth()Tejun Heo1-8/+1
2015-06-02writeback: clean up wb_dirty_limit()Tejun Heo1-1/+1
2015-06-02buffer, writeback: make __block_write_full_page() honor cgroup writebackTejun Heo1-0/+12
2015-06-02writeback: restructure try_writeback_inodes_sb[_nr]()Tejun Heo1-3/+3
2015-06-02writeback: implement bdi_wait_for_completion()Tejun Heo1-0/+2
2015-06-02writeback: make bdi_start_background_writeback() take bdi_writeback instead o...Tejun Heo1-1/+1
2015-06-02writeback: make writeback_in_progress() take bdi_writeback instead of backing...Tejun Heo1-1/+11
2015-06-02writeback: remove bdi_start_writeback()Tejun Heo1-2/+2
2015-06-02writeback: implement bdi_for_each_wb()Tejun Heo1-0/+63
2015-06-02writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into accountTejun Heo2-3/+15
2015-06-02writeback: implement backing_dev_info->tot_write_bandwidthTejun Heo1-0/+2
2015-06-02writeback: implement WB_has_dirty_io wb_state flagTejun Heo2-5/+4
2015-06-02writeback: implement and use inode_congested()Tejun Heo1-0/+22