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
2024-07-17
mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folio
Miaohe Lin
1
-0
/
+3
2024-07-17
mm/hugetlb: fix possible recursive locking detected warning
Miaohe Lin
2
-1
/
+2
2024-07-17
mm/gup: clear the LRU flag of a page before adding to LRU batch
yangge
1
-12
/
+31
2024-07-17
mm/numa_balancing: teach mpol_to_str about the balancing mode
Tvrtko Ursulin
1
-4
/
+14
2024-07-17
mm: memcg1: convert charge move flags to unsigned long long
Roman Gushchin
1
-2
/
+2
2024-07-17
alloc_tag: fix page_ext_get/page_ext_put sequence during page splitting
Suren Baghdasaryan
1
-2
/
+3
2024-07-17
lib: reuse page_ext_data() to obtain codetag_ref
Suren Baghdasaryan
1
-1
/
+1
2024-07-17
lib: add missing newline character in the warning message
Suren Baghdasaryan
1
-1
/
+1
2024-07-17
mm/mglru: fix overshooting shrinker memory
Yu Zhao
1
-2
/
+8
2024-07-17
mm/mglru: fix div-by-zero in vmpressure_calc_level()
Yu Zhao
1
-1
/
+0
2024-07-17
mm/kmemleak: replace strncpy() with strscpy()
Kees Cook
1
-3
/
+3
2024-07-17
mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
Vlastimil Babka
4
-11
/
+7
2024-07-17
mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
Vlastimil Babka
4
-17
/
+12
2024-07-17
mm: ignore data-race in __swap_writepage
Pei Li
1
-1
/
+6
2024-07-17
hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address ...
Donet Tom
1
-5
/
+6
2024-07-17
Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
405
-10210
/
+21983
2024-07-17
Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
97
-1301
/
+2751
2024-07-17
Merge tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pat...
Linus Torvalds
1
-0
/
+1
2024-07-17
Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
58
-1864
/
+2728
2024-07-17
Merge tag 'backlight-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
30
-64
/
+550
2024-07-17
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
143
-1182
/
+6718
2024-07-17
Merge tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
114
-1579
/
+6443
2024-07-17
Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-9
/
+11
2024-07-17
Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
63
-524
/
+2301
2024-07-17
drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfx
Akshata Jahagirdar
1
-0
/
+6
2024-07-17
drm/xe/migrate: Add kunit to test migration functionality for BMG
Akshata Jahagirdar
1
-1
/
+119
2024-07-17
drm/xe/xe_migrate: Handle migration logic for xe2+ dgfx
Akshata Jahagirdar
1
-8
/
+11
2024-07-17
drm/xe/xe2: Introduce identity map for compressed pat for vram
Akshata Jahagirdar
2
-24
/
+66
2024-07-17
drm/xe/migrate: Add helper function to program identity map
Akshata Jahagirdar
1
-40
/
+48
2024-07-17
drm/xe/migrate: Add kunit to test clear functionality
Akshata Jahagirdar
1
-0
/
+276
2024-07-17
drm/xe/migrate: Handle clear ccs logic for xe2 dgfx
Akshata Jahagirdar
1
-3
/
+8
2024-07-18
Merge tag 'amd-drm-next-6.11-2024-07-12' of https://gitlab.freedesktop.org/ag...
Dave Airlie
40
-134
/
+1039
2024-07-17
drm/amd/display: fix corruption with high refresh rates on DCN 3.0
Alex Deucher
2
-12
/
+13
2024-07-17
ipvs: properly dereference pe in ip_vs_add_service
Chen Hanxiao
1
-5
/
+5
2024-07-17
selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOB
Michal Luczaj
1
-3
/
+33
2024-07-17
selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flags
Michal Luczaj
1
-22
/
+26
2024-07-17
selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
Michal Luczaj
1
-2
/
+1
2024-07-17
efi/libstub: Zero initialize heap allocated struct screen_info
Qiang Ma
1
-0
/
+2
2024-07-17
af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash
Michal Luczaj
2
-1
/
+43
2024-07-17
bpftool: Fix typo in usage help
Donald Hunter
1
-1
/
+1
2024-07-17
libbpf: Fix no-args func prototype BTF dumping syntax
Andrii Nakryiko
3
-7
/
+9
2024-07-17
Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
14
-225
/
+230
2024-07-17
Merge tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2024-07-17
perf dso: Fix build when libunwind is enabled
James Clark
3
-2
/
+7
2024-07-17
tools/latency: Use pkg-config in lib_setup of Makefile.config
Guilherme Amadio
1
-1
/
+2
2024-07-17
tools/rtla: Use pkg-config in lib_setup of Makefile.config
Guilherme Amadio
1
-1
/
+2
2024-07-17
tools/verification: Use pkg-config in lib_setup of Makefile.config
Guilherme Amadio
1
-1
/
+2
2024-07-17
tools: Make pkg-config dependency checks usable by other tools
Guilherme Amadio
2
-8
/
+21
2024-07-17
perf build: Warn if libtracefs is not found
Guilherme Amadio
1
-0
/
+2
2024-07-17
Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-59
/
+63
[prev]
[next]