summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski
2022-08-03tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima
2022-08-03tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima
2022-08-03tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima
2022-08-03watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds
2022-08-03watch_queue: Fix missing rcu annotationDavid Howells
2022-08-03drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor
2022-08-03nouveau/svm: Fix to migrate all requested pagesAlistair Popple
2022-08-03s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger
2022-08-03asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn
2022-08-03hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin
2022-08-03mm: fix page leak with multiple threads mapping the same pageJosef Bacik
2022-08-03secretmem: fix unhandled fault in truncateMike Rapoport
2022-08-03fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin
2022-08-03ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong
2022-08-03Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-29Merge v5.15.58Greg Kroah-Hartman
2022-07-29Linux 5.15.58Greg Kroah-Hartman
2022-07-29drm/amd/display: Fix wrong format specifier in amdgpu_dm.cHayden Goodfellow
2022-07-29x86/entry_32: Fix segment exceptionsPeter Zijlstra
2022-07-29drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()Dan Carpenter
2022-07-29x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich
2022-07-29KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky
2022-07-29x86/extable: Prefer local labels in .set directivesNick Desaulniers
2022-07-29drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito
2022-07-29drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas
2022-07-29watch-queue: remove spurious double semicolonLinus Torvalds
2022-07-29net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-07-29tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby
2022-07-29tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby
2022-07-29tty: drop tty_schedule_flip()Jiri Slaby
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby
2022-07-29tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby
2022-07-29watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds
2022-07-29x86/alternative: Report missing return thunk detailsKees Cook
2022-07-29x86/amd: Use IBPB for firmware callsPeter Zijlstra
2022-07-29drm/amd/display: Fix surface optimization regression on CarrizoNicholas Kazlauskas
2022-07-29drm/amd/display: Optimize bandwidth on following fast updateNicholas Kazlauskas
2022-07-29drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas
2022-07-29exfat: use updated exfat_chain directly during renamingSungjong Seo
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-07-29Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz
2022-07-29Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz