summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-05-07lustre: get rid of messing with iovecsAl Viro1-0/+9
2014-05-07ceph_sync_read: stop poking into iov_iter gutsAl Viro1-2/+0
2014-05-07new helper: copy_page_from_iter()Al Viro1-0/+2
2014-05-07bury __generic_file_aio_write()Al Viro1-1/+0
2014-05-07blkdev_aio_write() - turn into blkdev_write_iter()Al Viro1-2/+1
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-0/+2
2014-05-07new methods: ->read_iter() and ->write_iter()Al Viro1-0/+6
2014-05-07replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro1-0/+4
2014-05-07iov_iter_truncate()Al Viro2-2/+7
2014-05-07new helper: iov_iter_get_pages_alloc()Al Viro1-0/+2
2014-05-07new helper: iov_iter_npages()Al Viro1-0/+1
2014-05-07new helper: iov_iter_get_pages()Al Viro1-0/+2
2014-05-07start adding the tag to iov_iterAl Viro1-12/+3
2014-05-07new helper: generic_file_read_iter()Al Viro1-0/+1
2014-05-07new primitive: iov_iter_alignment()Al Viro1-0/+2
2014-05-07switch {__,}blockdev_direct_IO() to iov_iterAl Viro1-6/+6
2014-05-07convert the guts of nfs_direct_IO() to iov_iterAl Viro1-2/+2
2014-05-07pass iov_iter to ->direct_IO()Al Viro2-4/+2
2014-05-07kill generic_segment_checks()Al Viro1-2/+0
2014-05-07generic_file_direct_write(): switch to iov_iterAl Viro1-2/+2
2014-05-07kill iov_iter_copy_from_user()Al Viro1-2/+0
2014-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-0/+19
2014-05-07slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter1-0/+9
2014-05-07hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+10
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+4
2014-05-06Merge branch 'rfkill-gpio-cleanups' of git://git.kernel.org/pub/scm/linux/ker...John W. Linville1-10/+0
2014-05-06nick kvfree() from apparmorAl Viro1-0/+2
2014-05-06tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-05-06Merge tag 'iio-for-3.16b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman5-1/+38
2014-05-06asmlinkage: Revert "lto: Make asmlinkage __visible"Andi Kleen1-2/+2
2014-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2014-05-06clk: sunxi: Implement MMC phase controlEmilio López1-0/+22
2014-05-06Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+0
2014-05-06of: introduce of_dma_is_coherent() helperSantosh Shilimkar1-0/+6
2014-05-06of: introduce of_dma_get_range() helperGrygorii Strashko1-0/+8
2014-05-06device: introduce per device dma_pfn_offsetSantosh Shilimkar1-0/+2
2014-05-05net: Generalize checksum_init functionsTom Herbert1-0/+93
2014-05-05NVMe: Flush with data supportKeith Busch1-1/+0
2014-05-05NVMe: Configure support for block flushKeith Busch1-0/+1
2014-05-05NVMe: Update copyright headersMatthew Wilcox1-5/+1
2014-05-05kvm/irqchip: Speed up KVM_SET_GSI_ROUTINGChristian Borntraeger1-0/+1
2014-05-05of: Spelling s/anonymouns/anonymous/Geert Uytterhoeven1-1/+1
2014-05-05iio: hid-sensors: Add API to power on/offSrinivas Pandruvada1-1/+1
2014-05-05iio: hid-sensors: Add api to get poll valueSrinivas Pandruvada1-0/+2
2014-05-05iio: hid-sensors: Convert units and exponentSrinivas Pandruvada1-0/+4
2014-05-05xfs: fix Q_XQUOTARM ioctlEric Sandeen1-0/+1
2014-05-05net: filter: make register naming more comprehensibleDaniel Borkmann1-8/+36
2014-05-05net: filter: simplify label names from jump-tableDaniel Borkmann1-0/+3
2014-05-04cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo1-0/+9
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo1-2/+2