index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-29
block: move ->ia_ranges from the request_queue to the gendisk
Christoph Hellwig
1
-6
/
+6
2022-06-28
blk-mq: cleanup disk sysfs registration
Christoph Hellwig
1
-1
/
+0
2022-06-28
block: simplify blktrace sysfs attribute creation
Christoph Hellwig
1
-10
/
+0
2022-06-28
block: remove blk_cleanup_disk
Christoph Hellwig
1
-1
/
+0
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
2
-3
/
+4
2022-06-28
block: remove QUEUE_FLAG_DEAD
Christoph Hellwig
1
-2
/
+0
2022-06-27
block: Make ioprio_best() static
Jan Kara
1
-5
/
+0
2022-06-27
block: Generalize get_current_ioprio() for any task
Jan Kara
1
-16
/
+10
2022-06-27
block: Return effective IO priority from get_current_ioprio()
Jan Kara
1
-2
/
+9
2022-06-27
block: fix default IO priority handling again
Jan Kara
1
-1
/
+1
2022-06-27
block: move blk_queue_get_max_sectors to blk.h
Christoph Hellwig
1
-13
/
+0
2022-06-27
block: fold blk_max_size_offset into get_max_io_size
Christoph Hellwig
1
-19
/
+0
2022-06-27
block: factor out a chunk_size_left helper
Christoph Hellwig
1
-6
/
+13
2022-06-27
block: relax direct io memory alignment
Keith Busch
1
-0
/
+5
2022-06-27
block: introduce bdev_iter_is_aligned helper
Keith Busch
1
-0
/
+7
2022-06-27
iov: introduce iov_iter_aligned
Keith Busch
1
-0
/
+2
2022-06-27
block: introduce bdev_dma_alignment helper
Keith Busch
1
-0
/
+5
2022-06-26
Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-4
/
+5
2022-06-26
Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+2
2022-06-24
Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-13
/
+16
2022-06-24
Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-7
/
+6
2022-06-24
Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
2
-33
/
+0
2022-06-23
gpio: Fix kernel-doc comments to nested union
Akira Yokosawa
1
-13
/
+16
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
2
-33
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-11
/
+0
2022-06-23
Revert "printk: add kthread console printers"
Petr Mladek
1
-2
/
+0
2022-06-23
Revert "printk: extend console_lock for per-console locking"
Petr Mladek
1
-15
/
+0
2022-06-23
Revert "printk: Wait for the global console lock when the system is going down"
Petr Mladek
1
-5
/
+0
2022-06-23
nvme: fix the CRIMS and CRWMS definitions to match the spec
Joel Granados
1
-2
/
+2
2022-06-19
block: remove queue from struct blk_independent_access_range
Damien Le Moal
1
-1
/
+0
2022-06-19
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-4
/
+8
2022-06-19
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+6
2022-06-17
Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-0
/
+5
2022-06-17
Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-06-17
Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
1
-0
/
+2
2022-06-17
Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-344
/
+0
2022-06-17
Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-0
/
+1
2022-06-17
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-0
/
+5
2022-06-17
block: serialize all debugfs operations using q->debugfs_mutex
Christoph Hellwig
1
-4
/
+4
2022-06-16
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-0
/
+1
2022-06-16
mm: re-allow pinning of zero pfns
Alex Williamson
1
-1
/
+1
2022-06-16
blk-mq: avoid to touch q->elevator without any protection
Ming Lei
1
-2
/
+2
2022-06-16
init: Initialize noop_backing_dev_info early
Jan Kara
1
-0
/
+2
2022-06-15
Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+1
2022-06-15
printk: Wait for the global console lock when the system is going down
Petr Mladek
1
-0
/
+5
2022-06-14
netfs: fix up netfs_inode_init() docbook comment
Linus Torvalds
1
-1
/
+1
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2022-06-14
Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arnd Bergmann
1
-4
/
+5
2022-06-13
usercopy: Handle vm_map_ram() areas
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-06-12
Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-9
/
+57
[next]