summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-59/+382
2017-05-05Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells1-3/+5
2017-05-05libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams1-2/+4
2017-05-04IB/mlx5: Enable IPoIB accelerationErez Shitrit1-0/+19
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-12/+9
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds5-9/+34
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring1-1/+1
2017-05-04Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla...Linus Torvalds1-0/+4
2017-05-04qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com1-1/+1
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel42-184/+291
2017-05-04fscrypt: correct collision claim for digested namesEric Biggers1-13/+9
2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers2-0/+87
2017-05-04blk-mq-debugfs: allow schedulers to register debugfs attributesOmar Sandoval3-0/+9
2017-05-04blk-mq: untangle debugfs and sysfsOmar Sandoval2-1/+4
2017-05-04Merge branch 'topic/pl330' into for-linusVinod Koul1-35/+0
2017-05-04dmaengine: pl08x: Use the BIT() macro consistentlyLinus Walleij1-20/+20
2017-05-04dmaengine: pl080: Cut some unused definesLinus Walleij1-9/+1
2017-05-04ceph: fix file open flags on ppc64Alexander Graf1-0/+12
2017-05-04rbd: support updating the lock cookie without releasing the lockIlya Dryomov1-0/+5
2017-05-04libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton1-0/+2
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton1-0/+1
2017-05-04libceph: remove req->r_replay_versionJeff Layton1-1/+0
2017-05-04ceph: make seeky readdir more efficientYan, Zheng1-0/+2
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng1-3/+4
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova1-3/+3
2017-05-04libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova1-1/+2
2017-05-04libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova1-1/+2
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov2-4/+5
2017-05-04Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2017-05-04Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds6-65/+68
2017-05-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-141/+189
2017-05-04mm, swap: remove unused function prototypeHuang Ying1-3/+0
2017-05-04mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-36/+37
2017-05-04mm: memcontrol: re-use node VM page state enumJohannes Weiner1-57/+43
2017-05-04mm: memcontrol: re-use global VM event enumJohannes Weiner1-31/+14
2017-05-04mm: memcontrol: clean up memory.events counting functionJohannes Weiner1-13/+5
2017-05-04mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2-3/+63
2017-05-04mm: fix spelling errorHao Lee1-2/+2
2017-05-04include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar1-2/+3
2017-05-04mm: enable page poisoning early at bootVinayak Menon1-1/+0
2017-05-04mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim1-7/+0
2017-05-04mm: make rmap_one boolean functionMinchan Kim1-1/+5
2017-05-04mm: make rmap_walk() return voidMinchan Kim2-5/+4
2017-05-04mm: make ttu's return booleanMinchan Kim1-2/+2
2017-05-04mm: remove SWAP_MLOCK in ttuMinchan Kim1-1/+0
2017-05-04mm: make try_to_munlock() return voidMinchan Kim1-1/+1
2017-05-04mm: remove SWAP_DIRTY in ttuMinchan Kim1-1/+0
2017-05-04mm: remove rodata_test_data export, add pr_fmtKees Cook1-1/+0
2017-05-04jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko1-0/+2
2017-05-04mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko3-8/+34