summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov1-1/+7
2016-02-04lightnvm: allow to force mm initializationMatias Bjørling1-0/+4
2016-02-04Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-0/+2
2016-02-04usb/storage: misc fixes to comments in include/linux/usb/storage.hAntonio Ospite1-6/+6
2016-02-04usb: sysfs: make locking interruptibleOliver Neukum2-3/+9
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit2-2/+2
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+31
2016-02-03Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox1-0/+16
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov2-5/+7
2016-02-03mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner1-1/+1
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-2/+1
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov1-0/+6
2016-02-03efi: Add NV memory attributeRobert Elliott1-0/+1
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel1-3/+9
2016-02-03efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel1-0/+1
2016-02-03efi: Remove redundant efi_set_variable_nonblocking() prototypeArd Biesheuvel1-6/+2
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-9/+10
2016-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+5
2016-02-02Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+14
2016-02-02Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2-0/+48
2016-02-01Merge 4.5-rc2 into usb-nextGreg Kroah-Hartman8-23/+58
2016-02-01Merge 4.5-rc2 into tty-nextGreg Kroah-Hartman7-23/+57
2016-02-01SUNRPC: Make freeing of struct xprt rcu-safeTrond Myklebust1-0/+1
2016-02-01SUNRPC: Uninline xprt_get(); It isn't performance critical.Trond Myklebust1-13/+3
2016-02-01SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelinesTrond Myklebust1-14/+15
2016-02-01SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-1/+0
2016-02-01Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+1
2016-02-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+31
2016-02-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+3
2016-02-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams1-2/+2
2016-01-31block: use DAX for partition table readsDan Williams1-0/+11
2016-01-31block: revert runtime dax control of the raw block deviceDan Williams1-3/+0
2016-01-31fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1
2016-01-30resource: Kill walk_iomem_res()Toshi Kani1-3/+0
2016-01-30resource: Add walk_iomem_res_desc()Toshi Kani1-0/+3
2016-01-30memremap: Change region_intersects() to take @flags and @descToshi Kani1-1/+2
2016-01-30resource: Add I/O resource descriptorToshi Kani1-0/+18
2016-01-30resource: Add System RAM resource typeToshi Kani1-0/+11
2016-01-30clk: add clk_unregister_fixed_rate()Masahiro Yamada1-1/+1
2016-01-30clk: add clk_unregister_fixed_factor()Masahiro Yamada1-0/+1
2016-01-30Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2016-01-30Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+7
2016-01-30Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+12
2016-01-29clk: move the common clock's to_clk_*(_hw) macros to clk-provider.hGeliang Tang1-0/+18
2016-01-29clk-divider: make sure read-only dividers do not write to their registerHeiko Stuebner1-0/+1
2016-01-29workqueue: skip flush dependency checks for legacy workqueuesTejun Heo1-4/+5
2016-01-29iommu: Update struct iommu_ops commentsMagnus Damm1-4/+12
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar286-2251/+6923