summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-11Linux 5.9.14v5.9.14Greg Kroah-Hartman1-1/+1
2020-12-11bpf: Fix propagation of 32-bit signed bounds from 64-bit bounds.Alexei Starovoitov1-5/+5
2020-12-11Revert "geneve: pull IP header before ECN decapsulation"Jakub Kicinski1-16/+4
2020-12-11x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-2/+3
2020-12-11netfilter: nftables_offload: build mask based from the matching bytesPablo Neira Ayuso4-29/+64
2020-12-11netfilter: nftables_offload: set address type in control dissectorPablo Neira Ayuso3-0/+25
2020-12-11netfilter: nf_tables: avoid false-postive lockdep splatFlorian Westphal1-1/+2
2020-12-11Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng1-1/+2
2020-12-11dm writecache: remove BUG() and fail gracefully insteadMike Snitzer1-1/+1
2020-12-11i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng1-1/+2
2020-12-11i2c: qcom: Fix IRQ error misassignementRobert Foss1-2/+2
2020-12-11rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-12-11gfs2: Don't freeze the file system during unmountBob Peterson1-1/+2
2020-12-11gfs2: Fix deadlock dumping resource group glocksAlexander Aring1-1/+1
2020-12-11ASoC: wm_adsp: fix error return code in wm_adsp_load()Luo Meng1-0/+1
2020-12-11tipc: fix a deadlock when flushing scheduled workHoang Huu Le4-19/+19
2020-12-11netfilter: ipset: prevent uninit-value in hash_ip6_addEric Dumazet1-2/+1
2020-12-11gfs2: check for empty rgrp tree in gfs2_ri_updateBob Peterson1-0/+4
2020-12-11can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp1-2/+5
2020-12-11lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-11mm: memcg/slab: fix obj_cgroup_charge() return value handlingRoman Gushchin1-17/+25
2020-12-11iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit1-1/+1
2020-12-11Revert "amd/amdgpu: Disable VCN DPG mode for Picasso"Alex Deucher1-1/+2
2020-12-11hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz1-5/+3
2020-12-11mm/swapfile: do not sleep with a spin lock heldQian Cai1-1/+3
2020-12-11mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi1-5/+5
2020-12-11coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu3-4/+36
2020-12-11dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0
2020-12-11dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer1-2/+0
2020-12-11dm: fix bug with RCU locking in dm_blk_report_zonesSergei Shtepa1-2/+4
2020-12-11powerpc/pseries: Pass MSI affinity to irq_create_mapping()Laurent Vivier1-1/+2
2020-12-11genirq/irqdomain: Add an irq_create_mapping_affinity() functionLaurent Vivier2-7/+18
2020-12-11powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCENicholas Piggin1-2/+7
2020-12-11dm writecache: fix the maximum number of argumentsMikulas Patocka1-1/+1
2020-12-11dm writecache: advance the number of arguments when reporting max_ageMikulas Patocka1-0/+2
2020-12-11io_uring: fix recvmsg setup with compat buf-selectPavel Begunkov1-1/+2
2020-12-11scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-12-11KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity checkGreg Kurz1-5/+2
2020-12-11drm/i915/gt: Program mocs:63 for cache eviction on gen9Chris Wilson1-1/+13
2020-12-11drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson1-0/+4
2020-12-11drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana1-2/+5
2020-12-11drm/amdgpu/vcn3.0: remove old DPG workaroundBoyuan Zhang1-7/+0
2020-12-11drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR resetBoyuan Zhang1-0/+20
2020-12-11drm/omap: sdi: fix bridge enable/disableTomi Valkeinen1-6/+4
2020-12-11thunderbolt: Fix use-after-free in remove_unplugged_switch()Mika Westerberg1-3/+7
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-12-11i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers1-2/+10
2020-12-11i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-11i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-6/+16