summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clk: renesas: cpg-mssr: Add support for R-Car V3UYoshihiro Shimoda2020-09-175-1/+316
* Merge tag 'renesas-r8a779a0-dt-binding-defs-tag' into clk-renesas-for-v5.10Geert Uytterhoeven2020-09-172-0/+114
|\
| * dt-bindings: clock: Add r8a779a0 CPG Core Clock DefinitionsYoshihiro Shimoda2020-09-101-0/+55
| * dt-bindings: power: Add r8a779a0 SYSC power domain definitionsYoshihiro Shimoda2020-09-101-0/+59
* | clk: renesas: cpg-mssr: Add register pointers into struct cpg_mssr_privYoshihiro Shimoda2020-09-171-35/+47
* | clk: renesas: cpg-mssr: Use enum clk_reg_layout instead of a boolean flagYoshihiro Shimoda2020-09-173-19/+22
* | dt-bindings: clock: renesas,cpg-mssr: Document r8a779a0Yoshihiro Shimoda2020-09-171-0/+1
* | clk: renesas: rcar-gen2: Rename vsp1-(sy|rt) clocks to vsp(s|r)Lad Prabhakar2020-09-047-8/+8
* | clk: renesas: r8a7742: Add clk entry for VSPRLad Prabhakar2020-09-041-1/+2
|/
* Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-164-156/+409
|\
| * io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-161-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-141-39/+70
| * io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
| * io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-131-10/+87
| * io_uring: fail poll arm on queue proc failureJens Axboe2020-08-121-1/+1
| * io_uring: hold 'ctx' reference around task_work queue + executeJens Axboe2020-08-111-0/+15
| * fs: RWF_NOWAIT should imply IOCB_NOIOJens Axboe2020-08-111-1/+1
| * io_uring: defer file table grabbing request cleanup for locked requestsJens Axboe2020-08-101-10/+52
| * io_uring: add missing REQ_F_COMP_LOCKED for nested requestsJens Axboe2020-08-101-0/+3
| * io_uring: fix recursive completion locking on oveflow flushJens Axboe2020-08-101-10/+26
| * io_uring: use TWA_SIGNAL for task_work uncondtionallyJens Axboe2020-08-101-8/+8
| * io_uring: account locked memory before potential error caseJens Axboe2020-08-061-8/+10
| * io_uring: set ctx sq/cq entry count earlierJens Axboe2020-08-061-2/+4
| * io_uring: Fix NULL pointer dereference in loop_rw_iter()Guoyu Huang2020-08-051-2/+7
| * io_uring: add comments on how the async buffered read retry worksJens Axboe2020-08-041-1/+22
| * io_uring: io_async_buf_func() need not test page bitJens Axboe2020-08-041-4/+0
* | parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport2020-08-161-0/+6
* | Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-168-66/+62
|\ \
| * | block: fix double account of flush request's driver tagMing Lei2020-08-111-2/+9
| * | loop: unset GENHD_FL_NO_PART_SCAN on LOOP_CONFIGURELennart Poettering2020-08-111-0/+2
| * | Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/son...Jens Axboe2020-08-072-7/+11
| |\ \
| | * | md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter2020-08-061-0/+1
| | * | md: get sysfs entry after redundancy attr group createJunxiao Bi2020-08-061-7/+10
| * | | rnbd: no need to set bi_end_io in rnbd_bio_map_kernGuoqing Jiang2020-08-061-1/+0
| * | | rnbd: remove rnbd_dev_submit_ioGuoqing Jiang2020-08-063-56/+31
| * | | block: check queue's limits.discard_granularity in __blkdev_issue_discard()Coly Li2020-08-061-0/+9
* | | | Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-161-8/+17
|\ \ \ \
| * | | | riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-151-8/+17
* | | | | Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-1669-998/+370
|\ \ \ \ \
| * | | | | sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven2020-08-151-0/+3
| * | | | | sh: bring syscall_set_return_value in line with other architecturesMichael Karcher2020-08-151-4/+1
| * | | | | sh: Add SECCOMP_FILTERMichael Karcher2020-08-154-3/+13
| * | | | | sh: Rearrange blocks in entry-common.SMichael Karcher2020-08-151-28/+29
| * | | | | sh: switch to copy_thread_tls()Christian Brauner2020-08-152-3/+4
| * | | | | sh: use the generic dma coherent remap allocatorChristoph Hellwig2020-08-152-49/+4
| * | | | | sh: don't allow non-coherent DMA for NOMMUChristoph Hellwig2020-08-151-1/+2
| * | | | | dma-mapping: consolidate the NO_DMA definition in kernel/dma/KconfigChristoph Hellwig2020-08-154-6/+6