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
*
dma-mapping: make the global coherent pool conditional
Christoph Hellwig
2021-08-19
2
-30
/
+37
*
dma-mapping: add a dma_init_global_coherent helper
Christoph Hellwig
2021-08-18
2
-19
/
+15
*
dma-mapping: simplify dma_init_coherent_memory
Christoph Hellwig
2021-08-18
1
-45
/
+33
*
dma-mapping: allow using the global coherent pool for !ARM
Christoph Hellwig
2021-08-18
1
-0
/
+2
*
ARM/nommu: use the generic dma-direct code for non-coherent devices
Christoph Hellwig
2021-08-18
2
-169
/
+9
*
dma-direct: add support for dma_coherent_default_memory
Christoph Hellwig
2021-08-18
2
-0
/
+19
*
dma-mapping: return an unsigned int from dma_map_sg{,_attrs}
Christoph Hellwig
2021-08-14
2
-5
/
+6
*
dma-mapping: disallow .map_sg operations from returning zero on error
Logan Gunthorpe
2021-08-09
1
-3
/
+1
*
dma-mapping: return error code from dma_dummy_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
*
x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-2
/
+0
*
x86/amd_gart: return error code from gart_map_sg()
Martin Oliveira
2021-08-09
1
-7
/
+9
*
xen: swiotlb: return error code from xen_swiotlb_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
*
parisc: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
2
-2
/
+2
*
sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
2
-4
/
+0
*
sparc/iommu: return error codes from .map_sg() ops
Martin Oliveira
2021-08-09
3
-5
/
+5
*
s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-1
/
+0
*
s390/pci: return error code from s390_dma_map_sg()
Martin Oliveira
2021-08-09
1
-5
/
+7
*
powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-2
/
+0
*
powerpc/iommu: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
3
-5
/
+6
*
MIPS/jazzdma: return error code from jazz_dma_map_sg()
Martin Oliveira
2021-08-09
1
-1
/
+1
*
ia64/sba_iommu: return error code from sba_map_sg_attrs()
Martin Oliveira
2021-08-09
1
-2
/
+2
*
ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
2021-08-09
1
-1
/
+0
*
ARM/dma-mapping: return error code from .map_sg() ops
Martin Oliveira
2021-08-09
1
-9
/
+16
*
alpha: return error code from alpha_pci_map_sg()
Martin Oliveira
2021-08-09
1
-3
/
+7
*
iommu/dma: return error code from iommu_dma_map_sg()
Logan Gunthorpe
2021-08-09
1
-7
/
+15
*
iommu: return full error code from iommu_map_sg[_atomic]()
Logan Gunthorpe
2021-08-09
2
-19
/
+18
*
dma-direct: return appropriate error code from dma_direct_map_sg()
Logan Gunthorpe
2021-08-09
1
-1
/
+1
*
dma-mapping: allow map_sg() ops to return negative error codes
Logan Gunthorpe
2021-08-09
3
-38
/
+84
*
dma-debug: fix debugfs initialization order
Anthony Iliopoulos
2021-08-09
1
-3
/
+4
*
dma-debug: use memory_intersects() directly
Kefeng Wang
2021-08-09
1
-12
/
+2
*
Linux 5.14-rc5
v5.14-rc5
Linus Torvalds
2021-08-08
1
-1
/
+1
*
Merge tag 'timers-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-08-08
1
-2
/
+4
|
\
|
*
timers: Move clearing of base::timer_running under base:: Lock
Thomas Gleixner
2021-07-27
1
-2
/
+4
*
|
Merge tag 'sched-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-08
1
-55
/
+35
|
\
\
|
*
|
sched/rt: Fix double enqueue caused by rt_effective_prio
Peter Zijlstra
2021-08-04
1
-55
/
+35
*
|
|
Merge tag 'perf-urgent-2021-08-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-08-08
4
-17
/
+71
|
\
\
\
|
*
|
|
perf/x86/intel: Apply mid ACK for small core
Kan Liang
2021-08-06
2
-8
/
+30
|
*
|
|
perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
Like Xu
2021-08-04
1
-1
/
+2
|
*
|
|
perf/x86: Fix out of bound MSR access
Peter Zijlstra
2021-08-04
1
-5
/
+7
|
*
|
|
perf: Refactor permissions check into perf_check_permission()
Marco Elver
2021-07-16
1
-26
/
+32
|
*
|
|
perf: Fix required permissions if sigtrap is requested
Marco Elver
2021-07-16
1
-1
/
+24
*
|
|
|
Merge tag 'char-misc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-08-08
4
-21
/
+28
|
\
\
\
\
|
*
\
\
\
Merge tag 'icc-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...
Greg Kroah-Hartman
2021-08-03
2
-13
/
+18
|
|
\
\
\
\
|
|
*
|
|
|
interconnect: Fix undersized devress_alloc allocation
Colin Ian King
2021-08-02
1
-1
/
+1
|
|
*
|
|
|
interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate
Mike Tipton
2021-07-30
1
-5
/
+5
|
|
*
|
|
|
interconnect: qcom: icc-rpmh: Ensure floor BW is enforced for all nodes
Mike Tipton
2021-07-30
1
-7
/
+5
|
|
*
|
|
|
interconnect: Always call pre_aggregate before aggregate
Mike Tipton
2021-07-22
1
-0
/
+5
|
|
*
|
|
|
interconnect: Zero initial BW after sync-state
Mike Tipton
2021-07-22
1
-0
/
+2
|
*
|
|
|
|
Merge tag 'fpga-fixes-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2021-08-02
1
-0
/
+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fpga: dfl: fme: Fix cpu hotplug issue in performance reporting
Kajol Jain
2021-07-27
1
-0
/
+2
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
[next]