| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 5 | -5/+5 |
* | mm: remove kzfree() compatibility definition | Eric Biggers | 2020-10-25 | 4 | -4/+4 |
* | Merge tag 'ntb-5.10' of git://github.com/jonmason/ntb | Linus Torvalds | 2020-10-25 | 3 | -5/+3 |
|\ |
|
| * | NTB: Use struct_size() helper in devm_kzalloc() | Gustavo A. R. Silva | 2020-08-24 | 1 | -4/+1 |
| * | ntb: intel: Fix memleak in intel_ntb_pci_probe | Dinghao Liu | 2020-08-24 | 1 | -1/+1 |
| * | NTB: hw: amd: fix an issue about leak system resources | Kaige Li | 2020-08-24 | 1 | -0/+1 |
* | | Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-10-25 | 1 | -1/+10 |
|\ \ |
|
| * | | i2c: core: Restore acpi_walk_dep_device_list() getting called after registeri... | Hans de Goede | 2020-10-25 | 1 | -1/+10 |
* | | | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-25 | 3 | -9/+23 |
|\ \ \ |
|
| * | | | ata: pata_ns87415.c: Document support on parisc with superio chip | Helge Deller | 2020-10-23 | 1 | -2/+1 |
| * | | | hil/parisc: Disable HIL driver when it gets stuck | Helge Deller | 2020-10-22 | 2 | -7/+22 |
* | | | | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-10-25 | 6 | -109/+113 |
|\ \ \ \ |
|
| * | | | | xen/events: unmask a fifo event channel only if it was masked | Juergen Gross | 2020-10-23 | 1 | -0/+3 |
| * | | | | xen/events: only register debug interrupt for 2-level events | Juergen Gross | 2020-10-23 | 1 | -4/+6 |
| * | | | | xen/events: make struct irq_info private to events_base.c | Juergen Gross | 2020-10-23 | 4 | -73/+73 |
| * | | | | xen: remove no longer used functions | Juergen Gross | 2020-10-23 | 1 | -21/+0 |
| * | | | | xen-blkfront: add a parameter for disabling of persistent grants | SeongJae Park | 2020-10-21 | 1 | -5/+15 |
| * | | | | xen-blkback: add a parameter for disabling of persistent grants | SeongJae Park | 2020-10-21 | 1 | -6/+16 |
* | | | | | Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-10-25 | 1 | -1/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | random32: make prandom_u32() output unpredictable | George Spelvin | 2020-10-24 | 1 | -1/+0 |
* | | | | | Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-24 | 14 | -98/+188 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'nvme-5.10-2020-10-23' of git://git.infradead.org/nvme into block-5.10 | Jens Axboe | 2020-10-23 | 6 | -54/+115 |
| |\ \ \ \ \ |
|
| | * | | | | | nvme-fc: shorten reconnect delay if possible for FC | James Smart | 2020-10-23 | 1 | -1/+18 |
| | * | | | | | nvme-fc: wait for queues to freeze before calling update_hr_hw_queues | James Smart | 2020-10-23 | 1 | -2/+5 |
| | * | | | | | nvme-fc: fix error loop in create_hw_io_queues | James Smart | 2020-10-23 | 1 | -2/+2 |
| | * | | | | | nvme-fc: fix io timeout to abort I/O | James Smart | 2020-10-23 | 1 | -39/+69 |
| | * | | | | | nvmet: don't use BLK_MQ_REQ_NOWAIT for passthru | Chaitanya Kulkarni | 2020-10-22 | 1 | -1/+1 |
| | * | | | | | nvmet: cleanup nvmet_passthru_map_sg() | Logan Gunthorpe | 2020-10-22 | 1 | -3/+4 |
| | * | | | | | nvmet: limit passthru MTDS by BIO_MAX_PAGES | Logan Gunthorpe | 2020-10-22 | 1 | -1/+8 |
| | * | | | | | nvmet: fix uninitialized work for zero kato | zhenwei pi | 2020-10-22 | 1 | -1/+2 |
| | * | | | | | nvme-pci: disable Write Zeroes on Sandisk Skyhawk | Kai-Heng Feng | 2020-10-22 | 1 | -0/+2 |
| | * | | | | | nvme: use queuedata for nvme_req_qid | Keith Busch | 2020-10-22 | 1 | -1/+1 |
| | * | | | | | nvme-rdma: fix crash due to incorrect cqe | Chao Leng | 2020-10-22 | 1 | -2/+3 |
| | * | | | | | nvme-rdma: fix crash when connect rejected | Chao Leng | 2020-10-22 | 1 | -1/+0 |
| * | | | | | | null_blk: use zone status for max active/open | Keith Busch | 2020-10-22 | 1 | -26/+43 |
| |/ / / / / |
|
| * | | | | | zram: Fix __zram_bvec_{read,write}() locking order | Peter Zijlstra | 2020-10-19 | 1 | -3/+5 |
| * | | | | | skd_main: remove unused including <linux/version.h> | Tian Tao | 2020-10-17 | 1 | -1/+0 |
| * | | | | | lightnvm: fix out-of-bounds write to array devices->info[] | Colin Ian King | 2020-10-16 | 1 | -2/+3 |
| * | | | | | nbd: make the config put is called before the notifying the waiter | Xiubo Li | 2020-10-14 | 1 | -1/+1 |
| * | | | | | scsi: handle zone resources errors | Damien Le Moal | 2020-10-13 | 1 | -0/+9 |
| * | | | | | nvme: translate zone resource errors | Keith Busch | 2020-10-13 | 1 | -0/+4 |
| * | | | | | block/rnbd-clt: send_msg_close if any error occurs after send_msg_open | Gioh Kim | 2020-10-13 | 1 | -1/+3 |
| * | | | | | block/rnbd-clt: do not cap max_hw_sectors & max_segments with remote device | Jack Wang | 2020-10-13 | 1 | -5/+0 |
| * | | | | | block/rnbd-clt: remove nr argument from send_usr_msg | Guoqing Jiang | 2020-10-13 | 1 | -5/+5 |
* | | | | | | Merge tag 'libata-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-24 | 4 | -4/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | ata: fix some kernel-doc markups | Mauro Carvalho Chehab | 2020-10-23 | 3 | -3/+3 |
| * | | | | | | ata: sata_rcar: Fix DMA boundary mask | Geert Uytterhoeven | 2020-10-16 | 1 | -1/+1 |
* | | | | | | | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2020-10-24 | 1 | -0/+10 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'tegra-for-5.10-arm64-dt' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 2020-09-26 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | arm64: tegra: Initial Tegra234 VDK support | Thierry Reding | 2020-09-18 | 1 | -0/+10 |