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-04-15
ioatdma: Adding Haswell devid for ioatdma
Dave Jiang
3
-6
/
+55
2013-04-15
dmaengine: OMAP: Register SDMA controller with Device Tree DMA driver
Jon Hunter
2
-2
/
+40
2013-04-15
dw_dmac: remove unnecessary ENODEV check
Andy Shevchenko
1
-1
/
+1
2013-04-15
dmaengine: dw_dmac: simplify master selection
Arnd Bergmann
2
-48
/
+33
2013-04-15
dw_dmac: rename DT related methods to reflect their belonging
Andy Shevchenko
1
-11
/
+13
2013-04-15
dw_dmac: fix style of the comments
Andy Shevchenko
1
-15
/
+15
2013-04-15
dma: Make the 'mask' parameter of __dma_request_channel const
Lars-Peter Clausen
2
-8
/
+12
2013-04-15
dmaengine:sirf:take clock and enable it while probing
Barry Song
1
-0
/
+11
2013-04-15
dw_dmac: don't wait for FIFO_EMPTY endlessly in dwc_chan_pause
Andy Shevchenko
1
-2
/
+3
2013-04-15
dma: imx-dma: Remove redundant NULL check before kfree
Syam Sidhardhan
1
-2
/
+1
2013-04-15
dma: ipu: ipu_idmac: Fix section mismatch
Fabio Estevam
1
-1
/
+1
2013-04-15
dma: tegra: assume CONFIG_OF
Stephen Warren
1
-15
/
+7
2013-04-15
dma: pl330: Convert to devm_ioremap_resource()
Sachin Kamat
1
-3
/
+4
2013-04-15
dmatest: append verify result to results
Andy Shevchenko
2
-56
/
+132
2013-04-15
dmatest: gather test results in the linked list
Andy Shevchenko
2
-30
/
+223
2013-04-15
dmatest: define MAX_ERROR_COUNT constant
Andy Shevchenko
1
-3
/
+6
2013-04-15
dmatest: return actual state in 'run' file
Andy Shevchenko
2
-2
/
+33
2013-04-15
dmatest: run test via debugfs
Andy Shevchenko
2
-2
/
+303
2013-04-15
dmatest: split test parameters to separate structure
Andy Shevchenko
1
-47
/
+62
2013-04-15
dmatest: move dmatest_channels and nr_channels to dmatest_info
Andy Shevchenko
1
-13
/
+16
2013-04-15
dmatest: create dmatest_info to keep test parameters
Andy Shevchenko
1
-47
/
+113
2013-04-15
dmatest: allocate memory for pq_coefs from heap
Andy Shevchenko
1
-2
/
+9
2013-04-15
dmatest: cancel thread immediately when asked for
Andy Shevchenko
1
-1
/
+2
2013-04-15
ioatdma: allow all channels to have irq coalescing support
Dave Jiang
1
-9
/
+3
2013-04-15
ioatdma: make debug output more readable
Dave Jiang
2
-2
/
+3
2013-04-15
dma: Remove erroneous __exit and __exit_p() references
Maxin B. John
6
-14
/
+14
2013-04-15
dma: timb_dma: Fix compiler warning
Maxin B. John
1
-1
/
+1
2013-04-15
pch_dma: Use GFP_ATOMIC because called from interrupt context
Tomoya MORINAGA
1
-1
/
+1
2013-04-15
DMA: PL330: allow submitting 2 requests at a time
Jassi Brar
1
-2
/
+1
2013-04-14
Linux 3.9-rc7
v3.9-rc7
Linus Torvalds
1
-1
/
+1
2013-04-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-21
/
+33
2013-04-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+32
2013-04-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-11
/
+28
2013-04-14
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2
-3
/
+9
2013-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
1
-0
/
+20
2013-04-14
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-1
/
+1
2013-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+42
2013-04-14
Merge tag 'trace-fixes-v3.9-rc-v3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-20
/
+21
2013-04-14
Add file_ns_capable() helper function for open-time capability checking
Linus Torvalds
2
-0
/
+26
2013-04-14
watchdog: Revert the AT91RM9200_WATCHDOG dependency
Nicolas Ferre
1
-1
/
+1
2013-04-13
vfs: Revert spurious fix to spinning prevention in prune_icache_sb
Suleiman Souhlal
1
-1
/
+1
2013-04-13
kobject: fix kset_find_obj() race with concurrent last kobject_put()
Linus Torvalds
1
-1
/
+8
2013-04-13
Btrfs: make sure nbytes are right after log replay
Josef Bacik
1
-6
/
+42
2013-04-12
x86-32: Fix possible incomplete TLB invalidate with PAE pagetables
Dave Hansen
4
-2
/
+15
2013-04-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
2
-68
/
+133
2013-04-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
13
-80
/
+38
2013-04-12
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-3
/
+13
2013-04-12
ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
Steven Rostedt (Red Hat)
2
-15
/
+16
2013-04-12
tracing: Fix possible NULL pointer dereferences
Namhyung Kim
3
-7
/
+7
2013-04-12
Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
9
-40
/
+35
[next]