summaryrefslogtreecommitdiffstats
path: root/Documentation/locking (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-09s390/vdso: get rid of vdso_faultHeiko Carstens1-26/+9
2021-02-09s390/vdso: misc simple code changesHeiko Carstens1-72/+30
2021-02-09s390/vdso: remove superfluous variablesHeiko Carstens1-22/+13
2021-02-09s390/vdso: remove superfluous checkHeiko Carstens1-7/+0
2021-02-09s390/vdso: remove BUG_ON()Heiko Carstens1-1/+4
2021-02-09s390/vdso: simplify vdso size calculationHeiko Carstens1-2/+1
2021-02-09s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens2-4/+5
2021-02-09s390/vdso: fix vdso data page definitionHeiko Carstens1-2/+2
2021-02-09s390/vdso: remove VDSO32_LBASE compat leftoverHeiko Carstens1-2/+1
2021-02-09s390/defconfig: add some NFT modulesHalil Pasic2-0/+12
2021-02-09s390/debug_config: enable kmemleak detectorMarc Hartmayer1-0/+2
2021-02-09Documentations: scsi, kvm: Update s390-tools GitHub URLJan Höppner2-2/+2
2021-02-09s390/zcrypt: return EIO when msg retry limit reachedHarald Freudenberger1-0/+14
2021-02-09s390/thread_info.h: fix task_struct declaration warningAlexander Egorenkov1-0/+2
2021-02-09s390: update defconfigsAlexander Egorenkov2-2/+0
2021-02-09s390: Simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-09s390/ap: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-09s390/pci: refactor zpci_create_device()Niklas Schnelle4-57/+48
2021-02-09s390/qdio: track time of last data IRQ for each deviceJulian Wiedmann4-3/+8
2021-02-09s390/qdio: make thinint registration symmetricJulian Wiedmann3-25/+12
2021-02-09s390/qdio: adopt new tasklet APIJulian Wiedmann3-11/+5
2021-02-09s390/qdio: remove qdio_inbound_q_moved() wrapperJulian Wiedmann1-6/+1
2021-02-09s390/qdio: remove Input tasklet codeJulian Wiedmann6-120/+27
2021-01-27s390/crypto: improve retry logic in case of master key changeHarald Freudenberger2-11/+32
2021-01-27s390/pci: remove superfluous zdev->zbus checkNiklas Schnelle1-1/+1
2021-01-27s390: add missing include to arch/s390/kernel/signal.cSven Schnelle1-0/+1
2021-01-27s390/tape: Fix spelling mistake in function name tape_3590_erp_succededColin Ian King1-2/+2
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle3-51/+75
2021-01-19s390: remove asmlinkageSven Schnelle2-17/+17
2021-01-19s390: convert to generic entrySven Schnelle39-920/+652
2021-01-19s390: update defconfigsHeiko Carstens3-0/+3
2021-01-19s390/bitops: remove small optimization to fix clang buildHeiko Carstens1-36/+0
2021-01-19s390/atomic: remove small optimization to fix clang buildHeiko Carstens1-20/+0
2021-01-19s390/cio: use dma helpers for setting masksJulian Wiedmann2-12/+34
2021-01-19s390/cio: remove ccw_device_add() wrapperJulian Wiedmann1-10/+3
2021-01-19s390/tlb: make cleared_pXs flags consistent with generic codeAlexander Gordeev1-3/+2
2021-01-18Linux 5.11-rc4v5.11-rc4Linus Torvalds1-1/+1
2021-01-17mm: don't put pinned pages into the swap cacheLinus Torvalds1-0/+2
2021-01-16dump_common_audit_data(): fix racy accesses to ->d_nameAl Viro1-2/+5
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds1-0/+21
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds1-23/+9
2021-01-16RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra1-2/+4
2021-01-16RISC-V: Set current memblock limitAtish Patra1-2/+14
2021-01-16RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra1-11/+13
2021-01-16iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig1-1/+1
2021-01-16io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()Jens Axboe1-0/+1
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2-3/+3
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim1-7/+19
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim1-173/+173