index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
drm/mediatek: Rename files "mtk_drm_gem.c" to "mtk_gem.c"
Hsiao Chien Sung
2
-1
/
+1
2024-04-01
drm/mediatek: Rename files "mtk_drm_gem.h" to "mtk_gem.h"
Hsiao Chien Sung
5
-4
/
+4
2024-04-01
drm/mediatek: Rename files "mtk_drm_plane.c" to "mtk_plane.c"
Hsiao Chien Sung
2
-2
/
+2
2024-04-01
drm/mediatek: Rename files "mtk_drm_plane.h" to "mtk_plane.h"
Hsiao Chien Sung
6
-5
/
+5
2024-04-01
drm/mediatek: Rename files "mtk_drm_ddp_comp.c" to "mtk_ddp_comp.c"
Hsiao Chien Sung
2
-1
/
+1
2024-04-01
drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"
Hsiao Chien Sung
19
-18
/
+18
2024-04-01
drm/mediatek: Rename files "mtk_drm_crtc.c" to "mtk_crtc.c"
Hsiao Chien Sung
2
-2
/
+2
2024-04-01
drm/mediatek: Rename files "mtk_drm_crtc.h" to "mtk_crtc.h"
Hsiao Chien Sung
14
-13
/
+13
2024-04-01
drm/mediatek: Rename "mtk_drm_hdmi" to "mtk_hdmi"
Hsiao Chien Sung
1
-7
/
+7
2024-04-01
drm/mediatek: Rename "mtk_drm_gem" to "mtk_gem"
Hsiao Chien Sung
4
-49
/
+47
2024-04-01
drm/mediatek: Rename "mtk_drm_plane" to "mtk_plane"
Hsiao Chien Sung
2
-5
/
+5
2024-04-01
drm/mediatek: Rename "mtk_drm_ddp_comp" to "mtk_ddp_comp"
Hsiao Chien Sung
2
-12
/
+10
2024-04-01
drm/mediatek: Rename "mtk_drm_crtc" to "mtk_crtc"
Hsiao Chien Sung
6
-127
/
+119
2024-04-01
drm/mediatek: Init `ddp_comp` with devm_kcalloc()
Douglas Anderson
1
-4
/
+4
2024-04-01
drm/mediatek: Add 0 size check to mtk_drm_gem_obj
Justin Green
1
-0
/
+3
2024-04-01
drm/mediatek: Add gamma support for MT8195
Jason-JH.Lin
1
-0
/
+2
2024-04-01
drm/mediatek: Use devm_platform_get_and_ioremap_resource() in mtk_hdmi_ddc_pr...
Markus Elfring
1
-2
/
+1
2024-03-24
Merge tag 'efi-fixes-for-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+5
2024-03-24
Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-0
/
+9
2024-03-24
efi: fix panic in kdump kernel
Oleksandr Tymoshenko
1
-0
/
+2
2024-03-24
x86/efistub: Don't clear BSS twice in mixed mode
Ard Biesheuvel
1
-1
/
+2
2024-03-23
Merge tag 'timers-core-2024-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-54
/
+110
2024-03-23
Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-18
/
+54
2024-03-23
Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-19
/
+19
2024-03-22
lkdtm/bugs: Improve warning message for compilers without counted_by support
Nathan Chancellor
1
-1
/
+1
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
6
-18
/
+18
2024-03-22
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-71
/
+411
2024-03-22
Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linux
Linus Torvalds
12
-34
/
+233
2024-03-22
Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-6
/
+16
2024-03-22
Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-79
/
+324
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-57
/
+87
2024-03-22
Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-29
/
+35
2024-03-22
Merge tag 'regulator-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+11
2024-03-22
Merge tag 'i2c-for-6.9-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-316
/
+470
2024-03-22
efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher...
KONDO KAZUMA(近藤 和真)
1
-1
/
+1
2024-03-21
Merge tag 'drm-next-2024-03-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
83
-278
/
+556
2024-03-22
Merge tag 'amd-drm-fixes-6.9-2024-03-21' of https://gitlab.freedesktop.org/ag...
Dave Airlie
64
-215
/
+456
2024-03-21
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-1
/
+2
2024-03-21
Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
8
-254
/
+150
2024-03-22
Merge tag 'drm-misc-next-fixes-2024-03-21' of https://gitlab.freedesktop.org/...
Dave Airlie
3
-3
/
+2
2024-03-21
Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-42
/
+70
2024-03-21
Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-146
/
+503
2024-03-21
Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
26
-177
/
+345
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
3
-3
/
+1
2024-03-21
Merge tag 'firewire-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+14
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
10
-98
/
+131
2024-03-21
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
248
-4130
/
+13187
2024-03-21
Merge tag 'staging-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
71
-4814
/
+535
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
93
-2386
/
+3156
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
124
-2346
/
+7775
[next]