aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-24ALSA: rawmidi: Fix NULL dereference at proc readtopic/midi20-5.4.72Takashi Iwai1-1/+1
2023-10-24ALSA: seq: ump: Fix -Wformat-truncation warningTakashi Iwai1-1/+1
2023-10-24ALSA: seq: Avoid delivery of events for disabled UMP groupsTakashi Iwai2-0/+24
2023-10-24ALSA: seq: Fix snd_seq_expand_var_event() call to user-spaceTakashi Iwai1-2/+7
2023-10-24ALSA: usb-audio: Fix potential memory leaks at error path for UMP openTakashi Iwai1-2/+5
2023-10-24ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai1-2/+2
2023-10-24ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2-6/+38
2023-10-24ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai1-0/+15
2023-10-24ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2-7/+10
2023-10-24ALSA: seq: remove redundant unsigned comparison to zeroWang Weiyang1-2/+1
2023-10-24ALSA: seq: Fix memory leak at error path in snd_seq_create_port()Takashi Iwai1-0/+1
2023-10-24ALSA: seq: ump: fix typo in system_2p_ev_to_ump_midi1()Minjie Du1-1/+1
2023-10-24ALSA: ump: Correct wrong byte size at converting a UMP System messageTakashi Iwai1-1/+1
2023-10-24ALSA: ump: Export MIDI1 / UMP conversion helpersTakashi Iwai3-66/+57
2023-10-24ALSA: ump: Export snd_ump_receive_ump_val()Takashi Iwai2-3/+9
2023-10-24ALSA: ump: Add no_process_stream flagTakashi Iwai2-0/+5
2023-10-24ALSA: ump: Add helper to change MIDI protocolTakashi Iwai2-7/+26
2023-10-24ALSA: docs: Update MIDI 2.0 documentation for UMP 1.1 enhancementTakashi Iwai1-6/+33
2023-10-24ALSA: ump: Add info flag bit for static blocksTakashi Iwai3-0/+16
2023-10-24ALSA: seq: ump: Notify UMP protocol change to sequencerTakashi Iwai3-0/+24
2023-10-24ALSA: seq: ump: Notify port changes to system portTakashi Iwai2-0/+4
2023-10-24ALSA: seq: ump: Handle FB info updateTakashi Iwai3-6/+106
2023-10-24ALSA: seq: ump: Handle groupless messagesTakashi Iwai4-2/+14
2023-10-24ALSA: usb-audio: Add midi2_ump_probe optionTakashi Iwai1-4/+10
2023-10-24ALSA: usb-audio: Parse UMP Endpoint and Function Blocks at firstTakashi Iwai1-1/+33
2023-10-24ALSA: ump: Support UMP Endpoint and Function Block parsingTakashi Iwai3-0/+684
2023-10-24ALSA: ump: Add more attributes to UMP EP and FB infoTakashi Iwai2-3/+48
2023-10-24ALSA: seq: Avoid confusion of aligned read sizeTakashi Iwai1-1/+1
2023-10-24ALSA: usb-audio: Use __le16 for 16bit USB descriptor fieldsTakashi Iwai1-3/+3
2023-10-24ALSA: ump: Fix parsing of 0xFx commandTakashi Iwai1-1/+1
2023-10-24ALSA: ump: Drop redundant check of note-on with zero velocityTakashi Iwai1-3/+0
2023-10-24ALSA: ump: Correct snd_ump_midi1_msg_program definitionStephen Rothwell1-1/+1
2023-10-24ALSA: docs: Add MIDI 2.0 documentationTakashi Iwai2-0/+352
2023-10-24ALSA: seq: Add UMP group filterTakashi Iwai4-1/+18
2023-10-24ALSA: seq: Print UMP Endpoint and Block information in proc outputsTakashi Iwai1-0/+30
2023-10-24ALSA: seq: Add ioctls for client UMP info query and setupTakashi Iwai5-2/+153
2023-10-24ALSA: seq: ump: Create UMP Endpoint port for broadcastTakashi Iwai1-0/+60
2023-10-24ALSA: seq: Bind UMP deviceTakashi Iwai7-2/+439
2023-10-24ALSA: seq: Allow suppressing UMP conversionsTakashi Iwai3-8/+19
2023-10-24ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENTBaisong Zhong1-4/+4
2023-10-24ALSA: seq: Automatic conversion of UMP eventsTakashi Iwai7-14/+1280
2023-10-24ALSA: seq: Add UMP group number to snd_seq_port_infoTakashi Iwai3-4/+11
2023-10-24ALSA: seq: Add port direction to snd_seq_port_infoTakashi Iwai7-3/+43
2023-10-24ALSA: seq: Support MIDI 2.0 UMP Endpoint portTakashi Iwai3-8/+41
2023-10-24ALSA: seq: Add port inactive flagTakashi Iwai3-0/+7
2023-10-24ALSA: seq: Add UMP supportTakashi Iwai8-64/+193
2023-10-24ALSA: seq: Introduce SNDRV_SEQ_IOCTL_USER_PVERSION ioctlTakashi Iwai4-0/+11
2023-10-24ALSA: seq: Prohibit creating ports with special numbersTakashi Iwai1-0/+2
2023-10-24ALSA: seq: Check validity before creating a port objectTakashi Iwai1-6/+2
2023-10-24ALSA: seq: Check the conflicting port at port creationTakashi Iwai3-15/+27
2023-10-24ALSA: seq: Drop dead code for the old broadcast supportTakashi Iwai1-104/+1
2023-10-24ALSA: seq: Treat snd_seq_client object directly in client driversTakashi Iwai2-0/+19
2023-10-24ALSA: seq: Add snd_seq_expand_var_event_at() helperTakashi Iwai2-19/+69
2023-10-24ALSA: seq: Clear padded bytes at expanding eventsTakashi Iwai1-5/+9
2023-10-24ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_eventKees Cook1-4/+7
2023-10-24ALSA: usb-audio: Inform inconsistent protocols in GTBsTakashi Iwai1-4/+21
2023-10-24ALSA: usb-audio: Enable the legacy raw MIDI supportTakashi Iwai1-1/+26
2023-10-24ALSA: ump: Add legacy raw MIDI supportTakashi Iwai7-3/+1399
2023-10-24ALSA: ump: Redirect rawmidi substream access via own helpersTakashi Iwai3-47/+149
2023-10-24ALSA: usb-audio: Create UMP blocks from USB MIDI GTBsTakashi Iwai1-6/+94
2023-10-24ALSA: usb-audio: Trim superfluous "MIDI" suffix from UMP EP nameTakashi Iwai1-0/+7
2023-10-24ALSA: usb-audio: Get UMP EP name string from USB interfaceTakashi Iwai1-3/+27
2023-10-24ALSA: usb-audio: USB MIDI 2.0 UMP supportTakashi Iwai7-5/+1109
2023-10-24ALSA: usb-audio: Define USB MIDI 2.0 specsTakashi Iwai1-0/+94
2023-10-24ALSA: usb-audio: Manage number of rawmidis globallyTakashi Iwai5-7/+16
2023-10-24ALSA: ump: Additional proc outputTakashi Iwai3-0/+54
2023-10-24ALSA: ump: Add ioctls to inquiry UMP EP and Block info via control APITakashi Iwai2-0/+28
2023-10-24ALSA: rawmidi: Skip UMP devices at SNDRV_CTL_IOCTL_RAWMIDI_NEXT_DEVICETakashi Iwai2-22/+38
2023-10-24ALSA: rawmidi: UMP supportTakashi Iwai8-42/+522
2023-10-24ALSA: rawmidi: Add ioctl callback to snd_rawmidi_global_opsTakashi Iwai2-2/+7
2023-10-24ALSA: rawmidi: Pass rawmidi directly to snd_rawmidi_kernel_open()Takashi Iwai3-18/+9
2023-10-24ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()Takashi Iwai1-2/+0
2023-10-24ALSA: rawmidi: Take buffer refcount while draining outputTakashi Iwai1-4/+41
2023-10-24ALSA: rawmidi: Check stream state at exported functionsTakashi Iwai1-18/+38
2023-10-24ALSA: rawmidi: Take open_mutex around parameter changesTakashi Iwai1-14/+25
2023-10-24ALSA: rawmidi: Move lock to snd_rawmidi_substreamTakashi Iwai2-68/+65
2023-10-24ALSA: rawmidi - fix the uninitalized user_pversionJaroslav Kysela1-0/+1
2023-10-24ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSIONJaroslav Kysela3-0/+11
2023-10-24ALSA: rawmidi: fix incorrect array bounds check on clock_namesColin Ian King1-1/+1
2023-10-24ALSA: rawmidi: Add framing modeDavid Henningsson4-19/+138
2023-10-24ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai1-14/+35
2020-10-17Linux 5.4.72Greg Kroah-Hartman1-1/+1
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-10-17crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu1-1/+14
2020-10-17xen/events: don't use chip_data for legacy IRQsJuergen Gross1-8/+21
2020-10-17reiserfs: Fix oops during mountJan Kara1-0/+7
2020-10-17reiserfs: Initialize inode keys properlyJan Kara1-5/+1
2020-10-17USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2-0/+12
2020-10-17USB: serial: pl2303: add device-id for HP GC deviceScott Chen2-0/+2
2020-10-17staging: comedi: check validity of wMaxPacketSize of usb endpoints foundAnant Thazhemadam1-0/+3
2020-10-17USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch1-0/+2
2020-10-17USB: serial: option: add Cellient MPL200 cardWilken Gottwalt1-0/+3
2020-10-17media: usbtv: Fix refcounting mixupOliver Neukum1-1/+2
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz3-16/+31
2020-10-17Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt1-1/+1
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2-27/+21
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz1-1/+6
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz3-3/+20
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz1-1/+21
2020-10-17ACPI: Always build evged inArjan van de Ven1-1/+1
2020-10-17ARM: 8939/1: kbuild: use correct nm executableDmitry Golovin1-2/+2
2020-10-17btrfs: take overcommit into account in inc_block_group_roJosef Bacik3-20/+39
2020-10-17btrfs: don't pass system_chunk into can_overcommitJosef Bacik1-27/+15
2020-10-17perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2-3/+3
2020-10-14Linux 5.4.71Greg Kroah-Hartman1-1/+1
2020-10-14net_sched: commit action insertions togetherCong Wang1-9/+23
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-63/+21
2020-10-14net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam1-4/+12
2020-10-14Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang1-2/+2
2020-10-14net/mlx5e: Fix driver's declaration to support GRE offloadAya Levin1-1/+18
2020-10-14net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-10-14net/core: check length before updating Ethertype in skb_mpls_{push,pop}Guillaume Nault1-2/+2
2020-10-14tcp: fix receive window update in tcp_add_backlog()Eric Dumazet1-3/+3
2020-10-14mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...Vijay Balakrishna3-2/+19
2020-10-14mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-10-14perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-10-14rxrpc: Fix server keyring leakDavid Howells1-1/+1
2020-10-14rxrpc: The server keyring isn't network-namespacedDavid Howells1-1/+1
2020-10-14rxrpc: Fix some missing _bh annotations on locking conn->state_lockDavid Howells1-3/+3
2020-10-14rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()David Howells1-2/+2
2020-10-14rxrpc: Fix rxkad token xdr encodingMarc Dionne1-2/+10
2020-10-14net/mlx5e: Fix VLAN create flowAya Levin1-2/+4
2020-10-14net/mlx5e: Fix VLAN cleanup flowAya Levin1-2/+6
2020-10-14net/mlx5e: Add resiliency in Striding RQ mode for packets larger than MTUAya Levin2-5/+58
2020-10-14net/mlx5: Fix request_irqs error flowMaor Gottlieb1-1/+1
2020-10-14net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha2-38/+73
2020-10-14virtio-net: don't disable guest csum when disable LROTonghao Zhang1-1/+7
2020-10-14net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt1-0/+1
2020-10-14r8169: fix RTL8168f/RTL8411 EPHY configHeiner Kallweit1-2/+2
2020-10-14mlxsw: spectrum_acl: Fix mlxsw_sp_acl_tcam_group_add()'s error pathIdo Schimmel1-1/+2
2020-10-14mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap1-0/+1
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-10-14net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stopIvan Khoronzhuk1-2/+4
2020-10-14iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-10-14iavf: use generic power managementVaibhav Gupta1-33/+12
2020-10-14xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-10-14platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOPNecip Fazil Yildiran1-0/+1
2020-10-14net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng1-11/+4
2020-10-14xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony1-1/+1
2020-10-14xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony1-0/+28
2020-10-14xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony1-10/+6
2020-10-14xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony1-0/+1
2020-10-14iommu/vt-d: Fix lockdep splat in iommu_flush_dev_iotlb()Lu Baolu1-2/+2
2020-10-14drm/amdgpu: prevent double kfree ttm->sgPhilip Yang1-0/+1
2020-10-14openvswitch: handle DNAT tuple collisionDumitru Ceara1-9/+13
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-10-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea1-0/+6
2020-10-14i2c: meson: fixup rate calculation with filter delayNicolas Belin1-11/+12
2020-10-14i2c: meson: fix clock setting overwriteJerome Brunet1-1/+18
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-14net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-14btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reser...Qu Wenruo3-11/+44
2020-10-14btrfs: fix RWF_NOWAIT write not failling when we need to cowFilipe Manana1-1/+15
2020-10-14btrfs: Ensure we trim ranges across block group boundaryQu Wenruo2-12/+35
2020-10-14btrfs: volumes: Use more straightforward way to calculate map lengthQu Wenruo1-1/+1
2020-10-14Btrfs: send, fix emission of invalid clone operations within the same fileFilipe Manana1-1/+2
2020-10-14Btrfs: send, allow clone operations within the same fileFilipe Manana1-5/+13
2020-10-14arm64: dts: stratix10: add status to qspi dts nodeDinh Nguyen1-0/+1
2020-10-14i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare1-0/+1
2020-10-14perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala1-1/+3
2020-10-14perf test session topology: Fix data pathTommi Rantala1-8/+4
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa1-2/+3
2020-10-14platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma1-1/+3
2020-10-14platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede1-9/+43
2020-10-14bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar1-3/+3
2020-10-14platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix1-1/+1
2020-10-14platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pav...Hans de Goede1-4/+8
2020-10-14Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu1-1/+3
2020-10-14usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-10-14vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-14vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-10-14drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-14io_uring: Fix double list add in io_queue_async_work()Muchun Song1-5/+8
2020-10-14io_uring: Fix remove irrelevant req from the task_listMuchun Song1-11/+10
2020-10-14io_uring: Fix missing smp_mb() in io_cancel_async_work()Muchun Song1-1/+15
2020-10-14io_uring: Fix resource leaking when kill the processYinyin Zhu1-5/+7
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-10-14Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye13-54/+56
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye5-13/+11
2020-10-07Linux 5.4.70Greg Kroah-Hartman1-1/+1
2020-10-07netfilter: ctnetlink: add a range check for l3/l4 protonumWill McVicker1-0/+2
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro1-3/+4
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro1-0/+1
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro1-19/+7
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro1-19/+18
2020-10-07nvme: consolidate chunk_sectors settingsKeith Busch2-13/+10
2020-10-07nvme: Introduce nvme_lba_to_sect()Damien Le Moal2-7/+15
2020-10-07nvme: Cleanup and rename nvme_block_nr()Damien Le Moal2-5/+8
2020-10-07mm: don't rely on system state to detect hot-plug operationsLaurent Dufour3-35/+64