summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds15-67/+239
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-23/+618
2020-06-20Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds18-134/+154
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+22
2020-06-20Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds80-637/+123
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells4-2/+16
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells1-1/+1
2020-06-20Merge branch 'for-5.8/papr_scm' into libnvdimm-for-nextDan Williams6-11/+616
2020-06-19Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds3-112/+177
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds10-39/+70
2020-06-19Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+21
2020-06-19Merge tag 'drm-fixes-2020-06-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds29-432/+834
2020-06-19Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds4-16/+15
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds11-60/+66
2020-06-19Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+21
2020-06-19Merge tag 'perf-tools-fixes-2020-06-02' of git://git.kernel.org/pub/scm/linux...Linus Torvalds25-77/+250
2020-06-19RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-19RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah1-0/+6
2020-06-19Merge tag 'amd-drm-fixes-5.8-2020-06-17' of git://people.freedesktop.org/~agd...Dave Airlie10-59/+166
2020-06-19Merge tag 'drm-intel-fixes-2020-06-18' of git://anongit.freedesktop.org/drm/d...Dave Airlie19-373/+668
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds70-185/+207
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds7-9/+11
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig20-40/+40
2020-06-18sparse: use identifiers to define address spacesLuc Van Oostenryck1-4/+4
2020-06-18block: make function 'kill_bdev' staticZheng Bin2-5/+2
2020-06-18loop: replace kill_bdev with invalidate_bdevZheng Bin1-4/+4
2020-06-18libata: Use per port sync for detachKai-Heng Feng2-6/+8
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko1-1/+1
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPXiaoguang Wang1-4/+4
2020-06-18perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang1-0/+12
2020-06-18tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)1-0/+35
2020-06-18tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)1-1/+38
2020-06-18tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)1-58/+40
2020-06-18arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpointsWill Deacon1-18/+26
2020-06-18arm64: kexec_file: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2020-06-18arm64: mm: reserve hugetlb CMA after numa_initBarry Song1-5/+10
2020-06-18block: update hctx map when use multiple mapsWeiping Zhang1-1/+3
2020-06-18drm/amdgpu: fix documentation around busy_percentageAlex Deucher2-4/+7
2020-06-18drm/amdgpu/pm: update comment to clarify Overdrive interfacesAlex Deucher1-1/+1
2020-06-18drm/amdkfd: Use correct major in devcgroup checkLorenz Brun1-1/+2
2020-06-18ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng1-2/+10
2020-06-18nvdimm/region: always show the 'align' attributeVishal Verma1-12/+2
2020-06-18io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe1-1/+11
2020-06-18s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-18s390/qdio: warn about unexpected SLSB statesJulian Wiedmann1-5/+11
2020-06-18s390/qdio: clean up usage of qdio_dataJulian Wiedmann1-10/+7
2020-06-17io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe1-15/+29
2020-06-17io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang1-24/+29
2020-06-17io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang1-1/+1
2020-06-17Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-9/+8