index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2
-21
/
+14
2020-12-04
block: remove the request_queue argument to the block_bio_remap tracepoint
Christoph Hellwig
1
-5
/
+3
2020-12-04
block: remove the request_queue argument to the block_split tracepoint
Christoph Hellwig
1
-8
/
+6
2020-12-04
block: simplify and extend the block_bio_merge tracepoint class
Christoph Hellwig
1
-125
/
+33
2020-12-04
block: remove the unused block_sleeprq tracepoint
Christoph Hellwig
1
-18
/
+0
2020-12-02
bio: optimise bvec iteration
Pavel Begunkov
1
-2
/
+15
2020-12-02
block: optimise for_each_bvec() advance
Pavel Begunkov
1
-5
/
+15
2020-12-01
block: merge struct block_device and struct hd_struct
Christoph Hellwig
3
-34
/
+15
2020-12-01
block: switch disk_part_iter_* to use a struct block_device
Christoph Hellwig
1
-2
/
+2
2020-12-01
block: remove the partno field from struct hd_struct
Christoph Hellwig
1
-1
/
+0
2020-12-01
block: switch partition lookup to use struct block_device
Christoph Hellwig
3
-15
/
+14
2020-12-01
block: allocate struct hd_struct as part of struct bdev_inode
Christoph Hellwig
3
-11
/
+9
2020-12-01
block: move the policy field to struct block_device
Christoph Hellwig
2
-2
/
+3
2020-12-01
block: move make_it_fail to struct block_device
Christoph Hellwig
2
-3
/
+3
2020-12-01
block: move holder_dir to struct block_device
Christoph Hellwig
2
-1
/
+1
2020-12-01
block: move the partition_meta_info to struct block_device
Christoph Hellwig
2
-1
/
+2
2020-12-01
block: move the start_sect field to struct block_device
Christoph Hellwig
3
-4
/
+4
2020-12-01
block: move disk stat accounting to struct block_device
Christoph Hellwig
3
-21
/
+21
2020-12-01
block: remove the nr_sects field in struct hd_struct
Christoph Hellwig
1
-22
/
+7
2020-12-01
block: simplify part_to_disk
Christoph Hellwig
1
-7
/
+3
2020-12-01
block: simplify the block device claiming interface
Christoph Hellwig
1
-4
/
+2
2020-12-01
block: remove ->bd_contains
Christoph Hellwig
1
-1
/
+3
2020-12-01
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
3
-5
/
+12
2020-12-01
block: remove i_bdev
Christoph Hellwig
2
-2
/
+1
2020-12-01
init: refactor name_to_dev_t
Christoph Hellwig
1
-6
/
+1
2020-12-01
block: add a bdev_kobj helper
Christoph Hellwig
1
-0
/
+3
2020-12-01
block: remove a duplicate __disk_get_part prototype
Christoph Hellwig
1
-1
/
+0
2020-12-01
fs: simplify freeze_bdev/thaw_bdev
Christoph Hellwig
2
-2
/
+3
2020-12-01
fs: remove get_super_thawed and get_super_exclusive_thawed
Christoph Hellwig
1
-3
/
+1
2020-11-25
block: remove unused BIO_SPLIT_ENTRIES
Jeffle Xu
1
-6
/
+0
2020-11-16
block: remove the update_bdev parameter to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-2
/
+1
2020-11-16
block: switch gendisk lookup to a simple xarray
Christoph Hellwig
1
-7
/
+0
2020-11-16
ide: remove ide_{,un}register_region
Christoph Hellwig
1
-3
/
+0
2020-11-16
block: add an optional probe callback to major_names
Christoph Hellwig
1
-1
/
+4
2020-11-16
block: remove __blkdev_driver_ioctl
Christoph Hellwig
1
-2
/
+0
2020-11-16
block: remove set_device_ro
Christoph Hellwig
1
-1
/
+0
2020-11-16
block: add a new set_read_only method
Christoph Hellwig
1
-0
/
+1
2020-11-15
Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-12
/
+7
2020-11-15
Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-9
/
+9
2020-11-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-29
/
+26
2020-11-14
mm: memcontrol: fix missing wakeup polling thread
Muchun Song
1
-2
/
+9
2020-11-14
compiler.h: fix barrier_data() on clang
Arvind Sankar
4
-27
/
+17
2020-11-13
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-11
/
+27
2020-11-13
Merge tag 'block-5.10-2020-11-13' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-11-13
Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-52
/
+54
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-18
/
+12
2020-11-12
block: add a return value to set_capacity_revalidate_and_notify
Christoph Hellwig
1
-1
/
+1
2020-11-12
Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-2
/
+16
2020-11-11
Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+3
2020-11-10
vfs: move __sb_{start,end}_write* to fs.h
Darrick J. Wong
1
-3
/
+18
[next]