summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-29Linux 4.14.290v4.14.290Greg Kroah-Hartman1-1/+1
2022-07-29PCI: hv: Fix interrupt mapping for multi-MSIJeffrey Hugo1-8/+54
2022-07-29PCI: hv: Reuse existing IRTE allocation in compose_msi_msg()Jeffrey Hugo1-7/+9
2022-07-29PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIJeffrey Hugo1-2/+4
2022-07-29PCI: hv: Fix multi-MSI to allow more than one MSI vectorJeffrey Hugo1-1/+16
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-8/+8
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby3-12/+36
2022-07-29tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby1-5/+10
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby2-23/+8
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby3-5/+5
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby6-11/+11
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-07-29Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz1-4/+6
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz3-3/+3
2022-07-29Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53
2022-07-29Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz1-23/+11
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2022-07-29ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai1-0/+1
2022-07-29tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-07-29drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha7-119/+19
2022-07-29bpf: Make sure mac_header was set before using itEric Dumazet1-3/+5
2022-07-29mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng1-1/+1
2022-07-29Revert "Revert "char/random: silence a lockdep splat with printk()""Jason A. Donenfeld1-2/+2
2022-07-29be2net: Fix buffer overflow in be_get_module_eepromHristo Venev3-18/+25
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima1-1/+1
2022-07-29igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima1-8/+13
2022-07-29net: stmmac: fix dma queue left shift overflow issueJunxiao Chang1-0/+3
2022-07-29i2c: cadence: Change large transfer count reset logic to be unconditionalRobert Hancock1-25/+5
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima1-1/+1
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-07-29power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probeMiaoqian Lin1-0/+1
2022-07-29xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua1-1/+4
2022-07-29xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour1-1/+2
2022-07-21Linux 4.14.289v4.14.289Greg Kroah-Hartman1-1/+1
2022-07-21can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde1-2/+3
2022-07-21mm: invalidate hwpoison page cache page in fault pathRik van Riel1-2/+7
2022-07-21serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-07-21tty: serial: samsung_tty: set dma burst_size to 1Chanho Park1-3/+2
2022-07-21usb: dwc3: gadget: Fix event pending checkThinh Nguyen1-1/+3
2022-07-21USB: serial: ftdi_sio: add Belimo device idsLucien Buchmann2-0/+9
2022-07-21signal handling: don't use BUG_ON() for debuggingLinus Torvalds1-4/+4
2022-07-21x86: Clear .brk area at early bootJuergen Gross1-0/+2
2022-07-21irqchip: or1k-pic: Undefine mask_ack for level triggered hardwareStafford Horne1-1/+0
2022-07-21ASoC: wm5110: Fix DRE controlCharles Keepax1-2/+6
2022-07-21ASoC: ops: Fix off by one in range control validationMark Brown1-2/+2