index
:
kernel/linux.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
lightnvm: pblk: simplify partial read path
Igor Konopko
4
-281
/
+100
2019-05-06
lightnvm: do not remove instance under global lock
Igor Konopko
1
-18
/
+16
2019-05-06
lightnvm: track inflight target creations
Igor Konopko
2
-10
/
+32
2019-05-06
lightnvm: pblk: recover only written metadata
Igor Konopko
1
-3
/
+5
2019-05-06
lightnvm: pblk: IO path reorganization
Igor Konopko
4
-61
/
+48
2019-05-06
lightnvm: pblk: GC error handling
Igor Konopko
4
-4
/
+12
2019-05-06
lightnvm: pblk: remove internal IO timeout
Igor Konopko
2
-8
/
+1
2019-05-06
lightnvm: pblk: wait for inflight IOs in recovery
Igor Konopko
1
-13
/
+12
2019-05-06
lightnvm: pblk: propagate errors when reading meta
Igor Konopko
2
-3
/
+8
2019-05-06
lightnvm: pblk: fix update line wp in OOB recovery
Igor Konopko
1
-1
/
+15
2019-05-06
lightnvm: pblk: kick writer on write recovery path
Igor Konopko
1
-0
/
+1
2019-05-06
lightnvm: pblk: fix lock order in pblk_rb_tear_down_check
Igor Konopko
1
-1
/
+1
2019-05-06
lightnvm: prevent race condition on pblk remove
Marcin Dziegielewski
1
-0
/
+2
2019-05-06
lightnvm: pblk: set propper line as data_line after gc
Marcin Dziegielewski
1
-0
/
+1
2019-05-06
lightnvm: pblk: fix bio leak when bio is split
Chansol Kim
1
-28
/
+19
2019-05-06
lightnvm: Inherit mdts from the parent nvme device
Igor Konopko
3
-2
/
+9
2019-05-06
lightnvm: pblk: set proper read status in bio
Igor Konopko
1
-6
/
+5
2019-05-06
lightnvm: pblk: cleanly fail when there is not enough memory
Igor Konopko
1
-2
/
+7
2019-05-06
lightnvm: pblk: ensure that erase is chunk aligned
Igor Konopko
1
-0
/
+1
2019-05-06
lightnvm: pblk: fix race during put line
Igor Konopko
1
-6
/
+10
2019-05-06
lightnvm: pblk: gracefully handle GC vmalloc fail
Igor Konopko
1
-10
/
+9
2019-05-06
lightnvm: pblk: remove unused smeta_ssec field
Igor Konopko
2
-2
/
+0
2019-05-06
lightnvm: pblk: reduce L2P memory footprint
Igor Konopko
5
-11
/
+9
2019-05-06
lightnvm: pblk: rollback on error during gc read
Igor Konopko
1
-1
/
+6
2019-05-06
lightnvm: pblk: line reference fix in GC
Igor Konopko
1
-1
/
+4
2019-05-06
RDMA/umem: Remove hugetlb flag
Shiraz Saleem
3
-29
/
+1
2019-05-06
RDMA/bnxt_re: Use core helpers to get aligned DMA address
Shiraz Saleem
1
-17
/
+10
2019-05-06
RDMA/i40iw: Use core helpers to get aligned DMA address within a supported pa...
Shiraz Saleem
2
-41
/
+8
2019-05-06
RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocks
Shiraz Saleem
2
-0
/
+81
2019-05-06
RDMA/umem: Add API to find best driver supported page size in an MR
Shiraz Saleem
3
-0
/
+84
2019-05-06
IB/hfi1: Fix WQ_MEM_RECLAIM warning
Mike Marciniszyn
1
-1
/
+2
2019-05-06
RDMA/mlx5: Remove MAYEXEC flag
Leon Romanovsky
1
-1
/
+1
2019-05-06
IB/mlx5: Device resource control for privileged DEVX user
Ariel Levkovich
1
-0
/
+4
2019-05-06
IB/mlx5: Add steering SW ICM device memory type
Ariel Levkovich
6
-9
/
+292
2019-05-06
IB/mlx5: Warn on allocated MEMIC buffers during cleanup
Ariel Levkovich
1
-0
/
+2
2019-05-06
IB/mlx5: Support device memory type attribute
Ariel Levkovich
7
-84
/
+145
2019-05-06
kernel: cgroup: fix misuse of %x
Fuqian Huang
1
-4
/
+4
2019-05-06
cgroup: get rid of cgroup_freezer_frozen_exit()
Roman Gushchin
3
-14
/
+3
2019-05-06
cgroup: prevent spurious transition into non-frozen state
Roman Gushchin
2
-12
/
+6
2019-05-06
cgroup: Remove unused cgrp variable
Shaokun Zhang
1
-3
/
+0
2019-05-06
RDMA/rdmavt: Catch use-after-free access of AH structures
Leon Romanovsky
1
-2
/
+1
2019-05-06
platform/x86: intel_pmc_core: Allow to dump debug registers on S0ix failure
Rajat Jain
2
-0
/
+112
2019-05-06
platform/x86: intel_pmc_core: Convert to a platform_driver
Rajat Jain
1
-8
/
+57
2019-05-06
platform/x86: mlx-platform: Add mlx-wdt platform driver activation
Vadim Pasternak
1
-2
/
+219
2019-05-06
platform/x86: mlx-platform: Add support for tachometer speed register
Vadim Pasternak
1
-0
/
+7
2019-05-06
platform/mellanox: Add TmFifo driver for Mellanox BlueField Soc
Liming Sun
4
-1
/
+1356
2019-05-06
platform/x86: thinkpad_acpi: fix spelling mistake "capabilites" -> "capabilit...
Colin Ian King
1
-1
/
+1
2019-05-06
platform/x86: intel_punit_ipc: Revert "Fix resource ioremap warning"
Andy Shevchenko
1
-4
/
+4
2019-05-06
platform/x86: intel_pmc_ipc: Don't map non-used optional resources
Andy Shevchenko
1
-13
/
+11
2019-05-06
platform/x86: intel_pmc_ipc: Apply same width for offset definitions
Andy Shevchenko
1
-3
/
+3
[prev]
[next]