index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-07
lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdt
Mike Rapoport (Microsoft)
1
-12
/
+29
2025-10-07
kho: add support for preserving vmalloc allocations
Mike Rapoport (Microsoft)
2
-0
/
+309
2025-10-07
kho: replace kho_preserve_phys() with kho_preserve_pages()
Mike Rapoport (Microsoft)
3
-17
/
+17
2025-10-07
kho: check if kho is finalized in __kho_preserve_order()
Mike Rapoport (Microsoft)
1
-29
/
+26
2025-10-07
MAINTAINERS, .mailmap: update Umang's email address
Umang Jain
2
-1
/
+2
2025-10-07
drm/nouveau: fix bad ret code in nouveau_bo_move_prep
Shuhao Fu
1
-1
/
+1
2025-10-07
Merge tag 'hardening-fix1-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-2
/
+62
2025-10-07
Merge tag 'dma-mapping-6.18-2025-10-07' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-2
/
+2
2025-10-07
smb: client: Return directly after a failed genlmsg_new() in cifs_swn_send_re...
Markus Elfring
1
-5
/
+2
2025-10-07
Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-31
/
+71
2025-10-07
Merge tag 'staging-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-37
/
+31
2025-10-07
Merge tag 'tty-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-160
/
+16
2025-10-07
smb: client: Use common code in cifs_do_create()
Markus Elfring
1
-2
/
+2
2025-10-07
Merge tag 'thermal-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-18
/
+25
2025-10-07
drm/amd/display: Incorrect Mirror Cositing
Jesse Agate
1
-5
/
+5
2025-10-07
drm/amd/display: Enable Dynamic DTBCLK Switch
Fangzhi Zuo
1
-0
/
+4
2025-10-07
drm/amdgpu: Report individual reset error
Lijo Lazar
1
-10
/
+15
2025-10-07
drm/amdgpu: partially revert "revert to old status lock handling v3"
Christian König
4
-68
/
+105
2025-10-07
drm/amd/display: Fix unsafe uses of kernel mode FPU
Ard Biesheuvel
6
-7
/
+56
2025-10-07
drm/amd/pm: Disable VCN queue reset on SMU v13.0.6 due to regression
Jesse.Zhang
1
-2
/
+1
2025-10-07
drm/amdgpu: Fix general protection fault in amdgpu_vm_bo_reset_state_machine
Jesse.Zhang
1
-1
/
+1
2025-10-07
drm/amdgpu: Check swus/ds for switch state save
Lijo Lazar
1
-8
/
+15
2025-10-07
drm/amdkfd: Fix two comments in kfd_ioctl.h
Felix Kuehling
1
-2
/
+2
2025-10-07
drm/amd/pm: Avoid interface mismatch messaging
Lijo Lazar
3
-2
/
+5
2025-10-07
drm/amdgpu: Merge amdgpu_vm_set_pasid into amdgpu_vm_init
Jesse.Zhang
3
-56
/
+24
2025-10-07
drm/amd/amdgpu: Fix the mes version that support inv_tlbs
Shaoyun Liu
1
-1
/
+1
2025-10-07
drm/amd: Check whether secure display TA loaded successfully
Mario Limonciello
1
-1
/
+1
2025-10-07
drm/amdkfd: Fix mmap write lock not release
Philip Yang
1
-0
/
+2
2025-10-07
drm/amdkfd: Fix kfd process ref leaking when userptr unmapping
Philip Yang
1
-2
/
+7
2025-10-07
drm/amdgpu: Fix for GPU reset being blocked by KIQ I/O.
Heng Zhou
1
-0
/
+5
2025-10-07
drm/amd/display: Disable scaling on DCE6 for now
Timur Kristóf
1
-2
/
+2
2025-10-07
drm/amd/display: Properly disable scaling on DCE6
Timur Kristóf
2
-4
/
+13
2025-10-07
drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
Timur Kristóf
1
-4
/
+2
2025-10-07
drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
Timur Kristóf
1
-0
/
+2
2025-10-07
drm/amdgpu: Add additional DCE6 SCL registers
Alex Deucher
2
-0
/
+9
2025-10-07
slub: Don't call lockdep_unregister_key() for immature kmem_cache.
Kuniyuki Iwashima
1
-1
/
+2
2025-10-07
parisc: Add initial kernel-side perf_event support
Helge Deller
6
-1
/
+162
2025-10-07
gen_init_cpio: Ignore fsync() returning EINVAL on pipes
Dmitry Safonov
1
-1
/
+4
2025-10-07
scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogs
Nathan Chancellor
1
-3
/
+5
2025-10-07
Merge tag 'acpi-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-18
/
+53
2025-10-07
Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
28
-101
/
+426
2025-10-07
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
324
-7873
/
+32440
2025-10-07
KVM: selftests: Test prefault memory during concurrent memslot removal
Yan Zhao
1
-17
/
+114
2025-10-07
smb: client: Improve unlocking of a mutex in cifs_get_swn_reg()
Markus Elfring
1
-7
/
+6
2025-10-07
smb: client: Return a status code only as a constant in cifs_spnego_key_insta...
Markus Elfring
1
-9
/
+3
2025-10-07
parisc: Report software alignment faults via perf
Helge Deller
1
-0
/
+2
2025-10-07
parisc: Report emulation faults via perf
Helge Deller
1
-0
/
+2
2025-10-07
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
9
-118
/
+154
2025-10-07
Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
45
-193
/
+449
2025-10-07
mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()
Jason-JH Lin
1
-11
/
+1
[prev]
[next]