summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck
2020-06-18block: make function 'kill_bdev' staticZheng Bin
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin
2020-06-18libata: Use per port sync for detachKai-Heng Feng
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang
2020-06-18perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song
2020-06-17block: update hctx map when use multiple mapsWeiping Zhang
2020-06-17drm/amdgpu: fix documentation around busy_percentageAlex Deucher
2020-06-17drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher
2020-06-17drm/amdkfd: Use correct major in devcgroup checkLorenz Brun
2020-06-17selinux: fix undefined return of cond_evaluate_exprTom Rix
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng
2020-06-17nvdimm/region: always show the 'align' attributeVishal Verma
2020-06-17io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-17s390: fix syscall_get_error for compat processesDmitry V. Levin
2020-06-17s390/qdio: warn about unexpected SLSB statesJulian Wiedmann
2020-06-17s390/qdio: clean up usage of qdio_dataJulian Wiedmann
2020-06-17io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-17io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-17io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-17Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo
2020-06-17tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo
2020-06-17tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2020-06-17Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo
2020-06-17perf script: Initialize zstd_dataMilian Wolff
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon
2020-06-16overflow.h: Add flex_array_size() helperGustavo A. R. Silva
2020-06-17scripts: Fix typo in headers_install.shMasanari Iida
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada
2020-06-16tools/bootconfig: Add testcase for show-command and quotes testMasami Hiramatsu
2020-06-16tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu
2020-06-16tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-06-16proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui