summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: Convert TX49XX_ICACHE_INDEX_INV into a config optionThomas Bogendoerfer2020-09-0715-26/+12
* MIPS: Remove MIPS4K_ICACHE_REFILL_WAR and MIPS_CACHE_SYNC_WARThomas Bogendoerfer2020-09-0713-59/+0
* MIPS: Convert R4600_V2_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-0716-41/+22
* MIPS: Convert R4600_V1_HIT_CACHEOP into a config optionThomas Bogendoerfer2020-09-0716-46/+33
* MIPS: Convert R4600_V1_INDEX_ICACHEOP into a config optionThomas Bogendoerfer2020-09-0715-24/+12
* MIPS: dts/ingenic: Cleanup qi_lb60.dtsPaul Cercueil2020-09-071-69/+68
* MIPS: Loongson64: Remove unused loongson_reboot.Jinyang He2020-09-071-5/+0
* MIPS: p5600: Discard UCA config selectionJinyang He2020-09-031-1/+0
* MIPS: Use rcu to lookup a task in mipsmt_sys_sched_setaffinity()Davidlohr Bueso2020-09-031-2/+2
* MIPS: Add support for ZSTD-compressed kernelsPaul Cercueil2020-09-034-1/+24
* lib: decompress_unzstd: Limit output sizePaul Cercueil2020-09-031-1/+6
* MIPS: SGI-IP32: No need to include mc14818*.hThomas Bogendoerfer2020-08-261-2/+0
* MIPS: Remove unused header file m48t37.hThomas Bogendoerfer2020-08-261-36/+0
* MIPS: Loongson2ef: Remove specific mc146818rtc.hThomas Bogendoerfer2020-08-261-36/+0
* MIPS: SGI-IP27: No need for kmalloc.hThomas Bogendoerfer2020-08-261-8/+0
* MIPS: Remove PNX833x alias NXP_STB22xThomas Bogendoerfer2020-08-2418-1409/+0
* MIPS: Paravirt: remove remaining pieces of paravirtThomas Bogendoerfer2020-08-243-106/+0
* MIPS: BCM47xx: Include bcm47xx_sprom.hFlorian Fainelli2020-08-171-3/+1
* firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warningsFlorian Fainelli2020-08-172-0/+11
* MIPS: BCM63xx: switch to SPDX license identifierÁlvaro Fernández Rojas2020-08-171-4/+1
* MIPS: BCM63xx: refactor board declarationsÁlvaro Fernández Rojas2020-08-171-310/+305
* MIPS: BCM63xx: enable EHCI for DWV-S0 boardÁlvaro Fernández Rojas2020-08-171-0/+1
* MIPS: BCM63xx: remove EHCI from BCM6348 boardsÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: BCM63xx: remove duplicated new linesÁlvaro Fernández Rojas2020-08-171-3/+0
* MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390Aleksander Jan Bajkowski2020-08-171-2/+8
* MIPS: Loongson: Use default CONFIG_FRAME_WARN as 2048 for Loongson64 to fix b...Tiezhu Yang2020-08-171-1/+0
* MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACEZejiang Tang2020-08-171-4/+0
* 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