summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-26mm/memcontrol.c: prevent missed memory.low load tearsChris Down1-2/+3
2020-06-26mm/memcontrol.c: add missed css_put()Muchun Song1-1/+3
2020-06-26mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner1-2/+7
2020-06-26mm/vmalloc.c: fix a warning while make xmldocsMasanari Iida1-1/+0
2020-06-26media: omap3isp: remove cacheflush.hNathan Chancellor2-3/+0
2020-06-26make asm-generic/cacheflush.h more standaloneStephen Rothwell1-0/+5
2020-06-26mm/debug_vm_pgtable: fix build failure with powerpc 8xxChristophe Leroy1-2/+2
2020-06-26mm/memory.c: properly pte_offset_map_lock/unlock in vm_insert_pages()Arjun Roy1-10/+11
2020-06-26mm: fix swap cache node allocation maskHugh Dickins1-2/+2
2020-06-26slub: cure list_slab_objects() from double fixSebastian Andrzej Siewior1-15/+4
2020-06-26mm/slab: use memzero_explicit() in kzfree()Waiman Long1-1/+1
2020-06-26mm, slab: fix sign conversion problem in memcg_uncharge_slab()Waiman Long1-2/+2
2020-06-26lib: fix test_hmm.c reference after freeRandy Dunlap1-2/+1
2020-06-26ocfs2: fix value of OCFS2_INVALID_SLOTJunxiao Bi1-1/+1
2020-06-26ocfs2: fix panic on nfs server over ocfs2Junxiao Bi1-3/+6
2020-06-26ocfs2: load global_inode_allocJunxiao Bi1-1/+1
2020-06-26ocfs2: avoid inode removal while nfsd is accessing itJunxiao Bi2-1/+17
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang1-28/+6
2020-06-26mm, compaction: make capture control handling safe wrt interruptsVlastimil Babka1-3/+14
2020-06-26mm: do_swap_page(): fix up the error codeMichal Hocko1-1/+3
2020-06-26openrisc: fix boot oops when DEBUG_VM is enabledStafford Horne1-0/+5
2020-06-26Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie11-26/+83
2020-06-26selftests/powerpc: Fix build failure in ebb testsHarish1-1/+1
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds223-1156/+1973
2020-06-26rds: transport module should be auto loaded when transport is setRao Shoaib2-10/+20
2020-06-26Merge branch 'sched-A-couple-of-fixes-for-sch_cake'David S. Miller1-17/+41
2020-06-26sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-26sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-26sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-26ethtool: fix error handling in linkstate_prepare_data()Michal Kubecek1-6/+5
2020-06-26Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-6/+27
2020-06-26Merge branch 'napi_gro_receive-caller-return-value-cleanups'David S. Miller4-39/+17
2020-06-26wil6210: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-28/+11
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-26wireguard: receive: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-8/+2
2020-06-26vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-26sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner4-5/+12
2020-06-26tc-testing: avoid action cookies with odd length.Briana Oursler3-7/+7
2020-06-26Merge branch 'tcp_cubic-fix-spurious-HYSTART_DELAY-on-RTT-decrease'David S. Miller2-6/+4
2020-06-26bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-26tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell1-3/+2
2020-06-26Merge branch 'Fixes-for-SJA1105-DSA-tc-gate-action'David S. Miller1-160/+167
2020-06-26net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-26net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-26hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()Misono Tomohiro1-1/+3
2020-06-26fork: annotate data race in copy_process()Weilong Chen1-1/+1
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73