summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-11-08iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-11-08media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-11-08media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flagsHans Verkuil1-1/+5
2024-11-08media: sun4i_csi: Implement link validate for sun4i_csi subdevLaurent Pinchart1-0/+5
2024-11-08clk: rockchip: fix error for unknown clocksSebastian Reichel1-1/+2
2024-11-08aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-11-08riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-11-08ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-11-08ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-11-08ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-11-08ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-11-08ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-11-08ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-11-08ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-11-08mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-11-08jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-11-08drm: omapdrm: Add missing check for alloc_ordered_workqueueMa Ke1-0/+5
2024-11-08of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones1-27/+7
2024-11-08parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller1-1/+2
2024-11-08parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-11-08ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-11-08ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-11-08ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-11-08ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-11-08ext4: propagate errors from ext4_find_extent() in ext4_insert_range()Baokun Li1-0/+1
2024-11-08ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-11-08ALSA: core: add isascii() check to card ID generatorJaroslav Kysela1-4/+10
2024-11-08drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPSThomas Zimmermann1-1/+1
2024-11-08parisc: Fix itlb miss handler for 64-bit programsHelge Deller1-4/+2
2024-11-08perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-11-08spi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
2024-11-08firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()Krzysztof Kozlowski1-6/+0
2024-11-08i2c: xiic: Wait for TX empty to avoid missed TX NAKsRobert Hancock1-10/+9
2024-11-08i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resumeMarek Vasut1-3/+3
2024-11-08selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy1-1/+2
2024-11-08selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu1-1/+4
2024-11-08spi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
2024-11-08ext4: fix i_data_sem unlock order in ext4_ind_migrate()Artem Sadovnikov1-1/+1
2024-11-08ext4: ext4_search_dir should return a proper errorThadeu Lima de Souza Cascardo1-5/+7
2024-11-08of/irq: Refer to actual buffer size in of_irq_parse_one()Geert Uytterhoeven1-2/+2
2024-11-08drm/radeon/r100: Handle unknown family in r100_cp_init_microcode()Geert Uytterhoeven1-25/+45
2024-11-08scsi: aacraid: Rearrange order of struct aac_srb_unitKees Cook1-1/+1
2024-11-08drm/printer: Allow NULL data in devcoredump printerMatthew Brost2-6/+61
2024-11-08drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-11-08drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-11-08drm/amd/display: Check stream before comparing themAlex Hung1-0/+2
2024-11-08jfs: Fix uninit-value access of new_ea in ea_bufferZhao Mengmeng1-0/+2
2024-11-08jfs: check if leafidx greater than num leaves per dmap treeEdward Adam Davis1-1/+4
2024-11-08jfs: Fix uaf in dbFreeBitsEdward Adam Davis1-2/+9
2024-11-08jfs: UBSAN: shift-out-of-bounds in dbFindBitsRemington Brasga1-1/+1