summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-04-10cpufreq: cris: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-10cpufreq: blackfin: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-10cpufreq: AVR32: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-10cpufreq: sa11x0: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: integrator: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: pxa2xx: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: pxa3xx: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: davinci: move cpufreq driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: tegra: Move driver to drivers/cpufreqViresh Kumar
2013-04-08cpufreq: ARM: Arrange drivers in alphabetical orderViresh Kumar
2013-04-02cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glueViresh Kumar
2013-04-02cpufreq: drivers: Remove unnecessary assignments of policy-> membersViresh Kumar
2013-04-02cpufreq: drivers: don't check range of target freq in .target()Viresh Kumar
2013-04-02cpufreq: Don't check if cpu is online/offline for cpufreq callbacksViresh Kumar
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar
2013-04-02cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases tooViresh Kumar
2013-04-02cpufreq: cpufreq-cpu0: No need to check cpu number in init()Viresh Kumar
2013-03-31cpufreq: conservative: Use an inline function to evaluate freq_targetStratos Karafotis
2013-03-31cpufreq: kirkwood: fix coccicheck warningsSilviu-Mihai Popescu
2013-03-31cpufreq: Fix unsigned variable being checked for negative valuejhbird.choi@samsung.com
2013-03-31cpufreq: conservative: Fix the logic in frequency decrease checkingStratos Karafotis
2013-03-31cpufreq: conservative: Fix sampling_down_factor functionalityStratos Karafotis
2013-03-31cpufreq: governors: Calculate iowait time only when necessaryStratos Karafotis
2013-03-31cpufreq: conservative: Fix relation when decreasing frequencyNamhyung Kim
2013-03-31cpufreq: conservative: Break out earlier on the lowest frequencyNamhyung Kim
2013-03-31cpufreq: governors: Avoid unnecessary per cpu timer interruptsViresh Kumar
2013-03-31cpufreq: ondemand: Don't update sample_type if we don't evaluate load againViresh Kumar
2013-03-31cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20Viresh Kumar
2013-03-31cpufreq: governor: Implement per policy instances of governorsViresh Kumar
2013-03-31cpufreq: Add per policy governor-init/exit infrastructureViresh Kumar
2013-03-31cpufreq: Convert the cpufreq_driver_lock to a rwlockNathan Zimmer
2013-03-31Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-03-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-03-31Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-03-29dw_dmac: adjust slave_id accordingly to request line baseAndy Shevchenko
2013-03-29dmaengine: dw_dma: fix endianess for DT xlate functionArnd Bergmann
2013-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-03-29rbd: don't zero-fill non-image object requestsAlex Elder
2013-03-29target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger
2013-03-29tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger
2013-03-28Merge tag 'usb-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-03-28Merge tag 'tty-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-03-28Merge tag 'staging-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-28Merge tag 'char-misc-3.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-28Merge tag 'pm+acpi-3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-03-28Merge tag 'fbdev-fixes-3.9-rc4' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko
2013-03-28mg_disk: fix error return code in mg_probe()Wei Yongjun