summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-14Linux 6.1.120v6.1.120Greg Kroah-Hartman1-1/+1
2024-12-14Bluetooth: MGMT: Fix possible deadlocksLuiz Augusto von Dentz1-9/+18
2024-12-14i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver D...Kaixin Wang1-0/+1
2024-12-14fs/ntfs3: Sequential field availability check in mi_enum_attr()Konstantin Komarov1-8/+7
2024-12-14drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer neededRandy Dunlap1-1/+0
2024-12-14PM / devfreq: Fix build issues with devfreq disabledRob Clark1-5/+2
2024-12-14i3c: master: svc: fix possible assignment of the same address to two devicesFrank Li1-6/+21
2024-12-14i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoinFrank Li1-4/+9
2024-12-14serial: amba-pl011: fix build regressionArnd Bergmann1-0/+2
2024-12-14usb: dwc3: ep0: Don't reset resource alloc flagThinh Nguyen1-1/+2
2024-12-14drm/amdgpu: rework resume handling for display (v2)Alex Deucher1-2/+43
2024-12-14drm/ttm: Print the memory decryption status just onceZack Rusin1-1/+1
2024-12-14drm/ttm: Make sure the mapped tt pages are decrypted when neededZack Rusin3-2/+30
2024-12-14veth: Use tstats per-CPU traffic countersPeilin Ye1-19/+11
2024-12-14bpf: Fix dev's rx stats for bpf_redirect_peer trafficPeilin Ye2-0/+9
2024-12-14net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann4-38/+85
2024-12-14bpf: Fix helper writes to read-only mapsDaniel Borkmann6-45/+24
2024-12-14mm: call the security_mmap_file() LSM hook in remap_file_pages()Shu Han1-0/+4
2024-12-14ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init()Amadeusz Sławiński1-1/+1
2024-12-14arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland3-64/+5
2024-12-14arm64/sve: Discard stale CPU state when handling SVE trapsMark Brown1-0/+1
2024-12-14gve: Fixes for napi_poll when budget is 0Ziwei Xiao3-8/+7
2024-12-14Revert "drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()"Zhang Zekun1-1/+1
2024-12-14ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-14drm/amd/display: Check BIOS images before it is usedAlex Hung1-0/+14
2024-12-14mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu1-4/+5
2024-12-14xhci: dbc: Fix STALL transfer event handlingMathias Nyman2-54/+83
2024-12-14io_uring: wake up optimisationsPavel Begunkov1-1/+11
2024-12-14mm/damon/vaddr: fix issue in damon_va_evenly_split_region()Zheng Yejian2-2/+3
2024-12-14jffs2: Fix rtime decompressorRichard Weinberger1-1/+1
2024-12-14jffs2: Prevent rtime decompress memory corruptionKinsey Moore1-0/+3
2024-12-14KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_fa...Nikolay Kuratov2-2/+8
2024-12-14KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITEKunkun Jiang1-1/+5
2024-12-14KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a deviceKunkun Jiang1-2/+4
2024-12-14KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*Jing Zhang2-12/+32
2024-12-14udf: Fold udf_getblk() into udf_bread()Jan Kara1-25/+21
2024-12-14vfio/mlx5: Align the page tracking max message size with the device capabilityYishai Hadas1-12/+35
2024-12-14Revert "unicode: Don't special case ignorable code points"Linus Torvalds2-3346/+3427
2024-12-14tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)1-0/+5
2024-12-14btrfs: fix missing snapshot drew unlock when root is dead during swap activationFilipe Manana1-0/+1
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1
2024-12-14sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning ...K Prateek Nayak1-1/+1
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-12-14kasan: make report_lock a raw spinlockJared Kangas1-3/+3
2024-12-14kasan: suppress recursive reports for HW_TAGSAndrey Konovalov1-11/+48
2024-12-14io_uring/tctx: work around xa_store() allocation error issueJens Axboe1-1/+12
2024-12-14serial: 8250_dw: Add Sophgo SG2044 quirkInochi Amaoto1-2/+3
2024-12-14rtc: cmos: avoid taking rtc_lock for extended period of timeDmitry Torokhov1-16/+15
2024-12-14misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycleParker Newman2-0/+21
2024-12-14powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman1-2/+27