aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds61-593/+4245
2020-06-11Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds28-269/+2594
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-21/+47
2020-06-11amdgpu: a NULL ->mm does not mean a thread is a kthreadChristoph Hellwig1-1/+1
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman2-2/+19
2020-06-11ocfs2: fix build failure when TCP/IP is disabledTom Seewald1-1/+1
2020-06-11mm/memory-failure: send SIGBUS(BUS_MCEERR_AR) only to current threadNaoya Horiguchi1-7/+16
2020-06-11mm/memory-failure: prioritize prctl(PR_MCE_KILL) over vm.memory_failure_early_killNaoya Horiguchi1-10/+10
2020-06-11Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds3-241/+201
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds19-84/+104
2020-06-11afs: Fix afs_store_data() to set mtime in new operation descriptorDavid Howells1-0/+1
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-65/+109
2020-06-11Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds35-148/+215
2020-06-11alpha: Fix build around srm_sysrq_reboot_opJoerg Roedel1-1/+6
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds31-183/+500
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-7/+30
2020-06-11Merge tag 'm68knommu-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-5/+6
2020-06-11Merge tag 'mailbox-v5.8' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds14-132/+1097
2020-06-11Merge tag 'sound-fix-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds22-55/+219
2020-06-11Merge tag 'drm-next-2020-06-11-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds8-14/+60
2020-06-11Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds26-153/+575
2020-06-11compiler_types.h, kasan: Use __SANITIZE_ADDRESS__ instead of CONFIG_KASAN to decide inliningMarco Elver1-5/+8
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver2-29/+29
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver1-11/+2
2020-06-11kcsan: Update Documentation to change supported compilersMarco Elver1-8/+1
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver1-4/+2
2020-06-11kcsan: Pass option tsan-instrument-read-before-write to ClangMarco Elver1-0/+1
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver2-1/+47
2020-06-11kcsan: Restrict supported compilersMarco Elver1-1/+8
2020-06-11kcsan: Avoid inserting __tsan_func_entry/exit if possibleMarco Elver1-1/+10
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann2-0/+22
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner59-582/+4164
2020-06-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-50/+74
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-88/+20
2020-06-11NFS: Fix direct WRITE throughput regressionChuck Lever1-0/+2
2020-06-11SUNRPC: rpc_xprt lifetime events should record xprt->stateChuck Lever1-1/+29
2020-06-11xprtrdma: Make xprt_rdma_slot_table_entries staticZou Wei1-1/+1
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin2-3/+12
2020-06-11NFS: remove redundant initialization of variable resultColin Ian King1-1/+1
2020-06-11sunrpc: add missing newline when printing parameter 'auth_hashtable_size' by sysfsXiongfeng Wang1-1/+1
2020-06-11NFS: Add a tracepoint in nfs_set_pgio_error()Chuck Lever2-0/+46
2020-06-11NFS: Trace short NFS READsChuck Lever2-0/+49
2020-06-11NFS: nfs_xdr_status should record the procedure nameChuck Lever1-2/+13
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever1-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever1-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever2-24/+126
2020-06-11SUNRPC: Trace transport lifetime eventsChuck Lever5-23/+46