summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-09rust: fix signature of rust_fmt_argumentAlice Ryhl2-5/+4
2025-03-09MAINTAINERS: rust: add tree field for RUST [ALLOC]Miguel Ojeda1-0/+1
2025-03-09rust: improve lifetimes markupBorys Tyran5-11/+11
2025-03-09scripts: rust: mention file name in error messagesGuillaume Gomez1-4/+4
2025-03-09docs: rust: Add error handling sectionsDirk Behme2-0/+15
2025-03-09rust: list: make the cursor point between elementsAlice Ryhl1-54/+347
2025-03-09rust: list: extract common code for insertionAlice Ryhl1-38/+32
2025-03-06rust: task: make Pid type alias publicAlice Ryhl1-1/+1
2025-03-06rust: alloc: make `ReallocFunc::call` inlineGary Guo1-0/+1
2025-03-06MAINTAINERS: add Danilo Krummrich as Rust reviewerMiguel Ojeda1-0/+1
2025-03-02Linux 6.14-rc5Linus Torvalds1-1/+1
2025-03-02Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+13
2025-03-02Merge tag 'phy-fixes-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-35/+73
2025-03-02Merge tag 'gpio-fixes-for-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+10
2025-03-02Merge tag 'mips-fixes_6.14_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2025-03-02Merge tag 'v6.14-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+2
2025-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds17-72/+83
2025-03-01Merge tag 'i2c-for-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+20
2025-03-01Merge tag 'ata-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds3-6/+7
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-64/+96
2025-03-01Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"Niklas Cassel1-4/+0
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch2-19/+38
2025-03-01vhost: return task creation error instead of NULLKeith Busch3-4/+4
2025-03-01Merge tag 'thermal-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-30/+52
2025-03-01Merge tag 'pm-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+4
2025-03-01Merge tag 'x86-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+7
2025-03-01Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-03-01Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-15/+119
2025-03-01Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-7/+8
2025-03-01Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+8
2025-03-01Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-37/+38
2025-03-01Merge tag 'iommu-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+10
2025-03-01intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctlyThomas Gleixner1-0/+4
2025-02-28Merge tag 'block-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds6-17/+94
2025-02-28Merge tag 'io_uring-6.14-20250228' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2025-02-28Merge tag 'efi-fixes-for-v6.14-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-37/+37
2025-02-28Merge tag 'i2c-host-fixes-6.14-rc5' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang3-4/+20
2025-02-28gpiolib: Fix Oops in gpiod_direction_input_nonotify()Dan Carpenter1-10/+10
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-02-28iommu/vt-d: Fix suspicious RCU usageLu Baolu2-0/+8
2025-02-28iommu/vt-d: Remove device comparison in context_setup_pass_through_cbJerry Snitselaar1-3/+0
2025-02-28iommu/amd: Preserve default DTE fields when updating Host Page Table RootAlejandro Jimenez1-2/+2
2025-02-28Merge tag 'drm-fixes-2025-02-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds28-124/+407
2025-02-28ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov1-15/+12
2025-02-28selftests/ftrace: Let fprobe test consider already enabled functionsHeiko Carstens1-7/+11
2025-02-28tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt1-15/+15
2025-02-28Merge tag 'drm-xe-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-10/+38
2025-02-28Merge tag 'drm-intel-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-4/+5
2025-02-28Merge tag 'drm-misc-fixes-2025-02-27' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-66/+168
2025-02-27Merge tag 'amd-drm-fixes-6.14-2025-02-26' of https://gitlab.freedesktop.org/a...Dave Airlie19-44/+196