aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-01-23drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'for-greg/5.4-208Srinivasan Shanmugam1-0/+1
2024-01-23ceph: fix deadlock or deadcode of misusing dget()Xiubo Li1-6/+3
2024-01-23blk-mq: fix IO hang from sbitmap wakeup raceMing Lei1-0/+16
2024-01-23virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a reg...Zhu Yanjun1-4/+5
2024-01-23libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-01-23misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callbackHans de Goede1-0/+1
2024-01-23PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-01-23fs/kernfs/dir: obey S_ISGIDMax Kellermann1-0/+12
2024-01-20usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar1-2/+2
2024-01-20PCI: switchtec: Fix stdev_release() crash after surprise hot removeDaniel Stodden1-8/+17
2024-01-20PCI: Only override AMD USB controller if requiredGuilherme G. Piccoli1-4/+7
2024-01-15Linux 5.4.267Greg Kroah-Hartman1-1/+1
2024-01-15ASoC: meson: codec-glue: fix pcm format cast warningJerome Brunet1-1/+1
2024-01-15ipv6: remove max_size check inline with ipv4Jon Maxwell3-15/+8
2024-01-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2-7/+8
2024-01-15net/dst: use a smaller percpu_counter batch for dst entries accountingEric Dumazet3-5/+10
2024-01-15PCI: Disable ATS for specific Intel IPU E2000 devicesBartosz Pawlowski1-0/+19
2024-01-15PCI: Extract ATS disabling to a helper functionBartosz Pawlowski1-2/+7
2024-01-15netfilter: nf_tables: Reject tables of unsupported familyPhil Sutter1-0/+27
2024-01-15net: tls, update curr on splice as wellJohn Fastabend1-0/+2
2024-01-15ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2-16/+0
2024-01-15ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson4-66/+52
2024-01-15ath10k: Add interrupt summary based CE processingRakesh Pillai2-26/+42
2024-01-15ath10k: Wait until copy complete is actually done before completingDouglas Anderson1-9/+21
2024-01-15mmc: sdhci-sprd: Fix eMMC init failure after hw resetWenchao Chen1-3/+7
2024-01-15mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2024-01-15mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2024-01-15mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2024-01-15i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara1-1/+3
2024-01-15firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and A...Takashi Sakamoto1-0/+51
2024-01-15mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)1-3/+3
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-15bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()Michael Chan1-2/+2
2024-01-15asix: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-01-15net/qla3xxx: fix potential memleak in ql_alloc_buffer_queuesDinghao Liu1-0/+2
2024-01-15net/qla3xxx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-109/+87
2024-01-15i40e: Restore VF MSI-X state during PCI resetAndrii Staikov3-0/+32
2024-01-15ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF muxMark Brown1-1/+1
2024-01-15ASoC: meson: g12a-tohdmitx: Validate written enum valuesMark Brown1-0/+6
2024-01-15ASoC: meson: g12a: extract codec-to-codec utilsJerome Brunet5-176/+230
2024-01-15i40e: fix use-after-free in i40e_aqc_add_filters()Ke Xiao1-1/+7
2024-01-15net: Save and restore msg_namelen in sock_sendmsgMarc Dionne1-0/+2
2024-01-15net: bcmgenet: Fix FCS generation for fragmented skbuffsAdrian Cinal1-1/+3
2024-01-15ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_initStefan Wahren1-2/+2
2024-01-15net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestampsVadim Fedorenko2-2/+2
2024-01-15can: raw: add support for SO_MARKMarc Kleine-Budde1-0/+1
2024-01-15can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde1-1/+10
2024-01-15net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2024-01-15i40e: Fix filter input checks to prevent config with invalid valuesSudheer Mogilappagari1-4/+4
2024-01-15nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_localSiddh Raman Pant1-3/+36
2024-01-08Linux 5.4.266for-greg/5.4-101Greg Kroah-Hartman1-1/+1
2024-01-08block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti1-2/+7
2024-01-08ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2024-01-08smb: client: fix OOB in smbCalcSize()Paulo Alcantara1-0/+4
2024-01-08usb: fotg210-hcd: delete an incorrect bounds testDan Carpenter1-3/+0
2024-01-08x86/alternatives: Sync core before enabling interruptsThomas Gleixner1-1/+1
2024-01-08net: rfkill: gpio: set GPIO directionRouven Czerwinski1-0/+8
2024-01-08net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2024-01-08Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2024-01-08USB: serial: option: add Quectel RM500Q R13 firmware supportReinhard Speyerer1-0/+1
2024-01-08USB: serial: option: add Foxconn T99W265 with new baselineSlark Xiao1-0/+2
2024-01-08USB: serial: option: add Quectel EG912Y module supportAlper Ak1-0/+2
2024-01-08USB: serial: ftdi_sio: update Actisense PIDs constant namesMark Glover2-6/+6
2024-01-08wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg1-1/+1
2024-01-08wifi: cfg80211: Add my certificateChen-Yu Tsai1-0/+87
2024-01-08iio: adc: ti_am335x_adc: Fix return value check of tiadc_request_dma()Wadim Egorov1-1/+3
2024-01-08iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time tableJavier Carrasco1-2/+2
2024-01-08scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2024-01-08Input: ipaq-micro-keys - add error handling for devm_kmemdupHaoran Liu1-0/+3
2024-01-08iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_rawSu Hui1-2/+2
2024-01-08interconnect: Treat xlate() returning NULL node as an errorMike Tipton1-0/+3
2024-01-08btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2024-01-08smb: client: fix NULL deref in asn1_ber_decoder()Paulo Alcantara1-16/+10
2024-01-08ALSA: hda/hdmi: add force-connect quirk for NUC5CPYBKai Vehmanen1-0/+1
2024-01-08ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10Kai Vehmanen1-0/+1
2024-01-08pinctrl: at91-pio4: use dedicated lock class for IRQAlexis Lothoré1-0/+8
2024-01-08i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen1-16/+32
2024-01-08afs: Fix overwriting of result of DNS queryDavid Howells1-2/+4
2024-01-08net: check dev->gso_max_size in gso_features_check()Eric Dumazet1-0/+3
2024-01-08net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2024-01-08afs: Fix dynamic root lookup DNS checkDavid Howells1-2/+16
2024-01-08afs: Fix the dynamic root's d_delete to always delete unused dentriesDavid Howells1-12/+1
2024-01-08net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2024-01-08net/rose: fix races in rose_kill_by_device()Eric Dumazet1-5/+34
2024-01-08ethernet: atheros: fix a memleak in atl1e_setup_ring_resourcesZhipeng Lu1-1/+4
2024-01-08net: sched: ife: fix potential use-after-freeEric Dumazet1-0/+1
2024-01-08net/mlx5e: Correct snprintf truncation handling for fw_version buffer used by...Rahul Rameshbabu1-1/+1
2024-01-08net/mlx5: Fix fw tracer first block checkMoshe Shemesh1-1/+1
2024-01-08net/mlx5: improve some commentsHu Haowen1-1/+1
2024-01-08Revert "net/mlx5e: fix double free of encap_header"Vlad Buslov1-4/+6
2024-01-08wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg1-5/+5
2024-01-08s390/vx: fix save/restore of fpu kernel contextHeiko Carstens1-1/+1
2024-01-08reset: Fix crash when freeing non-existent optional resetsGeert Uytterhoeven1-0/+3
2024-01-08ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_...Kunwu Chan1-0/+5
2024-01-08ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZENamjae Jeon1-1/+1
2024-01-08ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5Bin Li1-0/+1
2023-12-20Linux 5.4.265Greg Kroah-Hartman1-1/+1
2023-12-20powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2023-12-20powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+11
2023-12-20mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter3-2/+7
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-20team: Fix use-after-free when an option instance allocation failsFlorent Revest1-1/+3
2023-12-20arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton1-0/+6
2023-12-20ext4: prevent the normalized size from exceeding EXT_MAX_BLOCKSBaokun Li1-0/+4
2023-12-20soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski1-3/+4
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-20HID: hid-asus: add const to read-only outgoing usb bufferDenis Benato1-3/+3
2023-12-20net: usb: qmi_wwan: claim interface 4 for ZTE MF290Lech Perczak1-0/+1
2023-12-20asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-12-20HID: multitouch: Add quirk for HONOR GLO-GXXX touchpadAoba K1-0/+5
2023-12-20HID: hid-asus: reset the backlight brightness level on resumeDenis Benato1-0/+19
2023-12-20HID: add ALWAYS_POLL quirk for Apple kbOliver Neukum1-0/+1
2023-12-20platform/x86: intel_telemetry: Fix kernel doc descriptionsAndy Shevchenko1-2/+2
2023-12-20bcache: avoid NULL checking to c->root in run_cache_set()Coly Li1-1/+1
2023-12-20bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc()Coly Li1-0/+7
2023-12-20bcache: avoid oversize memory allocation by small stripe_sizeColy Li2-0/+3
2023-12-20blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read lock required!"Ming Lei1-0/+2
2023-12-20usb: aqc111: check packet for fixup for true limitOliver Neukum1-4/+4
2023-12-20Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas1-6/+3
2023-12-20ALSA: hda/hdmi: add force-connect quirks for ASUSTeK Z170 variantsKai Vehmanen1-0/+2
2023-12-20cred: switch to using atomic_long_tJens Axboe2-36/+36
2023-12-20appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-20net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney1-1/+5
2023-12-20net: stmmac: use dev_err_probe() for reporting mdio bus registration failureRasmus Villemoes2-4/+4
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-20sign-file: Fix incorrect return values checkYusong Gao1-6/+6
2023-12-20net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-20qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu1-0/+1
2023-12-20net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-20atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-20atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye1-2/+2
2023-12-20atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2023-12-20qca_spi: Fix reset behaviorStefan Wahren1-1/+7
2023-12-20qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren1-3/+5
2023-12-20qca_debug: Prevent crash on TX ring changesStefan Wahren2-5/+16
2023-12-20net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski3-11/+11
2023-12-20afs: Fix refcount underflow from error handling raceDavid Howells1-1/+1
2023-12-13Linux 5.4.264Greg Kroah-Hartman1-1/+1
2023-12-13devcoredump: Send uevent once devcd is readyMukesh Ojha1-0/+3
2023-12-13devcoredump : Serialize devcd_del workMukesh Ojha1-2/+81
2023-12-13smb: client: fix potential NULL deref in parse_dfs_referrals()Paulo Alcantara1-0/+2
2023-12-13cifs: Fix non-availability of dedup breaking generic/304David Howells1-1/+3
2023-12-13Revert "btrfs: add dmesg output for first mount and last unmount of a filesys...Greg Kroah-Hartman2-5/+1
2023-12-13tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim1-1/+4
2023-12-13drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel3-1/+8
2023-12-13psample: Require 'CAP_NET_ADMIN' when joining "packets" groupIdo Schimmel1-1/+2
2023-12-13genetlink: add CAP_NET_ADMIN test for multicast bindIdo Schimmel2-0/+33
2023-12-13netlink: don't call ->netlink_bind with table lock heldIdo Schimmel1-2/+2
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2-100/+7
2023-12-13nilfs2: fix missing error check for sb_set_blocksize callRyusuke Konishi1-1/+5
2023-12-13KVM: s390/mm: Properly reset no-datClaudio Imbrenda1-1/+1
2023-12-13x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)1-0/+3
2023-12-13serial: 8250_omap: Add earlycon support for the AM654 UART controllerRonald Wahl1-0/+1
2023-12-13serial: sc16is7xx: address RX timeout interrupt errataDaniel Mack1-0/+12
2023-12-13ARM: PL011: Fix DMA supportArnd Bergmann1-58/+54
2023-12-13usb: typec: class: fix typec_altmode_put_partner to put plugsRD Babiera1-2/+3
2023-12-13parport: Add support for Brainboxes IX/UC/PX parallel cardsCameron Williams1-0/+21
2023-12-13usb: gadget: f_hid: fix report descriptor allocationKonstantin Aladyshev1-3/+4
2023-12-13mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulledWenchao Chen1-0/+25
2023-12-13mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit2-0/+44
2023-12-13gpiolib: sysfs: Fix error handling on failed exportBoerge Struempfel1-6/+9
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim4-5/+28
2023-12-13arm64: dts: mediatek: mt8173-evb: Fix regulator-fixed node namesAngeloGioacchino Del Regno1-2/+2
2023-12-13arm64: dts: mediatek: mt7622: fix memory node warning checkEugen Hristev2-2/+2
2023-12-13packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2-9/+9
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-13nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Ryusuke Konishi1-7/+35
2023-12-13ALSA: pcm: fix out-of-bounds in snd_pcm_state_namesJason Zhang1-0/+1
2023-12-13ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gptPhilipp Zabel1-4/+4
2023-12-13ARM: dts: imx: make gpt node name genericAnson Huang5-9/+9
2023-12-13ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_initKunwu Chan1-1/+6
2023-12-13scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-12-13ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populateDinghao Liu1-2/+6
2023-12-13hwmon: (acpi_power_meter) Fix 4.29 MW bugArmin Wolf1-0/+4
2023-12-13RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-12-13bpf: sockmap, updating the sg structure should also update currJohn Fastabend1-0/+19
2023-12-13tcp: do not accept ACK of bytes we never sentEric Dumazet1-1/+5
2023-12-13netfilter: xt_owner: Fix for unsafe access of sk->sk_socketPhil Sutter1-4/+12
2023-12-13net: hns: fix fake link up on xge portYonglong Liu1-0/+29
2023-12-13ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida1-4/+7
2023-12-13arcnet: restoring support for multiple Sohard Arcnet cardsThomas Reichinger2-43/+48
2023-12-13net: arcnet: com20020 fix error handlingTong Zhang1-15/+19
2023-12-13net: arcnet: Fix RESET flag handlingAhmed S. Darwish8-14/+78
2023-12-13hv_netvsc: rndis_filter needs to select NLSRandy Dunlap1-0/+1
2023-12-13ipv6: fix potential NULL deref in fib6_add()Eric Dumazet1-5/+1
2023-12-13of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli1-2/+3
2023-12-13of: Add missing 'Return' section in kerneldoc commentsRob Herring8-95/+140
2023-12-13of: Fix kerneldoc output formattingRob Herring2-143/+141
2023-12-13of: base: Fix some formatting issues and provide missing descriptionsLee Jones1-5/+11
2023-12-13of/irq: Make of_msi_map_rid() PCI bus agnosticLorenzo Pieralisi3-19/+19
2023-12-13of/irq: make of_msi_map_get_device_domain() bus agnosticDiana Craciun3-6/+9
2023-12-13of/iommu: Make of_map_rid() PCI agnosticLorenzo Pieralisi4-26/+26
2023-12-13ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi3-10/+10
2023-12-13ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi3-11/+13
2023-12-13of: base: Add of_get_cpu_state_node() to get idle states for a CPU nodeUlf Hansson2-0/+44
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang1-1/+1