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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-01
Merge branch 'for-6.7/logitech' into for-linus
Jiri Kosina
1
-111
/
+63
2023-11-01
Merge branch 'for-6.7/lenovo' into for-linus
Jiri Kosina
1
-39
/
+79
2023-11-01
Merge branch 'for-6.7/cp2112' into for-linus
Jiri Kosina
1
-3
/
+7
2023-11-01
Merge branch 'for-6.7/config_pm' into for-linus
Jiri Kosina
3796
-46268
/
+83228
2023-10-31
drm/amdgpu: remove unused macro HW_REV
Yang Wang
1
-3
/
+0
2023-10-31
drm/amd/pm: Fix error of MACO flag setting code
Ma Jun
2
-8
/
+9
2023-10-31
drm/amdgpu: Fix the vram base start address
Arunpravin Paneer Selvam
1
-2
/
+13
2023-10-31
cxl/hdm: Remove broken error path
Dan Williams
2
-17
/
+10
2023-10-31
drm/amdgpu: set XGMI IP version manually for v6_4
Tao Zhou
1
-0
/
+3
2023-10-31
cxl/hdm: Fix && vs || bug
Dan Carpenter
1
-1
/
+1
2023-10-31
drm/amdgpu: add unmap latency when gfx11 set kiq resources
Tong Liu01
1
-0
/
+1
2023-10-31
drm/amd/pm: fix the high voltage and temperature issue
Kenneth Feng
7
-15
/
+94
2023-10-31
drm/amdgpu: remove amdgpu_mes_self_test in gpu recover
Yifan Zhang
1
-4
/
+0
2023-10-31
drm/amdgpu: Drop deferred error in uncorrectable error check
Candice Li
1
-2
/
+1
2023-10-31
drm/amd/pm: Fix warnings
Lijo Lazar
2
-2
/
+2
2023-10-31
drm/amdgpu: check RAS supported first in ras_reset_error_count
Tao Zhou
1
-4
/
+4
2023-10-31
Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
64
-1177
/
+3019
2023-10-31
net: tcp: remove call to obsolete crypto_ahash_alignmask()
Stephen Rothwell
1
-6
/
+0
2023-10-31
dm crypt: account large pages in cc->n_allocated_pages
Mikulas Patocka
1
-3
/
+12
2023-10-31
Merge branch 'for-6.7/cxl-commited' into cxl/next
Dan Williams
6
-6
/
+55
2023-10-31
Merge branch 'for-6.7/cxl' into cxl/next
Dan Williams
5
-5
/
+12
2023-10-31
Merge branch 'for-6.7/cxl-qtg' into cxl/next
Dan Williams
15
-216
/
+329
2023-10-31
Merge branch 'for-6.7/cxl-rch-eh' into cxl/next
Dan Williams
248
-1759
/
+3016
2023-10-31
cifs: add xid to query server interface call
Shyam Prasad N
1
-1
/
+5
2023-10-31
cifs: print server capabilities in DebugData
Shyam Prasad N
1
-0
/
+2
2023-10-31
smb: use crypto_shash_digest() in symlink_hash()
Eric Biggers
1
-14
/
+2
2023-10-31
smb: client: fix use-after-free bug in cifs_debug_data_proc_show()
Paulo Alcantara
1
-0
/
+6
2023-10-31
smb: client: fix potential deadlock when releasing mids
Paulo Alcantara
3
-12
/
+8
2023-10-31
ALSA: hda: cs35l41: Fix missing error code in cs35l41_smart_amp()
Harshit Mogalapalli
1
-0
/
+1
2023-10-31
smb3: fix creating FIFOs when mounting with "sfu" mount option
Steve French
3
-2
/
+12
2023-10-31
ACPI: thermal: Fix acpi_thermal_unregister_thermal_zone() cleanup
Dan Carpenter
1
-2
/
+2
2023-10-31
bcachefs: bch2_inum_opts_get()
Kent Overstreet
2
-0
/
+13
2023-10-31
bcachefs: move: move_stats refactoring
Kent Overstreet
8
-62
/
+82
2023-10-31
bcachefs: move: convert to bbpos
Kent Overstreet
7
-31
/
+38
2023-10-31
bcachefs: moving_context now owns a btree_trans
Kent Overstreet
4
-88
/
+70
2023-10-31
bcachefs: move.c exports, refactoring
Kent Overstreet
3
-59
/
+85
2023-10-31
bcachefs: Guard against unknown compression options
Kent Overstreet
6
-12
/
+45
2023-10-31
bcachefs: trivial extents.c refactoring
Kent Overstreet
1
-11
/
+11
2023-10-31
bcachefs: Fix bch2_prt_bitflags()
Kent Overstreet
1
-2
/
+2
2023-10-31
bcachefs: Check for too-large encoded extents
Kent Overstreet
6
-4
/
+64
2023-10-31
bcachefs: Ensure we don't exceed encoded_extent_max
Kent Overstreet
1
-0
/
+1
2023-10-31
bcachefs: bch2_disk_path_to_text() no longer takes sb_lock
Kent Overstreet
5
-14
/
+61
2023-10-31
bcachefs: Split out disk_groups_types.h
Kent Overstreet
4
-12
/
+20
2023-10-31
bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()
Kent Overstreet
2
-37
/
+59
2023-10-31
bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW
Kent Overstreet
5
-82
/
+105
2023-10-31
bcachefs: Improve io option handling in data move path
Kent Overstreet
2
-50
/
+107
2023-10-31
bcachefs: Ensure devices are always correctly initialized
Kent Overstreet
7
-36
/
+73
2023-10-31
bcachefs: Delete duplicate time stats initialization
Kent Overstreet
1
-6
/
+0
2023-10-31
bcachefs: Kill dead code extent_save()
Kent Overstreet
1
-18
/
+0
2023-10-31
bcachefs: Fix ca->oldest_gen allocation
Kent Overstreet
1
-4
/
+2
[prev]
[next]