index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
2020-01-27
366
-600
/
+506
|
\
|
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
368
-581
/
+508
|
*
MIPS: define ioremap_nocache to ioremap
Christoph Hellwig
2020-01-06
1
-23
/
+2
*
|
Merge tag 'for-5.6/libata-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-27
4
-18
/
+65
|
\
\
|
*
|
ata/acard_ahci: remove unused variable n_elem
Alex Shi
2020-01-22
1
-3
/
+1
|
*
|
ata: pata_macio: fix comparing pointer to 0
Chen Zhou
2020-01-22
1
-1
/
+1
|
*
|
ata: ahci_brcm: BCM7216 reset is self de-asserting
Florian Fainelli
2020-01-17
1
-4
/
+12
|
*
|
ata: ahci_brcm: Perform reset after obtaining resources
Florian Fainelli
2020-01-17
1
-6
/
+6
|
*
|
ata: brcm: fix reset controller API usage
Arnd Bergmann
2020-01-16
1
-9
/
+8
|
*
|
ata: brcm: mark PM functions as __maybe_unused
Arnd Bergmann
2020-01-16
1
-4
/
+5
|
*
|
ata: ahci_brcm: Support BCM7216 reset controller name
Florian Fainelli
2019-12-25
1
-2
/
+10
|
*
|
dt-bindings: ata: Document BCM7216 AHCI controller compatible
Florian Fainelli
2019-12-25
1
-0
/
+7
|
*
|
ata: ahci_brcm: Add a shutdown callback
Florian Fainelli
2019-12-25
1
-0
/
+15
|
*
|
ata: ahci_brcm: Manage reset line during suspend/resume
Florian Fainelli
2019-12-25
1
-2
/
+13
*
|
|
Merge tag 'for-5.6/drivers-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-27
17
-262
/
+571
|
\
\
\
|
*
|
|
bcache: reap from tail of c->btree_cache in bch_mca_scan()
Coly Li
2020-01-23
1
-5
/
+5
|
*
|
|
bcache: reap c->btree_cache_freeable from the tail in bch_mca_scan()
Coly Li
2020-01-23
1
-3
/
+3
|
*
|
|
bcache: remove member accessed from struct btree
Coly Li
2020-01-23
2
-8
/
+2
|
*
|
|
bcache: print written and keys in trace_bcache_btree_write
Guoju Fang
2020-01-23
1
-1
/
+2
|
*
|
|
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
Coly Li
2020-01-23
1
-5
/
+75
|
*
|
|
bcache: add code comments for state->pool in __btree_sort()
Coly Li
2020-01-23
1
-0
/
+5
|
*
|
|
lib: crc64: include <linux/crc64.h> for 'crc64_be'
Ben Dooks (Codethink)
2020-01-23
1
-0
/
+1
|
*
|
|
bcache: use read_cache_page_gfp to read the superblock
Christoph Hellwig
2020-01-23
2
-9
/
+8
|
*
|
|
bcache: store a pointer to the on-disk sb in the cache and cached_dev structures
Christoph Hellwig
2020-01-23
2
-19
/
+17
|
*
|
|
bcache: return a pointer to the on-disk sb from read_super
Christoph Hellwig
2020-01-23
1
-11
/
+11
|
*
|
|
bcache: transfer the sb_page reference to register_{bdev,cache}
Christoph Hellwig
2020-01-23
1
-15
/
+6
|
*
|
|
bcache: fix use-after-free in register_bcache()
Coly Li
2020-01-23
1
-1
/
+2
|
*
|
|
bcache: properly initialize 'path' and 'err' in register_bcache()
Coly Li
2020-01-23
1
-1
/
+3
|
*
|
|
bcache: rework error unwinding in register_bcache
Christoph Hellwig
2020-01-23
1
-30
/
+45
|
*
|
|
bcache: use a separate data structure for the on-disk super block
Christoph Hellwig
2020-01-23
2
-3
/
+54
|
*
|
|
bcache: cached_dev_free needs to put the sb page
Liang Chen
2020-01-23
1
-0
/
+3
|
*
|
|
Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/...
Jens Axboe
2020-01-13
8
-175
/
+353
|
|
\
\
\
|
|
*
|
|
md/raid1: introduce wait_for_serialization
Guoqing Jiang
2020-01-13
1
-19
/
+22
|
|
*
|
|
md/raid1: use bucket based mechanism for IO serialization
Guoqing Jiang
2020-01-13
2
-8
/
+19
|
|
*
|
|
md: introduce a new struct for IO serialization
Guoqing Jiang
2020-01-13
4
-63
/
+116
|
|
*
|
|
md: don't destroy serial_info_pool if serialize_policy is true
Guoqing Jiang
2020-01-13
1
-4
/
+8
|
|
*
|
|
raid1: serialize the overlap write
Guoqing Jiang
2020-01-13
1
-14
/
+13
|
|
*
|
|
md: reorgnize mddev_create/destroy_serial_pool
Guoqing Jiang
2020-01-13
1
-29
/
+42
|
|
*
|
|
md: add serialize_policy sysfs node for raid1
Guoqing Jiang
2020-01-13
2
-0
/
+53
|
|
*
|
|
md: prepare for enable raid1 io serialization
Guoqing Jiang
2020-01-13
2
-21
/
+46
|
|
*
|
|
md: fix a typo s/creat/create
Guoqing Jiang
2020-01-13
1
-3
/
+3
|
|
*
|
|
md: rename wb stuffs
Guoqing Jiang
2020-01-13
4
-77
/
+80
|
|
*
|
|
raid5: remove worker_cnt_per_group argument from alloc_thread_groups
Guoqing Jiang
2020-01-13
1
-14
/
+7
|
|
*
|
|
md/raid6: fix algorithm choice under larger PAGE_SIZE
Zhengyuan Liu
2020-01-13
2
-23
/
+44
|
|
*
|
|
raid6/test: fix a compilation warning
Zhengyuan Liu
2020-01-13
2
-1
/
+3
|
|
*
|
|
raid6/test: fix a compilation error
Zhengyuan Liu
2020-01-13
1
-1
/
+0
|
|
*
|
|
md-bitmap: small cleanups
Zhiqiang Liu
2020-01-13
1
-3
/
+2
|
|
/
/
/
*
|
|
|
Merge tag 'for-5.6/block-2020-01-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-27
11
-57
/
+131
|
\
\
\
\
|
*
|
|
|
partitions/ldm: fix spelling mistake "to" -> "too"
Colin Ian King
2020-01-23
1
-1
/
+1
|
*
|
|
|
block, bfq: improve arithmetic division in bfq_delta()
Wen Yang
2020-01-22
1
-4
/
+1
[next]