summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-04KVM: x86/pmu: Fix UBSAN shift-out-of-bounds warning in intel_pmu_refresh()Like Xu1-0/+4
2021-02-04KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in intel_arch_events[]Like Xu1-1/+1
2021-02-04btrfs: fix possible free space tree corruption with online conversionJosef Bacik3-2/+21
2021-02-04drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]Claudiu Beznea1-1/+2
2021-02-04drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCsSudeep Holla1-0/+12
2021-02-04PM: hibernate: flush swap writer after markingLaurent Badel1-1/+1
2021-02-04s390/vfio-ap: No need to disable IRQ after queue resetTony Krowiak3-49/+69
2021-02-04net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem familyGiacinto Cifelli1-0/+1
2021-02-04wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg1-2/+3
2021-02-04ARM: dts: imx6qdl-gw52xx: fix duplicate regulator namingKoen Vandeputte1-1/+1
2021-02-04media: rc: ensure that uevent can be read directly after rc device registerSean Young1-2/+2
2021-02-04ALSA: hda/via: Apply the workaround generically for Clevo machinesTakashi Iwai1-1/+1
2021-02-04ALSA: hda/realtek: Enable headset of ASUS B1400CEPE with ALC256Jian-Hong Pan1-0/+1
2021-02-04kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He1-2/+0
2021-02-04ACPI: sysfs: Prefer "compatible" modaliasKai-Heng Feng1-14/+6
2021-02-04nbd: freeze the queue while we're adding connectionsJosef Bacik1-0/+8
2021-02-04IPv6: reply ICMP error if the first fragment don't include all headersHangbin Liu2-2/+39
2021-02-04ICMPv6: Add ICMPv6 Parameter Problem, code 3 definitionHangbin Liu1-0/+1
2021-01-30Linux 5.4.94v5.4.94Greg Kroah-Hartman1-1/+1
2021-01-30fs: fix lazytime expiration handling in __writeback_single_inode()Eric Biggers1-11/+13
2021-01-30writeback: Drop I_DIRTY_TIME_EXPIREJan Kara5-22/+14
2021-01-30dm integrity: conditionally disable "recalculate" featureMikulas Patocka2-1/+29
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker5-18/+10
2021-01-30SMB3.1.1: do not log warning message if server doesn't populate saltSteve French2-5/+16
2021-01-30arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel3-25/+14
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli1-0/+4
2021-01-30io_uring: Fix current->fs handling in io_sq_wq_submit_work()Nicolai Stange1-2/+3
2021-01-30HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke2-4/+5
2021-01-30futex: Handle faults correctly for PI futexesThomas Gleixner1-36/+20
2021-01-30futex: Simplify fixup_pi_state_owner()Thomas Gleixner1-27/+26
2021-01-30futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner1-7/+1
2021-01-30rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner3-5/+3
2021-01-30futex: Provide and use pi_state_update_owner()Thomas Gleixner1-33/+33
2021-01-30futex: Replace pointless printk in fixup_owner()Thomas Gleixner1-7/+3
2021-01-30futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner1-16/+16
2021-01-30Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai1-3/+1
2021-01-30gpio: mvebu: fix pwm .get_state period calculationBaruch Siach1-15/+10
2021-01-27Linux 5.4.93v5.4.93Greg Kroah-Hartman1-1/+1
2021-01-27tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen6-7/+14
2021-01-27tcp: do not mess with cloned skbs in tcp_add_backlog()Eric Dumazet1-12/+13
2021-01-27net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-27net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-27net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean1-3/+1
2021-01-27ipv6: set multicast flag on the multicast routeMatteo Croce1-1/+1
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-27ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-27udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault1-1/+2
2021-01-27kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-27kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12