index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: edma: Remove queue_tc_mapping data from edma_soc_info
Peter Ujfalusi
2014-05-22
1
-1
/
+0
*
ARM: davinci: Remove eDMA3 queue_tc_mapping data from edma_soc_info
Peter Ujfalusi
2014-05-22
5
-56
/
+0
*
ARM: edma: Do not change TC -> Queue mapping, leave it to default.
Peter Ujfalusi
2014-05-22
1
-27
/
+1
*
ARM: edma: Take the number of tc from edma_soc_info (pdata)
Peter Ujfalusi
2014-05-22
1
-3
/
+2
*
ARM: edma: No need to clean the pdata in edma_of_parse_dt()
Peter Ujfalusi
2014-05-22
1
-2
/
+0
*
ARM: edma: Clean up and simplify the code around irq request
Peter Ujfalusi
2014-05-22
1
-14
/
+12
*
dmaengine: edma: update DMA memcpy to use new param element
Joel Fernandes
2014-04-30
1
-2
/
+2
*
dmaengine: edma: Document variables used for residue accounting
Joel Fernandes
2014-04-30
1
-2
/
+24
*
dmaengine: edma: Provide granular accounting
Thomas Gleixner
2014-04-30
1
-2
/
+65
*
dmaengine: edma: Make reading the position of active channels work
Thomas Gleixner
2014-04-30
2
-16
/
+10
*
dmaengine: edma: Store transfer data in edma_desc and edma_pset
Thomas Gleixner
2014-04-30
1
-0
/
+9
*
dmaengine: edma: Create private pset struct
Thomas Gleixner
2014-04-30
1
-31
/
+36
*
dmaengine: edma: Check the current decriptor first in tx_status()
Thomas Gleixner
2014-04-30
1
-4
/
+3
*
dmaengine: edma: Sanitize residue reporting
Thomas Gleixner
2014-04-30
1
-25
/
+9
*
dmaengine: edma: Add channel number to debug prints
Peter Ujfalusi
2014-04-29
1
-3
/
+4
*
dmaengine: edma: No need save/restore interrupt flags during spin_lock in IRQ
Joel Fernandes
2014-04-23
1
-5
/
+4
*
dmaengine: edma: Add DMA memcpy support
Joel Fernandes
2014-04-22
1
-0
/
+51
*
dmaengine: edma: Print the direction value as well when it is not supported
Peter Ujfalusi
2014-04-22
1
-2
/
+2
*
dmaengine: edma: Prefix debug prints where the text were identical in prep ca...
Peter Ujfalusi
2014-04-22
1
-6
/
+8
*
dmaengine: edma: Implement device_slave_caps callback
Peter Ujfalusi
2014-04-22
1
-0
/
+18
*
dmaengine: edma: Reduce debug print verbosity for non verbose debugging
Peter Ujfalusi
2014-04-22
1
-6
/
+5
*
dmaengine: edma: Set DMA_CYCLIC capability flag
Peter Ujfalusi
2014-04-22
2
-0
/
+2
*
dmaengine: edma: Add support for DMA_PAUSE/RESUME operation
Peter Ujfalusi
2014-04-22
1
-0
/
+28
*
dmaengine: edma: Correct the handling of src/dst_maxburst == 0
Peter Ujfalusi
2014-04-22
1
-0
/
+4
*
arm: common: edma: Save the number of event queues/TCs
Peter Ujfalusi
2014-04-22
1
-0
/
+3
*
platform_data: edma: Be precise with the paRAM struct
Peter Ujfalusi
2014-04-22
1
-9
/
+9
*
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
2014-04-20
1
-1
/
+1
*
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2014-04-20
5
-6
/
+18
|
\
|
*
dma: fix eDMA driver as a subsys_initcall
Yuan Yao
2014-04-16
1
-1
/
+11
|
*
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
2014-04-16
1
-1
/
+1
|
*
platform: Fix timberdale dependencies
Jean Delvare
2014-04-16
2
-2
/
+2
|
*
dma: edma: fix incorrect SG list handling
Sekhar Nori
2014-04-14
1
-2
/
+4
*
|
Merge tag 'iommu-fixes-v3.15-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-04-20
3
-6
/
+11
|
\
\
|
*
\
Merge git://git.infradead.org/iommu-2.6 into iommu/fixes
Joerg Roedel
2014-04-16
2
-4
/
+9
|
|
\
\
|
|
*
|
iommu/vt-d: fix bug in matching PCI devices with DRHD/RMRR descriptors
Jiang Liu
2014-04-14
1
-1
/
+2
|
|
*
|
iommu/vt-d: Fix get_domain_for_dev() handling of upstream PCIe bridges
David Woodhouse
2014-04-14
1
-1
/
+3
|
|
*
|
iommu/vt-d: fix memory leakage caused by commit ea8ea46
Jiang Liu
2014-04-13
1
-2
/
+4
|
*
|
|
iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pte
Bin Wang
2014-04-15
1
-1
/
+1
|
*
|
|
iommu/arm-smmu: Return 0 on unmap failure
Laurent Pinchart
2014-04-15
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-20
4
-2
/
+12
|
\
\
\
|
*
\
\
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2014-04-20
4
-2
/
+12
|
|
\
\
\
|
|
*
|
|
perf tools: Improve error reporting
Adrien BAK
2014-04-20
2
-2
/
+9
|
|
*
|
|
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
2014-04-20
1
-0
/
+2
|
|
*
|
|
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
2014-04-20
1
-0
/
+1
|
|
/
/
/
*
|
|
|
coredump: fix va_list corruption
Eric Dumazet
2014-04-19
1
-1
/
+6
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-04-19
2
-12
/
+10
|
\
\
\
\
|
*
|
|
|
x86/mce: Fix CMCI preemption bugs
Ingo Molnar
2014-04-17
2
-12
/
+10
*
|
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-04-19
4
-11
/
+32
|
\
\
\
\
\
|
*
|
|
|
|
sched: Check for stop task appearance when balancing happens
Kirill Tkhai
2014-04-17
3
-5
/
+16
|
*
|
|
|
|
sched/numa: Fix task_numa_free() lockdep splat
Mike Galbraith
2014-04-11
2
-6
/
+16
[next]