summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-17dm writecache: correct uncommitted_block when discarding uncommitted entryHuaisheng Ye1-0/+2
2020-06-17dm zoned: assign max_io_len correctlyHou Tao1-1/+1
2020-06-17tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2020-06-17tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2020-06-17tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2-0/+6
2020-06-17Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo3710-34479/+81336
2020-06-17perf script: Initialize zstd_dataMilian Wolff1-0/+3
2020-06-17dm zoned: fix uninitialized pointer dereferenceDamien Le Moal1-3/+1
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2-2/+2
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko1-1/+1
2020-06-17ALSA: hda/realtek: Add mute LED and micmute LED support for HP systemsKai-Heng Feng1-0/+2
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara1-11/+8
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain1-0/+13
2020-06-17nfsd: apply umask on fs without ACL supportJ. Bruce Fields1-0/+6
2020-06-17efi/libstub: arm: Print CPU boot mode and MMU state at bootArd Biesheuvel6-3/+98
2020-06-17efi/libstub: arm: Omit arch specific config table matching array on arm64Ard Biesheuvel1-2/+4
2020-06-17efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar1-1/+10
2020-06-17powerpc/syscalls: Use the number when building SPU syscall tableMichael Ellerman1-1/+1
2020-06-17powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()Mike Rapoport1-5/+3
2020-06-17spi: stm32-qspi: Fix error path in case of -EPROBE_DEFERPatrice Chotard1-20/+26
2020-06-17regulator: mt6358: Remove BROKEN dependencyAxel Lin1-1/+1
2020-06-17Merge tag 'v5.8-rc1' into regulator-5.8Mark Brown14692-319286/+863699
2020-06-17ARM: bcm2835: Fix integer overflow in rpi_firmware_print_firmware_revision()Andy Shevchenko1-1/+4
2020-06-17arm64: bti: Require clang >= 10.0.1 for in-kernel BTI supportWill Deacon1-0/+2
2020-06-17x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter1-0/+1
2020-06-17ALSA: usb-audio: Fix potential use-after-free of streamsTakashi Iwai1-0/+1
2020-06-17dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes1-5/+14
2020-06-17dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes1-1/+6
2020-06-17dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes1-7/+10
2020-06-17dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig2-3/+1
2020-06-17dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig2-14/+1
2020-06-17drm/i915/gvt: Use GFP_ATOMIC instead of GFP_KERNEL in atomic contextColin Xu1-1/+1
2020-06-17drm/i915/gvt: Fix incorrect check of enabled bits in mask registersColin Xu3-12/+18
2020-06-17drm/i915/gvt: Fix two CFL MMIO handling caused by regression.Colin Xu1-2/+2
2020-06-17drm/i915/gvt: Add one missing MMIO handler for D_SKL_PLUSColin Xu1-0/+1
2020-06-17overflow.h: Add flex_array_size() helperGustavo A. R. Silva1-4/+21
2020-06-17scripts: Fix typo in headers_install.shMasanari Iida1-1/+1
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada3-9/+2
2020-06-17tools/bootconfig: Add testcase for show-command and quotes testMasami Hiramatsu1-0/+10
2020-06-17tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu1-4/+6
2020-06-17tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu1-6/+8
2020-06-17proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu1-5/+10
2020-06-17tracing: Remove unused event variable in tracing_iter_resetYangHui1-2/+1
2020-06-17tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi1-2/+2
2020-06-17trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang1-1/+1
2020-06-17tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)3-7/+26
2020-06-17sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang1-1/+5
2020-06-17sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang1-5/+13
2020-06-17kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa3-13/+31