index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
devfreq
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-07-05
dw_dmac: remove inline marking of EXPORT_SYMBOL functions
Denis Efremov
1
-2
/
+2
2013-07-05
dma: timb_dma: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-07-05
dma: at_hdmac: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-07-05
dma: mxs-dma: Staticize mxs_dma_xlate
Fabio Estevam
1
-1
/
+1
2013-07-05
dma: use platform_{get,set}_drvdata()
Jingoo Han
2
-6
/
+4
2013-07-05
DMA: AT91: Get residual bytes in dma buffer
Elen Song
2
-18
/
+115
2013-07-05
DMA: AT91: Get transfer width
Elen Song
2
-0
/
+5
2013-07-05
dmaengine: at_hdmac/trivial: rearrange CFG register bits assignment
Nicolas Ferre
1
-5
/
+4
2013-07-05
dmaengine: at_hdmac: extend hardware handshaking interface identification
Nicolas Ferre
2
-0
/
+6
2013-07-05
dmaengine: at_hdmac/trivial: correct typo in comment
Nicolas Ferre
1
-1
/
+1
2013-07-05
DMA: imx-dma: imxdma->dev used uninitialized
Markus Pargmann
1
-1
/
+1
2013-07-05
dma: imx-dma: Add oftree support
Markus Pargmann
3
-4
/
+125
2013-06-12
dma: of: Remove check on always true condition
Lars-Peter Clausen
2
-14
/
+1
2013-06-12
dma: of: Remove restriction that #dma-cells can't be 0
Lars-Peter Clausen
1
-7
/
+4
2013-06-09
Linux 3.10-rc5
v3.10-rc5
Linus Torvalds
1
-1
/
+1
2013-06-09
hpfs: fix warnings when the filesystem fills up
Mikulas Patocka
1
-0
/
+4
2013-06-08
irqchip: Return -EPERM for reserved IRQs
Grant Likely
2
-2
/
+2
2013-06-08
irqdomain: document the simple domain first_irq
Linus Walleij
1
-1
/
+4
2013-06-08
kernel/irq/irqdomain.c: before use 'irq_data', need check it whether valid.
Chen Gang
1
-1
/
+2
2013-06-08
irqdomain: export irq_domain_add_simple
Arnd Bergmann
1
-0
/
+1
2013-06-08
Revert "ACPI / scan: do not match drivers against objects having scan handlers"
Rafael J. Wysocki
1
-4
/
+0
2013-06-08
ARM: exynos: add debug_ll_io_init() call in exynos_init_io()
Doug Anderson
1
-0
/
+2
2013-06-08
ARM: EXYNOS: uncompress - print debug messages if DEBUG_LL is defined
Tushar Behera
1
-1
/
+9
2013-06-07
dmatest: do not allow to interrupt ongoing tests
Andy Shevchenko
2
-25
/
+26
2013-06-07
ACPI / PM: Do not execute _PS0 for devices without _PSC during initialization
Rafael J. Wysocki
1
-4
/
+6
2013-06-06
net: Unbreak compat_sys_{send,recv}msg
Andy Lutomirski
3
-41
/
+47
2013-06-06
tracing: Use current_uid() for critical time tracing
Steven Rostedt (Red Hat)
1
-1
/
+9
2013-06-06
USB: option,zte_ev: move most ZTE CDMA devices to zte_ev
Dan Williams
2
-26
/
+22
2013-06-06
USB: option: blacklist network interface on Huawei E1820
Bjørn Mork
1
-0
/
+2
2013-06-06
USB: whiteheat: fix broken port configuration
Johan Hovold
1
-1
/
+1
2013-06-06
xfs: increase number of ACL entries for V5 superblocks
Dave Chinner
2
-20
/
+42
2013-06-06
xfs: disable noattr2/attr2 mount options for CRC enabled filesystems
Dave Chinner
2
-0
/
+14
2013-06-06
xfs: inode unlinked list needs to recalculate the inode CRC
Dave Chinner
2
-0
/
+25
2013-06-06
xfs: fix log recovery transaction item reordering
Dave Chinner
1
-7
/
+58
2013-06-06
xfs: fix remote attribute invalidation for a leaf
Dave Chinner
1
-1
/
+1
2013-06-06
xfs: rework dquot CRCs
Dave Chinner
4
-31
/
+58
2013-06-06
MIPS: ralink: add missing SZ_1M multiplier
John Crispin
1
-1
/
+1
2013-06-06
MIPS: Compat: Fix cputime_to_timeval() arguments in compat binfmt_elf.
Ralf Baechle
2
-0
/
+22
2013-06-06
MIPS: OCTEON: Improve _machine_halt implementation.
David Daney
1
-6
/
+9
2013-06-06
MIPS: rtlx: Fix implicit declaration of function set_vi_handler()
Yoichi Yuasa
1
-0
/
+1
2013-06-06
arch, mm: Remove tlb_fast_mode()
Peter Zijlstra
4
-81
/
+13
2013-06-05
x86/PCI: Map PCI setup data with ioremap() so it can be in highmem
Matt Fleming
1
-1
/
+4
2013-06-05
USB: serial: fix TIOCMIWAIT return value
Johan Hovold
1
-3
/
+1
2013-06-05
vfio: fix crash on rmmod
Alexey Kardashevskiy
1
-1
/
+1
2013-06-05
cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()
Guennadi Liakhovetski
1
-2
/
+3
2013-06-05
cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()
Michael Wang
1
-0
/
+3
2013-06-05
ACPI / scan: do not match drivers against objects having scan handlers
Aaron Lu
1
-0
/
+4
2013-06-05
ACPI / APEI: fix error return code in ghes_probe()
Wei Yongjun
1
-3
/
+4
2013-06-05
acpi-cpufreq: set current frequency based on target P-State
Ross Lagerwall
1
-2
/
+2
2013-06-05
eCryptfs: Check return of filemap_write_and_wait during fsync
Tyler Hicks
1
-1
/
+6
[next]