summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2014-05-08Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki
2014-05-08mmc: rtsx: Revert "mmc: rtsx: add support for pre_req and post_req"Micky Ching
2014-05-08sched/idle: Remove TS_POLLING supportPeter Zijlstra
2014-05-08leds: pca9685: Remove leds-pca9685 driverAxel Lin
2014-05-08dell-led: add mic mute led interfaceAlex Hung
2014-05-07net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OFDaniel Mack
2014-05-07ath9k: Allow platform override without EEPROM overrideHelmut Schaa
2014-05-07Revert "net: core: introduce netif_skb_dev_features"Florian Westphal
2014-05-07ARM: at91: remove atmel_tsadcc platform_dataAlexandre Belloni
2014-05-07iio: adc: at91_adc: Add support for touchscreens without TSMRAlexandre Belloni
2014-05-07iio: adc: at91: cleanup platform_dataAlexandre Belloni
2014-05-07clk: at91: add slow clks driverBoris BREZILLON
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe
2014-05-07tracing: Add trace_<tracepoint>_enabled() functionSteven Rostedt (Red Hat)
2014-05-07cgroup: remove unused CGRP_SANE_BEHAVIORTejun Heo
2014-05-07of: configure the platform device dma parametersSantosh Shilimkar
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar
2014-05-07sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot
2014-05-07sched, powerpc: Create a dedicated topology tableVincent Guittot
2014-05-07sched: Rework sched_domain topology definitionVincent Guittot
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar
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