index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
resource.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-02
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
2
-7
/
+4
2020-09-02
block: remove __blk_rq_map_user_iov
Christoph Hellwig
1
-90
/
+54
2020-09-02
block: remove __blk_rq_unmap_user
Christoph Hellwig
1
-18
/
+11
2020-09-02
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
2
-5
/
+5
2020-09-02
nvme: don't call revalidate_disk from nvme_set_queue_dying
Christoph Hellwig
2
-23
/
+23
2020-09-02
block: fix locking for struct block_device size updates
Christoph Hellwig
6
-36
/
+22
2020-09-02
block: replace bd_set_size with bd_set_nr_sectors
Christoph Hellwig
6
-13
/
+14
2020-09-02
block: Make request_queue.rpm_status an enum
Geert Uytterhoeven
1
-1
/
+2
2020-09-02
blk-stat: make q->stats->lock irqsafe
Tejun Heo
1
-6
/
+11
2020-09-02
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-09-01
block: fix locking in bdev_del_partition
Christoph Hellwig
1
-14
/
+13
2020-09-01
block: release disk reference in hd_struct_free_work
Ming Lei
1
-1
/
+9
2020-09-01
block: ensure bdi->io_pages is always initialized
Jens Axboe
1
-0
/
+1
2020-08-31
Linux 5.9-rc3
v5.9-rc3
Linus Torvalds
1
-1
/
+1
2020-08-30
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
1
-0
/
+7
2020-08-29
fsldma: fix very broken 32-bit ppc ioread64 functionality
Linus Torvalds
1
-6
/
+6
2020-08-29
nvme-pci: cancel nvme device request before disabling
Tong Zhang
1
-2
/
+2
2020-08-29
nvme: only use power of two io boundaries
Keith Busch
1
-9
/
+38
2020-08-29
nvme: fix controller instance leak
Keith Busch
1
-1
/
+1
2020-08-29
nvmet-fc: Fix a missed _irqsave version of spin_lock in 'nvmet_fc_fod_op_done()'
Christophe JAILLET
1
-2
/
+2
2020-08-29
nvme: Fix NULL dereference for pci nvme controllers
Sagi Grimberg
1
-0
/
+4
2020-08-29
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-08-29
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-08-29
nvme-tcp: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-29
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-20
/
+36
2020-08-29
nvme-tcp: serialize controller teardown sequences
Sagi Grimberg
1
-2
/
+9
2020-08-29
nvme: have nvme_wait_freeze_timeout return if it timed out
Sagi Grimberg
2
-2
/
+3
2020-08-29
nvme-fabrics: don't check state NVME_CTRL_NEW for request acceptance
Sagi Grimberg
1
-1
/
+0
2020-08-29
nvmet-tcp: Fix NULL dereference when a connect data comes in h2cdata pdu
Ziye Yang
1
-1
/
+9
2020-08-28
kernel.h: Silence sparse warning in lower_32_bits
Herbert Xu
1
-1
/
+1
2020-08-28
cifs: fix check of tcon dfs in smb1
Paulo Alcantara
2
-1
/
+16
2020-08-28
KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception
James Morse
1
-1
/
+2
2020-08-28
KVM: arm64: Survive synchronous exceptions caused by AT instructions
James Morse
3
-8
/
+42
2020-08-28
KVM: arm64: Add kvm_extable for vaxorcism code
James Morse
8
-26
/
+108
2020-08-28
arm64: vdso32: make vdso32 install conditional
Frank van der Linden
1
-1
/
+2
2020-08-28
arm64: use a common .arch preamble for inline assembly
Sami Tolvanen
3
-5
/
+18
2020-08-28
mfd: mfd-core: Ensure disabled devices are ignored without error
Lee Jones
1
-4
/
+6
2020-08-28
usb: storage: Add unusual_uas entry for Sony PSZ drives
Alan Stern
1
-0
/
+7
2020-08-28
md/raid5: make sure stripe_size as power of two
Yufen Yu
1
-2
/
+5
2020-08-28
powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU
Christophe Leroy
1
-1
/
+1
2020-08-28
io_uring: don't bounce block based -EAGAIN retry off task_work
Jens Axboe
1
-20
/
+6
2020-08-28
io_uring: fix IOPOLL -EAGAIN retries
Jens Axboe
1
-5
/
+9
2020-08-27
arm64/cpuinfo: Remove unnecessary fallthrough annotation
Gustavo A. R. Silva
1
-1
/
+0
2020-08-27
media: dib0700: Fix identation issue in dib8096_set_param_override()
Gustavo A. R. Silva
1
-5
/
+5
2020-08-27
hwmon: (gsc-hwmon) Scale temperature to millidegrees
Tim Harvey
1
-0
/
+1
2020-08-27
afs: Remove erroneous fallthough annotation
Dan Carpenter
1
-1
/
+0
2020-08-27
EDAC/ghes: Fix NULL pointer dereference in ghes_edac_register()
Shiju Jose
1
-4
/
+6
2020-08-27
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
1
-3
/
+10
2020-08-27
cpufreq: Use WARN_ON_ONCE() for invalid relation
Viresh Kumar
1
-2
/
+2
[next]