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
2022-12-11
hfs: Fix OOB Write in hfs_asc2mac
ZhangPeng
1
-1
/
+1
2022-12-11
hfs: fix OOB Read in __hfs_brec_find
ZhangPeng
1
-0
/
+2
2022-12-11
relay: fix type mismatch when allocating memory in relay_create_buf()
Gavrilov Ilia
1
-2
/
+2
2022-12-11
ocfs2: always read both high and low parts of dinode link count
Alexey Asemov
1
-2
/
+1
2022-12-11
io-mapping: move some code within the include guarded section
Christophe JAILLET
1
-2
/
+2
2022-12-11
kernel: kcsan: kcsan_test: build without structleak plugin
Anders Roxell
1
-0
/
+1
2022-12-11
mailmap: update email for Iskren Chernev
Iskren Chernev
1
-0
/
+1
2022-12-11
eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD
Zhang Qilong
1
-1
/
+1
2022-12-11
rapidio: fix possible UAF when kfifo_alloc() fails
Wang Weiyang
1
-4
/
+3
2022-12-11
relay: use strscpy() is more robust and safer
Xu Panda
1
-2
/
+2
2022-12-11
mm: mmu_gather: allow more than one batch of delayed rmaps
Linus Torvalds
1
-16
/
+20
2022-12-11
mm: fix typo in struct pglist_data code comment
Wang Yong
1
-1
/
+1
2022-12-11
kmsan: fix memcpy tests
Alexander Potapenko
1
-0
/
+3
2022-12-11
mm: add cond_resched() in swapin_walk_pmd_entry()
Kefeng Wang
1
-0
/
+1
2022-12-11
mm: do not show fs mm pc for VM_LOCKONFAULT pages
Jason A. Donenfeld
1
-0
/
+1
2022-12-11
selftests/vm: ksm_functional_tests: fixes for 32bit
David Hildenbrand
2
-3
/
+3
2022-12-11
selftests/vm: cow: fix compile warning on 32bit
David Hildenbrand
1
-2
/
+2
2022-12-11
selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitions
David Hildenbrand
1
-0
/
+7
2022-12-11
mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmem
David Hildenbrand
1
-3
/
+7
2022-12-11
mm,thp,rmap: fix races between updates of subpages_mapcount
Hugh Dickins
1
-9
/
+33
2022-12-11
mm: memcg: fix swapcached stat accounting
Hugh Dickins
2
-2
/
+7
2022-12-11
mm: add nodes= arg to memory.reclaim
Mina Almasry
4
-21
/
+68
2022-12-11
mm: disable top-tier fallback to reclaim on proactive reclaim
Mina Almasry
1
-3
/
+22
2022-12-11
selftests: cgroup: make sure reclaim target memcg is unprotected
Yosry Ahmed
1
-0
/
+11
2022-12-11
selftests: cgroup: refactor proactive reclaim code to reclaim_until()
Yosry Ahmed
1
-36
/
+44
2022-12-11
mm: memcg: fix stale protection of reclaim target memcg
Yosry Ahmed
2
-15
/
+27
2022-12-11
mm/mmap: properly unaccount memory on mas_preallocate() failure
Alistair Popple
1
-3
/
+3
2022-12-11
omfs: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-12-11
jfs: remove ->writepage
Christoph Hellwig
1
-6
/
+1
2022-12-11
hpfs: remove ->writepage
Christoph Hellwig
1
-7
/
+2
2022-12-11
hfsplus: remove ->writepage
Christoph Hellwig
1
-1
/
+1
2022-12-11
hfs: remove ->writepage
Christoph Hellwig
1
-1
/
+1
2022-12-11
fat: remove ->writepage
Christoph Hellwig
1
-7
/
+2
2022-12-11
extfat: remove ->writepage
Christoph Hellwig
1
-7
/
+2
2022-12-11
mm/page_alloc: update comments in __free_pages_ok()
Deyan Wang
1
-0
/
+5
2022-12-11
xfs: remove restrictions for fsdax and reflink
Shiyang Ruan
2
-8
/
+0
2022-12-11
fsdax,xfs: port unshare to fsdax
Shiyang Ruan
3
-2
/
+60
2022-12-11
xfs: use dax ops for zero and truncate in fsdax mode
Shiyang Ruan
1
-2
/
+2
2022-12-11
fsdax: dedupe: iter two files at the same time
Shiyang Ruan
1
-8
/
+8
2022-12-11
fsdax,xfs: set the shared flag when file extent is shared
Shiyang Ruan
2
-13
/
+8
2022-12-11
fsdax: zero the edges if source is HOLE or UNWRITTEN
Shiyang Ruan
1
-30
/
+49
2022-12-11
fsdax: invalidate pages when CoW
Shiyang Ruan
1
-4
/
+13
2022-12-11
fsdax: introduce page->share for fsdax in reflink mode
Shiyang Ruan
3
-18
/
+27
2022-12-11
selftests/damon: test removed scheme sysfs dir access bug
SeongJae Park
2
-1
/
+59
2022-12-11
kasan: fail non-kasan KUnit tests on KASAN reports
Andrey Konovalov
3
-0
/
+69
2022-12-11
mm/hugetlb: change hugetlb allocation functions to return a folio
Sidhartha Kumar
1
-70
/
+64
2022-12-11
mm/hugetlb: convert hugetlb prep functions to folios
Sidhartha Kumar
1
-33
/
+30
2022-12-11
mm/hugetlb: convert free_gigantic_page() to folios
Sidhartha Kumar
1
-12
/
+17
2022-12-11
mm/hugetlb: convert enqueue_huge_page() to folios
Sidhartha Kumar
1
-11
/
+11
2022-12-11
mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()
Sidhartha Kumar
1
-21
/
+21
[prev]
[next]