index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-18
skd: Use ARRAY_SIZE() where appropriate
Bart Van Assche
1
-3
/
+2
2017-08-18
skd: Make the skd_isr() code more brief
Bart Van Assche
1
-2
/
+1
2017-08-18
skd: Use __packed only when needed
Bart Van Assche
1
-5
/
+1
2017-08-18
skd: Check structure sizes at build time
Bart Van Assche
1
-0
/
+5
2017-08-18
skd: Use a structure instead of hardcoding structure offsets
Bart Van Assche
1
-19
/
+22
2017-08-18
skd: Simplify the code for allocating DMA message buffers
Bart Van Assche
2
-14
/
+7
2017-08-18
skd: Simplify the code for deciding whether or not to send a FIT msg
Bart Van Assche
1
-24
/
+5
2017-08-18
skd: Reorder the code in skd_process_request()
Bart Van Assche
1
-33
/
+9
2017-08-18
skd: Fix size argument in skd_free_skcomp()
Bart Van Assche
1
-7
/
+2
2017-08-18
skd: Introduce SKD_SKCOMP_SIZE
Bart Van Assche
1
-14
/
+8
2017-08-18
skd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
Bart Van Assche
1
-2
/
+8
2017-08-18
skd: Document locking assumptions
Bart Van Assche
1
-0
/
+8
2017-08-18
skd: Fix endianness annotations
Bart Van Assche
2
-17
/
+15
2017-08-18
skd: Switch from the pr_*() to the dev_*() logging functions
Bart Van Assche
1
-521
/
+391
2017-08-18
skd: Remove useless barrier() calls
Bart Van Assche
1
-32
/
+10
2017-08-18
skd: Remove a set-but-not-used variable from struct skd_device
Bart Van Assche
1
-3
/
+0
2017-08-18
skd: Remove set-but-not-used local variables
Bart Van Assche
1
-10
/
+1
2017-08-18
skd: Fix a function name in a comment
Bart Van Assche
1
-1
/
+1
2017-08-18
skd: Fix spelling in a source code comment
Bart Van Assche
1
-1
/
+1
2017-08-18
skd: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
1
-1
/
+1
2017-08-18
skd: Remove unnecessary blank lines
Bart Van Assche
1
-16
/
+5
2017-08-18
skd: Remove ESXi code
Bart Van Assche
1
-14
/
+0
2017-08-18
skd: Remove unneeded #include directives
Bart Van Assche
1
-2
/
+0
2017-08-18
skd: Update maintainer information
Bart Van Assche
1
-1
/
+0
2017-08-18
skd: Switch to GPLv2
Bart Van Assche
2
-23
/
+14
2017-08-18
skd: Submit requests to firmware before triggering the doorbell
Bart Van Assche
1
-0
/
+6
2017-08-18
skd: Avoid that module unloading triggers a use-after-free
Bart Van Assche
1
-8
/
+9
2017-08-18
xen-blkfront: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
1
-1
/
+1
2017-08-18
xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1
Bart Van Assche
2
-1
/
+3
2017-08-18
xen-blkback: Fix indentation
Bart Van Assche
1
-2
/
+2
2017-08-18
virtio_blk: Use blk_rq_is_scsi()
Bart Van Assche
1
-1
/
+1
2017-08-18
ide-floppy: Use blk_rq_is_scsi()
Bart Van Assche
1
-1
/
+1
2017-08-18
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
Bart Van Assche
2
-8
/
+7
2017-08-17
nbd: change the default nbd partitions
Josef Bacik
1
-2
/
+2
2017-08-17
nbd: allow device creation at a specific index
Josef Bacik
1
-0
/
+9
2017-08-15
loop: fix to a race condition due to the early registration of device
Anton Volkov
1
-6
/
+8
2017-08-09
block: pass in queue to inflight accounting
Jens Axboe
6
-16
/
+23
2017-08-09
dm-crypt: don't mess with BIP_BLOCK_INTEGRITY
Christoph Hellwig
1
-3
/
+0
2017-08-07
null_blk: make sure submit_queues > 0
weiping zhang
1
-2
/
+2
2017-08-07
null_blk: simplify logic for use_per_node_hctx
weiping zhang
1
-5
/
+2
2017-07-29
block: DAC960: shut up format-overflow warning
Arnd Bergmann
1
-4
/
+8
2017-07-28
Merge tag 'devicetree-fixes-for-4.13' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-07-28
Merge tag 'for-linus-4.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-13
/
+5
2017-07-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-19
/
+33
2017-07-28
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-6
/
+5
2017-07-28
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
6
-126
/
+115
2017-07-28
Merge tag 'for-4.13/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-46
/
+92
2017-07-28
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-135
/
+171
2017-07-28
Merge tag 'mmc-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Linus Torvalds
3
-14
/
+7
2017-07-28
lightnvm: pblk: advance bio according to lba index
Javier González
3
-10
/
+19
[next]