index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
mm: introduce execmem_alloc() and execmem_free()
Mike Rapoport (IBM)
16
-45
/
+128
2024-05-14
module: make module_memory_{alloc,free} more self-contained
Mike Rapoport (IBM)
1
-25
/
+39
2024-05-14
sparc: simplify module_alloc()
Mike Rapoport (IBM)
2
-24
/
+3
2024-05-14
nios2: define virtual address space for modules
Mike Rapoport (IBM)
2
-16
/
+8
2024-05-14
mips: module: rename MODULE_START to MODULES_VADDR
Mike Rapoport (IBM)
3
-6
/
+6
2024-05-14
arm64: module: remove unneeded call to kasan_alloc_module_shadow()
Mike Rapoport (IBM)
1
-5
/
+0
2024-05-14
kallsyms: replace deprecated strncpy with strscpy
Justin Stitt
1
-1
/
+1
2024-05-14
module: allow UNUSED_KSYMS_WHITELIST to be relative against objtree.
Yifan Hong
2
-2
/
+2
2024-05-13
Merge tag 'x86-shstk-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-3
/
+9
2024-05-13
Merge tag 'x86-platform-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-29
/
+23
2024-05-13
Merge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-99
/
+78
2024-05-13
Merge tag 'x86-mm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-17
/
+60
2024-05-13
Merge tag 'x86-fpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-5
/
+5
2024-05-13
Merge tag 'x86-entry-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-19
/
+1
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
39
-494
/
+726
2024-05-13
Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
20
-65
/
+26
2024-05-13
Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
6
-35
/
+16
2024-05-13
Merge tag 'x86-bugs-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2024-05-13
Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-219
/
+219
2024-05-13
Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
10
-49
/
+51
2024-05-13
Merge tag 'x86-misc-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+9
2024-05-13
Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
42
-441
/
+550
2024-05-13
Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-172
/
+525
2024-05-13
Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-175
/
+295
2024-05-13
Merge tag 'tag-chrome-platform-firmware-for-v6.10' of git://git.kernel.org/pu...
Linus Torvalds
3
-4
/
+9
2024-05-13
Merge tag 'tag-chrome-platform-for-v6.10' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
20
-74
/
+214
2024-05-13
Merge tag 'rust-6.10' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
53
-10043
/
+878
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
153
-3205
/
+10315
2024-05-13
Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
27
-477
/
+768
2024-05-13
Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
10
-51
/
+120
2024-05-13
Merge tag 'seccomp-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
72
-2949
/
+2555
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
51
-1762
/
+2050
2024-05-13
Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
5
-50
/
+93
2024-05-13
Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
49
-4588
/
+3298
2024-05-13
Merge tag 'vfs-6.10.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
6
-312
/
+330
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
50
-249
/
+438
2024-05-13
Merge tag 'vfs-6.10.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-54
/
+65
2024-05-13
Merge tag 'docs-6.10' of git://git.lwn.net/linux
Linus Torvalds
88
-274
/
+2299
2024-05-13
Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-24
/
+30
2024-05-13
Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
25
-212
/
+2519
2024-05-13
Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-14
/
+554
2024-05-13
Merge tag 'slab-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
4
-54
/
+96
2024-05-13
Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-0
/
+34
2024-05-13
Merge tag 'lkmm.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-2
/
+176
2024-05-13
Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
11
-83
/
+133
2024-05-13
Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linux
Linus Torvalds
29
-137
/
+663
2024-05-13
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
72
-4541
/
+166
2024-05-13
Merge tag 'soc-defconfig-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-1
/
+27
2024-05-13
Merge tag 'soc-arm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
7
-38
/
+124
[next]