summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.4.208v5.4.208Greg Kroah-Hartman2022-07-291-1/+1
* x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich2022-07-291-1/+1
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-07-291-8/+8
* 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-296-11/+11
* 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
* ALSA: memalloc: Align buffer allocations in page sizeTakashi Iwai2022-07-291-0/+1
* bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra2022-07-291-1/+18
* x86/mce: Deduplicate exception handlingThomas Gleixner2022-07-291-17/+17
* mmap locking API: initial implementation as rwsem wrappersMichel Lespinasse2022-07-292-0/+55
* x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra2022-07-291-0/+142
* x86: get rid of small constant size cases in raw_copy_{to,from}_user()Al Viro2022-07-293-145/+2
* locking/refcount: Consolidate implementations of refcount_tWill Deacon2022-07-2911-308/+59
* locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitionsWill Deacon2022-07-291-7/+2
* locking/refcount: Move saturation warnings out of lineWill Deacon2022-07-292-19/+48
* locking/refcount: Improve performance of generic REFCOUNT_FULL codeWill Deacon2022-07-291-56/+75
* locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the <linux/refcount.h> headerWill Deacon2022-07-292-246/+229
* locking/refcount: Remove unused refcount_*_checked() variantsWill Deacon2022-07-292-43/+36
* locking/refcount: Ensure integer operands are treated as signedWill Deacon2022-07-292-10/+10
* locking/refcount: Define constants for saturation and max refcount valuesWill Deacon2022-07-293-26/+29
* ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua2022-07-291-7/+5
* dlm: fix pending remove if msg allocation failsAlexander Aring2022-07-291-1/+2
* bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
* mm/mempolicy: fix uninit-value in mpol_rebind_policy()Wang Cheng2022-07-291-1/+1
* spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfersMarc Kleine-Budde2022-07-291-4/+8
* tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-291-2/+2
* tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-292-3/+3
* tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-292-3/+6
* tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-295-16/+16
* udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima2022-07-291-1/+1
* ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima2022-07-291-1/+1
* be2net: Fix buffer overflow in be_get_module_eepromHristo Venev2022-07-293-18/+25
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-291-0/+3
* ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski2022-07-293-0/+10
* i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski2022-07-291-8/+5
* iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski2022-07-291-3/+2