index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-30
1
-2
/
+2
*
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-29
1
-2
/
+0
*
blk-cgroup: remove blkcg_bio_issue_check
Christoph Hellwig
2020-06-29
1
-54
/
+2
*
blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
Christoph Hellwig
2020-06-29
1
-2
/
+0
*
blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check
Christoph Hellwig
2020-06-29
1
-14
/
+1
*
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
2020-06-29
1
-30
/
+0
*
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
1
-7
/
+0
*
block: remove bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-2
/
+0
*
blktrace: Provide event for request merging
Jan Kara
2020-06-25
1
-0
/
+15
*
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-24
4
-42
/
+41
*
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
2020-06-24
3
-63
/
+46
*
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2020-06-24
2
-1
/
+1
*
block: move block-related definitions out of fs.h
Christoph Hellwig
2020-06-24
4
-92
/
+74
*
block: simplify sb_is_blkdev_sb
Christoph Hellwig
2020-06-24
1
-12
/
+6
*
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
2020-06-24
1
-16
/
+0
*
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
2020-06-24
1
-6
/
+0
*
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
2020-06-24
1
-2
/
+0
*
block: mark bd_finish_claiming static
Christoph Hellwig
2020-06-24
1
-2
/
+0
*
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
2020-06-24
1
-1
/
+1
*
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
2020-06-24
1
-2
/
+3
*
block: revert back to synchronous request_queue removal
Luis Chamberlain
2020-06-24
1
-2
/
+0
*
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
1
-0
/
+1
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-2
/
+10
*
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
2020-06-24
1
-1
/
+0
*
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-21
2
-1
/
+8
|
\
|
*
mm: Allow arches to provide ptep_get()
Christophe Leroy
2020-06-20
2
-1
/
+8
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-06-21
1
-1
/
+1
|
\
\
|
*
|
crypto: ccp - Fix sparse warnings in sev-dev
Herbert Xu
2020-06-15
1
-1
/
+1
|
|
/
*
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2020-06-20
1
-0
/
+4
|
\
\
|
*
|
scsi: libata: Provide an ata_scsi_dma_need_drain stub for !CONFIG_ATA
Christoph Hellwig
2020-06-15
1
-0
/
+4
|
|
/
*
|
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-20
1
-5
/
+3
|
\
\
|
*
|
i2c: remove deprecated i2c_new_device API
Wolfram Sang
2020-06-19
1
-5
/
+3
|
|
/
*
|
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-06-20
1
-0
/
+4
|
\
\
|
*
|
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
2020-06-16
1
-0
/
+4
|
|
/
*
|
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-20
1
-0
/
+1
|
\
\
|
*
|
ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
Vaibhav Jain
2020-06-15
1
-0
/
+1
|
|
/
*
|
Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-19
2
-3
/
+0
|
\
\
|
*
|
block: make function 'kill_bdev' static
Zheng Bin
2020-06-18
1
-2
/
+0
|
*
|
trace/events/block.h: drop kernel-doc for dropped function parameter
Randy Dunlap
2020-06-15
1
-1
/
+0
|
|
/
*
|
Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-06-19
1
-0
/
+3
|
\
\
|
*
|
libata: Use per port sync for detach
Kai-Heng Feng
2020-06-18
1
-0
/
+3
*
|
|
Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
2020-06-19
1
-2
/
+2
|
\
\
\
|
*
|
|
libceph: move away from global osd_req_flags
Ilya Dryomov
2020-06-16
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-06-19
1
-4
/
+21
|
\
\
\
|
*
|
|
overflow.h: Add flex_array_size() helper
Gustavo A. R. Silva
2020-06-16
1
-4
/
+21
|
|
/
/
*
|
|
Merge branch 'hch' (maccess patches from Christoph Hellwig)
Linus Torvalds
2020-06-18
1
-10
/
+13
|
\
\
\
|
*
|
|
maccess: make get_kernel_nofault() check for minimal type compatibility
Linus Torvalds
2020-06-18
1
-2
/
+4
|
*
|
|
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
2020-06-18
1
-5
/
+5
|
*
|
|
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
2020-06-17
1
-2
/
+2
[next]