aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-06-01thermal: add the note for set_trip_tempGravatar Caesar Wang 1-0/+2
2016-06-01FS-Cache: make check_consistency callback return intGravatar Yan, Zheng 1-1/+1
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+2
2016-05-31sctp: sctp_diag should dump sctp socket typeGravatar Xin Long 1-0/+2
2016-05-31fence: add missing descriptions for fenceGravatar Luis de Bethencourt 1-0/+2
2016-05-31reservation: add headerdoc commentsGravatar Rob Clark 1-0/+53
2016-05-31dma-buf: headerdoc fixesGravatar Rob Clark 1-3/+10
2016-05-31usb: gadget: Fix binding to UDC via configfs interfaceGravatar Krzysztof Opasiak 1-0/+3
2016-05-30libceph: change ceph_osdmap_flag() to take osdcGravatar Ilya Dryomov 2-5/+5
2016-05-29iio: st_sensors: switch to a threaded interruptGravatar Linus Walleij 1-1/+8
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 4-110/+141
2016-05-28<linux/hash.h>: Add support for architecture-specific functionsGravatar George Spelvin 1-3/+24
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()Gravatar George Spelvin 1-53/+34
2016-05-28Change hash_64() return value to 32 bitsGravatar George Spelvin 1-3/+3
2016-05-28<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()Gravatar George Spelvin 1-31/+9
2016-05-28fs/namei.c: Add hashlen_string() functionGravatar George Spelvin 1-2/+6
2016-05-28Pull out string hash to <linux/stringhash.h>Gravatar George Spelvin 2-26/+73
2016-05-28Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+4
2016-05-28Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-05-27Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-4/+8
2016-05-27switch ->setxattr() to passing dentry and inode separatelyGravatar Al Viro 2-2/+4
2016-05-27make IS_ERR_VALUE() complain about non-pointer-sized argumentsGravatar Linus Torvalds 1-1/+1
2016-05-27mm: remove more IS_ERR_VALUE abusesGravatar Linus Torvalds 1-1/+1
2016-05-27mm: fix section mismatch warningGravatar Linus Torvalds 1-1/+1
2016-05-27Merge git://git.infradead.org/intel-iommuGravatar Linus Torvalds 1-2/+21
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-0/+15
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-2/+2
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-2/+31
2016-05-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-19/+7
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-1/+22
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-13/+28
2016-05-26mm: oom_reaper: remove some bloatGravatar Michal Hocko 2-1/+5
2016-05-26mm: slub: remove unused virt_to_obj()Gravatar Andrey Ryabinin 1-16/+0
2016-05-26seqlock: fix raw_read_seqcount_latch()Gravatar Alexey Dobriyan 1-2/+2
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 8-150/+379
2016-05-26misc: at24: Fix typo in at24 header fileGravatar Moritz Fischer 1-1/+1
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 9-14/+82
2016-05-26Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcGravatar Linus Torvalds 1-0/+4
2016-05-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 1-0/+1
2016-05-26add down_write_killable_nested()Gravatar Al Viro 1-0/+2
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+29
2016-05-26ceph: make logical calculation functions return boolGravatar Zhang Zhuoyu 3-6/+6
2016-05-26ceph: using hash value to compose dentry offsetGravatar Yan, Zheng 1-0/+1
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsGravatar Yan, Zheng 1-0/+12
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsGravatar Ilya Dryomov 2-0/+3
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Gravatar Ilya Dryomov 2-1/+1
2016-05-26libceph: pool deletion detectionGravatar Ilya Dryomov 1-0/+6
2016-05-26libceph: async MON client generic requestsGravatar Ilya Dryomov 1-3/+16