summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-06reiserfs: add check for an invalid ih_entry_countRustam Kovhaev1-0/+6
2021-01-06fbcon: Disable accelerated scrollingDaniel Vetter2-37/+26
2021-01-06Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam1-2/+6
2021-01-06scsi: cxgb4i: Fix TLS dependencyRandy Dunlap1-0/+1
2021-01-06zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao1-0/+2
2021-01-06tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo1-0/+5
2021-01-06uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel8-14/+12
2021-01-06io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22
2021-01-06io_uring: add a helper for setting a ref nodePavel Begunkov1-10/+12
2021-01-06io_uring: use bottom half safe lock for fixed file dataJens Axboe1-8/+8
2021-01-06io_uring: don't assume mm is constant across submitsJens Axboe1-7/+7
2021-01-06lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2021-01-06mm: memmap defer init doesn't work as expectedBaoquan He4-8/+11
2021-01-06mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz1-1/+21
2021-01-06scsi: block: Fix a race in the runtime power management codeBart Van Assche1-6/+9
2021-01-06opp: Call the missing clk_put() on errorViresh Kumar1-1/+4
2021-01-06opp: fix memory leak in _allocate_opp_tableQuanyang Wang1-2/+4
2021-01-06spi: dw-bt1: Fix undefined devm_mux_control_get symbolSerge Semin1-2/+1
2021-01-06jffs2: Fix NULL pointer dereference in rp_size fs option parsingJamie Iles1-5/+5
2021-01-06jffs2: Allow setting rp_size to zero during remountinglizhe2-2/+6
2021-01-06io_uring: close a small race gap for files cancelPavel Begunkov1-4/+4
2021-01-06drm/amd/display: Add get_dig_frontend implementation for DCExRodrigo Siqueira2-2/+44
2021-01-06md/raid10: initialize r10_bio->read_slot before use.Kevin Vigor1-1/+2
2021-01-06ethtool: fix string set id checkMichal Kubecek1-1/+1
2021-01-06ethtool: fix error paths in ethnl_set_channels()Ivan Vecera1-2/+4
2021-01-06mptcp: fix security context on server socketPaolo Abeni1-0/+2
2021-01-06net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-30Linux 5.10.4v5.10.4Greg Kroah-Hartman1-1/+1
2020-12-30x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam5-17/+24
2020-12-30drm/edid: fix objtool warning in drm_cvt_modes()Linus Torvalds1-2/+2
2020-12-30null_blk: Fail zone append to conventional zonesDamien Le Moal1-1/+4
2020-12-30null_blk: Fix zone size initializationDamien Le Moal1-8/+15
2020-12-30Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"Steven Rostedt (VMware)2-4/+29
2020-12-30rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_timeNikita Shubin1-3/+3
2020-12-30thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changedZhuguangqing1-3/+1
2020-12-30remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson1-4/+21
2020-12-30regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22xDingHua Ma1-1/+1
2020-12-30PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong1-3/+3
2020-12-30of: fix linker-section match-table corruptionJohan Hovold1-0/+1
2020-12-30mt76: add back the SUPPORTS_REORDERING_BUFFER flagFelix Fietkau1-0/+1
2020-12-30tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu6-14/+25
2020-12-30platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12Carlos Garnacho1-0/+6
2020-12-30libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labelsDan Williams1-0/+9
2020-12-30memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,dis...Lad Prabhakar1-1/+1
2020-12-30memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xf...Lad Prabhakar1-1/+2
2020-12-30memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()Lad Prabhakar1-0/+2
2020-12-30memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()Dan Carpenter1-2/+2
2020-12-30xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park1-0/+7
2020-12-30xen/xenbus: Count pending messages for each watchSeongJae Park2-11/+20