aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-18vmalloc: fix accounting with i915Matthew Wilcox (Oracle)1-2/+4
2024-12-18mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split...David Hildenbrand1-2/+4
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes1-7/+6
2024-12-18nilfs2: prevent use of deleted inodeEdward Adam Davis2-1/+12
2024-12-18zram: fix uninitialized ZRAM not releasing backing deviceKairui Song1-5/+4
2024-12-18zram: refuse to use zero sized block device as backing deviceKairui Song1-0/+6
2024-12-18mm: use clear_user_(high)page() for arch with special user folio handlingZi Yan5-16/+35
2024-12-18mm: introduce cpu_icache_is_aliasing() across all architecturesZi Yan3-0/+15
2024-12-18mm: add RCU annotation to pte_offset_map(_lock)Petr Malat2-3/+12
2024-12-18mm: correctly reference merged VMALorenzo Stoakes1-1/+4
2024-12-18mm: use aligned address in copy_user_gigantic_page()Kefeng Wang2-5/+5
2024-12-18mm: use aligned address in clear_gigantic_page()Kefeng Wang2-2/+3
2024-12-18mm: shmem: fix ShmemHugePages at swapoutHugh Dickins1-10/+12
2024-12-18ocfs2: fix the space leak in LA when releasing LAHeming Zhao1-3/+5
2024-12-18ocfs2: revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume"Heming Zhao1-19/+0
2024-12-18mailmap: add entry for Ying HuangHuang Ying1-0/+1
2024-12-18selftests/memfd: run sysctl tests when PID namespace support is enabledIsaac J. Manjarres1-2/+12
2024-12-18docs/mm: add VMA locks documentationLorenzo Stoakes1-0/+850
2024-12-18Merge tag 'linux-can-fixes-for-6.13-20241218' of git://git.kernel.org/pub/scm...Jakub Kicinski3-10/+28
2024-12-18net: usb: qmi_wwan: add Quectel RG255CMartin Hou1-0/+1
2024-12-18io_uring: Fix registered ring file refcount leakJann Horn2-3/+2
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann3-3/+3
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-18Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+59
2024-12-18Merge tag 'cxl-fixes-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+22
2024-12-18drm/amdgpu/nbio7.0: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amd: Update strapping for NBIO 2.5.0Mario Limonciello1-0/+11
2024-12-18Merge tag 'selinux-pr-20241217' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+6
2024-12-18ACPI: EC: Enable EC support on LoongArch by defaultHuacai Chen2-3/+3
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt1-0/+9
2024-12-18ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis1-1/+5
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-256/+242
2024-12-18drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_updateMichel Dänzer1-4/+3
2024-12-18drm/amdgpu: fix amdgpu_coredumpChristian König1-3/+2
2024-12-18drm/amdgpu/smu14.0.2: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu/gfx12: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu/mmhub4.1: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu/nbio7.11: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu/nbio7.7: fix IP version checkAlex Deucher1-1/+1
2024-12-18drm/amdgpu: don't access invalid schedPierre-Eric Pelloux-Prayer1-2/+1
2024-12-18drm/amd: Require CONFIG_HOTPLUG_PCI_PCIE for BOCOMario Limonciello1-0/+3
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linu...Linus Torvalds15-25/+125
2024-12-18x86/static-call: fix 32-bit buildJuergen Gross1-1/+6
2024-12-18spi: rockchip-sfc: Fix error in remove progressJon Lin1-1/+3
2024-12-18Merge tag 'amd-pstate-v6.13-2024-12-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2-27/+27
2024-12-18block: avoid to reuse `hctx` not removed from cpuhp callback listMing Lei1-1/+10
2024-12-18block: Revert "block: Fix potential deadlock while freezing queue and acquiri...Ming Lei3-26/+23
2024-12-18nvme: use blk_validate_block_size() for max LBA checkLuis Chamberlain1-1/+1
2024-12-18block/bdev: use helper for max block size checkLuis Chamberlain1-2/+1