index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
fsnotify: update comments concerning locking scheme
Lino Sanfilippo
1
-28
/
+22
2013-07-09
inotify: fix race when adding a new watch
Lino Sanfilippo
1
-9
/
+4
2013-07-09
dnotify: replace dnotify_mark_mutex with mark mutex of dnotify_group
Lino Sanfilippo
1
-12
/
+13
2013-07-09
fanotify: put duplicate code for adding vfsmount/inode marks into an own func...
Lino Sanfilippo
1
-36
/
+35
2013-07-09
fanotify: fix races when adding/removing marks
Lino Sanfilippo
1
-12
/
+37
2013-07-09
fanotify: info leak in copy_event_to_user()
Dan Carpenter
1
-0
/
+1
2013-07-09
audit: Fix decimal constant description
Michal Simek
1
-1
/
+1
2013-07-09
kernel/auditfilter.c: fix leak in audit_add_rule() error path
Chen Gang
1
-0
/
+6
2013-07-09
kernel/auditfilter.c: fixing build warning
Raphael S. Carvalho
1
-1
/
+1
2013-07-09
audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...
Jeff Layton
4
-7
/
+34
2013-07-09
drivers/dma/iop-adma.c: fix new warnings
Olof Johansson
1
-2
/
+2
2013-07-07
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
49
-799
/
+1862
2013-07-07
Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-65
/
+18
2013-07-06
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
79
-703
/
+2050
2013-07-06
Merge branch 'for-v3.11' of git://git.linaro.org/people/mszyprowski/linux-dma...
Linus Torvalds
1
-8
/
+32
2013-07-06
Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
27
-52
/
+276
2013-07-06
Merge tag 'xenarm-for-3.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-0
/
+4
2013-07-06
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
7
-473
/
+264
2013-07-06
hrtimer: Remove unused variable
Thomas Gleixner
1
-2
/
+0
2013-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
48
-2563
/
+2541
2013-07-05
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubi
Linus Torvalds
3
-21
/
+47
2013-07-05
Merge tag 'upstream-3.11-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
1
-1
/
+1
2013-07-05
hrtimers: Move SMP function call to thread context
Thomas Gleixner
1
-22
/
+15
2013-07-05
clocksource: Reselect clocksource when watchdog validated high-res capability
Thomas Gleixner
2
-15
/
+43
2013-07-05
DMA: shdma: add DT support
Guennadi Liakhovetski
6
-13
/
+205
2013-07-05
DMA: shdma: shdma_chan_filter() has to be in shdma-base.h
Guennadi Liakhovetski
2
-2
/
+1
2013-07-05
DMA: shdma: (cosmetic) don't re-calculate a pointer
Guennadi Liakhovetski
1
-1
/
+1
2013-07-05
dmaengine: at_hdmac: prepare clk before calling enable
Boris BREZILLON
1
-6
/
+9
2013-07-05
dmaengine/trivial: at_hdmac: add curly brackets to if/else expressions
Nicolas Ferre
1
-2
/
+4
2013-07-05
dmaengine: at_hdmac: remove unsuded atc_cleanup_descriptors()
Nicolas Ferre
1
-31
/
+0
2013-07-05
dmaengine: at_hdmac: add FIFO configuration parameter to DMA DT binding
Ludovic Desroches
2
-6
/
+26
2013-07-05
ARM: at91: dt: add header to define at_hdmac configuration
Ludovic Desroches
1
-0
/
+27
2013-07-05
MIPS: jz4740: Correct clock gate bit for DMA controller
Maarten ter Huurne
1
-1
/
+1
2013-07-05
MIPS: jz4740: Remove custom DMA API
Lars-Peter Clausen
4
-401
/
+222
2013-07-05
MIPS: jz4740: Register jz4740 DMA device
Lars-Peter Clausen
3
-0
/
+23
2013-07-05
dma: Add a jz4740 dmaengine driver
Lars-Peter Clausen
3
-0
/
+440
2013-07-05
MIPS: jz4740: Acquire and enable DMA controller clock
Maarten ter Huurne
1
-2
/
+22
2013-07-05
dma: mmp_tdma: disable irq when disabling dma channel
Qiao Zhou
1
-0
/
+4
2013-07-05
dmaengine: PL08x: Avoid collisions with get_signal() macro
Mark Brown
5
-14
/
+14
2013-07-05
dmaengine: dw: select DW_DMAC_BIG_ENDIAN_IO automagically
Vinod Koul
2
-9
/
+8
2013-07-05
dma: dw: add PCI part of the driver
Andy Shevchenko
3
-0
/
+113
2013-07-05
dma: dw: split driver to library part and platform code
Andy Shevchenko
7
-279
/
+436
2013-07-05
dma: move dw_dmac driver to an own directory
Andy Shevchenko
7
-23
/
+28
2013-07-05
dw_dmac: don't check resource with devm_ioremap_resource
Andy Shevchenko
1
-4
/
+1
2013-07-05
dma: pl330: use dma_addr_t for describing bus addresses
Will Deacon
1
-1
/
+1
2013-07-05
dma: pl330: rip out broken, redundant ID probing
Will Deacon
1
-24
/
+3
2013-07-05
dma: imx-sdma: move to generic device tree bindings
Shawn Guo
2
-0
/
+96
2013-07-05
dmaengine: sirf: set dma residue based on the current dma transfer position
Rongjun Ying
1
-0
/
+17
2013-07-05
dma: tegra: avoid channel lock up after free
Dmitry Osipenko
1
-0
/
+1
2013-07-05
dma: tegra20-apbdma: err message correction
Dmitry Osipenko
1
-1
/
+1
[next]