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
2023-07-27
md/raid1: switch to use md_account_bio() for io accounting
Yu Kuai
2
-9
/
+6
2023-07-27
raid5: fix missing io accounting in raid5_align_endio()
Yu Kuai
1
-21
/
+8
2023-07-27
md: also clone new io if io accounting is disabled
Yu Kuai
3
-43
/
+42
2023-07-27
md: move initialization and destruction of 'io_acct_set' to md.c
Yu Kuai
4
-63
/
+23
2023-07-27
md: deprecate bitmap file support
Christoph Hellwig
2
-1
/
+3
2023-07-27
md: make bitmap file support optional
Christoph Hellwig
3
-0
/
+32
2023-07-27
md-bitmap: don't use ->index for pages backing the bitmap file
Christoph Hellwig
2
-27
/
+39
2023-07-27
md-bitmap: account for mddev->bitmap_info.offset in read_sb_page
Christoph Hellwig
1
-9
/
+8
2023-07-27
md-bitmap: cleanup read_sb_page
Christoph Hellwig
1
-12
/
+11
2023-07-27
md-bitmap: refactor md_bitmap_init_from_disk
Christoph Hellwig
1
-71
/
+70
2023-07-27
md-bitmap: rename read_page to read_file_page
Christoph Hellwig
1
-6
/
+4
2023-07-27
md-bitmap: split file writes into a separate helper
Christoph Hellwig
1
-24
/
+24
2023-07-27
md-bitmap: use %pD to print the file name in md_bitmap_file_kick
Christoph Hellwig
1
-10
/
+2
2023-07-27
md-bitmap: initialize variables at declaration time in md_bitmap_file_unmap
Christoph Hellwig
1
-8
/
+4
2023-07-27
md-bitmap: set BITMAP_WRITE_ERROR in write_sb_page
Christoph Hellwig
1
-13
/
+8
2023-07-27
md: enhance checking in md_check_recovery()
Yu Kuai
1
-7
/
+15
2023-07-27
md: wake up 'resync_wait' at last in md_reap_sync_thread()
Yu Kuai
1
-1
/
+1
2023-07-27
md: refactor idle/frozen_sync_thread() to fix deadlock
Yu Kuai
2
-4
/
+21
2023-07-27
md: add a mutex to synchronize idle and frozen in action_store()
Yu Kuai
2
-0
/
+8
2023-07-27
md: refactor action_store() for 'idle' and 'frozen'
Yu Kuai
1
-16
/
+45
2023-07-27
Revert "md: unlock mddev before reap sync_thread in action_store"
Yu Kuai
2
-18
/
+2
2023-07-24
block: Improve performance for BLK_MQ_F_BLOCKING drivers
Bart Van Assche
1
-1
/
+2
2023-07-24
scsi: Remove a blk_mq_run_hw_queues() call
Bart Van Assche
1
-1
/
+1
2023-07-24
scsi: Inline scsi_kick_queue()
Bart Van Assche
1
-7
/
+2
2023-07-17
nbd: automatically load module on genl access
Thomas Weißschuh
1
-0
/
+1
2023-07-16
Merge tag 'pinctrl-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
4
-55
/
+63
2023-07-15
Merge tag 'spi-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+3
2023-07-15
Merge tag 'regmap-fix-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-07-15
Merge tag 'iommu-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-14
/
+16
2023-07-14
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
14
-57
/
+79
2023-07-14
Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linux
Linus Torvalds
7
-24
/
+88
2023-07-14
Merge tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+0
2023-07-14
Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2
-2
/
+2
2023-07-14
Merge tag 'drm-fixes-2023-07-14-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
46
-262
/
+315
2023-07-14
iommu/sva: Fix signedness bug in iommu_sva_alloc_pasid()
Dan Carpenter
1
-1
/
+2
2023-07-14
iommu: Fix crash during syfs iommu_groups/N/type
Jason Gunthorpe
1
-13
/
+14
2023-07-14
Merge tag 'amd-drm-fixes-6.5-2023-07-12' of https://gitlab.freedesktop.org/ag...
Dave Airlie
12
-141
/
+101
2023-07-14
Merge tag 'drm-intel-fixes-2023-07-13' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
4
-6
/
+11
2023-07-13
Merge tag 'net-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
58
-368
/
+597
2023-07-13
Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2023-07-13
nvme-pci: fix DMA direction of unmapping integrity data
Ming Lei
1
-1
/
+1
2023-07-13
nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices
Christoph Hellwig
1
-3
/
+33
2023-07-12
wifi: rtw89: debug: fix error code in rtw89_debug_priv_send_h2c_set()
Zhang Shurong
1
-2
/
+3
2023-07-12
net: txgbe: fix eeprom calculation error
Jiawen Wu
1
-3
/
+0
2023-07-12
net: ena: fix shift-out-of-bounds in exponential backoff
Krister Johansen
1
-0
/
+3
2023-07-13
Merge tag 'renesas-pinctrl-fixes-for-v6.5-tag1' of git://git.kernel.org/pub/s...
Linus Walleij
2
-16
/
+40
2023-07-13
pinctrl: amd: Unify debounce handling into amd_pinconf_set()
Mario Limonciello
1
-16
/
+5
2023-07-13
pinctrl: amd: Drop pull up select configuration
Mario Limonciello
2
-13
/
+4
2023-07-13
pinctrl: amd: Use amd_pinconf_set() for all config options
Mario Limonciello
1
-13
/
+15
2023-07-13
pinctrl: amd: Only use special debounce behavior for GPIO 0
Mario Limonciello
1
-3
/
+5
[next]