summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-26net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-08-26hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang1-1/+1
2020-08-26bonding: fix active-backup failover for current ARP slaveJiri Wiesner1-2/+16
2020-08-26vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson1-5/+66
2020-08-26ASoC: intel: Fix memleak in sst_media_openDinghao Liu1-2/+3
2020-08-26ASoC: msm8916-wcd-analog: fix register Interrupt offsetSrinivas Kandagatla1-2/+2
2020-08-26bonding: fix a potential double-unregisterCong Wang1-1/+2
2020-08-26bonding: show saner speed for broadcast modeJarod Wilson1-3/+18
2020-08-26net: fec: correct the error path for regulator disable in probeFugang Duan1-2/+2
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-26ext4: fix potential negative array index in do_split()Eric Sandeen1-3/+13
2020-08-26alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck1-4/+4
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-26scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-08-26cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada1-0/+1
2020-08-26jffs2: fix UAF problemZhe Li1-1/+5
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-26m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer1-3/+3
2020-08-26Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang1-1/+1
2020-08-26media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-08-26rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen1-0/+1
2020-08-26media: budget-core: Improve exception handling in budget_register()Chuhong Yuan1-3/+8
2020-08-26scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2-0/+3
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23
2020-08-26jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)1-1/+3
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy1-0/+5
2020-08-26mm: include CMA pages in lowmem_reserve at bootDoug Berger1-1/+1
2020-08-26kernel/relay.c: fix memleak on destroy relay channelWei Yongjun1-0/+1
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+4
2020-08-26btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-4/+11
2020-08-26btrfs: Move free_pages_out label in inline extent handling branch in compress...Nikolay Borisov1-8/+8
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-26powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
2020-08-26powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy1-16/+34
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-26khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-26drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson1-27/+0
2020-08-21Linux 4.14.194v4.14.194Greg Kroah-Hartman1-1/+1
2020-08-21dm cache: remove all obsolete writethrough-specific codeMike Snitzer1-81/+1
2020-08-21dm cache: submit writethrough writes in parallel to origin and cacheMike Snitzer1-17/+37
2020-08-21dm cache: pass cache structure to mode functionsMike Snitzer1-16/+16
2020-08-21genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner4-2/+25
2020-08-21genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner1-2/+35
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins1-9/+13