summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-05-08dell-led: add mic mute led interfaceAlex Hung1-0/+10
2014-05-08net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OFDaniel Mack1-1/+6
2014-05-08ath9k: Allow platform override without EEPROM overrideHelmut Schaa1-0/+2
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal1-6/+1
2014-05-07ARM: at91: remove atmel_tsadcc platform_dataAlexandre Belloni1-7/+0
2014-05-07iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni1-0/+8
2014-05-07iio: adc: at91: cleanup platform_dataAlexandre Belloni1-23/+0
2014-05-07clk: at91: add slow clks driverBoris BREZILLON1-0/+1
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe1-0/+4
2014-05-07tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)1-0/+10
2014-05-07cgroup: remove unused CGRP_SANE_BEHAVIORTejun Heo1-2/+0
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar1-0/+7
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar15-6/+97
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot1-0/+1
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot1-2/+0
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot2-115/+66
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar225-1705/+4449
2014-05-07sched/deadline: Fix sched_yield() behaviorJuri Lelli1-2/+5
2014-05-07pwm-backlight: switch to gpiod interfaceAlexandre Courbot1-4/+1
2014-05-07f2fs: introduce help macro ADDRS_PER_PAGE()Chao Yu1-0/+3
2014-05-07PM / suspend: Always use deepest C-state in the "freeze" sleep stateRafael J. Wysocki1-0/+2
2014-05-07genirq: Provide irq_force_affinity fallback for non-SMPArnd Bergmann1-0/+5
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2-20/+21
2014-05-07cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat1-0/+1
2014-05-07nfsd: remove <linux/nfsd/debug.h>Christoph Hellwig1-19/+0
2014-05-07nfsd: move <linux/nfsd/stats.h> to fs/nfsdChristoph Hellwig1-45/+0
2014-05-07nfsd: move <linux/nfsd/export.h> to fs/nfsdChristoph Hellwig1-114/+0
2014-05-07nfsd: remove <linux/nfsd/nfsfh.h>Christoph Hellwig3-65/+6
2014-05-07bio_vec-backed iov_iterAl Viro2-4/+14
2014-05-07bury generic_file_aio_{read,write}Al Viro1-2/+0
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