summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-08-031-1/+2
* tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.Kuniyuki Iwashima2022-08-031-4/+4
* tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima2022-08-031-1/+1
* tcp: Fix a data-race around sysctl_tcp_frto.Kuniyuki Iwashima2022-08-031-1/+1
* tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima2022-08-031-1/+1
* tcp: Fix a data-race around sysctl_tcp_app_win.Kuniyuki Iwashima2022-08-031-1/+1
* tcp: Fix data-races around sysctl_tcp_dsack.Kuniyuki Iwashima2022-08-031-2/+2
* watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds2022-08-031-22/+36
* watch_queue: Fix missing rcu annotationDavid Howells2022-08-031-1/+1
* drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor2022-08-031-1/+1
* nouveau/svm: Fix to migrate all requested pagesAlistair Popple2022-08-031-1/+5
* s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger2022-08-031-3/+6
* asm-generic: remove a broken and needless ifdef conditionalLukas Bulwahn2022-08-031-2/+0
* hugetlb: fix memoryleak in hugetlb_mcopy_atomic_pteMiaohe Lin2022-08-031-0/+1
* mm: fix page leak with multiple threads mapping the same pageJosef Bacik2022-08-031-2/+5
* secretmem: fix unhandled fault in truncateMike Rapoport2022-08-031-7/+26
* fs: sendfile handles O_NONBLOCK of out_fdAndrei Vagin2022-08-031-0/+3
* ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong2022-08-031-2/+6
* Revert "ocfs2: mount shared volume without ha stack"Junxiao Bi2022-08-033-51/+20
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz2022-08-032-13/+49
* Linux 5.15.58v5.15.58Greg Kroah-Hartman2022-07-291-1/+1
* drm/amd/display: Fix wrong format specifier in amdgpu_dm.cHayden Goodfellow2022-07-291-1/+1
* x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-07-294-19/+27
* drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq()Dan Carpenter2022-07-291-1/+1
* x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich2022-07-291-1/+1
* KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky2022-07-291-1/+1
* x86/extable: Prefer local labels in .set directivesNick Desaulniers2022-07-291-10/+10
* drm/amd/display: invalid parameter check in dmub_hpd_callbackJosé Expósito2022-07-291-1/+2
* drm/amd/display: Don't lock connection_mutex for DMUB HPDNicholas Kazlauskas2022-07-291-4/+0
* watch-queue: remove spurious double semicolonLinus Torvalds2022-07-291-1/+1
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-07-291-10/+10
* tty: use new tty_insert_flip_string_and_push_buffer() in pty_write()Jiri Slaby2022-07-293-12/+36
* tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()Jiri Slaby2022-07-291-5/+10
* tty: drop tty_schedule_flip()Jiri Slaby2022-07-292-23/+8
* tty: the rest, stop using tty_schedule_flip()Jiri Slaby2022-07-293-5/+5
* tty: drivers/tty/, stop using tty_schedule_flip()Jiri Slaby2022-07-295-8/+8
* watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds2022-07-291-16/+37
* x86/alternative: Report missing return thunk detailsKees Cook2022-07-291-1/+3
* x86/amd: Use IBPB for firmware callsPeter Zijlstra2022-07-293-1/+13
* drm/amd/display: Fix surface optimization regression on CarrizoNicholas Kazlauskas2022-07-291-2/+13
* drm/amd/display: Optimize bandwidth on following fast updateNicholas Kazlauskas2022-07-291-9/+8
* drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas2022-07-291-0/+5
* exfat: use updated exfat_chain directly during renamingSungjong Seo2022-07-291-1/+3
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: SCO: Fix sco_send_frame returning skb->lenLuiz Augusto von Dentz2022-07-291-4/+6
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-293-3/+3
* Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2022-07-292-43/+53
* Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsgLuiz Augusto von Dentz2022-07-291-23/+11
* Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2022-07-291-0/+38
* Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2022-07-291-0/+28