aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-09i2c: pxa: move to generic GPIO recoveryCodrin Ciubotariu1-68/+8
2020-12-09i2c: sh_mobile: Mark adapter suspended during suspendGeert Uytterhoeven1-0/+28
2020-12-09i2c: owl: Add compatible for the Actions Semi S500 I2C controllerCristian Ciocaltea1-0/+1
2020-12-09dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schemaCristian Ciocaltea3-30/+63
2020-12-09Merge tag 'omap-for-v5.11/genpd-rest-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpdArnd Bergmann13-230/+571
2020-12-09Merge tag 'omap-for-v5.11/genpd-am437x-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpdArnd Bergmann11-627/+184
2020-12-09Merge tag 'omap-for-v5.11/genpd-am335x-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpdArnd Bergmann13-450/+234
2020-12-09Merge tag 'omap-for-v5.11/genpd-drivers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpdArnd Bergmann9-39/+195
2020-12-09s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-12-09s390/mm: use invalid asce for user space when switching to init_mmHeiko Carstens1-1/+4
2020-12-09s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-09s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-09s390/boot: add build-id to decompressorPhilipp Rudo2-1/+2
2020-12-09s390/kexec_file: fix diag308 subcode when loading crash kernelPhilipp Rudo1-4/+5
2020-12-09s390/cio: fix use-after-free in ccw_device_destroy_consoleQinglang Miao1-2/+2
2020-12-09dt-bindings: mfd: fix stm32 timers exampleFabrice Gasnier1-3/+3
2020-12-09vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()Andrea Mayer1-55/+55
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-09Merge tag 'samsung-drivers-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/driversArnd Bergmann2-7/+8
2020-12-09Merge tag 'zynqmp-soc-for-v5.11-v2' of https://github.com/Xilinx/linux-xlnx into arm/driversArnd Bergmann7-84/+186
2020-12-09ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()Chunguang Xu1-1/+0
2020-12-09ext4: update ext4_data_block_valid related commentsChunguang Xu1-3/+3
2020-12-09dyndbg: fix use before null checkJim Cromie1-2/+7
2020-12-09io_uring: fix io_cqring_events()'s noflushPavel Begunkov1-1/+1
2020-12-09io_uring: fix racy IOPOLL flush overflowPavel Begunkov1-4/+6
2020-12-09io_uring: fix racy IOPOLL completionsPavel Begunkov1-5/+18
2020-12-09io_uring: always let io_iopoll_complete() complete polled ioXiaoguang Wang1-2/+13
2020-12-09io_uring: add timeout updatePavel Begunkov2-4/+51
2020-12-09io_uring: restructure io_timeout_cancel()Pavel Begunkov1-19/+23
2020-12-09io_uring: fix files cancellationPavel Begunkov1-4/+4
2020-12-09io_uring: use bottom half safe lock for fixed file dataJens Axboe1-8/+8
2020-12-09io_uring: fix miscounting ios_leftPavel Begunkov1-12/+9
2020-12-09io_uring: change submit file state invariantPavel Begunkov1-11/+10
2020-12-09io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang1-1/+9
2020-12-09io_uring: share fixed_file_refs b/w multiple rsrcsPavel Begunkov1-8/+15
2020-12-09io_uring: replace inflight_wait with tctx->waitPavel Begunkov1-7/+6
2020-12-09io_uring: don't take fs for recvmsg/sendmsgPavel Begunkov1-4/+2
2020-12-09io_uring: only wake up sq thread while current task is in io worker contextXiaoguang Wang1-3/+8
2020-12-09io_uring: don't acquire uring_lock twiceXiaoguang Wang1-11/+7
2020-12-09io_uring: initialize 'timeout' properly in io_sq_thread()Xiaoguang Wang1-1/+1
2020-12-09io_uring: refactor io_sq_thread() handlingXiaoguang Wang1-102/+67
2020-12-09io_uring: always batch cancel in *cancel_files()Pavel Begunkov3-125/+21
2020-12-09io_uring: pass files into kill timeouts/pollPavel Begunkov1-8/+10
2020-12-09io_uring: don't iterate io_uring_cancel_files()Pavel Begunkov1-22/+12
2020-12-09io_uring: cancel only requests of current taskPavel Begunkov1-18/+5
2020-12-09io_uring: add a {task,files} pair matching helperPavel Begunkov1-26/+22
2020-12-09io_uring: simplify io_task_match()Pavel Begunkov1-5/+1
2020-12-09io_uring: inline io_import_iovec()Pavel Begunkov1-24/+16
2020-12-09io_uring: remove duplicated io_size from rwPavel Begunkov1-10/+6
2020-12-09fs/io_uring Don't use the return value from import_iovec().David Laight1-4/+4