index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2020-06-24
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
-3
/
+1
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
-48
/
+39
2020-06-24
blktrace: ensure our debugfs dir exists
Luis Chamberlain
-0
/
+12
2020-06-24
blktrace: fix debugfs use after free
Luis Chamberlain
-6
/
+12
2020-06-24
loop: be paranoid on exit and prevent new additions / removals
Luis Chamberlain
-0
/
+4
2020-06-24
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
-0
/
+2
2020-06-24
block: revert back to synchronous request_queue removal
Luis Chamberlain
-23
/
+47
2020-06-24
block: clarify context for refcount increment helpers
Luis Chamberlain
-0
/
+8
2020-06-24
block: add docs for gendisk / request_queue refcount helpers
Luis Chamberlain
-1
/
+62
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
-9
/
+18
2020-06-24
nvme-rdma: factor out a nvme_rdma_end_request helper
Christoph Hellwig
-19
/
+17
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
-19
/
+27
2020-06-24
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
-18
/
+21
2020-06-24
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
-2
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
-72
/
+61
2020-06-24
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
-65
/
+20
2020-06-24
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
Christoph Hellwig
-1
/
+2
2020-06-24
blk-mq: complete polled requests directly
Christoph Hellwig
-6
/
+11
2020-06-24
blk-mq: remove raise_blk_irq
Christoph Hellwig
-30
/
+10
2020-06-24
blk-mq: factor out a helper to reise the block softirq
Christoph Hellwig
-17
/
+14
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
-158
/
+136
2020-06-21
Linux 5.8-rc2
v5.8-rc2
Linus Torvalds
-1
/
+1
2020-06-21
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-13
/
+12
2020-06-21
Merge tag 'pinctrl-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
-23
/
+19
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-34
/
+18
2020-06-21
Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-20
/
+37
2020-06-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-35
/
+45
2020-06-22
samples: watch_queue: build sample program for target architecture
Masahiro Yamada
-7
/
+5
2020-06-22
Revert "Makefile: install modules.builtin even if CONFIG_MODULES=n"
Masahiro Yamada
-11
/
+3
2020-06-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-1
/
+15
2020-06-20
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-48
/
+25
2020-06-20
pinctrl: single: fix function name in documentation
Drew Fustini
-1
/
+1
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-67
/
+239
2020-06-20
Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-23
/
+618
2020-06-20
pinctrl: qcom: ipq6018 Add missing pins in qpic pin group
Sivaprakash Murugesan
-1
/
+2
2020-06-20
Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...
Haibo Chen
-4
/
+3
2020-06-20
Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
-134
/
+154
2020-06-20
Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-6
/
+22
2020-06-20
Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-637
/
+123
2020-06-20
afs: Fix hang on rmmod due to outstanding timer
David Howells
-2
/
+16
2020-06-20
afs: Fix afs_do_lookup() to call correct fetch-status op variant
David Howells
-1
/
+1
2020-06-20
powerpc/8xx: Provide ptep_get() with 16k pages
Christophe Leroy
-0
/
+10
2020-06-20
mm: Allow arches to provide ptep_get()
Christophe Leroy
-2
/
+9
2020-06-20
mm/gup: Use huge_ptep_get() in gup_hugepte()
Christophe Leroy
-1
/
+1
2020-06-19
Merge branch 'for-5.8/papr_scm' into libnvdimm-for-next
Dan Williams
-11
/
+616
2020-06-19
Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
-112
/
+177
2020-06-19
Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
-39
/
+70
2020-06-19
Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
-13
/
+21
2020-06-19
Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-432
/
+834
2020-06-19
Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client
Linus Torvalds
-16
/
+15
[next]