summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-17arm64: cputype: Add Neoverse-N3 definitionsMark Rutland1-0/+2
2024-10-17arm64: Add Cortex-715 CPU part definitionAnshuman Khandual1-0/+2
2024-10-17ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-10-17ext4: properly sync file size update after O_SYNC direct IOJan Kara1-88/+65
2024-10-17i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
2024-10-17i2c: xiic: Use devm_clk_get_enabled()Andi Shyti1-13/+7
2024-10-17i2c: xiic: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+4
2024-10-17kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-10-17drm/sched: Add locking to drm_sched_entity_modify_schedTvrtko Ursulin1-0/+2
2024-10-17gpio: davinci: fix lazy disableEmanuele Ghidoli1-4/+4
2024-10-17btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-10-17btrfs: fix a NULL pointer dereference when failed to start a new trasacntionQu Wenruo1-1/+1
2024-10-17ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-10-17ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-10-17Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa1-3/+10
2024-10-17rtc: at91sam9: fix OF node leak in probe() error pathKrzysztof Kozlowski1-0/+1
2024-10-17net: stmmac: Fix zero-division error when disabling tc cbsKhaiWenTan1-0/+1
2024-10-17tomoyo: fallback to realpath if symlink's pathname does not existTetsuo Handa1-3/+6
2024-10-17iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-10-17clk: qcom: gcc-sm8250: Do not turn off PCIe GDSCs during gdsc_disable()Manivannan Sadhasivam1-3/+3
2024-10-17media: venus: fix use after free bug in venus_remove due to race conditionZheng Wang1-0/+1
2024-10-17clk: qcom: clk-rpmh: Fix overflow in BCM voteMike Tipton1-0/+2
2024-10-17media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flagsHans Verkuil1-1/+5
2024-10-17media: sun4i_csi: Implement link validate for sun4i_csi subdevLaurent Pinchart1-0/+5
2024-10-17clk: rockchip: fix error for unknown clocksSebastian Reichel1-1/+2
2024-10-17aoe: fix the potential use-after-free problem in more placesChun-Yi Lee1-1/+12
2024-10-17NFSD: Fix NFSv4's PUTPUBFH operationChuck Lever1-9/+1
2024-10-17nfsd: map the EBADMSG to nfserr_io to avoid warningLi Lingfeng1-0/+1
2024-10-17nfsd: fix delegation_blocked() to block correctly for at least 30 secondsNeilBrown1-2/+3
2024-10-17exfat: fix memory leak in exfat_load_bitmap()Yuezhang Mo1-5/+5
2024-10-17riscv: define ILLEGAL_POINTER_VALUE for 64bitJisheng Zhang1-0/+5
2024-10-17ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodateLizhi Xu1-1/+2
2024-10-17ocfs2: fix null-ptr-deref when journal load failed.Julian Sun1-3/+4
2024-10-17ocfs2: remove unreasonable unlock in ocfs2_read_blocksLizhi Xu1-1/+0
2024-10-17ocfs2: cancel dqi_sync_work before freeing oinfoJoseph Qi1-2/+6
2024-10-17ocfs2: reserve space for inline xattr before attaching reflink treeGautham Ananthakrishna2-12/+25
2024-10-17ocfs2: fix uninit-value in ocfs2_get_block()Joseph Qi1-3/+2
2024-10-17ocfs2: fix the la space leak when unmounting an ocfs2 volumeHeming Zhao1-0/+19
2024-10-17mm: krealloc: consider spare memory for __GFP_ZERODanilo Krummrich1-0/+7
2024-10-17jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-10-17jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-10-17drm: omapdrm: Add missing check for alloc_ordered_workqueueMa Ke1-0/+5
2024-10-17of/irq: Support #msi-cells=<0> in of_msi_get_domainAndrew Jones1-27/+7
2024-10-17parisc: Fix stack start for ADDR_NO_RANDOMIZE personalityHelge Deller1-1/+2
2024-10-17parisc: Fix 64-bit userspace syscall pathHelge Deller1-6/+8
2024-10-17ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-10-17ext4: update orig_path in ext4_find_extent()Baokun Li2-2/+2
2024-10-17ext4: fix double brelse() the buffer of the extents pathBaokun Li1-0/+1
2024-10-17ext4: aovid use-after-free in ext4_ext_insert_extent()Baokun Li1-0/+1
2024-10-17ext4: drop ppath from ext4_ext_replay_update_ex() to avoid double-freeBaokun Li1-11/+10