aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-20efi/libstub: Stop parsing arguments at "--"Arvind Sankar1-0/+2
2020-08-20efi: add missed destroy_workqueue when efisubsys_init failsLi Heng1-0/+2
2020-08-20efi/x86: Mark kernel rodata non-executable for mixed modeArvind Sankar1-0/+2
2020-08-20opp: Enable resources again if they were disabled earlierRajendra Nayak1-4/+7
2020-08-20Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap1-0/+1
2020-08-20efi: avoid error message when booting under XenJuergen Gross1-1/+1
2020-08-19Merge tag 'vfio-v5.9-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds3-29/+164
2020-08-19Revert "drm/amdgpu: disable gfxoff for navy_flounder"Jiansong Chen1-3/+0
2020-08-20powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat1-1/+1
2020-08-19net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_probe()Wang Hai1-3/+1
2020-08-19net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior1-2/+2
2020-08-19ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2-13/+45
2020-08-19netlink: fix state reallocation in policy exportJohannes Berg1-0/+3
2020-08-19Merge branch 'Bug-fixes-for-ENA-ethernet-driver'David S. Miller1-17/+18
2020-08-19net: ena: Make missed_tx stat incrementalShay Agroskin1-1/+4
2020-08-19net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin1-7/+4
2020-08-19net: ena: Prevent reset after device destructionShay Agroskin1-9/+10
2020-08-19of: address: Work around missing device_type property in pcie nodesMarc Zyngier1-1/+15
2020-08-19dt: writing-schema: Miscellaneous grammar fixesGeert Uytterhoeven1-2/+2
2020-08-19lib/string.c: Use freestanding environmentArvind Sankar1-1/+6
2020-08-19x86/boot/compressed: Use builtin mem functions for decompressorArvind Sankar2-9/+3
2020-08-19io_uring: use system_unbound_wq for ring exit workJens Axboe1-1/+7
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu13-29/+104
2020-08-19ext4: reorganize if statement of ext4_mb_release_context()brookxu1-17/+16
2020-08-19ext4: add mb_debug logging when there are lost chunksbrookxu1-3/+6
2020-08-19ext4: Fix comment typo "the the".kyoungho koo1-1/+1
2020-08-19jbd2: clean up checksum verification in do_one_pass()Shijie Luo1-34/+12
2020-08-19ALSA: hda: avoid reset of sdo_limitSameer Pujar2-11/+12
2020-08-19drm/i915/tgl: Make sure TC-cold is blocked before enabling TC AUX power wellsImre Deak1-6/+6
2020-08-19drm/i915/selftests: Avoid passing a random 0 into ilog2George Spelvin1-8/+10
2020-08-19drm/i915: Fix wrong return value in intel_atomic_check()Tianjia Zhang1-1/+1
2020-08-19drm/i915: Update bw_buddy pagemask tableMatt Roper1-1/+1
2020-08-19drm/i915/display: Check for an LPSP encoder before dereferencingChris Wilson1-2/+5
2020-08-19drm/i915: Copy default modparams to mock i915_deviceChris Wilson1-0/+3
2020-08-19drm/i915: Provide the perf pmu.moduleChris Wilson1-5/+2
2020-08-19Merge tag 'gvt-next-fixes-2020-08-05' of https://github.com/intel/gvt-linux into drm-intel-fixesJani Nikula5-4/+47
2020-08-19ALSA: hda/realtek: Add quirk for Samsung Galaxy Book IonMike Pozulp1-0/+1
2020-08-19Merge tag 'asoc-fix-v5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai17-243/+266
2020-08-19Merge tag 'amd-drm-fixes-5.9-2020-08-12' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie12-45/+114
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie2-0/+2
2020-08-18bpftool: Handle EAGAIN error code properly in pids collectionYonghong Song1-0/+2
2020-08-18bpf: Avoid visit same object multiple timesYonghong Song1-1/+2
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorYonghong Song1-1/+14
2020-08-18net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King1-7/+7
2020-08-18net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King1-1/+1
2020-08-18Merge branch 'ethtool-netlink-bug-fixes'David S. Miller1-9/+10
2020-08-18ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy1-7/+4
2020-08-18ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy1-1/+2
2020-08-18ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy1-4/+7
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long3-43/+28