index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: essiv - create wrapper template for ESSIV generation
Ard Biesheuvel
2019-09-03
3
-0
/
+692
*
dm space map common: remove check for impossible sm_find_free() return value
ZhangXiaoxu
2019-08-26
1
-4
/
+0
*
dm raid1: use struct_size() with kzalloc()
Gustavo A. R. Silva
2019-08-26
1
-5
/
+2
*
dm writecache: optimize performance by sorting the blocks for writeback_all
Huaisheng Ye
2019-08-26
1
-3
/
+16
*
dm writecache: add unlikely for getting two block with same LBA
Huaisheng Ye
2019-08-26
1
-2
/
+2
*
dm writecache: remove unused member pointer in writeback_struct
Huaisheng Ye
2019-08-26
1
-1
/
+0
*
dm zoned: fix invalid memory access
Mikulas Patocka
2019-08-26
1
-2
/
+0
*
dm verity: add root hash pkcs#7 signature verification
Jaskaran Khurana
2019-08-23
7
-5
/
+256
*
dm crypt: reuse eboiv skcipher for IV generation
Ard Biesheuvel
2019-08-23
1
-48
/
+22
*
dm: make dm_table_find_target return NULL
Mikulas Patocka
2019-08-23
4
-15
/
+8
*
dm table: fix invalid memory accesses with too high sector number
Mikulas Patocka
2019-08-23
1
-1
/
+4
*
dm space map metadata: fix missing store of apply_bops() return value
ZhangXiaoxu
2019-08-22
1
-1
/
+1
*
dm btree: fix order of block initialization in btree_split_beneath
ZhangXiaoxu
2019-08-22
1
-15
/
+16
*
dm raid: add missing cleanup in raid_ctr()
Wenwen Wang
2019-08-21
1
-1
/
+1
*
dm zoned: fix potential NULL dereference in dmz_do_reclaim()
Dan Carpenter
2019-08-21
1
-2
/
+2
*
dm dust: use dust block size for badblocklist index
Bryan Gurney
2019-08-21
1
-3
/
+8
*
dm integrity: fix a crash due to BUG_ON in __journal_read_write()
Mikulas Patocka
2019-08-15
1
-0
/
+15
*
dm zoned: fix a few typos
Dmitry Fomichev
2019-08-15
2
-5
/
+5
*
dm zoned: add SPDX license identifiers
Dmitry Fomichev
2019-08-15
4
-0
/
+4
*
dm zoned: properly handle backing device failure
Dmitry Fomichev
2019-08-15
4
-14
/
+110
*
dm zoned: improve error handling in i/o map code
Dmitry Fomichev
2019-08-15
1
-6
/
+16
*
dm zoned: improve error handling in reclaim
Dmitry Fomichev
2019-08-15
2
-11
/
+21
*
dm kcopyd: always complete failed jobs
Dmitry Fomichev
2019-08-15
1
-1
/
+4
*
Revert "dm bufio: fix deadlock with loop device"
Mikulas Patocka
2019-08-15
1
-1
/
+3
*
Linux 5.3-rc4
v5.3-rc4
Linus Torvalds
2019-08-11
1
-1
/
+1
*
Merge tag 'dax-fixes-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-08-11
2
-1
/
+7
|
\
|
*
mm/memremap: Fix reuse of pgmap instances with internal references
Dan Williams
2019-08-09
1
-0
/
+6
|
*
dax: dax_layout_busy_page() should not unmap cow pages
Vivek Goyal
2019-08-05
1
-1
/
+1
*
|
Merge tag 'ntb-5.3-bugfixes' of git://github.com/jonmason/ntb
Linus Torvalds
2019-08-11
1
-5
/
+0
|
\
\
|
*
|
NTB/msi: remove incorrect MODULE defines
Logan Gunthorpe
2019-08-05
1
-5
/
+0
|
|
/
*
|
Merge tag 'riscv/for-v5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-08-11
7
-202
/
+24
|
\
\
|
*
|
dt-bindings: riscv: fix the schema compatible string for the HiFive Unleashed...
Paul Walmsley
2019-08-09
1
-1
/
+1
|
*
|
dt-bindings: riscv: remove obsolete cpus.txt
Paul Walmsley
2019-08-09
2
-162
/
+12
|
*
|
RISC-V: Remove udivdi3
Palmer Dabbelt
2019-08-09
2
-34
/
+0
|
*
|
riscv: delay: use do_div() instead of __udivdi3()
Paul Walmsley
2019-08-09
1
-1
/
+5
|
*
|
dt-bindings: Update the riscv,isa string description
Atish Patra
2019-08-09
1
-0
/
+4
|
*
|
RISC-V: Remove per cpu clocksource
Atish Patra
2019-08-06
1
-4
/
+2
|
|
/
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-08-11
7
-28
/
+48
|
\
\
|
*
|
x86/lib/cpu: Address missing prototypes warning
Valdis Klētnieks
2019-08-08
1
-0
/
+1
|
*
|
x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS
Nick Desaulniers
2019-08-08
1
-5
/
+28
|
*
|
x86/purgatory: Do not use __builtin_memcpy and __builtin_memset
Nick Desaulniers
2019-08-08
4
-23
/
+17
|
*
|
x86: mtrr: cyrix: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-07
1
-0
/
+1
|
*
|
x86/ptrace: Mark expected switch fall-through
Gustavo A. R. Silva
2019-08-07
1
-0
/
+1
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-08-11
14
-16
/
+69
|
\
\
\
|
*
\
\
Merge tag 'perf-urgent-for-mingo-5.3-20190808' of git://git.kernel.org/pub/sc...
Thomas Gleixner
2019-08-08
14
-16
/
+69
|
|
\
\
\
|
|
*
|
|
perf pmu-events: Fix missing "cpu_clk_unhalted.core" event
Jin Yao
2019-08-08
1
-0
/
+1
|
|
*
|
|
perf annotate: Fix s390 gap between kernel end and module start
Thomas Richter
2019-08-08
3
-1
/
+24
|
|
*
|
|
perf record: Fix module size on s390
Thomas Richter
2019-08-08
3
-3
/
+16
|
|
*
|
|
perf tools: Fix include paths in ui directory
Ian Rogers
2019-08-08
2
-5
/
+6
|
|
*
|
|
perf tools: Fix a typo in a variable name in the Documentation Makefile
Masanari Iida
2019-08-08
1
-1
/
+1
[next]