index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-12-11
mm/hugetlb: convert update_and_free_page() to folios
Sidhartha Kumar
1
-14
/
+16
2022-12-11
mm/hugetlb: convert remove_hugetlb_page() to folios
Sidhartha Kumar
1
-23
/
+25
2022-12-11
mm/hugetlb: convert dissolve_free_huge_page() to folios
Sidhartha Kumar
1
-10
/
+10
2022-12-11
mm/hugetlb: convert destroy_compound_gigantic_page() to folios
Sidhartha Kumar
1
-22
/
+21
2022-12-11
mm: add folio dtor and order setter functions
Sidhartha Kumar
2
-3
/
+24
2022-12-11
folio-compat: remove lru_cache_add()
Vishal Moola (Oracle)
4
-9
/
+5
2022-12-11
khugepage: replace lru_cache_add() with folio_add_lru()
Vishal Moola (Oracle)
1
-4
/
+7
2022-12-11
userfaultfd: replace lru_cache functions with folio_add functions
Vishal Moola (Oracle)
1
-2
/
+4
2022-12-11
fuse: convert fuse_try_move_page() to use folios
Vishal Moola (Oracle)
1
-27
/
+28
2022-12-11
filemap: convert replace_page_cache_page() to replace_page_cache_folio()
Vishal Moola (Oracle)
3
-29
/
+27
2022-12-11
LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Feiyang Chen
1
-0
/
+1
2022-12-11
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
5
-143
/
+132
2022-12-11
LoongArch: add sparse memory vmemmap support
Feiyang Chen
6
-4
/
+96
2022-12-11
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
11
-57
/
+46
2022-12-11
kmsan: allow using __msan_instrument_asm_store() inside runtime
Alexander Potapenko
1
-3
/
+5
2022-12-11
lockdep: allow instrumenting lockdep.c with KMSAN
Alexander Potapenko
1
-1
/
+0
2022-12-11
include/linux/pgtable.h: : remove redundant pte variable
zhang songyi
1
-3
/
+1
2022-12-11
mm/fadvise: use LLONG_MAX instead of -1 for eof
Brian Foster
1
-1
/
+1
2022-12-11
filemap: skip write and wait if end offset precedes start
Brian Foster
1
-3
/
+6
2022-12-11
zsmalloc: implement writeback mechanism for zsmalloc
Nhat Pham
1
-11
/
+183
2022-12-11
zsmalloc: add zpool_ops field to zs_pool to store evict handlers
Nhat Pham
1
-1
/
+10
2022-12-11
zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU order
Nhat Pham
1
-0
/
+50
2022-12-11
zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks
Nhat Pham
1
-50
/
+37
2022-12-11
zpool: clean out dead code
Johannes Weiner
3
-66
/
+12
2022-12-11
zswap: fix writeback lock ordering for zsmalloc
Johannes Weiner
1
-16
/
+19
2022-12-11
mm/madvise: fix madvise_pageout for private file mappings
Pavankumar Kondeti
1
-18
/
+35
2022-12-11
mm/khugepaged: add tracepoint to collapse_file()
Gautam Menghani
2
-3
/
+42
2022-12-11
mm/gup: remove FOLL_MIGRATION
David Hildenbrand
2
-51
/
+5
[next]