summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli
2014-05-07pwm-backlight: switch to gpiod interfaceAlexandre Courbot
2014-05-07f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki
2014-05-07genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat
2014-05-06nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig
2014-05-06nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig
2014-05-06nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig
2014-05-06nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig
2014-05-06bio_vec-backed iov_iterAl Viro
2014-05-06bury generic_file_aio_{read,write}Al Viro
2014-05-06lustre: get rid of messing with iovecsAl Viro
2014-05-06ceph_sync_read: stop poking into iov_iter gutsAl Viro
2014-05-06new helper: copy_page_from_iter()Al Viro
2014-05-06bury __generic_file_aio_write()Al Viro
2014-05-06blkdev_aio_write() - turn into blkdev_write_iter()Al Viro
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro
2014-05-06new methods: ->read_iter() and ->write_iter()Al Viro
2014-05-06replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06new helper: iov_iter_get_pages_alloc()Al Viro
2014-05-06new helper: iov_iter_npages()Al Viro
2014-05-06new helper: iov_iter_get_pages()Al Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06new helper: generic_file_read_iter()Al Viro
2014-05-06new primitive: iov_iter_alignment()Al Viro
2014-05-06switch {__,}blockdev_direct_IO() to iov_iterAl Viro
2014-05-06convert the guts of nfs_direct_IO() to iov_iterAl Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-05-06kill iov_iter_copy_from_user()Al Viro
2014-05-06Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-05-06slub: use sysfs'es release mechanism for kmem_cacheChristoph Lameter
2014-05-06hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-05-06Merge branch 'rfkill-gpio-cleanups' of git://git.kernel.org/pub/scm/linux/ker...John W. Linville
2014-05-06nick kvfree() from apparmorAl Viro
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-05-05Merge tag 'iio-for-3.16b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2014-05-05asmlinkage: Revert "lto: Make asmlinkage __visible"Andi Kleen
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-05-05clk: sunxi: Implement MMC phase controlEmilio López
2014-05-05Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar
2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko
2014-05-05device: introduce per device dma_pfn_offsetSantosh Shilimkar
2014-05-05net: Generalize checksum_init functionsTom Herbert