aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-19io_uring: check if iowq is killed before queuingPavel Begunkov1-1/+5
2024-12-19smb: fix bytes written value in /proc/fs/cifs/StatsBharath SM1-0/+3
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-156/+410
2024-12-19Merge tag 'mmc-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-1/+2
2024-12-19Merge tag 'pwm/for-6.13-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-12-19Merge tag 'v6.13-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-12/+22
2024-12-19PCI/bwctrl: Enable only if more than one speed is supportedLukas Wunner1-1/+3
2024-12-19PCI: Honor Max Link Speed when determining supported speedsLukas Wunner1-2/+4
2024-12-19io_uring/register: limit ring resizing to DEFER_TASKRUNJens Axboe1-0/+3
2024-12-19smb: client: fix TCP timers deadlock after rmmodEnzo Matsumiya1-10/+26
2024-12-19smb: client: Deduplicate "select NETFS_SUPPORT" in KconfigDragan Simic1-1/+0
2024-12-19smb: use macros instead of constants for leasekey size and default cifsattrs ...Bharath SM2-2/+2
2024-12-19drm/sched: Fix drm_sched_fini() docu generationBagas Sanjaya1-1/+2
2024-12-19selftests/bpf: Fix compilation error in get_uprobe_offset()Jerome Marchand1-0/+4
2024-12-19accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal()Jacek Lawrynowicz1-1/+1
2024-12-19accel/ivpu: Fix memory leak in ivpu_mmu_reserved_context_init()Jacek Lawrynowicz1-3/+7
2024-12-19accel/ivpu: Fix general protection fault in ivpu_bo_list()Jacek Lawrynowicz1-1/+1
2024-12-19selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
2024-12-19Merge tag 'thunderbolt-for-v6.13-rc4' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman4-4/+68
2024-12-19regulator: rename regulator-uv-survival-time-ms according to DT bindingAhmad Fatoum1-1/+1
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-19net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-19Merge tag 'drm-intel-fixes-2024-12-18' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-2/+44
2024-12-19Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-2/+5
2024-12-18octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli1-0/+1
2024-12-18octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli1-1/+3
2024-12-18psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-18net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean1-5/+11
2024-12-18Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-11/+32
2024-12-18selftests: openvswitch: fix tcpdump executionAdrian Moreno1-2/+4
2024-12-18mm: huge_memory: handle strsep not finding delimiterLeo Stone1-1/+1
2024-12-18alloc_tag: fix set_codetag_empty() when !CONFIG_MEM_ALLOC_PROFILING_DEBUGSuren Baghdasaryan1-1/+6
2024-12-18alloc_tag: fix module allocation tags populated area calculationSuren Baghdasaryan1-5/+29
2024-12-18mm/codetag: clear tags before swapDavid Wang2-1/+8
2024-12-18mm/vmstat: fix a W=1 clang compiler warningBart Van Assche1-1/+1
2024-12-18mm: convert partially_mapped set/clear operations to be atomicUsama Arif2-14/+6
2024-12-18nilfs2: fix buffer head leaks in calls to truncate_inode_pages()Ryusuke Konishi4-1/+8
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