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-09-09
zram: support priority parameter in recompression
Sergey Senozhatsky
1
-0
/
+12
2024-09-09
zram: add dictionary support to zstd backend
Sergey Senozhatsky
1
-26
/
+124
2024-09-09
zram: add dictionary support to lz4hc
Sergey Senozhatsky
1
-7
/
+68
2024-09-09
zram: add dictionary support to lz4
Sergey Senozhatsky
1
-7
/
+67
2024-09-09
zram: move immutable comp params away from per-CPU context
Sergey Senozhatsky
9
-98
/
+168
2024-09-09
zram: introduce zcomp_ctx structure
Sergey Senozhatsky
9
-135
/
+149
2024-09-09
zram: introduce zcomp_req structure
Sergey Senozhatsky
9
-72
/
+77
2024-09-09
zram: add support for dict comp config
Sergey Senozhatsky
1
-9
/
+36
2024-09-09
zram: introduce algorithm_params device attribute
Sergey Senozhatsky
1
-0
/
+68
2024-09-09
zram: recalculate zstd compression params once
Sergey Senozhatsky
1
-2
/
+3
2024-09-09
zram: introduce zcomp_params structure
Sergey Senozhatsky
11
-24
/
+67
2024-09-09
zram: check that backends array has at least one backend
Sergey Senozhatsky
2
-6
/
+21
2024-09-09
zram: add 842 compression backend support
Sergey Senozhatsky
5
-0
/
+94
2024-09-09
zram: add zlib compression backend support
Sergey Senozhatsky
5
-0
/
+158
2024-09-09
zram: pass estimated src size hint to zstd
Sergey Senozhatsky
1
-2
/
+2
2024-09-09
zram: add zstd compression backend support
Sergey Senozhatsky
5
-0
/
+123
2024-09-09
zram: add lz4hc compression backend support
Sergey Senozhatsky
5
-2
/
+100
2024-09-09
zram: add lz4 compression backend support
Sergey Senozhatsky
5
-0
/
+98
2024-09-09
zram: add lzo and lzorle compression backends support
Sergey Senozhatsky
7
-0
/
+140
2024-09-09
zram: introduce custom comp backends API
Sergey Senozhatsky
4
-151
/
+76
2024-09-09
vduse: avoid using __GFP_NOFAIL
Jason Wang
2
-8
/
+12
2024-09-03
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-09-03
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
2
-2
/
+2
2024-09-03
arch_numa: switch over to numa_memblks
Mike Rapoport (Microsoft)
2
-141
/
+61
2024-09-03
of, numa: return -EINVAL when no numa-node-id is found
Mike Rapoport (Microsoft)
1
-2
/
+2
2024-09-03
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
2
-0
/
+2
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-20
/
+1
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
1
-2
/
+0
2024-09-01
mm/dax: dump start address in fault handler
Peter Xu
1
-3
/
+3
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
3
-10
/
+13
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
1
-2
/
+1
2024-09-01
Merge tag 'pwrseq-fixes-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+7
2024-08-31
power: sequencing: qcom-wcn: set the wlan-enable GPIO to output
Bartosz Golaszewski
1
-0
/
+7
2024-09-01
Merge tag 'usb-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
12
-14
/
+69
2024-09-01
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
3
-6
/
+10
2024-09-01
Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
10
-51
/
+110
2024-08-31
Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-45
/
+13
2024-08-31
Merge tag 'pci-v6.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+18
2024-08-31
Merge tag 'pm-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2
-7
/
+10
2024-08-31
Merge tag 'dmaengine-fix-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-79
/
+166
2024-08-31
Merge tag 'phy-fixes-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-9
/
+74
2024-08-31
Merge tag 'soundwire-6.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+4
2024-08-31
Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-51
/
+106
2024-08-30
Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-0
/
+5
2024-08-30
Merge tag 'drm-fixes-2024-08-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
32
-116
/
+389
2024-08-30
Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
10
-31
/
+159
2024-08-30
Merge tag 'drm-xe-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
2
-14
/
+25
2024-08-30
Merge tag 'drm-intel-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/...
Dave Airlie
9
-3
/
+104
2024-08-30
Merge tag 'hwmon-for-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
22
-130
/
+465
[next]