summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-04-28i2c: iproc: generate stop event for slave writesRayagonda Kokatanur1-0/+3
2020-04-28drm/qxl: qxl_release leak in qxl_hw_surface_alloc()Vasily Averin1-2/+3
2020-04-28drm/qxl: qxl_release leak in qxl_draw_dirty_fb()Vasily Averin1-2/+3
2020-04-28drm/virtio: only destroy created contextsGurchetan Singh1-11/+6
2020-04-27selinux: fix error return code in cond_read_list()Wei Yongjun1-1/+1
2020-04-27Merge tag 'for-5.7-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-11/+48
2020-04-27Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-20/+51
2020-04-27drm/dp_mst: Fix drm_dp_send_dpcd_write() return codeLyude Paul1-2/+6
2020-04-27drm/i915/gt: Check cacheline is valid before acquiringChris Wilson1-0/+2
2020-04-27drm/i915/gem: Hold obj->vma.lock over for_each_ggtt_vma()Chris Wilson2-6/+24
2020-04-27drm/i915/selftests: Fix i915_address_space refcnt leakXiyu Yang1-4/+8
2020-04-27io_uring: statx must grab the file table for valid fdJens Axboe1-2/+10
2020-04-27dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko1-2/+2
2020-04-27dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko1-0/+9
2020-04-27dmaengine: fix channel index enumerationDave Jiang2-36/+28
2020-04-27btrfs: transaction: Avoid deadlock due to bad initialization timing of fs_inf...Qu Wenruo1-2/+11
2020-04-27btrfs: fix partial loss of prealloc extent past i_size after fsyncFilipe Manana1-3/+40
2020-04-27nvme: prevent double free in nvme_alloc_ns() error handlingNiklas Cassel1-0/+2
2020-04-27propagate_one(): mnt_set_mountpoint() needs mount_lockAl Viro1-5/+4
2020-04-27dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter2-1/+8
2020-04-27PM: ACPI: Output correct message on target power stateKai-Heng Feng1-2/+2
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui1-0/+7
2020-04-27cpufreq: intel_pstate: Only mention the BIOS disabling turbo mode onceChris Wilson1-1/+1
2020-04-27ALSA: hda/realtek - Two front mics on a Lenovo ThinkCenterHui Wang1-0/+1
2020-04-26Linux 5.7-rc3v5.7-rc3Linus Torvalds1-1/+1
2020-04-26Merge tag '5.7-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-18/+78
2020-04-26Merge tag 'usb-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds29-121/+349
2020-04-26Merge tag 'tty-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-189/+106
2020-04-26Merge tag 'char-misc-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+11
2020-04-26Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-144/+429
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-25/+11
2020-04-26Merge tag 's390-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-9/+9
2020-04-26Merge tag 'powerpc-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-19/+24
2020-04-26Merge tag 'devicetree-fixes-for-5.7-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-19/+32
2020-04-26firmware_loader: revert removal of the fw_fallback_config exportLuis Chamberlain1-0/+1
2020-04-26ALSA: line6: Fix POD HD500 audio playbackVasily Khoruzhick1-17/+5
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2-1/+1
2020-04-25Merge tag 'timers-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+35
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+11
2020-04-25Merge tag 'objtool-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2020-04-25NFSv4: Remove unreachable error condition due to rpc_run_task()Xiyu Yang1-2/+1
2020-04-25s390/protvirt: fix compilation issueClaudio Imbrenda2-3/+2
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds114-397/+1131
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller19-85/+203
2020-04-24selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev4-40/+16
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko1-1/+1
2020-04-24bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau1-1/+7
2020-04-24selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen3-18/+58